path
stringlengths
5
312
repo_name
stringlengths
5
116
content
stringlengths
2
1.04M
doc/SLUDGEDevKitHelp/deleteFromStack_and_deleteAllFromStack.html
dos1/opensludge
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <TITLE>deleteFromStack and deleteAllFromStack</TITLE> <link rel="stylesheet" type="text/css" href="style.css" /> </head> <BODY> <HR> <div align="center"><img id="headerGraphic" src="images/sludge300.png" alt="SLUDGE"/></div> <h2>deleteFromStack and deleteAllFromStack</h2> <HR> <H3>Syntax:</H3> <P> <pre class="syntax">deleteFromStack (<i>thisStack, thisElement</i>);</pre> </P> <P> <pre class="syntax">deleteAllFromStack (<i>thisStack, thisElement</i>);</pre> </P> <H3>Purpose:</H3> <P> These functions remove instances of <i>thisElement</i> from <i>thisStack</i>. The standard SLUDGE equality test is performed on each element of the stack and the value of <i>thisElement</i> - if they are the same, the element is removed from the stack. The deleteFromStack function will stop after finding and removing one match; deleteAllFromStack will remove all instances of <i>thisElement</i> which are found. </P> <H3>Return value:</H3> <P> The command returns the number of elements removed from the stack. </P> <H3>See also: </H3> <P> <a href="The_Multi-Purpose_Stack___Array___Queue_Type.html">The Multi-Purpose Stack / Array / Queue Type</a> </P> <P> <a href="copyStack.html">copyStack</a> </P> <P> <a href="enqueue.html">enqueue</a> </P> <P> <a href="dequeue.html">dequeue</a> </P> <P> <a href="newStack.html">newStack</a> </P> <P> <a href="popFromStack.html">popFromStack</a> </P> <P> <a href="pushToStack.html">pushToStack</a> </P> <P class="copyright-notice">SLUDGE and this SLUDGE documentation are <A HREF="Copyright.html">copyright</A> Hungry Software and contributors 2000-2012 </P> <HR> </BODY> </html>
vendor/gems/browsercms-3.0.4/doc/app/classes/Cms/Behaviors/Archiving.html
stamppot/bcms_headers
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>Module: Cms::Behaviors::Archiving</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Script-Type" content="text/javascript" /> <link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" /> <script type="text/javascript"> // <![CDATA[ function popupCode( url ) { window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400") } function toggleCode( id ) { if ( document.getElementById ) elem = document.getElementById( id ); else if ( document.all ) elem = eval( "document.all." + id ); else return false; elemStyle = elem.style; if ( elemStyle.display != "block" ) { elemStyle.display = "block" } else { elemStyle.display = "none" } return true; } // Make codeblocks hidden by default document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" ) // ]]> </script> </head> <body> <div id="classHeader"> <table class="header-table"> <tr class="top-aligned-row"> <td><strong>Module</strong></td> <td class="class-name-in-header">Cms::Behaviors::Archiving</td> </tr> <tr class="top-aligned-row"> <td><strong>In:</strong></td> <td> <a href="../../../files/lib/cms/behaviors/archiving_rb.html"> lib/cms/behaviors/archiving.rb </a> <br /> </td> </tr> </table> </div> <!-- banner header --> <div id="bodyContent"> <div id="contextContent"> </div> <div id="method-list"> <h3 class="section-bar">Methods</h3> <div class="name-list"> <a href="#M000312">included</a>&nbsp;&nbsp; </div> </div> </div> <!-- if includes --> <div id="section"> <div id="class-list"> <h3 class="section-bar">Classes and Modules</h3> Module <a href="Archiving/InstanceMethods.html" class="link">Cms::Behaviors::Archiving::InstanceMethods</a><br /> Module <a href="Archiving/MacroMethods.html" class="link">Cms::Behaviors::Archiving::MacroMethods</a><br /> </div> <!-- if method_list --> <div id="methods"> <h3 class="section-bar">Public Class methods</h3> <div id="method-M000312" class="method-detail"> <a name="M000312"></a> <div class="method-heading"> <a href="#M000312" class="method-signature"> <span class="method-name">included</span><span class="method-args">(model_class)</span> </a> </div> <div class="method-description"> <p><a class="source-toggle" href="#" onclick="toggleCode('M000312-source');return false;">[Source]</a></p> <div class="method-source-code" id="M000312-source"> <pre> <span class="ruby-comment cmt"># File lib/cms/behaviors/archiving.rb, line 4</span> 4: <span class="ruby-keyword kw">def</span> <span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">included</span>(<span class="ruby-identifier">model_class</span>) 5: <span class="ruby-identifier">model_class</span>.<span class="ruby-identifier">extend</span>(<span class="ruby-constant">MacroMethods</span>) 6: <span class="ruby-keyword kw">end</span> </pre> </div> </div> </div> </div> </div> <div id="validator-badges"> <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p> </div> </body> </html>
MyGame/Tutorials/docs/Doxygen/html/class_i_n_d___frame.html
AdamPayne/TeamRocketGame
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <title>IndieLib - Crossplatform: IND_Frame Class Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { searchBox.OnSelectItem(0); }); </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="indielib_logo.png"/></td> <td style="padding-left: 0.5em;"> <div id="projectname">IndieLib - Crossplatform </div> <div id="projectbrief">C++ 2.5d graphics library based in DirectX and OpenGL</div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.2 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="modules.html"><span>Modules</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="annotated.html"><span>Class&#160;List</span></a></li> <li><a href="classes.html"><span>Class&#160;Index</span></a></li> <li><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> <a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark">&#160;</span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark">&#160;</span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark">&#160;</span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark">&#160;</span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark">&#160;</span>Typedefs</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark">&#160;</span>Enumerator</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark">&#160;</span>Groups</a></div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">IND_Frame Class Reference</div> </div> </div><!--header--> <div class="contents"> <p>Contains data of a frame in an <a class="el" href="class_i_n_d___animation.html" title="IND_Animation objects are loaded trough the methods of IND_AnimationManager.">IND_Animation</a> entity. <a href="class_i_n_d___frame.html#details">More...</a></p> <p><code>#include &lt;<a class="el" href="_i_n_d___frame_8h_source.html">IND_Frame.h</a>&gt;</code></p> <a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2> <div class="textblock"><p>Contains data of a frame in an <a class="el" href="class_i_n_d___animation.html" title="IND_Animation objects are loaded trough the methods of IND_AnimationManager.">IND_Animation</a> entity. </p> <p>Mainly is for private use in <a class="el" href="class_i_n_d___animation.html" title="IND_Animation objects are loaded trough the methods of IND_AnimationManager.">IND_Animation</a> objects. </p> </div><hr/>The documentation for this class was generated from the following file:<ul> <li>/Users/mquinones/Desktop/SOFTWARE DEV/PROJECTS/indielib-gitrepo/IndieLib/common/include/<a class="el" href="_i_n_d___frame_8h_source.html">IND_Frame.h</a></li> </ul> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Wed Feb 6 2013 21:40:21 for IndieLib - Crossplatform by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.2 </small></address> </body> </html>
webapp/src/main/webapp/oldskin/digilib-login.html
jlerouge/digilib-pivaj
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> <html> <head> <title>Login to digilib</title> </head> <body> <h2>This document requires authentication</h2> <p>Please enter the name and the password to access this document.<p> <form method=POST action=j_security_check> <table> <tr> <td>Name:</td> <td><input type="text" name="j_username"></td> </tr> <tr> <td>Password:</td> <td><input type="password" name="j_password"></td> </tr> <tr> <td></td> <td><input type="SUBMIT" value=" OK "></td> </tr> </table> </form> </body> </html>
WebRoot/js/templates/user_template.html
haiyangxue/HMapVis
<div class="box"> 用户名:{{user_name}} </div> <div class="box"> 上传事件数:{{event_count}} </div> <div class="box"> 上传地点数:{{map_count}} </div> <div class="box"> 上传人物数:{{people_count}} </div>
source/api/apidocs-4.14/apis/addPaloAltoFirewall.html
apache/cloudstack-www
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 1.0 Transitional//EN"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link rel="stylesheet" href="../includes/main.css" type="text/css"> <link rel="shortcut icon" href="../favicon.ico" type="image/x-icon"> <title>Apache CloudStack | The Power Behind Your Cloud</title> </head> <body> <div id="insidetopbg"> <div id="inside_wrapper"> <div class="uppermenu_panel"> <div class="uppermenu_box"></div> </div> <div id="main_master"> <div id="inside_header"> <div class="header_top"> <a class="cloud_logo" href="http://cloudstack.org"></a> <div class="mainemenu_panel"></div> </div> </div> <div id="main_content"> <div class="inside_apileftpanel"> <div class="inside_contentpanel" style="width:930px;"> <div class="api_titlebox"> <div class="api_titlebox_left"> <span> Apache CloudStack 4.14.1.0-SNAPSHOT Root Admin API Reference </span> <p></p> <h1>addPaloAltoFirewall</h1> <p>Adds a Palo Alto firewall device</p> </div> <div class="api_titlebox_right"> <a class="api_backbutton" href="../index.html"></a> </div> </div> <div class="api_tablepanel"> <h2>Request parameters</h2> <table class="apitable"> <tr class="hed"> <td style="width:200px;"><strong>Parameter Name</strong></td><td style="width:500px;">Description</td><td style="width:180px;">Required</td> </tr> <tr> <td style="width:200px;"><strong>networkdevicetype</strong></td><td style="width:500px;"><strong>supports only PaloAltoFirewall</strong></td><td style="width:180px;"><strong>true</strong></td> </tr> <tr> <td style="width:200px;"><strong>password</strong></td><td style="width:500px;"><strong>Credentials to reach Palo Alto firewall device</strong></td><td style="width:180px;"><strong>true</strong></td> </tr> <tr> <td style="width:200px;"><strong>physicalnetworkid</strong></td><td style="width:500px;"><strong>the Physical Network ID</strong></td><td style="width:180px;"><strong>true</strong></td> </tr> <tr> <td style="width:200px;"><strong>url</strong></td><td style="width:500px;"><strong>URL of the Palo Alto appliance.</strong></td><td style="width:180px;"><strong>true</strong></td> </tr> <tr> <td style="width:200px;"><strong>username</strong></td><td style="width:500px;"><strong>Credentials to reach Palo Alto firewall device</strong></td><td style="width:180px;"><strong>true</strong></td> </tr> </table> </div> <div class="api_tablepanel"> <h2>Response Tags</h2> <table class="apitable"> <tr class="hed"> <td style="width:200px;"><strong>Response Name</strong></td><td style="width:500px;">Description</td> </tr> <tr> <td style="width:200px;"><strong>fwdevicecapacity</strong></td><td style="width:500px;">device capacity</td> </tr> <tr> <td style="width:200px;"><strong>fwdeviceid</strong></td><td style="width:500px;">device id of the Palo Alto firewall</td> </tr> <tr> <td style="width:200px;"><strong>fwdevicename</strong></td><td style="width:500px;">device name</td> </tr> <tr> <td style="width:200px;"><strong>fwdevicestate</strong></td><td style="width:500px;">device state</td> </tr> <tr> <td style="width:200px;"><strong>ipaddress</strong></td><td style="width:500px;">the management IP address of the external firewall</td> </tr> <tr> <td style="width:200px;"><strong>numretries</strong></td><td style="width:500px;">the number of times to retry requests to the external firewall</td> </tr> <tr> <td style="width:200px;"><strong>physicalnetworkid</strong></td><td style="width:500px;">the physical network to which this Palo Alto firewall belongs to</td> </tr> <tr> <td style="width:200px;"><strong>privateinterface</strong></td><td style="width:500px;">the private interface of the external firewall</td> </tr> <tr> <td style="width:200px;"><strong>privatezone</strong></td><td style="width:500px;">the private security zone of the external firewall</td> </tr> <tr> <td style="width:200px;"><strong>provider</strong></td><td style="width:500px;">name of the provider</td> </tr> <tr> <td style="width:200px;"><strong>publicinterface</strong></td><td style="width:500px;">the public interface of the external firewall</td> </tr> <tr> <td style="width:200px;"><strong>publiczone</strong></td><td style="width:500px;">the public security zone of the external firewall</td> </tr> <tr> <td style="width:200px;"><strong>timeout</strong></td><td style="width:500px;">the timeout (in seconds) for requests to the external firewall</td> </tr> <tr> <td style="width:200px;"><strong>usageinterface</strong></td><td style="width:500px;">the usage interface of the external firewall</td> </tr> <tr> <td style="width:200px;"><strong>username</strong></td><td style="width:500px;">the username that's used to log in to the external firewall</td> </tr> <tr> <td style="width:200px;"><strong>zoneid</strong></td><td style="width:500px;">the zone ID of the external firewall</td> </tr> </table> </div> </div> </div> </div> </div> <div id="footer"> <div id="comments_thread"> <script type="text/javascript" src="https://comments.apache.org/show_comments.lua?site=test" async="true"></script> <noscript> <iframe width="930" height="500" src="https://comments.apache.org/iframe.lua?site=test&amp;page=4.2.0/rootadmin"></iframe> </noscript> </div> <div id="footer_mainmaster"> <p> Copyright &copy; 2015 The Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0.</a> <br> Apache, CloudStack, Apache CloudStack, the Apache CloudStack logo, the CloudMonkey logo and the Apache feather logo are trademarks of The Apache Software Foundation. </p> </div> </div> </div> </div> </body> </html>
examples/uw-classic-starter-open-beige/style.css
timlevett/uw-ui-toolkit
/* This is example of how you can write your own CSS to customize any template based on the UW UI Toolkit. The following CSS rules override the default UW UI Toolkit's UW Classic starter template, removing the borders around the #header, #content, and #footer areas */ #header { background: #e7dbcb; filter: none; } #header .container { background-color: transparent; filter: none; } #header .uw-header-site-title a { color: #b70101; } #header .uw-header-wordmark { color: #333; } #header .uw-header-tagline { color: #6E6A5B; } .navbar.uw-navbar-classic .container .nav.uw-navbar-classic-utility > li > a { color: #900; } .navbar.uw-navbar-classic .container .nav > li.active, .navbar.uw-navbar-classic .container .nav > li > a:hover { background: #555; } @media (min-width: 768px) { .navbar.uw-navbar-classic .container .nav > li.active, .navbar.uw-navbar-classic .container .navbar-collapse .nav > li > a:hover { background: #d9c39e; filter: none; } } #navbar .uw-navbar-classic { background: #e7dbcb; filter: none; } #navbar .container { box-shadow: none; background: #e7dbcb; filter: none; } #navbar .navbar-nav li, #navbar .navbar-nav a { border: none; } #content { background: none; filter: none; } #content .container { border: none; } #footer { border-top: 10px solid #666152; } #footer .container { border: 0; } @media (max-width: 768px){ #header .container { background-color: #e7dbcb; } }
tui_flashdevelop4_2_1__tuioAS3_0_8__AIR2_6/docs/GoogleMapsAPIforFlash/com/google/maps/MapMoveEvent.html
g-amador/Tangible-User-Interface
<!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"> <link rel="stylesheet" href="../../../style.css" type="text/css" media="screen"> <link rel="stylesheet" href="../../../print.css" type="text/css" media="print"> <meta content="MapMoveEvent,com.google.maps.MapMoveEvent,MOVE_END,MOVE_START,MOVE_STEP,latLng" name="keywords"> <title>com.google.maps.MapMoveEvent</title> </head> <body> <script type="text/javascript" language="javascript" src="../../../asdoc.js"></script><script type="text/javascript" language="javascript" src="../../../cookies.js"></script><script type="text/javascript" language="javascript"> <!-- asdocTitle = 'MapMoveEvent - Google Maps API for Flash Documentation'; var baseRef = '../../../'; window.onload = configPage; --></script> <table style="display:none" id="titleTable" cellspacing="0" cellpadding="0" class="titleTable"> <tr> <td align="left" class="titleTableTitle">Google Maps API for Flash Documentation, Version 1.20</td><td align="right" class="titleTableTopNav"><a onclick="loadClassListFrame('../../../all-classes.html')" href="../../../package-summary.html">All&nbsp;Packages</a>&nbsp;|&nbsp;<a onclick="loadClassListFrame('../../../all-classes.html')" href="../../../class-summary.html">All&nbsp;Classes</a>&nbsp;|&nbsp;<a onclick="loadClassListFrame('../../../index-list.html')" href="../../../all-index-A.html">Index</a>&nbsp;|&nbsp;<a href="../../../index.html?com/google/maps/MapMoveEvent.html&amp;com/google/maps/class-list.html" id="framesLink1">Frames</a><a onclick="parent.location=document.location" href="" style="display:none" id="noFramesLink1">No&nbsp;Frames</a></td><td rowspan="3" align="right" class="titleTableLogo"><img alt="Adobe Logo" title="Adobe Logo" class="logoImage" src="../../../images/logo.jpg"></td> </tr> <tr class="titleTableRow2"> <td align="left" id="subTitle" class="titleTableSubTitle">Class&nbsp;MapMoveEvent</td><td align="right" id="subNav" class="titleTableSubNav"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a>&nbsp;| <a href="#constantSummary">Constants</a></td> </tr> <tr class="titleTableRow3"> <td colspan="2">&nbsp;</td> </tr> </table> <script type="text/javascript" language="javascript"> <!-- if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("Class MapMoveEvent"); titleBar_setSubNav(true,true,false,false,false,false,true,false,false,false,false,false,false,false);} --></script> <div class="MainContent"> <table cellspacing="0" cellpadding="0" class="classHeaderTable"> <tr> <td class="classHeaderTableLabel">Package</td><td><a onclick="javascript:loadClassListFrame('class-list.html')" href="package-detail.html">com.google.maps</a></td> </tr> <tr> <td class="classHeaderTableLabel">Class</td><td class="classSignature">public class MapMoveEvent</td> </tr> <tr> <td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">MapMoveEvent <img class="inheritArrow" alt="Inheritance" title="Inheritance" src="../../../images/inherit-arrow.gif"> <a href="MapEvent.html">MapEvent</a> <img class="inheritArrow" alt="Inheritance" title="Inheritance" src="../../../images/inherit-arrow.gif"> flash.events.Event</td> </tr> </table> <p></p> A MapMoveEvent object is dispatched into the event flow whenever the map view is changing. <p></p> <br> <hr> </div> <a name="propertySummary"></a> <div class="summarySection"> <div class="summaryTableTitle">Public Properties</div> <div class="showHideLinks"> <div class="hideInheritedProperty" id="hideInheritedProperty"> <a onclick="javascript:setInheritedVisible(false,'Property');" href="#propertySummary" class="showHideLink"><img src="../../../images/expanded.gif" class="showHideLinkImage"> Hide Inherited Public Properties</a> </div> <div class="showInheritedProperty" id="showInheritedProperty"> <a onclick="javascript:setInheritedVisible(true,'Property');" href="#propertySummary" class="showHideLink"><img src="../../../images/collapsed.gif" class="showHideLinkImage"> Show Inherited Public Properties</a> </div> </div> <table id="summaryTableProperty" class="summaryTable " cellpadding="3" cellspacing="0"> <tr> <th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined&nbsp;by</th> </tr> <tr class="hideInheritedProperty"> <td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img class="inheritedSummaryImage" title="Inherited" alt="Inherited" src="../../../images/inheritedSummary.gif"></td><td class="summaryTableSignatureCol"><a class="signatureLink" href="MapEvent.html#feature">feature</a> : Object<div class="summaryTableDescription"> The object that the event refers to (such as an instance of <code>IMapType</code> for <code>MapEvent.MAPTYPE_ADDED</code> event or an instance of <code>IControl</code> for <code>MapEvent.CONTROL_REMOVED</code>).</div> </td><td class="summaryTableOwnerCol"><a href="MapEvent.html">MapEvent</a></td> </tr> <tr class=""> <td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a class="signatureLink" href="#latLng">latLng</a> : <a href="../maps/LatLng.html">LatLng</a> <div class="summaryTableDescription">[read-only] LatLng over which the MapMoveEvent occurred.</div> </td><td class="summaryTableOwnerCol">MapMoveEvent</td> </tr> </table> </div> <a name="methodSummary"></a> <div class="summarySection"> <div class="summaryTableTitle">Public Methods</div> <table id="summaryTableMethod" class="summaryTable " cellpadding="3" cellspacing="0"> <tr> <th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined&nbsp;by</th> </tr> <tr class=""> <td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"> <div class="summarySignature"> <a class="signatureLink" href="#MapMoveEvent()">MapMoveEvent</a>(type:String, latLng:<a href="LatLng.html">LatLng</a>, bubbles:Boolean = false, cancellable:Boolean = false)</div> <div class="summaryTableDescription"> Creates a MapMoveEvent object to pass as a parameter to event listeners.</div> </td><td class="summaryTableOwnerCol">MapMoveEvent</td> </tr> </table> </div> <a name="constantSummary"></a> <div class="summarySection"> <div class="summaryTableTitle">Public Constants</div> <div class="showHideLinks"> <div class="hideInheritedConstant" id="hideInheritedConstant"> <a onclick="javascript:setInheritedVisible(false,'Constant');" href="#constantSummary" class="showHideLink"><img src="../../../images/expanded.gif" class="showHideLinkImage"> Hide Inherited Public Constants</a> </div> <div class="showInheritedConstant" id="showInheritedConstant"> <a onclick="javascript:setInheritedVisible(true,'Constant');" href="#constantSummary" class="showHideLink"><img src="../../../images/collapsed.gif" class="showHideLinkImage"> Show Inherited Public Constants</a> </div> </div> <table id="summaryTableConstant" class="summaryTable " cellpadding="3" cellspacing="0"> <tr> <th>&nbsp;</th><th colspan="2">Constant</th><th class="summaryTableOwnerCol">Defined&nbsp;by</th> </tr> <tr class="hideInheritedConstant"> <td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img class="inheritedSummaryImage" title="Inherited" alt="Inherited" src="../../../images/inheritedSummary.gif"></td><td class="summaryTableSignatureCol"><a class="signatureLink" href="MapEvent.html#CONTROL_ADDED">CONTROL_ADDED</a> : String = "mapevent_controladded"<div class="summaryTableDescription">[static] This event is fired on the map when a control is added to the map.</div> </td><td class="summaryTableOwnerCol"><a href="MapEvent.html">MapEvent</a></td> </tr> <tr class="hideInheritedConstant"> <td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img class="inheritedSummaryImage" title="Inherited" alt="Inherited" src="../../../images/inheritedSummary.gif"></td><td class="summaryTableSignatureCol"><a class="signatureLink" href="MapEvent.html#CONTROL_REMOVED">CONTROL_REMOVED</a> : String = "mapevent_controlremoved"<div class="summaryTableDescription">[static] This event is fired on the map when a control is removed from the map.</div> </td><td class="summaryTableOwnerCol"><a href="MapEvent.html">MapEvent</a></td> </tr> <tr class="hideInheritedConstant"> <td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img class="inheritedSummaryImage" title="Inherited" alt="Inherited" src="../../../images/inheritedSummary.gif"></td><td class="summaryTableSignatureCol"><a class="signatureLink" href="MapEvent.html#COPYRIGHTS_UPDATED">COPYRIGHTS_UPDATED</a> : String = "mapevent_copyrightsupdated"<div class="summaryTableDescription">[static] This event is fired when the copyright that should be displayed on the map is updated.</div> </td><td class="summaryTableOwnerCol"><a href="MapEvent.html">MapEvent</a></td> </tr> <tr class="hideInheritedConstant"> <td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img class="inheritedSummaryImage" title="Inherited" alt="Inherited" src="../../../images/inheritedSummary.gif"></td><td class="summaryTableSignatureCol"><a class="signatureLink" href="MapEvent.html#FLY_TO_CANCELED">FLY_TO_CANCELED</a> : String = "mapevent_flytocanceled"<div class="summaryTableDescription">[static] This event is fired when the map motion produced by a call to <code>Map3D.flyTo()</code> is canceled via a call to <code>Map3D.cancelFlyTo()</code>.</div> </td><td class="summaryTableOwnerCol"><a href="MapEvent.html">MapEvent</a></td> </tr> <tr class="hideInheritedConstant"> <td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img class="inheritedSummaryImage" title="Inherited" alt="Inherited" src="../../../images/inheritedSummary.gif"></td><td class="summaryTableSignatureCol"><a class="signatureLink" href="MapEvent.html#FLY_TO_DONE">FLY_TO_DONE</a> : String = "mapevent_flytodone"<div class="summaryTableDescription">[static] This event is fired when the map motion produced by a call to <code>Map3D.flyTo()</code> completes.</div> </td><td class="summaryTableOwnerCol"><a href="MapEvent.html">MapEvent</a></td> </tr> <tr class="hideInheritedConstant"> <td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img class="inheritedSummaryImage" title="Inherited" alt="Inherited" src="../../../images/inheritedSummary.gif"></td><td class="summaryTableSignatureCol"><a class="signatureLink" href="MapEvent.html#INFOWINDOW_CLOSED">INFOWINDOW_CLOSED</a> : String = "mapevent_infowindowclosed"<div class="summaryTableDescription">[static] This event is fired when the info window closes.</div> </td><td class="summaryTableOwnerCol"><a href="MapEvent.html">MapEvent</a></td> </tr> <tr class="hideInheritedConstant"> <td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img class="inheritedSummaryImage" title="Inherited" alt="Inherited" src="../../../images/inheritedSummary.gif"></td><td class="summaryTableSignatureCol"><a class="signatureLink" href="MapEvent.html#INFOWINDOW_CLOSING">INFOWINDOW_CLOSING</a> : String = "mapevent_infowindowclosing"<div class="summaryTableDescription">[static] This event is fired before the info window closes.</div> </td><td class="summaryTableOwnerCol"><a href="MapEvent.html">MapEvent</a></td> </tr> <tr class="hideInheritedConstant"> <td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img class="inheritedSummaryImage" title="Inherited" alt="Inherited" src="../../../images/inheritedSummary.gif"></td><td class="summaryTableSignatureCol"><a class="signatureLink" href="MapEvent.html#INFOWINDOW_OPENED">INFOWINDOW_OPENED</a> : String = "mapevent_infowindowopened"<div class="summaryTableDescription">[static] This event is fired when the info window opens.</div> </td><td class="summaryTableOwnerCol"><a href="MapEvent.html">MapEvent</a></td> </tr> <tr class="hideInheritedConstant"> <td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img class="inheritedSummaryImage" title="Inherited" alt="Inherited" src="../../../images/inheritedSummary.gif"></td><td class="summaryTableSignatureCol"><a class="signatureLink" href="MapEvent.html#MAP_PREINITIALIZE">MAP_PREINITIALIZE</a> : String = "mapevent_mappreinitialize"<div class="summaryTableDescription">[static] This event is fired immediately before the map is initialized.</div> </td><td class="summaryTableOwnerCol"><a href="MapEvent.html">MapEvent</a></td> </tr> <tr class="hideInheritedConstant"> <td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img class="inheritedSummaryImage" title="Inherited" alt="Inherited" src="../../../images/inheritedSummary.gif"></td><td class="summaryTableSignatureCol"><a class="signatureLink" href="MapEvent.html#MAP_READY">MAP_READY</a> : String = "mapevent_mapready"<div class="summaryTableDescription">[static] This event is fired when map initialization is complete and isLoaded() would return true.</div> </td><td class="summaryTableOwnerCol"><a href="MapEvent.html">MapEvent</a></td> </tr> <tr class="hideInheritedConstant"> <td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img class="inheritedSummaryImage" title="Inherited" alt="Inherited" src="../../../images/inheritedSummary.gif"></td><td class="summaryTableSignatureCol"><a class="signatureLink" href="MapEvent.html#MAPTYPE_ADDED">MAPTYPE_ADDED</a> : String = "mapevent_maptypeadded"<div class="summaryTableDescription">[static] This event is fired when a new MapType has been added to the map.</div> </td><td class="summaryTableOwnerCol"><a href="MapEvent.html">MapEvent</a></td> </tr> <tr class="hideInheritedConstant"> <td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img class="inheritedSummaryImage" title="Inherited" alt="Inherited" src="../../../images/inheritedSummary.gif"></td><td class="summaryTableSignatureCol"><a class="signatureLink" href="MapEvent.html#MAPTYPE_CHANGED">MAPTYPE_CHANGED</a> : String = "maptypechanged"<div class="summaryTableDescription">[static] This event is fired when another map type is selected.</div> </td><td class="summaryTableOwnerCol"><a href="MapEvent.html">MapEvent</a></td> </tr> <tr class="hideInheritedConstant"> <td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img class="inheritedSummaryImage" title="Inherited" alt="Inherited" src="../../../images/inheritedSummary.gif"></td><td class="summaryTableSignatureCol"><a class="signatureLink" href="MapEvent.html#MAPTYPE_REMOVED">MAPTYPE_REMOVED</a> : String = "mapevent_maptyperemoved"<div class="summaryTableDescription">[static] This event is fired when a MapType has been removed from the map.</div> </td><td class="summaryTableOwnerCol"><a href="MapEvent.html">MapEvent</a></td> </tr> <tr class="hideInheritedConstant"> <td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img class="inheritedSummaryImage" title="Inherited" alt="Inherited" src="../../../images/inheritedSummary.gif"></td><td class="summaryTableSignatureCol"><a class="signatureLink" href="MapEvent.html#MAPTYPE_STYLE_CHANGED">MAPTYPE_STYLE_CHANGED</a> : String = "mapevent_maptypestylechanged"<div class="summaryTableDescription">[static] This event is fired when the style of a styled map type changes.</div> </td><td class="summaryTableOwnerCol"><a href="MapEvent.html">MapEvent</a></td> </tr> <tr class=""> <td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a class="signatureLink" href="#MOVE_END">MOVE_END</a> : String = "mapevent_moveend"<div class="summaryTableDescription">[static] This event is fired when the change of the map view ends.</div> </td><td class="summaryTableOwnerCol">MapMoveEvent</td> </tr> <tr class=""> <td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a class="signatureLink" href="#MOVE_START">MOVE_START</a> : String = "mapevent_movestart"<div class="summaryTableDescription">[static] This event is fired when the map view starts changing.</div> </td><td class="summaryTableOwnerCol">MapMoveEvent</td> </tr> <tr class=""> <td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a class="signatureLink" href="#MOVE_STEP">MOVE_STEP</a> : String = "mapevent_movestep"<div class="summaryTableDescription">[static] This event is fired repeatedly while the map view is changing.</div> </td><td class="summaryTableOwnerCol">MapMoveEvent</td> </tr> <tr class="hideInheritedConstant"> <td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img class="inheritedSummaryImage" title="Inherited" alt="Inherited" src="../../../images/inheritedSummary.gif"></td><td class="summaryTableSignatureCol"><a class="signatureLink" href="MapEvent.html#OVERLAY_BEFORE_REMOVED">OVERLAY_BEFORE_REMOVED</a> : String = "mapevent_overlaybeforeremoved"<div class="summaryTableDescription">[static] This event is fired when an overlay is about to be removed from the map.</div> </td><td class="summaryTableOwnerCol"><a href="MapEvent.html">MapEvent</a></td> </tr> <tr class="hideInheritedConstant"> <td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img class="inheritedSummaryImage" title="Inherited" alt="Inherited" src="../../../images/inheritedSummary.gif"></td><td class="summaryTableSignatureCol"><a class="signatureLink" href="MapEvent.html#OVERLAY_MOVED">OVERLAY_MOVED</a> : String = "mapevent_overlaymoved"<div class="summaryTableDescription">[static] This event is fired when an overlay's position is changed.</div> </td><td class="summaryTableOwnerCol"><a href="MapEvent.html">MapEvent</a></td> </tr> <tr class="hideInheritedConstant"> <td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img class="inheritedSummaryImage" title="Inherited" alt="Inherited" src="../../../images/inheritedSummary.gif"></td><td class="summaryTableSignatureCol"><a class="signatureLink" href="MapEvent.html#OVERLAY_REMOVED">OVERLAY_REMOVED</a> : String = "mapevent_overlayremoved"<div class="summaryTableDescription">[static] This event is fired after a single overlay is removed from the map.</div> </td><td class="summaryTableOwnerCol"><a href="MapEvent.html">MapEvent</a></td> </tr> <tr class="hideInheritedConstant"> <td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img class="inheritedSummaryImage" title="Inherited" alt="Inherited" src="../../../images/inheritedSummary.gif"></td><td class="summaryTableSignatureCol"><a class="signatureLink" href="MapEvent.html#SIZE_CHANGED">SIZE_CHANGED</a> : String = "mapevent_sizechanged"<div class="summaryTableDescription">[static] This event is fired when the size of the map has changed.</div> </td><td class="summaryTableOwnerCol"><a href="MapEvent.html">MapEvent</a></td> </tr> <tr class="hideInheritedConstant"> <td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img class="inheritedSummaryImage" title="Inherited" alt="Inherited" src="../../../images/inheritedSummary.gif"></td><td class="summaryTableSignatureCol"><a class="signatureLink" href="MapEvent.html#TILES_LOADED">TILES_LOADED</a> : String = "mapevent_tilesloaded"<div class="summaryTableDescription">[static] This event is fired when all visible target tiles have finished loading.</div> </td><td class="summaryTableOwnerCol"><a href="MapEvent.html">MapEvent</a></td> </tr> <tr class="hideInheritedConstant"> <td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img class="inheritedSummaryImage" title="Inherited" alt="Inherited" src="../../../images/inheritedSummary.gif"></td><td class="summaryTableSignatureCol"><a class="signatureLink" href="MapEvent.html#TILES_LOADED_PENDING">TILES_LOADED_PENDING</a> : String = "mapevent_tilesloadedpending"<div class="summaryTableDescription">[static] This is a companion event to <code>MapEvent.TILES_LOADED</code> indicating that loading of new tiles has been initiated and that <code>MapEvent.TILES_LOADED</code> will be dispatched when all tiles have loaded.</div> </td><td class="summaryTableOwnerCol"><a href="MapEvent.html">MapEvent</a></td> </tr> <tr class="hideInheritedConstant"> <td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img class="inheritedSummaryImage" title="Inherited" alt="Inherited" src="../../../images/inheritedSummary.gif"></td><td class="summaryTableSignatureCol"><a class="signatureLink" href="MapEvent.html#VIEW_CHANGED">VIEW_CHANGED</a> : String = "mapevent_viewchanged"<div class="summaryTableDescription">[static] This event is fired when the map view changes.</div> </td><td class="summaryTableOwnerCol"><a href="MapEvent.html">MapEvent</a></td> </tr> <tr class="hideInheritedConstant"> <td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img class="inheritedSummaryImage" title="Inherited" alt="Inherited" src="../../../images/inheritedSummary.gif"></td><td class="summaryTableSignatureCol"><a class="signatureLink" href="MapEvent.html#VISIBILITY_CHANGED">VISIBILITY_CHANGED</a> : String = "mapevent_visibilitychanged"<div class="summaryTableDescription">[static] This event is fired when an overlay's visibility has changed (from visible to hidden or vice-versa).</div> </td><td class="summaryTableOwnerCol"><a href="MapEvent.html">MapEvent</a></td> </tr> </table> </div> <script type="text/javascript" language="javascript"> <!-- showHideInherited(); --></script> <div class="MainContent"> <a name="propertyDetail"></a> <div class="detailSectionHeader">Property detail</div> <a name="latLng"></a> <table cellspacing="0" cellpadding="0" class="detailHeader"> <tr> <td class="detailHeaderName">latLng</td><td class="detailHeaderType">property</td> </tr> </table> <div class="detailBody"> <code>latLng:<a href="../maps/LatLng.html">LatLng</a></code>&nbsp;&nbsp;[read-only]<p> LatLng over which the MapMoveEvent occurred. </p><span class="label">Implementation</span> <br> <code>&nbsp;&nbsp;&nbsp;&nbsp;public function get latLng():<a href="../maps/LatLng.html">LatLng</a></code> <br> </div> <a name="constructorDetail"></a> <div class="detailSectionHeader">Constructor detail</div> <a name="MapMoveEvent()"></a> <table cellspacing="0" cellpadding="0" class="detailHeader"> <tr> <td class="detailHeaderName">MapMoveEvent</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">constructor</td> </tr> </table> <div class="detailBody"> <code>public function MapMoveEvent(type:String, latLng:<a href="LatLng.html">LatLng</a>, bubbles:Boolean = false, cancellable:Boolean = false)</code><p> Creates a MapMoveEvent object to pass as a parameter to event listeners. </p><span class="label">Parameters</span> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td width="20px"></td><td><code><span class="label">type</span>:String</code> &mdash; The type of the event, accessible as MapMoveEvent.type. </td> </tr> <tr> <td class="paramSpacer">&nbsp;</td> </tr> <tr> <td width="20px"></td><td><code><span class="label">latLng</span>:<a href="LatLng.html">LatLng</a></code> &mdash; Map's latLng. </td> </tr> <tr> <td class="paramSpacer">&nbsp;</td> </tr> <tr> <td width="20px"></td><td><code><span class="label">bubbles</span>:Boolean</code> (default = <code>false</code>)<code></code> &mdash; Determines whether the Event object participates in the bubbling stage of the event flow. The default value is false. </td> </tr> <tr> <td class="paramSpacer">&nbsp;</td> </tr> <tr> <td width="20px"></td><td><code><span class="label">cancellable</span>:Boolean</code> (default = <code>false</code>)<code></code> &mdash; Determines whether the Event object can be cancelled. The default values is false. </td> </tr> </table> </div> <a name="constantDetail"></a> <div class="detailSectionHeader">Constant detail</div> <a name="MOVE_END"></a> <table cellspacing="0" cellpadding="0" class="detailHeader"> <tr> <td class="detailHeaderName">MOVE_END</td><td class="detailHeaderType">constant</td> </tr> </table> <div class="detailBody"> <code>public static const MOVE_END:String = "mapevent_moveend"</code><p> This event is fired when the change of the map view ends. </p></div> <a name="MOVE_START"></a> <table cellspacing="0" cellpadding="0" class="detailHeader"> <tr> <td class="detailHeaderName">MOVE_START</td><td class="detailHeaderType">constant</td><td class="detailHeaderRule">&nbsp;</td> </tr> </table> <div class="detailBody"> <code>public static const MOVE_START:String = "mapevent_movestart"</code><p> This event is fired when the map view starts changing. This can be caused by dragging, in which case a MapMouseEvent.DRAG_START event is also fired, or by invocation of a method that changes the map view. </p></div> <a name="MOVE_STEP"></a> <table cellspacing="0" cellpadding="0" class="detailHeader"> <tr> <td class="detailHeaderName">MOVE_STEP</td><td class="detailHeaderType">constant</td><td class="detailHeaderRule">&nbsp;</td> </tr> </table> <div class="detailBody"> <code>public static const MOVE_STEP:String = "mapevent_movestep"</code><p> This event is fired repeatedly while the map view is changing. If the change is caused as a result of dragging, MapMouseEvent.DRAG_STEP events will also be generated. </p></div> <br> <br> <hr> <br> <p></p> <center class="copyright"> </center> </div> </body> </html> <!-- -->
docs/dyn/dfareporting_v3_5.orderDocuments.html
googleapis/google-api-python-client
<html><body> <style> body, h1, h2, h3, div, span, p, pre, a { margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; } body { font-size: 13px; padding: 1em; } h1 { font-size: 26px; margin-bottom: 1em; } h2 { font-size: 24px; margin-bottom: 1em; } h3 { font-size: 20px; margin-bottom: 1em; margin-top: 1em; } pre, code { line-height: 1.5; font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace; } pre { margin-top: 0.5em; } h1, h2, h3, p { font-family: Arial, sans serif; } h1, h2, h3 { border-bottom: solid #CCC 1px; } .toc_element { margin-top: 0.5em; } .firstline { margin-left: 2 em; } .method { margin-top: 1em; border: solid 1px #CCC; padding: 1em; background: #EEE; } .details { font-weight: bold; font-size: 14px; } </style> <h1><a href="dfareporting_v3_5.html">Campaign Manager 360 API</a> . <a href="dfareporting_v3_5.orderDocuments.html">orderDocuments</a></h1> <h2>Instance Methods</h2> <p class="toc_element"> <code><a href="#close">close()</a></code></p> <p class="firstline">Close httplib2 connections.</p> <p class="toc_element"> <code><a href="#get">get(profileId, projectId, id, x__xgafv=None)</a></code></p> <p class="firstline">Gets one order document by ID.</p> <p class="toc_element"> <code><a href="#list">list(profileId, projectId, approved=None, ids=None, maxResults=None, orderId=None, pageToken=None, searchString=None, siteId=None, sortField=None, sortOrder=None, x__xgafv=None)</a></code></p> <p class="firstline">Retrieves a list of order documents, possibly filtered. This method supports paging.</p> <p class="toc_element"> <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p> <p class="firstline">Retrieves the next page of results.</p> <h3>Method Details</h3> <div class="method"> <code class="details" id="close">close()</code> <pre>Close httplib2 connections.</pre> </div> <div class="method"> <code class="details" id="get">get(profileId, projectId, id, x__xgafv=None)</code> <pre>Gets one order document by ID. Args: profileId: string, User profile ID associated with this request. (required) projectId: string, Project ID for order documents. (required) id: string, Order document ID. (required) x__xgafv: string, V1 error format. Allowed values 1 - v1 error format 2 - v2 error format Returns: An object of the form: { # Contains properties of a Planning order document. &quot;accountId&quot;: &quot;A String&quot;, # Account ID of this order document. &quot;advertiserId&quot;: &quot;A String&quot;, # Advertiser ID of this order document. &quot;amendedOrderDocumentId&quot;: &quot;A String&quot;, # The amended order document ID of this order document. An order document can be created by optionally amending another order document so that the change history can be preserved. &quot;approvedByUserProfileIds&quot;: [ # IDs of users who have approved this order document. &quot;A String&quot;, ], &quot;cancelled&quot;: True or False, # Whether this order document is cancelled. &quot;createdInfo&quot;: { # Modification timestamp. # Information about the creation of this order document. &quot;time&quot;: &quot;A String&quot;, # Timestamp of the last change in milliseconds since epoch. }, &quot;effectiveDate&quot;: &quot;A String&quot;, &quot;id&quot;: &quot;A String&quot;, # ID of this order document. &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dfareporting#orderDocument&quot;. &quot;lastSentRecipients&quot;: [ # List of email addresses that received the last sent document. &quot;A String&quot;, ], &quot;lastSentTime&quot;: &quot;A String&quot;, &quot;orderId&quot;: &quot;A String&quot;, # ID of the order from which this order document is created. &quot;projectId&quot;: &quot;A String&quot;, # Project ID of this order document. &quot;signed&quot;: True or False, # Whether this order document has been signed. &quot;subaccountId&quot;: &quot;A String&quot;, # Subaccount ID of this order document. &quot;title&quot;: &quot;A String&quot;, # Title of this order document. &quot;type&quot;: &quot;A String&quot;, # Type of this order document }</pre> </div> <div class="method"> <code class="details" id="list">list(profileId, projectId, approved=None, ids=None, maxResults=None, orderId=None, pageToken=None, searchString=None, siteId=None, sortField=None, sortOrder=None, x__xgafv=None)</code> <pre>Retrieves a list of order documents, possibly filtered. This method supports paging. Args: profileId: string, User profile ID associated with this request. (required) projectId: string, Project ID for order documents. (required) approved: boolean, Select only order documents that have been approved by at least one user. ids: string, Select only order documents with these IDs. (repeated) maxResults: integer, Maximum number of results to return. orderId: string, Select only order documents for specified orders. (repeated) pageToken: string, Value of the nextPageToken from the previous result page. searchString: string, Allows searching for order documents by name or ID. Wildcards (*) are allowed. For example, &quot;orderdocument*2015&quot; will return order documents with names like &quot;orderdocument June 2015&quot;, &quot;orderdocument April 2015&quot;, or simply &quot;orderdocument 2015&quot;. Most of the searches also add wildcards implicitly at the start and the end of the search string. For example, a search string of &quot;orderdocument&quot; will match order documents with name &quot;my orderdocument&quot;, &quot;orderdocument 2015&quot;, or simply &quot;orderdocument&quot;. siteId: string, Select only order documents that are associated with these sites. (repeated) sortField: string, Field by which to sort the list. Allowed values ID - NAME - sortOrder: string, Order of sorted results. Allowed values ASCENDING - DESCENDING - x__xgafv: string, V1 error format. Allowed values 1 - v1 error format 2 - v2 error format Returns: An object of the form: { # Order document List Response &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dfareporting#orderDocumentsListResponse&quot;. &quot;nextPageToken&quot;: &quot;A String&quot;, # Pagination token to be used for the next list operation. &quot;orderDocuments&quot;: [ # Order document collection { # Contains properties of a Planning order document. &quot;accountId&quot;: &quot;A String&quot;, # Account ID of this order document. &quot;advertiserId&quot;: &quot;A String&quot;, # Advertiser ID of this order document. &quot;amendedOrderDocumentId&quot;: &quot;A String&quot;, # The amended order document ID of this order document. An order document can be created by optionally amending another order document so that the change history can be preserved. &quot;approvedByUserProfileIds&quot;: [ # IDs of users who have approved this order document. &quot;A String&quot;, ], &quot;cancelled&quot;: True or False, # Whether this order document is cancelled. &quot;createdInfo&quot;: { # Modification timestamp. # Information about the creation of this order document. &quot;time&quot;: &quot;A String&quot;, # Timestamp of the last change in milliseconds since epoch. }, &quot;effectiveDate&quot;: &quot;A String&quot;, &quot;id&quot;: &quot;A String&quot;, # ID of this order document. &quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dfareporting#orderDocument&quot;. &quot;lastSentRecipients&quot;: [ # List of email addresses that received the last sent document. &quot;A String&quot;, ], &quot;lastSentTime&quot;: &quot;A String&quot;, &quot;orderId&quot;: &quot;A String&quot;, # ID of the order from which this order document is created. &quot;projectId&quot;: &quot;A String&quot;, # Project ID of this order document. &quot;signed&quot;: True or False, # Whether this order document has been signed. &quot;subaccountId&quot;: &quot;A String&quot;, # Subaccount ID of this order document. &quot;title&quot;: &quot;A String&quot;, # Title of this order document. &quot;type&quot;: &quot;A String&quot;, # Type of this order document }, ], }</pre> </div> <div class="method"> <code class="details" id="list_next">list_next(previous_request, previous_response)</code> <pre>Retrieves the next page of results. Args: previous_request: The request for the previous page. (required) previous_response: The response from the request for the previous page. (required) Returns: A request object that you can call &#x27;execute()&#x27; on to request the next page. Returns None if there are no more items in the collection. </pre> </div> </body></html>
thirdparty/hbase-1.1.1.2.3.0.0-2557/docs/xref/org/apache/hadoop/hbase/CompoundConfiguration.html
scalingdata/Impala
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>CompoundConfiguration xref</title> <link type="text/css" rel="stylesheet" href="../../../../stylesheet.css" /> </head> <body> <div id="overview"><a href="../../../../../apidocs/org/apache/hadoop/hbase/CompoundConfiguration.html">View Javadoc</a></div><pre> <a class="jxr_linenumber" name="1" href="#1">1</a> <em class="jxr_javadoccomment">/**</em> <a class="jxr_linenumber" name="2" href="#2">2</a> <em class="jxr_javadoccomment"> * Copyright The Apache Software Foundation</em> <a class="jxr_linenumber" name="3" href="#3">3</a> <em class="jxr_javadoccomment"> *</em> <a class="jxr_linenumber" name="4" href="#4">4</a> <em class="jxr_javadoccomment"> * Licensed to the Apache Software Foundation (ASF) under one</em> <a class="jxr_linenumber" name="5" href="#5">5</a> <em class="jxr_javadoccomment"> * or more contributor license agreements. See the NOTICE file</em> <a class="jxr_linenumber" name="6" href="#6">6</a> <em class="jxr_javadoccomment"> * distributed with this work for additional information</em> <a class="jxr_linenumber" name="7" href="#7">7</a> <em class="jxr_javadoccomment"> * regarding copyright ownership. The ASF licenses this file</em> <a class="jxr_linenumber" name="8" href="#8">8</a> <em class="jxr_javadoccomment"> * to you under the Apache License, Version 2.0 (the</em> <a class="jxr_linenumber" name="9" href="#9">9</a> <em class="jxr_javadoccomment"> * "License"); you may not use this file except in compliance</em> <a class="jxr_linenumber" name="10" href="#10">10</a> <em class="jxr_javadoccomment"> * with the License. You may obtain a copy of the License at</em> <a class="jxr_linenumber" name="11" href="#11">11</a> <em class="jxr_javadoccomment"> *</em> <a class="jxr_linenumber" name="12" href="#12">12</a> <em class="jxr_javadoccomment"> * <a href="http://www.apache.org/licenses/LICENSE-2.0" target="alexandria_uri">http://www.apache.org/licenses/LICENSE-2.0</a></em> <a class="jxr_linenumber" name="13" href="#13">13</a> <em class="jxr_javadoccomment"> *</em> <a class="jxr_linenumber" name="14" href="#14">14</a> <em class="jxr_javadoccomment"> * Unless required by applicable law or agreed to in writing, software</em> <a class="jxr_linenumber" name="15" href="#15">15</a> <em class="jxr_javadoccomment"> * distributed under the License is distributed on an "AS IS" BASIS,</em> <a class="jxr_linenumber" name="16" href="#16">16</a> <em class="jxr_javadoccomment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</em> <a class="jxr_linenumber" name="17" href="#17">17</a> <em class="jxr_javadoccomment"> * See the License for the specific language governing permissions and</em> <a class="jxr_linenumber" name="18" href="#18">18</a> <em class="jxr_javadoccomment"> * limitations under the License.</em> <a class="jxr_linenumber" name="19" href="#19">19</a> <em class="jxr_javadoccomment"> */</em> <a class="jxr_linenumber" name="20" href="#20">20</a> <strong class="jxr_keyword">package</strong> org.apache.hadoop.hbase; <a class="jxr_linenumber" name="21" href="#21">21</a> <a class="jxr_linenumber" name="22" href="#22">22</a> <strong class="jxr_keyword">import</strong> java.io.DataOutput; <a class="jxr_linenumber" name="23" href="#23">23</a> <strong class="jxr_keyword">import</strong> java.io.IOException; <a class="jxr_linenumber" name="24" href="#24">24</a> <strong class="jxr_keyword">import</strong> java.io.OutputStream; <a class="jxr_linenumber" name="25" href="#25">25</a> <strong class="jxr_keyword">import</strong> java.util.ArrayList; <a class="jxr_linenumber" name="26" href="#26">26</a> <strong class="jxr_keyword">import</strong> java.util.HashMap; <a class="jxr_linenumber" name="27" href="#27">27</a> <strong class="jxr_keyword">import</strong> java.util.Iterator; <a class="jxr_linenumber" name="28" href="#28">28</a> <strong class="jxr_keyword">import</strong> java.util.List; <a class="jxr_linenumber" name="29" href="#29">29</a> <strong class="jxr_keyword">import</strong> java.util.Map; <a class="jxr_linenumber" name="30" href="#30">30</a> <a class="jxr_linenumber" name="31" href="#31">31</a> <strong class="jxr_keyword">import</strong> org.apache.commons.collections.iterators.UnmodifiableIterator; <a class="jxr_linenumber" name="32" href="#32">32</a> <strong class="jxr_keyword">import</strong> org.apache.hadoop.hbase.classification.InterfaceAudience; <a class="jxr_linenumber" name="33" href="#33">33</a> <strong class="jxr_keyword">import</strong> org.apache.hadoop.conf.Configuration; <a class="jxr_linenumber" name="34" href="#34">34</a> <strong class="jxr_keyword">import</strong> org.apache.hadoop.hbase.io.ImmutableBytesWritable; <a class="jxr_linenumber" name="35" href="#35">35</a> <strong class="jxr_keyword">import</strong> org.apache.hadoop.hbase.util.Bytes; <a class="jxr_linenumber" name="36" href="#36">36</a> <a class="jxr_linenumber" name="37" href="#37">37</a> <em class="jxr_javadoccomment">/**</em> <a class="jxr_linenumber" name="38" href="#38">38</a> <em class="jxr_javadoccomment"> * Do a shallow merge of multiple KV configuration pools. This is a very useful</em> <a class="jxr_linenumber" name="39" href="#39">39</a> <em class="jxr_javadoccomment"> * utility class to easily add per-object configurations in addition to wider</em> <a class="jxr_linenumber" name="40" href="#40">40</a> <em class="jxr_javadoccomment"> * scope settings. This is different from Configuration.addResource()</em> <a class="jxr_linenumber" name="41" href="#41">41</a> <em class="jxr_javadoccomment"> * functionality, which performs a deep merge and mutates the common data</em> <a class="jxr_linenumber" name="42" href="#42">42</a> <em class="jxr_javadoccomment"> * structure.</em> <a class="jxr_linenumber" name="43" href="#43">43</a> <em class="jxr_javadoccomment"> * &lt;p&gt;</em> <a class="jxr_linenumber" name="44" href="#44">44</a> <em class="jxr_javadoccomment"> * The iterator on CompoundConfiguration is unmodifiable. Obtaining iterator is an expensive</em> <a class="jxr_linenumber" name="45" href="#45">45</a> <em class="jxr_javadoccomment"> * operation.</em> <a class="jxr_linenumber" name="46" href="#46">46</a> <em class="jxr_javadoccomment"> * &lt;p&gt;</em> <a class="jxr_linenumber" name="47" href="#47">47</a> <em class="jxr_javadoccomment"> * For clarity: the shallow merge allows the user to mutate either of the</em> <a class="jxr_linenumber" name="48" href="#48">48</a> <em class="jxr_javadoccomment"> * configuration objects and have changes reflected everywhere. In contrast to a</em> <a class="jxr_linenumber" name="49" href="#49">49</a> <em class="jxr_javadoccomment"> * deep merge, that requires you to explicitly know all applicable copies to</em> <a class="jxr_linenumber" name="50" href="#50">50</a> <em class="jxr_javadoccomment"> * propagate changes.</em> <a class="jxr_linenumber" name="51" href="#51">51</a> <em class="jxr_javadoccomment"> * </em> <a class="jxr_linenumber" name="52" href="#52">52</a> <em class="jxr_javadoccomment"> * WARNING: The values set in the CompoundConfiguration are do not handle Property variable</em> <a class="jxr_linenumber" name="53" href="#53">53</a> <em class="jxr_javadoccomment"> * substitution. However, if they are set in the underlying configuration substitutions are</em> <a class="jxr_linenumber" name="54" href="#54">54</a> <em class="jxr_javadoccomment"> * done. </em> <a class="jxr_linenumber" name="55" href="#55">55</a> <em class="jxr_javadoccomment"> */</em> <a class="jxr_linenumber" name="56" href="#56">56</a> @InterfaceAudience.Private <a class="jxr_linenumber" name="57" href="#57">57</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../org/apache/hadoop/hbase/CompoundConfiguration.html">CompoundConfiguration</a> <strong class="jxr_keyword">extends</strong> Configuration { <a class="jxr_linenumber" name="58" href="#58">58</a> <a class="jxr_linenumber" name="59" href="#59">59</a> <strong class="jxr_keyword">private</strong> Configuration mutableConf = <strong class="jxr_keyword">null</strong>; <a class="jxr_linenumber" name="60" href="#60">60</a> <a class="jxr_linenumber" name="61" href="#61">61</a> <em class="jxr_javadoccomment">/**</em> <a class="jxr_linenumber" name="62" href="#62">62</a> <em class="jxr_javadoccomment"> * Default Constructor. Initializes empty configuration</em> <a class="jxr_linenumber" name="63" href="#63">63</a> <em class="jxr_javadoccomment"> */</em> <a class="jxr_linenumber" name="64" href="#64">64</a> <strong class="jxr_keyword">public</strong> <a href="../../../../org/apache/hadoop/hbase/CompoundConfiguration.html">CompoundConfiguration</a>() { <a class="jxr_linenumber" name="65" href="#65">65</a> } <a class="jxr_linenumber" name="66" href="#66">66</a> <a class="jxr_linenumber" name="67" href="#67">67</a> <em class="jxr_comment">// Devs: these APIs are the same contract as their counterparts in</em> <a class="jxr_linenumber" name="68" href="#68">68</a> <em class="jxr_comment">// Configuration.java</em> <a class="jxr_linenumber" name="69" href="#69">69</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">interface</strong> <a href="../../../../org/apache/hadoop/hbase/CompoundConfiguration.html">ImmutableConfigMap</a> <strong class="jxr_keyword">extends</strong> Iterable&lt;Map.Entry&lt;String,String&gt;&gt; { <a class="jxr_linenumber" name="70" href="#70">70</a> String get(String key); <a class="jxr_linenumber" name="71" href="#71">71</a> String getRaw(String key); <a class="jxr_linenumber" name="72" href="#72">72</a> Class&lt;?&gt; getClassByName(String name) <strong class="jxr_keyword">throws</strong> ClassNotFoundException; <a class="jxr_linenumber" name="73" href="#73">73</a> <strong class="jxr_keyword">int</strong> size(); <a class="jxr_linenumber" name="74" href="#74">74</a> } <a class="jxr_linenumber" name="75" href="#75">75</a> <a class="jxr_linenumber" name="76" href="#76">76</a> <strong class="jxr_keyword">protected</strong> List&lt;ImmutableConfigMap&gt; configs <a class="jxr_linenumber" name="77" href="#77">77</a> = <strong class="jxr_keyword">new</strong> ArrayList&lt;ImmutableConfigMap&gt;(); <a class="jxr_linenumber" name="78" href="#78">78</a> <a class="jxr_linenumber" name="79" href="#79">79</a> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../org/apache/hadoop/hbase/CompoundConfiguration.html">ImmutableConfWrapper</a> <strong class="jxr_keyword">implements</strong> ImmutableConfigMap { <a class="jxr_linenumber" name="80" href="#80">80</a> Configuration c; <a class="jxr_linenumber" name="81" href="#81">81</a> <a class="jxr_linenumber" name="82" href="#82">82</a> <a href="../../../../org/apache/hadoop/hbase/CompoundConfiguration.html">ImmutableConfWrapper</a>(Configuration conf) { <a class="jxr_linenumber" name="83" href="#83">83</a> c = conf; <a class="jxr_linenumber" name="84" href="#84">84</a> } <a class="jxr_linenumber" name="85" href="#85">85</a> <a class="jxr_linenumber" name="86" href="#86">86</a> @Override <a class="jxr_linenumber" name="87" href="#87">87</a> <strong class="jxr_keyword">public</strong> Iterator&lt;Map.Entry&lt;String,String&gt;&gt; iterator() { <a class="jxr_linenumber" name="88" href="#88">88</a> <strong class="jxr_keyword">return</strong> c.iterator(); <a class="jxr_linenumber" name="89" href="#89">89</a> } <a class="jxr_linenumber" name="90" href="#90">90</a> <a class="jxr_linenumber" name="91" href="#91">91</a> @Override <a class="jxr_linenumber" name="92" href="#92">92</a> <strong class="jxr_keyword">public</strong> String get(String key) { <a class="jxr_linenumber" name="93" href="#93">93</a> <strong class="jxr_keyword">return</strong> c.get(key); <a class="jxr_linenumber" name="94" href="#94">94</a> } <a class="jxr_linenumber" name="95" href="#95">95</a> <a class="jxr_linenumber" name="96" href="#96">96</a> @Override <a class="jxr_linenumber" name="97" href="#97">97</a> <strong class="jxr_keyword">public</strong> String getRaw(String key) { <a class="jxr_linenumber" name="98" href="#98">98</a> <strong class="jxr_keyword">return</strong> c.getRaw(key); <a class="jxr_linenumber" name="99" href="#99">99</a> } <a class="jxr_linenumber" name="100" href="#100">100</a> <a class="jxr_linenumber" name="101" href="#101">101</a> @Override <a class="jxr_linenumber" name="102" href="#102">102</a> <strong class="jxr_keyword">public</strong> Class&lt;?&gt; getClassByName(String name) <a class="jxr_linenumber" name="103" href="#103">103</a> <strong class="jxr_keyword">throws</strong> ClassNotFoundException { <a class="jxr_linenumber" name="104" href="#104">104</a> <strong class="jxr_keyword">return</strong> c.getClassByName(name); <a class="jxr_linenumber" name="105" href="#105">105</a> } <a class="jxr_linenumber" name="106" href="#106">106</a> <a class="jxr_linenumber" name="107" href="#107">107</a> @Override <a class="jxr_linenumber" name="108" href="#108">108</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">int</strong> size() { <a class="jxr_linenumber" name="109" href="#109">109</a> <strong class="jxr_keyword">return</strong> c.size(); <a class="jxr_linenumber" name="110" href="#110">110</a> } <a class="jxr_linenumber" name="111" href="#111">111</a> <a class="jxr_linenumber" name="112" href="#112">112</a> @Override <a class="jxr_linenumber" name="113" href="#113">113</a> <strong class="jxr_keyword">public</strong> String toString() { <a class="jxr_linenumber" name="114" href="#114">114</a> <strong class="jxr_keyword">return</strong> c.toString(); <a class="jxr_linenumber" name="115" href="#115">115</a> } <a class="jxr_linenumber" name="116" href="#116">116</a> } <a class="jxr_linenumber" name="117" href="#117">117</a> <a class="jxr_linenumber" name="118" href="#118">118</a> <em class="jxr_javadoccomment">/**</em> <a class="jxr_linenumber" name="119" href="#119">119</a> <em class="jxr_javadoccomment"> * If set has been called, it will create a mutableConf. This converts the mutableConf to an</em> <a class="jxr_linenumber" name="120" href="#120">120</a> <em class="jxr_javadoccomment"> * immutable one and resets it to allow a new mutable conf. This is used when a new map or</em> <a class="jxr_linenumber" name="121" href="#121">121</a> <em class="jxr_javadoccomment"> * conf is added to the compound configuration to preserve proper override semantics.</em> <a class="jxr_linenumber" name="122" href="#122">122</a> <em class="jxr_javadoccomment"> */</em> <a class="jxr_linenumber" name="123" href="#123">123</a> <strong class="jxr_keyword">void</strong> freezeMutableConf() { <a class="jxr_linenumber" name="124" href="#124">124</a> <strong class="jxr_keyword">if</strong> (mutableConf == <strong class="jxr_keyword">null</strong>) { <a class="jxr_linenumber" name="125" href="#125">125</a> <em class="jxr_comment">// do nothing if there is no current mutableConf</em> <a class="jxr_linenumber" name="126" href="#126">126</a> <strong class="jxr_keyword">return</strong>; <a class="jxr_linenumber" name="127" href="#127">127</a> } <a class="jxr_linenumber" name="128" href="#128">128</a> <a class="jxr_linenumber" name="129" href="#129">129</a> <strong class="jxr_keyword">this</strong>.configs.add(0, <strong class="jxr_keyword">new</strong> <a href="../../../../org/apache/hadoop/hbase/CompoundConfiguration.html">ImmutableConfWrapper</a>(mutableConf)); <a class="jxr_linenumber" name="130" href="#130">130</a> mutableConf = <strong class="jxr_keyword">null</strong>; <a class="jxr_linenumber" name="131" href="#131">131</a> } <a class="jxr_linenumber" name="132" href="#132">132</a> <a class="jxr_linenumber" name="133" href="#133">133</a> <em class="jxr_javadoccomment">/**</em> <a class="jxr_linenumber" name="134" href="#134">134</a> <em class="jxr_javadoccomment"> * Add Hadoop Configuration object to config list.</em> <a class="jxr_linenumber" name="135" href="#135">135</a> <em class="jxr_javadoccomment"> * The added configuration overrides the previous ones if there are name collisions.</em> <a class="jxr_linenumber" name="136" href="#136">136</a> <em class="jxr_javadoccomment"> * @param conf configuration object</em> <a class="jxr_linenumber" name="137" href="#137">137</a> <em class="jxr_javadoccomment"> * @return this, for builder pattern</em> <a class="jxr_linenumber" name="138" href="#138">138</a> <em class="jxr_javadoccomment"> */</em> <a class="jxr_linenumber" name="139" href="#139">139</a> <strong class="jxr_keyword">public</strong> <a href="../../../../org/apache/hadoop/hbase/CompoundConfiguration.html">CompoundConfiguration</a> add(<strong class="jxr_keyword">final</strong> Configuration conf) { <a class="jxr_linenumber" name="140" href="#140">140</a> freezeMutableConf(); <a class="jxr_linenumber" name="141" href="#141">141</a> <a class="jxr_linenumber" name="142" href="#142">142</a> <strong class="jxr_keyword">if</strong> (conf instanceof CompoundConfiguration) { <a class="jxr_linenumber" name="143" href="#143">143</a> <strong class="jxr_keyword">this</strong>.configs.addAll(0, ((CompoundConfiguration) conf).configs); <a class="jxr_linenumber" name="144" href="#144">144</a> <strong class="jxr_keyword">return</strong> <strong class="jxr_keyword">this</strong>; <a class="jxr_linenumber" name="145" href="#145">145</a> } <a class="jxr_linenumber" name="146" href="#146">146</a> <em class="jxr_comment">// put new config at the front of the list (top priority)</em> <a class="jxr_linenumber" name="147" href="#147">147</a> <strong class="jxr_keyword">this</strong>.configs.add(0, <strong class="jxr_keyword">new</strong> <a href="../../../../org/apache/hadoop/hbase/CompoundConfiguration.html">ImmutableConfWrapper</a>(conf)); <a class="jxr_linenumber" name="148" href="#148">148</a> <strong class="jxr_keyword">return</strong> <strong class="jxr_keyword">this</strong>; <a class="jxr_linenumber" name="149" href="#149">149</a> } <a class="jxr_linenumber" name="150" href="#150">150</a> <a class="jxr_linenumber" name="151" href="#151">151</a> <em class="jxr_javadoccomment">/**</em> <a class="jxr_linenumber" name="152" href="#152">152</a> <em class="jxr_javadoccomment"> * Add ImmutableBytesWritable map to config list. This map is generally</em> <a class="jxr_linenumber" name="153" href="#153">153</a> <em class="jxr_javadoccomment"> * created by HTableDescriptor or HColumnDescriptor, but can be abstractly</em> <a class="jxr_linenumber" name="154" href="#154">154</a> <em class="jxr_javadoccomment"> * used. The added configuration overrides the previous ones if there are</em> <a class="jxr_linenumber" name="155" href="#155">155</a> <em class="jxr_javadoccomment"> * name collisions.</em> <a class="jxr_linenumber" name="156" href="#156">156</a> <em class="jxr_javadoccomment"> *</em> <a class="jxr_linenumber" name="157" href="#157">157</a> <em class="jxr_javadoccomment"> * @param map</em> <a class="jxr_linenumber" name="158" href="#158">158</a> <em class="jxr_javadoccomment"> * ImmutableBytesWritable map</em> <a class="jxr_linenumber" name="159" href="#159">159</a> <em class="jxr_javadoccomment"> * @return this, for builder pattern</em> <a class="jxr_linenumber" name="160" href="#160">160</a> <em class="jxr_javadoccomment"> */</em> <a class="jxr_linenumber" name="161" href="#161">161</a> <strong class="jxr_keyword">public</strong> <a href="../../../../org/apache/hadoop/hbase/CompoundConfiguration.html">CompoundConfiguration</a> addWritableMap( <a class="jxr_linenumber" name="162" href="#162">162</a> <strong class="jxr_keyword">final</strong> Map&lt;ImmutableBytesWritable, ImmutableBytesWritable&gt; map) { <a class="jxr_linenumber" name="163" href="#163">163</a> freezeMutableConf(); <a class="jxr_linenumber" name="164" href="#164">164</a> <a class="jxr_linenumber" name="165" href="#165">165</a> <em class="jxr_comment">// put new map at the front of the list (top priority)</em> <a class="jxr_linenumber" name="166" href="#166">166</a> <strong class="jxr_keyword">this</strong>.configs.add(0, <strong class="jxr_keyword">new</strong> <a href="../../../../org/apache/hadoop/hbase/CompoundConfiguration.html">ImmutableConfigMap</a>() { <a class="jxr_linenumber" name="167" href="#167">167</a> Map&lt;ImmutableBytesWritable, ImmutableBytesWritable&gt; m = map; <a class="jxr_linenumber" name="168" href="#168">168</a> <a class="jxr_linenumber" name="169" href="#169">169</a> @Override <a class="jxr_linenumber" name="170" href="#170">170</a> <strong class="jxr_keyword">public</strong> Iterator&lt;Map.Entry&lt;String,String&gt;&gt; iterator() { <a class="jxr_linenumber" name="171" href="#171">171</a> Map&lt;String, String&gt; ret = <strong class="jxr_keyword">new</strong> HashMap&lt;String, String&gt;(); <a class="jxr_linenumber" name="172" href="#172">172</a> <strong class="jxr_keyword">for</strong> (Map.Entry&lt;ImmutableBytesWritable, ImmutableBytesWritable&gt; entry : map.entrySet()) { <a class="jxr_linenumber" name="173" href="#173">173</a> String key = Bytes.toString(entry.getKey().get()); <a class="jxr_linenumber" name="174" href="#174">174</a> String val = entry.getValue() == <strong class="jxr_keyword">null</strong> ? <strong class="jxr_keyword">null</strong> : Bytes.toString(entry.getValue().get()); <a class="jxr_linenumber" name="175" href="#175">175</a> ret.put(key, val); <a class="jxr_linenumber" name="176" href="#176">176</a> } <a class="jxr_linenumber" name="177" href="#177">177</a> <strong class="jxr_keyword">return</strong> ret.entrySet().iterator(); <a class="jxr_linenumber" name="178" href="#178">178</a> } <a class="jxr_linenumber" name="179" href="#179">179</a> <a class="jxr_linenumber" name="180" href="#180">180</a> @Override <a class="jxr_linenumber" name="181" href="#181">181</a> <strong class="jxr_keyword">public</strong> String get(String key) { <a class="jxr_linenumber" name="182" href="#182">182</a> <a href="../../../../org/apache/hadoop/hbase/io/ImmutableBytesWritable.html">ImmutableBytesWritable</a> ibw = <strong class="jxr_keyword">new</strong> <a href="../../../../org/apache/hadoop/hbase/io/ImmutableBytesWritable.html">ImmutableBytesWritable</a>(<a href="../../../../org/apache/hadoop/hbase/util/Bytes.html">Bytes</a> <a class="jxr_linenumber" name="183" href="#183">183</a> .toBytes(key)); <a class="jxr_linenumber" name="184" href="#184">184</a> <strong class="jxr_keyword">if</strong> (!m.containsKey(ibw)) <a class="jxr_linenumber" name="185" href="#185">185</a> <strong class="jxr_keyword">return</strong> <strong class="jxr_keyword">null</strong>; <a class="jxr_linenumber" name="186" href="#186">186</a> <a href="../../../../org/apache/hadoop/hbase/io/ImmutableBytesWritable.html">ImmutableBytesWritable</a> value = m.get(ibw); <a class="jxr_linenumber" name="187" href="#187">187</a> <strong class="jxr_keyword">if</strong> (value == <strong class="jxr_keyword">null</strong> || value.get() == <strong class="jxr_keyword">null</strong>) <a class="jxr_linenumber" name="188" href="#188">188</a> <strong class="jxr_keyword">return</strong> <strong class="jxr_keyword">null</strong>; <a class="jxr_linenumber" name="189" href="#189">189</a> <strong class="jxr_keyword">return</strong> Bytes.toString(value.get()); <a class="jxr_linenumber" name="190" href="#190">190</a> } <a class="jxr_linenumber" name="191" href="#191">191</a> <a class="jxr_linenumber" name="192" href="#192">192</a> @Override <a class="jxr_linenumber" name="193" href="#193">193</a> <strong class="jxr_keyword">public</strong> String getRaw(String key) { <a class="jxr_linenumber" name="194" href="#194">194</a> <strong class="jxr_keyword">return</strong> get(key); <a class="jxr_linenumber" name="195" href="#195">195</a> } <a class="jxr_linenumber" name="196" href="#196">196</a> <a class="jxr_linenumber" name="197" href="#197">197</a> @Override <a class="jxr_linenumber" name="198" href="#198">198</a> <strong class="jxr_keyword">public</strong> Class&lt;?&gt; getClassByName(String name) <a class="jxr_linenumber" name="199" href="#199">199</a> <strong class="jxr_keyword">throws</strong> ClassNotFoundException { <a class="jxr_linenumber" name="200" href="#200">200</a> <strong class="jxr_keyword">return</strong> <strong class="jxr_keyword">null</strong>; <a class="jxr_linenumber" name="201" href="#201">201</a> } <a class="jxr_linenumber" name="202" href="#202">202</a> <a class="jxr_linenumber" name="203" href="#203">203</a> @Override <a class="jxr_linenumber" name="204" href="#204">204</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">int</strong> size() { <a class="jxr_linenumber" name="205" href="#205">205</a> <strong class="jxr_keyword">return</strong> m.size(); <a class="jxr_linenumber" name="206" href="#206">206</a> } <a class="jxr_linenumber" name="207" href="#207">207</a> <a class="jxr_linenumber" name="208" href="#208">208</a> @Override <a class="jxr_linenumber" name="209" href="#209">209</a> <strong class="jxr_keyword">public</strong> String toString() { <a class="jxr_linenumber" name="210" href="#210">210</a> <strong class="jxr_keyword">return</strong> m.toString(); <a class="jxr_linenumber" name="211" href="#211">211</a> } <a class="jxr_linenumber" name="212" href="#212">212</a> }); <a class="jxr_linenumber" name="213" href="#213">213</a> <strong class="jxr_keyword">return</strong> <strong class="jxr_keyword">this</strong>; <a class="jxr_linenumber" name="214" href="#214">214</a> } <a class="jxr_linenumber" name="215" href="#215">215</a> <a class="jxr_linenumber" name="216" href="#216">216</a> <em class="jxr_javadoccomment">/**</em> <a class="jxr_linenumber" name="217" href="#217">217</a> <em class="jxr_javadoccomment"> * Add String map to config list. This map is generally created by HTableDescriptor</em> <a class="jxr_linenumber" name="218" href="#218">218</a> <em class="jxr_javadoccomment"> * or HColumnDescriptor, but can be abstractly used. The added configuration</em> <a class="jxr_linenumber" name="219" href="#219">219</a> <em class="jxr_javadoccomment"> * overrides the previous ones if there are name collisions.</em> <a class="jxr_linenumber" name="220" href="#220">220</a> <em class="jxr_javadoccomment"> *</em> <a class="jxr_linenumber" name="221" href="#221">221</a> <em class="jxr_javadoccomment"> * @return this, for builder pattern</em> <a class="jxr_linenumber" name="222" href="#222">222</a> <em class="jxr_javadoccomment"> */</em> <a class="jxr_linenumber" name="223" href="#223">223</a> <strong class="jxr_keyword">public</strong> <a href="../../../../org/apache/hadoop/hbase/CompoundConfiguration.html">CompoundConfiguration</a> addStringMap(<strong class="jxr_keyword">final</strong> Map&lt;String, String&gt; map) { <a class="jxr_linenumber" name="224" href="#224">224</a> freezeMutableConf(); <a class="jxr_linenumber" name="225" href="#225">225</a> <a class="jxr_linenumber" name="226" href="#226">226</a> <em class="jxr_comment">// put new map at the front of the list (top priority)</em> <a class="jxr_linenumber" name="227" href="#227">227</a> <strong class="jxr_keyword">this</strong>.configs.add(0, <strong class="jxr_keyword">new</strong> <a href="../../../../org/apache/hadoop/hbase/CompoundConfiguration.html">ImmutableConfigMap</a>() { <a class="jxr_linenumber" name="228" href="#228">228</a> Map&lt;String, String&gt; m = map; <a class="jxr_linenumber" name="229" href="#229">229</a> <a class="jxr_linenumber" name="230" href="#230">230</a> @Override <a class="jxr_linenumber" name="231" href="#231">231</a> <strong class="jxr_keyword">public</strong> Iterator&lt;Map.Entry&lt;String,String&gt;&gt; iterator() { <a class="jxr_linenumber" name="232" href="#232">232</a> <strong class="jxr_keyword">return</strong> map.entrySet().iterator(); <a class="jxr_linenumber" name="233" href="#233">233</a> } <a class="jxr_linenumber" name="234" href="#234">234</a> <a class="jxr_linenumber" name="235" href="#235">235</a> @Override <a class="jxr_linenumber" name="236" href="#236">236</a> <strong class="jxr_keyword">public</strong> String get(String key) { <a class="jxr_linenumber" name="237" href="#237">237</a> <strong class="jxr_keyword">return</strong> m.get(key); <a class="jxr_linenumber" name="238" href="#238">238</a> } <a class="jxr_linenumber" name="239" href="#239">239</a> <a class="jxr_linenumber" name="240" href="#240">240</a> @Override <a class="jxr_linenumber" name="241" href="#241">241</a> <strong class="jxr_keyword">public</strong> String getRaw(String key) { <a class="jxr_linenumber" name="242" href="#242">242</a> <strong class="jxr_keyword">return</strong> get(key); <a class="jxr_linenumber" name="243" href="#243">243</a> } <a class="jxr_linenumber" name="244" href="#244">244</a> <a class="jxr_linenumber" name="245" href="#245">245</a> @Override <a class="jxr_linenumber" name="246" href="#246">246</a> <strong class="jxr_keyword">public</strong> Class&lt;?&gt; getClassByName(String name) <a class="jxr_linenumber" name="247" href="#247">247</a> <strong class="jxr_keyword">throws</strong> ClassNotFoundException { <a class="jxr_linenumber" name="248" href="#248">248</a> <strong class="jxr_keyword">return</strong> <strong class="jxr_keyword">null</strong>; <a class="jxr_linenumber" name="249" href="#249">249</a> } <a class="jxr_linenumber" name="250" href="#250">250</a> <a class="jxr_linenumber" name="251" href="#251">251</a> @Override <a class="jxr_linenumber" name="252" href="#252">252</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">int</strong> size() { <a class="jxr_linenumber" name="253" href="#253">253</a> <strong class="jxr_keyword">return</strong> m.size(); <a class="jxr_linenumber" name="254" href="#254">254</a> } <a class="jxr_linenumber" name="255" href="#255">255</a> <a class="jxr_linenumber" name="256" href="#256">256</a> @Override <a class="jxr_linenumber" name="257" href="#257">257</a> <strong class="jxr_keyword">public</strong> String toString() { <a class="jxr_linenumber" name="258" href="#258">258</a> <strong class="jxr_keyword">return</strong> m.toString(); <a class="jxr_linenumber" name="259" href="#259">259</a> } <a class="jxr_linenumber" name="260" href="#260">260</a> }); <a class="jxr_linenumber" name="261" href="#261">261</a> <strong class="jxr_keyword">return</strong> <strong class="jxr_keyword">this</strong>; <a class="jxr_linenumber" name="262" href="#262">262</a> } <a class="jxr_linenumber" name="263" href="#263">263</a> <a class="jxr_linenumber" name="264" href="#264">264</a> @Override <a class="jxr_linenumber" name="265" href="#265">265</a> <strong class="jxr_keyword">public</strong> String toString() { <a class="jxr_linenumber" name="266" href="#266">266</a> StringBuffer sb = <strong class="jxr_keyword">new</strong> StringBuffer(); <a class="jxr_linenumber" name="267" href="#267">267</a> sb.append(<span class="jxr_string">"CompoundConfiguration: "</span> + <strong class="jxr_keyword">this</strong>.configs.size() + <span class="jxr_string">" configs"</span>); <a class="jxr_linenumber" name="268" href="#268">268</a> <strong class="jxr_keyword">for</strong> (ImmutableConfigMap m : <strong class="jxr_keyword">this</strong>.configs) { <a class="jxr_linenumber" name="269" href="#269">269</a> sb.append(<strong class="jxr_keyword">this</strong>.configs); <a class="jxr_linenumber" name="270" href="#270">270</a> } <a class="jxr_linenumber" name="271" href="#271">271</a> <strong class="jxr_keyword">return</strong> sb.toString(); <a class="jxr_linenumber" name="272" href="#272">272</a> } <a class="jxr_linenumber" name="273" href="#273">273</a> <a class="jxr_linenumber" name="274" href="#274">274</a> @Override <a class="jxr_linenumber" name="275" href="#275">275</a> <strong class="jxr_keyword">public</strong> String get(String key) { <a class="jxr_linenumber" name="276" href="#276">276</a> <strong class="jxr_keyword">if</strong> (mutableConf != <strong class="jxr_keyword">null</strong>) { <a class="jxr_linenumber" name="277" href="#277">277</a> String value = mutableConf.get(key); <a class="jxr_linenumber" name="278" href="#278">278</a> <strong class="jxr_keyword">if</strong> (value != <strong class="jxr_keyword">null</strong>) { <a class="jxr_linenumber" name="279" href="#279">279</a> <strong class="jxr_keyword">return</strong> value; <a class="jxr_linenumber" name="280" href="#280">280</a> } <a class="jxr_linenumber" name="281" href="#281">281</a> } <a class="jxr_linenumber" name="282" href="#282">282</a> <a class="jxr_linenumber" name="283" href="#283">283</a> <strong class="jxr_keyword">for</strong> (ImmutableConfigMap m : <strong class="jxr_keyword">this</strong>.configs) { <a class="jxr_linenumber" name="284" href="#284">284</a> String value = m.get(key); <a class="jxr_linenumber" name="285" href="#285">285</a> <strong class="jxr_keyword">if</strong> (value != <strong class="jxr_keyword">null</strong>) { <a class="jxr_linenumber" name="286" href="#286">286</a> <strong class="jxr_keyword">return</strong> value; <a class="jxr_linenumber" name="287" href="#287">287</a> } <a class="jxr_linenumber" name="288" href="#288">288</a> } <a class="jxr_linenumber" name="289" href="#289">289</a> <strong class="jxr_keyword">return</strong> <strong class="jxr_keyword">null</strong>; <a class="jxr_linenumber" name="290" href="#290">290</a> } <a class="jxr_linenumber" name="291" href="#291">291</a> <a class="jxr_linenumber" name="292" href="#292">292</a> @Override <a class="jxr_linenumber" name="293" href="#293">293</a> <strong class="jxr_keyword">public</strong> String getRaw(String key) { <a class="jxr_linenumber" name="294" href="#294">294</a> <strong class="jxr_keyword">if</strong> (mutableConf != <strong class="jxr_keyword">null</strong>) { <a class="jxr_linenumber" name="295" href="#295">295</a> String value = mutableConf.getRaw(key); <a class="jxr_linenumber" name="296" href="#296">296</a> <strong class="jxr_keyword">if</strong> (value != <strong class="jxr_keyword">null</strong>) { <a class="jxr_linenumber" name="297" href="#297">297</a> <strong class="jxr_keyword">return</strong> value; <a class="jxr_linenumber" name="298" href="#298">298</a> } <a class="jxr_linenumber" name="299" href="#299">299</a> } <a class="jxr_linenumber" name="300" href="#300">300</a> <a class="jxr_linenumber" name="301" href="#301">301</a> <strong class="jxr_keyword">for</strong> (ImmutableConfigMap m : <strong class="jxr_keyword">this</strong>.configs) { <a class="jxr_linenumber" name="302" href="#302">302</a> String value = m.getRaw(key); <a class="jxr_linenumber" name="303" href="#303">303</a> <strong class="jxr_keyword">if</strong> (value != <strong class="jxr_keyword">null</strong>) { <a class="jxr_linenumber" name="304" href="#304">304</a> <strong class="jxr_keyword">return</strong> value; <a class="jxr_linenumber" name="305" href="#305">305</a> } <a class="jxr_linenumber" name="306" href="#306">306</a> } <a class="jxr_linenumber" name="307" href="#307">307</a> <strong class="jxr_keyword">return</strong> <strong class="jxr_keyword">null</strong>; <a class="jxr_linenumber" name="308" href="#308">308</a> } <a class="jxr_linenumber" name="309" href="#309">309</a> <a class="jxr_linenumber" name="310" href="#310">310</a> @Override <a class="jxr_linenumber" name="311" href="#311">311</a> <strong class="jxr_keyword">public</strong> Class&lt;?&gt; getClassByName(String name) <strong class="jxr_keyword">throws</strong> ClassNotFoundException { <a class="jxr_linenumber" name="312" href="#312">312</a> <strong class="jxr_keyword">if</strong> (mutableConf != <strong class="jxr_keyword">null</strong>) { <a class="jxr_linenumber" name="313" href="#313">313</a> Class&lt;?&gt; value = mutableConf.getClassByName(name); <a class="jxr_linenumber" name="314" href="#314">314</a> <strong class="jxr_keyword">if</strong> (value != <strong class="jxr_keyword">null</strong>) { <a class="jxr_linenumber" name="315" href="#315">315</a> <strong class="jxr_keyword">return</strong> value; <a class="jxr_linenumber" name="316" href="#316">316</a> } <a class="jxr_linenumber" name="317" href="#317">317</a> } <a class="jxr_linenumber" name="318" href="#318">318</a> <a class="jxr_linenumber" name="319" href="#319">319</a> <strong class="jxr_keyword">for</strong> (ImmutableConfigMap m : <strong class="jxr_keyword">this</strong>.configs) { <a class="jxr_linenumber" name="320" href="#320">320</a> Class&lt;?&gt; value = m.getClassByName(name); <a class="jxr_linenumber" name="321" href="#321">321</a> <strong class="jxr_keyword">if</strong> (value != <strong class="jxr_keyword">null</strong>) { <a class="jxr_linenumber" name="322" href="#322">322</a> <strong class="jxr_keyword">return</strong> value; <a class="jxr_linenumber" name="323" href="#323">323</a> } <a class="jxr_linenumber" name="324" href="#324">324</a> } <a class="jxr_linenumber" name="325" href="#325">325</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> ClassNotFoundException(); <a class="jxr_linenumber" name="326" href="#326">326</a> } <a class="jxr_linenumber" name="327" href="#327">327</a> <a class="jxr_linenumber" name="328" href="#328">328</a> <em class="jxr_comment">// TODO: This method overestimates the number of configuration settings -- if a value is masked</em> <a class="jxr_linenumber" name="329" href="#329">329</a> <em class="jxr_comment">// by an overriding config or map, it will be counted multiple times. </em> <a class="jxr_linenumber" name="330" href="#330">330</a> @Override <a class="jxr_linenumber" name="331" href="#331">331</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">int</strong> size() { <a class="jxr_linenumber" name="332" href="#332">332</a> <strong class="jxr_keyword">int</strong> ret = 0; <a class="jxr_linenumber" name="333" href="#333">333</a> <a class="jxr_linenumber" name="334" href="#334">334</a> <strong class="jxr_keyword">if</strong> (mutableConf != <strong class="jxr_keyword">null</strong>) { <a class="jxr_linenumber" name="335" href="#335">335</a> ret += mutableConf.size(); <a class="jxr_linenumber" name="336" href="#336">336</a> } <a class="jxr_linenumber" name="337" href="#337">337</a> <a class="jxr_linenumber" name="338" href="#338">338</a> <strong class="jxr_keyword">for</strong> (ImmutableConfigMap m : <strong class="jxr_keyword">this</strong>.configs) { <a class="jxr_linenumber" name="339" href="#339">339</a> ret += m.size(); <a class="jxr_linenumber" name="340" href="#340">340</a> } <a class="jxr_linenumber" name="341" href="#341">341</a> <strong class="jxr_keyword">return</strong> ret; <a class="jxr_linenumber" name="342" href="#342">342</a> } <a class="jxr_linenumber" name="343" href="#343">343</a> <a class="jxr_linenumber" name="344" href="#344">344</a> <em class="jxr_javadoccomment">/**</em> <a class="jxr_linenumber" name="345" href="#345">345</a> <em class="jxr_javadoccomment"> * Get the value of the &lt;code&gt;name&lt;/code&gt;. If the key is deprecated,</em> <a class="jxr_linenumber" name="346" href="#346">346</a> <em class="jxr_javadoccomment"> * it returns the value of the first key which replaces the deprecated key</em> <a class="jxr_linenumber" name="347" href="#347">347</a> <em class="jxr_javadoccomment"> * and is not null.</em> <a class="jxr_linenumber" name="348" href="#348">348</a> <em class="jxr_javadoccomment"> * If no such property exists,</em> <a class="jxr_linenumber" name="349" href="#349">349</a> <em class="jxr_javadoccomment"> * then &lt;code&gt;defaultValue&lt;/code&gt; is returned.</em> <a class="jxr_linenumber" name="350" href="#350">350</a> <a class="jxr_linenumber" name="351" href="#351">351</a> <em class="jxr_javadoccomment"> * The CompooundConfiguration does not do property substitution. To do so we need</em> <a class="jxr_linenumber" name="352" href="#352">352</a> <em class="jxr_javadoccomment"> * Configuration.getProps to be protected or package visible. Though in hadoop2 it is</em> <a class="jxr_linenumber" name="353" href="#353">353</a> <em class="jxr_javadoccomment"> * protected, in hadoop1 the method is private and not accessible.</em> <a class="jxr_linenumber" name="354" href="#354">354</a> <em class="jxr_javadoccomment"> * </em> <a class="jxr_linenumber" name="355" href="#355">355</a> <em class="jxr_javadoccomment"> * All of the get* methods call this overridden get method.</em> <a class="jxr_linenumber" name="356" href="#356">356</a> <em class="jxr_javadoccomment"> * </em> <a class="jxr_linenumber" name="357" href="#357">357</a> <em class="jxr_javadoccomment"> * @param name property name.</em> <a class="jxr_linenumber" name="358" href="#358">358</a> <em class="jxr_javadoccomment"> * @param defaultValue default value.</em> <a class="jxr_linenumber" name="359" href="#359">359</a> <em class="jxr_javadoccomment"> * @return property value, or &lt;code&gt;defaultValue&lt;/code&gt; if the property </em> <a class="jxr_linenumber" name="360" href="#360">360</a> <em class="jxr_javadoccomment"> * doesn't exist. </em> <a class="jxr_linenumber" name="361" href="#361">361</a> <em class="jxr_javadoccomment"> **/</em> <a class="jxr_linenumber" name="362" href="#362">362</a> @Override <a class="jxr_linenumber" name="363" href="#363">363</a> <strong class="jxr_keyword">public</strong> String get(String name, String defaultValue) { <a class="jxr_linenumber" name="364" href="#364">364</a> String ret = get(name); <a class="jxr_linenumber" name="365" href="#365">365</a> <strong class="jxr_keyword">return</strong> ret == <strong class="jxr_keyword">null</strong> ? defaultValue : ret; <a class="jxr_linenumber" name="366" href="#366">366</a> } <a class="jxr_linenumber" name="367" href="#367">367</a> <a class="jxr_linenumber" name="368" href="#368">368</a> @Override <a class="jxr_linenumber" name="369" href="#369">369</a> <strong class="jxr_keyword">public</strong> Iterator&lt;Map.Entry&lt;String, String&gt;&gt; iterator() { <a class="jxr_linenumber" name="370" href="#370">370</a> Map&lt;String, String&gt; ret = <strong class="jxr_keyword">new</strong> HashMap&lt;String, String&gt;(); <a class="jxr_linenumber" name="371" href="#371">371</a> <a class="jxr_linenumber" name="372" href="#372">372</a> <em class="jxr_comment">// add in reverse order so that oldest get overridden.</em> <a class="jxr_linenumber" name="373" href="#373">373</a> <strong class="jxr_keyword">if</strong> (!configs.isEmpty()) { <a class="jxr_linenumber" name="374" href="#374">374</a> <strong class="jxr_keyword">for</strong> (<strong class="jxr_keyword">int</strong> i = configs.size() - 1; i &gt;= 0; i--) { <a class="jxr_linenumber" name="375" href="#375">375</a> <a href="../../../../org/apache/hadoop/hbase/CompoundConfiguration.html">ImmutableConfigMap</a> map = configs.get(i); <a class="jxr_linenumber" name="376" href="#376">376</a> Iterator&lt;Map.Entry&lt;String, String&gt;&gt; iter = map.iterator(); <a class="jxr_linenumber" name="377" href="#377">377</a> <strong class="jxr_keyword">while</strong> (iter.hasNext()) { <a class="jxr_linenumber" name="378" href="#378">378</a> Map.Entry&lt;String, String&gt; entry = iter.next(); <a class="jxr_linenumber" name="379" href="#379">379</a> ret.put(entry.getKey(), entry.getValue()); <a class="jxr_linenumber" name="380" href="#380">380</a> } <a class="jxr_linenumber" name="381" href="#381">381</a> } <a class="jxr_linenumber" name="382" href="#382">382</a> } <a class="jxr_linenumber" name="383" href="#383">383</a> <a class="jxr_linenumber" name="384" href="#384">384</a> <em class="jxr_comment">// add mutations to this CompoundConfiguration last.</em> <a class="jxr_linenumber" name="385" href="#385">385</a> <strong class="jxr_keyword">if</strong> (mutableConf != <strong class="jxr_keyword">null</strong>) { <a class="jxr_linenumber" name="386" href="#386">386</a> Iterator&lt;Map.Entry&lt;String, String&gt;&gt; miter = mutableConf.iterator(); <a class="jxr_linenumber" name="387" href="#387">387</a> <strong class="jxr_keyword">while</strong> (miter.hasNext()) { <a class="jxr_linenumber" name="388" href="#388">388</a> Map.Entry&lt;String, String&gt; entry = miter.next(); <a class="jxr_linenumber" name="389" href="#389">389</a> ret.put(entry.getKey(), entry.getValue()); <a class="jxr_linenumber" name="390" href="#390">390</a> } <a class="jxr_linenumber" name="391" href="#391">391</a> } <a class="jxr_linenumber" name="392" href="#392">392</a> <a class="jxr_linenumber" name="393" href="#393">393</a> <strong class="jxr_keyword">return</strong> UnmodifiableIterator.decorate(ret.entrySet().iterator()); <a class="jxr_linenumber" name="394" href="#394">394</a> } <a class="jxr_linenumber" name="395" href="#395">395</a> <a class="jxr_linenumber" name="396" href="#396">396</a> @Override <a class="jxr_linenumber" name="397" href="#397">397</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> set(String name, String value) { <a class="jxr_linenumber" name="398" href="#398">398</a> <strong class="jxr_keyword">if</strong> (mutableConf == <strong class="jxr_keyword">null</strong>) { <a class="jxr_linenumber" name="399" href="#399">399</a> <em class="jxr_comment">// not thread safe</em> <a class="jxr_linenumber" name="400" href="#400">400</a> mutableConf = <strong class="jxr_keyword">new</strong> Configuration(false); <em class="jxr_comment">// an empty configuration</em> <a class="jxr_linenumber" name="401" href="#401">401</a> } <a class="jxr_linenumber" name="402" href="#402">402</a> mutableConf.set(name, value); <a class="jxr_linenumber" name="403" href="#403">403</a> } <a class="jxr_linenumber" name="404" href="#404">404</a> <a class="jxr_linenumber" name="405" href="#405">405</a> <em class="jxr_javadoccomment">/**</em><em class="jxr_javadoccomment">*********************************************************************************************</em> <a class="jxr_linenumber" name="406" href="#406">406</a> <em class="jxr_javadoccomment"> * These methods are unsupported, and no code using CompoundConfiguration depend upon them.</em> <a class="jxr_linenumber" name="407" href="#407">407</a> <em class="jxr_javadoccomment"> * Quickly abort upon any attempts to use them. </em> <a class="jxr_linenumber" name="408" href="#408">408</a> <em class="jxr_javadoccomment"> **********************************************************************************************/</em> <a class="jxr_linenumber" name="409" href="#409">409</a> <a class="jxr_linenumber" name="410" href="#410">410</a> @Override <a class="jxr_linenumber" name="411" href="#411">411</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> clear() { <a class="jxr_linenumber" name="412" href="#412">412</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> UnsupportedOperationException(<span class="jxr_string">"Immutable Configuration"</span>); <a class="jxr_linenumber" name="413" href="#413">413</a> } <a class="jxr_linenumber" name="414" href="#414">414</a> <a class="jxr_linenumber" name="415" href="#415">415</a> @Override <a class="jxr_linenumber" name="416" href="#416">416</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> write(DataOutput out) <strong class="jxr_keyword">throws</strong> IOException { <a class="jxr_linenumber" name="417" href="#417">417</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> UnsupportedOperationException(<span class="jxr_string">"Immutable Configuration"</span>); <a class="jxr_linenumber" name="418" href="#418">418</a> } <a class="jxr_linenumber" name="419" href="#419">419</a> <a class="jxr_linenumber" name="420" href="#420">420</a> @Override <a class="jxr_linenumber" name="421" href="#421">421</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> writeXml(OutputStream out) <strong class="jxr_keyword">throws</strong> IOException { <a class="jxr_linenumber" name="422" href="#422">422</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> UnsupportedOperationException(<span class="jxr_string">"Immutable Configuration"</span>); <a class="jxr_linenumber" name="423" href="#423">423</a> } <a class="jxr_linenumber" name="424" href="#424">424</a> }; </pre> <hr/><div id="footer">This page was automatically generated by <a href="http://maven.apache.org/">Maven</a></div></body> </html>
samples/pubsub/pubsubsvc/src/main/resources/html/category_info.html
SarathChandran/squbs
<!DOCTYPE html> <!-- ~ Copyright 2017 PayPal ~ ~ 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. --> <html> <head> <title>Publish Subscribe</title> </head> <body> <h2>Category Information</h2> <form id="myform" name="myform" action="/pubsub/adm/info" onsubmit="return false;"> <table> <tr> <td>Category Id:</td> <td><input type="text" name="category" id="catid" value="mycategory"/></td> </tr> </table> <p> <input id="submit" type="submit"> </p> </form> <div id="request"></div> <div id="response"></div> <script type="text/javascript"> var submit = document.querySelector("#submit"); submit.addEventListener('click', sendForm, false); function sendForm(evt) { var xhr = new XMLHttpRequest(); var getURL = getFormAction("myform") + '/' + getFormValue("catid") document.getElementById("request").innerHTML = "<hr/><h4>Request:</h4>GET " + getURL; xhr.onreadystatechange = function() { if (xhr.readyState == 4) { document.getElementById("response").innerHTML = "<hr/><h4>Response:</h4>" + xhr.responseText + "<hr/>"; } } xhr.open('GET', getURL, true); xhr.send(); return false; //Prevent the form to post and refresh the browser } function getFormAction(elId) { return document.getElementById(elId).action; } function getFormValue(elId) { return document.getElementById(elId).value; } </script> </body> </html>
_site/docs/api/directive/ionHeaderBar/index.html
johnli388/ionic-site
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content="Ionic makes it incredibly easy to build beautiful and interactive mobile apps using HTML5 and AngularJS."> <meta name="keywords" content="html5,javascript,mobile,drifty,ionic,hybrid,phonegap,cordova,native,ios,android,angularjs"> <meta name="author" content="Drifty"> <meta property="og:image" content="http://ionicframework.com/img/ionic-logo-blog.png"/> <title>ion-header-bar - Directive in module ionic - Ionic Framework</title> <link href="/css/site.css?12" rel="stylesheet"> <!--<script src="//cdn.optimizely.com/js/595530035.js"></script>--> <script type="text/javascript">var _sf_startpt=(new Date()).getTime()</script> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-44023830-1', 'ionicframework.com'); ga('send', 'pageview'); </script> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> </head> <body class="docs docs-page docs-api"> <nav class="navbar navbar-default horizontal-gradient" role="navigation"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle button ionic" data-toggle="collapse" data-target=".navbar-ex1-collapse"> <i class="icon ion-navicon"></i> </button> <a class="navbar-brand" href="/"> <img src="/img/ionic-logo-white.svg" width="123" height="43" alt="Ionic Framework"> </a> <a href="http://blog.ionic.io/announcing-ionic-1-0/" target="_blank"> <img src="/img/ionic1-tag.png" alt="Ionic 1.0 is out!" width="28" height="32" style="margin-left: 140px; margin-top:22px; display:block"> </a> </div> <div class="collapse navbar-collapse navbar-ex1-collapse"> <ul class="nav navbar-nav navbar-right"> <li><a class="getting-started-nav nav-link" href="/getting-started/">Getting Started</a></li> <li><a class="docs-nav nav-link" href="/docs/">Docs</a></li> <li><a class="getting-started-nav nav-link" href="http://ionic.io/support">Support</a></li> <li><a class="blog-nav nav-link" href="http://blog.ionic.io/">Blog <span id="blog-badge">1</span></a></li> <li><a class="nav-link" href="http://forum.ionicframework.com/">Forum</a></li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">More <span class="caret"></span></a> <ul class="dropdown-menu" role="menu"> <div class="arrow-up"></div> <li><a class="products-nav nav-link" href="http://ionic.io/">Ionic.io</a></li> <li><a class="examples-nav nav-link" href="http://showcase.ionicframework.com/">Showcase</a></li> <li><a class="nav-link" href="http://jobs.ionic.io/">Job Board</a></li> <li><a class="nav-link" href="http://market.ionic.io/">Market</a></li> <li><a class="nav-link" href="http://ionicworldwide.herokuapp.com/">Ionic Worldwide</a></li> <li><a class="nav-link" href="http://play.ionic.io/">Playground</a></li> <li><a class="nav-link" href="http://creator.ionic.io/">Creator</a></li> <li><a class="nav-link" href="http://shop.ionic.io/">Shop</a></li> <!--<li><a class="nav-link" href="http://ngcordova.com/">ngCordova</a></li>--> </ul> </li> </ul> </div> </div> </nav> <div class="header horizontal-gradient"> <div class="container"> <h3>ion-header-bar</h3> <h4>Directive in module ionic</h4> </div> <div class="news"> <div class="container"> <div class="row"> <div class="col-sm-8 news-col"> <div class="picker"> <select onchange="window.location.href=this.options[this.selectedIndex].value"> <option value="/docs/nightly/api/directive/ionHeaderBar/" > nightly </option> <option value="/docs/api/directive/ionHeaderBar/" selected> 1.0.1 (latest) </option> <option value="/docs/1.0.0/api/directive/ionHeaderBar/" > 1.0.0 </option> <option value="/docs/1.0.0-rc.5/api/directive/ionHeaderBar/" > 1.0.0-rc.5 </option> <option value="/docs/1.0.0-rc.4/api/directive/ionHeaderBar/" > 1.0.0-rc.4 </option> <option value="/docs/1.0.0-rc.3/api/directive/ionHeaderBar/" > 1.0.0-rc.3 </option> <option value="/docs/1.0.0-rc.2/api/directive/ionHeaderBar/" > 1.0.0-rc.2 </option> <option value="/docs/1.0.0-rc.1/api/directive/ionHeaderBar/" > 1.0.0-rc.1 </option> <option value="/docs/1.0.0-rc.0/api/directive/ionHeaderBar/" > 1.0.0-rc.0 </option> <option value="/docs/1.0.0-beta.14/api/directive/ionHeaderBar/" > 1.0.0-beta.14 </option> <option value="/docs/1.0.0-beta.13/api/directive/ionHeaderBar/" > 1.0.0-beta.13 </option> <option value="/docs/1.0.0-beta.12/api/directive/ionHeaderBar/" > 1.0.0-beta.12 </option> <option value="/docs/1.0.0-beta.11/api/directive/ionHeaderBar/" > 1.0.0-beta.11 </option> <option value="/docs/1.0.0-beta.10/api/directive/ionHeaderBar/" > 1.0.0-beta.10 </option> </select> </div> </div> <div class="col-sm-4 search-col"> <div class="search-bar"> <span class="search-icon ionic"><i class="ion-ios7-search-strong"></i></span> <input type="search" id="search-input" value="Search"> </div> </div> </div> </div> </div> </div> <div id="search-results" class="search-results" style="display:none"> <div class="container"> <div class="search-section search-api"> <h4>JavaScript</h4> <ul id="results-api"></ul> </div> <div class="search-section search-css"> <h4>CSS</h4> <ul id="results-css"></ul> </div> <div class="search-section search-content"> <h4>Resources</h4> <ul id="results-content"></ul> </div> </div> </div> <div class="container content-container"> <div class="row"> <div class="col-md-2 col-sm-3 aside-menu"> <div> <ul class="nav left-menu"> <li class="menu-title"> <a href="/docs/overview/">Overview</a> </li> </ul> <ul class="nav left-menu"> <li class="menu-title"> <a href="/docs/components/">CSS</a> </li> </ul> <!-- Docs: JavaScript --> <ul class="nav left-menu active-menu"> <li class="menu-title"> <a href="/docs/api/"> JavaScript </a> </li> <!-- Action Sheet --> <li class="menu-section"> <a href="/docs/api/service/$ionicActionSheet/" class="api-section"> Action Sheet </a> <ul> <li> <a href="/docs/api/service/$ionicActionSheet/"> $ionicActionSheet </a> </li> </ul> </li> <!-- Backdrop --> <li class="menu-section"> <a href="/docs/api/service/$ionicBackdrop/" class="api-section"> Backdrop </a> <ul> <li> <a href="/docs/api/service/$ionicBackdrop/"> $ionicBackdrop </a> </li> </ul> </li> <!-- Content --> <li class="menu-section"> <a href="/docs/api/directive/ionContent/" class="api-section"> Content </a> <ul> <li> <a href="/docs/api/directive/ionContent/"> ion-content </a> </li> <li> <a href="/docs/api/directive/ionRefresher/"> ion-refresher </a> </li> <li> <a href="/docs/api/directive/ionPane/"> ion-pane </a> </li> </ul> </li> <!-- Form Inputs --> <li class="menu-section"> <a href="/docs/api/directive/ionCheckbox/" class="api-section"> Form Inputs </a> <ul> <li> <a href="/docs/api/directive/ionCheckbox/"> ion-checkbox </a> </li> <li> <a href="/docs/api/directive/ionRadio/"> ion-radio </a> </li> <li> <a href="/docs/api/directive/ionToggle/"> ion-toggle </a> </li> </ul> </li> <!-- Gesture and Events --> <li class="menu-section"> <a href="/docs/api/directive/onHold/" class="api-section"> Gestures and Events </a> <ul> <li> <a href="/docs/api/directive/onHold/"> on-hold </a> </li> <li> <a href="/docs/api/directive/onTap/"> on-tap </a> </li> <li> <a href="/docs/api/directive/onDoubleTap/"> on-double-tap </a> </li> <li> <a href="/docs/api/directive/onTouch/"> on-touch </a> </li> <li> <a href="/docs/api/directive/onRelease/"> on-release </a> </li> <li> <a href="/docs/api/directive/onDrag/"> on-drag </a> </li> <li> <a href="/docs/api/directive/onDragUp/"> on-drag-up </a> </li> <li> <a href="/docs/api/directive/onDragRight/"> on-drag-right </a> </li> <li> <a href="/docs/api/directive/onDragDown/"> on-drag-down </a> </li> <li> <a href="/docs/api/directive/onDragLeft/"> on-drag-left </a> </li> <li> <a href="/docs/api/directive/onSwipe/"> on-swipe </a> </li> <li> <a href="/docs/api/directive/onSwipeUp/"> on-swipe-up </a> </li> <li> <a href="/docs/api/directive/onSwipeRight/"> on-swipe-right </a> </li> <li> <a href="/docs/api/directive/onSwipeDown/"> on-swipe-down </a> </li> <li> <a href="/docs/api/directive/onSwipeLeft/"> on-swipe-left </a> </li> <li> <a href="/docs/api/service/$ionicGesture/"> $ionicGesture </a> </li> </ul> </li> <!-- Headers/Footers --> <li class="menu-section"> <a href="/docs/api/directive/ionHeaderBar/" class="api-section"> Headers/Footers </a> <ul> <li> <a href="/docs/api/directive/ionHeaderBar/"> ion-header-bar </a> </li> <li> <a href="/docs/api/directive/ionFooterBar/"> ion-footer-bar </a> </li> </ul> </li> <!-- Keyboard --> <li class="menu-section"> <a href="/docs/api/page/keyboard/" class="api-section"> Keyboard </a> <ul> <li> <a href="/docs/api/page/keyboard/"> Keyboard </a> </li> <li> <a href="/docs/api/directive/keyboardAttach/"> keyboard-attach </a> </li> </ul> </li> <!-- Lists --> <li class="menu-section"> <a href="/docs/api/directive/ionList/" class="api-section"> Lists </a> <ul> <li> <a href="/docs/api/directive/ionList/"> ion-list </a> </li> <li> <a href="/docs/api/directive/ionItem/"> ion-item </a> </li> <li> <a href="/docs/api/directive/ionDeleteButton/"> ion-delete-button </a> </li> <li> <a href="/docs/api/directive/ionReorderButton/"> ion-reorder-button </a> </li> <li> <a href="/docs/api/directive/ionOptionButton/"> ion-option-button </a> </li> <li> <a href="/docs/api/directive/collectionRepeat/"> collection-repeat </a> </li> <li> <a href="/docs/api/service/$ionicListDelegate/"> $ionicListDelegate </a> </li> </ul> </li> <!-- Loading --> <li class="menu-section"> <a href="/docs/api/service/$ionicLoading/" class="api-section"> Loading </a> <ul> <li> <a href="/docs/api/service/$ionicLoading/"> $ionicLoading </a> </li> </ul> <ul> <li> <a href="/docs/api/object/$ionicLoadingConfig/"> $ionicLoadingConfig </a> </li> </ul> </li> <!-- Modal --> <li class="menu-section"> <a href="/docs/api/service/$ionicModal/" class="api-section"> Modal </a> <ul> <li> <a href="/docs/api/service/$ionicModal/"> $ionicModal </a> </li> <li> <a href="/docs/api/controller/ionicModal/"> ionicModal </a> </li> </ul> </li> <!-- Navigation --> <li class="menu-section"> <a href="/docs/api/directive/ionNavView/" class="api-section"> Navigation </a> <ul> <li> <a href="/docs/api/directive/ionNavView/"> ion-nav-view </a> </li> <li> <a href="/docs/api/directive/ionView/"> ion-view </a> </li> <li> <a href="/docs/api/directive/ionNavBar/"> ion-nav-bar </a> </li> <li> <a href="/docs/api/directive/ionNavBackButton/"> ion-nav-back-button </a> </li> <li> <a href="/docs/api/directive/ionNavButtons/"> ion-nav-buttons </a> </li> <li> <a href="/docs/api/directive/ionNavTitle/"> ion-nav-title </a> </li> <li> <a href="/docs/api/directive/navTransition/"> nav-transition </a> </li> <li> <a href="/docs/api/directive/navDirection/"> nav-direction </a> </li> <li> <a href="/docs/api/service/$ionicNavBarDelegate/"> $ionicNavBarDelegate </a> </li> <li> <a href="/docs/api/service/$ionicHistory/"> $ionicHistory </a> </li> </ul> </li> <!-- Platform --> <li class="menu-section"> <a href="/docs/api/service/$ionicPlatform/" class="api-section"> Platform </a> <ul> <li> <a href="/docs/api/service/$ionicPlatform/"> $ionicPlatform </a> </li> </ul> </li> <!-- Popover --> <li class="menu-section"> <a href="/docs/api/service/$ionicPopover/" class="api-section"> Popover </a> <ul> <li> <a href="/docs/api/service/$ionicPopover/"> $ionicPopover </a> </li> <li> <a href="/docs/api/controller/ionicPopover/"> ionicPopover </a> </li> </ul> </li> <!-- Popup --> <li class="menu-section"> <a href="/docs/api/service/$ionicPopup/" class="api-section"> Popup </a> <ul> <li> <a href="/docs/api/service/$ionicPopup/"> $ionicPopup </a> </li> </ul> </li> <!-- Scroll --> <li class="menu-section"> <a href="/docs/api/directive/ionScroll/" class="api-section"> Scroll </a> <ul> <li> <a href="/docs/api/directive/ionScroll/"> ion-scroll </a> </li> <li> <a href="/docs/api/directive/ionInfiniteScroll/"> ion-infinite-scroll </a> </li> <li> <a href="/docs/api/service/$ionicScrollDelegate/"> $ionicScrollDelegate </a> </li> </ul> </li> <!-- Side Menus --> <li class="menu-section"> <a href="/docs/api/directive/ionSideMenus/" class="api-section"> Side Menus </a> <ul> <li> <a href="/docs/api/directive/ionSideMenus/"> ion-side-menus </a> </li> <li> <a href="/docs/api/directive/ionSideMenuContent/"> ion-side-menu-content </a> </li> <li> <a href="/docs/api/directive/ionSideMenu/"> ion-side-menu </a> </li> <li> <a href="/docs/api/directive/exposeAsideWhen/"> expose-aside-when </a> </li> <li> <a href="/docs/api/directive/menuToggle/"> menu-toggle </a> </li> <li> <a href="/docs/api/directive/menuClose/"> menu-close </a> </li> <li> <a href="/docs/api/service/$ionicSideMenuDelegate/"> $ionicSideMenuDelegate </a> </li> </ul> </li> <!-- Slide Box --> <li class="menu-section"> <a href="/docs/api/directive/ionSlideBox/" class="api-section"> Slide Box </a> <ul> <li> <a href="/docs/api/directive/ionSlideBox/"> ion-slide-box </a> </li> <li> <a href="/docs/api/directive/ionSlidePager/"> ion-slide-pager </a> </li> <li> <a href="/docs/api/directive/ionSlide/"> ion-slide </a> </li> <li> <a href="/docs/api/service/$ionicSlideBoxDelegate/"> $ionicSlideBoxDelegate </a> </li> </ul> </li> <!-- Spinner --> <li class="menu-section"> <a href="/docs/api/directive/ionSpinner/" class="api-section"> Spinner </a> <ul> <li> <a href="/docs/api/directive/ionSpinner/"> ion-spinner </a> </li> </ul> </li> <!-- Tabs --> <li class="menu-section"> <a href="/docs/api/directive/ionTabs/" class="api-section"> Tabs </a> <ul> <li> <a href="/docs/api/directive/ionTabs/"> ion-tabs </a> </li> <li> <a href="/docs/api/directive/ionTab/"> ion-tab </a> </li> <li> <a href="/docs/api/service/$ionicTabsDelegate/"> $ionicTabsDelegate </a> </li> </ul> </li> <!-- Tap --> <li class="menu-section"> <a href="/docs/api/page/tap/" class="api-section"> Tap &amp; Click </a> </li> <!-- Utility --> <li class="menu-section"> <a href="#" class="api-section"> Utility </a> <ul> <li> <a href="/docs/api/provider/$ionicConfigProvider/"> $ionicConfigProvider </a> </li> <li> <a href="/docs/api/utility/ionic.Platform/"> ionic.Platform </a> </li> <li> <a href="/docs/api/utility/ionic.DomUtil/"> ionic.DomUtil </a> </li> <li> <a href="/docs/api/utility/ionic.EventController/"> ionic.EventController </a> </li> <li> <a href="/docs/api/service/$ionicPosition/"> $ionicPosition </a> </li> </ul> </li> </ul> <ul class="nav left-menu"> <li class="menu-title"> <a href="/docs/cli/">CLI</a> </li> </ul> <ul class="nav left-menu"> <li class="menu-title"> <a href="http://learn.ionicframework.com/">Learn Ionic</a> </li> </ul> <ul class="nav left-menu"> <li class="menu-title"> <a href="/docs/guide/">Guide</a> </li> </ul> <ul class="nav left-menu"> <li class="menu-title"> <a href="/docs/ionic-cli-faq/">FAQ</a> </li> </ul> <ul class="nav left-menu"> <li class="menu-title"> <a href="/docs/getting-help/">Getting Help</a> </li> </ul> <ul class="nav left-menu"> <li class="menu-title"> <a href="/docs/concepts/">Ionic Concepts</a> </li> </ul> </div> </div> <div class="col-md-10 col-sm-9 main-content"> <div class="improve-docs"> <a href='http://github.com/driftyco/ionic/tree/master/js/angular/directive/headerFooterBar.js#L5'> View Source </a> &nbsp; <a href='http://github.com/driftyco/ionic/edit/master/js/angular/directive/headerFooterBar.js#L5'> Improve this doc </a> </div> <h1 class="api-title"> ion-header-bar </h1> <p>Adds a fixed header bar above some content.</p> <p>Can also be a subheader (lower down) if the &#39;bar-subheader&#39; class is applied. See <a href="/docs/components/#subheader">the header CSS docs</a>.</p> <h2 id="usage">Usage</h2> <div class="highlight"><pre><code class="language-html" data-lang="html"><span class="nt">&lt;ion-header-bar</span> <span class="na">align-title=</span><span class="s">&quot;left&quot;</span> <span class="na">class=</span><span class="s">&quot;bar-positive&quot;</span><span class="nt">&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">&quot;buttons&quot;</span><span class="nt">&gt;</span> <span class="nt">&lt;button</span> <span class="na">class=</span><span class="s">&quot;button&quot;</span> <span class="na">ng-click=</span><span class="s">&quot;doSomething()&quot;</span><span class="nt">&gt;</span>Left Button<span class="nt">&lt;/button&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;h1</span> <span class="na">class=</span><span class="s">&quot;title&quot;</span><span class="nt">&gt;</span>Title!<span class="nt">&lt;/h1&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">&quot;buttons&quot;</span><span class="nt">&gt;</span> <span class="nt">&lt;button</span> <span class="na">class=</span><span class="s">&quot;button&quot;</span><span class="nt">&gt;</span>Right Button<span class="nt">&lt;/button&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;/ion-header-bar&gt;</span> <span class="nt">&lt;ion-content&gt;</span> Some content! <span class="nt">&lt;/ion-content&gt;</span> </code></pre></div> <h2 id="api" style="clear:both;">API</h2> <table class="table" style="margin:0;"> <thead> <tr> <th>Attr</th> <th>Type</th> <th>Details</th> </tr> </thead> <tbody> <tr> <td> align-title <div><em>(optional)</em></div> </td> <td> <code>string</code> </td> <td> <p>How to align the title. By default the title will be aligned the same as how the platform aligns its titles (iOS centers titles, Android aligns them left). Available: &#39;left&#39;, &#39;right&#39;, or &#39;center&#39;. Defaults to the same as the platform.</p> </td> </tr> <tr> <td> no-tap-scroll <div><em>(optional)</em></div> </td> <td> <code>boolean</code> </td> <td> <p>By default, the header bar will scroll the content to the top when tapped. Set no-tap-scroll to true to disable this behavior. Available: true or false. Defaults to false.</p> </td> </tr> </tbody> </table> </div> </div> </div> <div class="pre-footer"> <div class="row ionic"> <div class="col-sm-6 col-a"> <h4> <a href="/getting-started/">Getting started <span class="icon ion-arrow-right-c"></span></a> </h4> <p> Learn more about how Ionic was built, why you should use it, and what's included. We'll cover the basics and help you get started from the ground up. </p> </div> <div class="col-sm-6 col-b"> <h4> <a href="/docs/">Documentation <span class="icon ion-arrow-right-c"></span></a> </h4> <p> What are you waiting for? Take a look and get coding! Our documentation covers all you need to know to get an app up and running in minutes. </p> </div> </div> </div> <footer class="footer"> <nav class="base-links"> <dl> <dt>Docs</dt> <dd><a href="http://ionicframework.com/docs/">Documentation</a></dd> <dd><a href="http://ionicframework.com/getting-started/">Getting Started</a></dd> <dd><a href="http://ionicframework.com/docs/overview/">Overview</a></dd> <dd><a href="http://ionicframework.com/docs/components/">Components</a></dd> <dd><a href="http://ionicframework.com/docs/api/">JavaScript</a></dd> <dd><a href="http://ionicframework.com/submit-issue/">Submit Issue</a></dd> </dl> <dl> <dt>Resources</dt> <dd><a href="http://learn.ionicframework.com/">Learn Ionic</a></dd> <dd><a href="http://ngcordova.com/">ngCordova</a></dd> <dd><a href="http://ionicons.com/">Ionicons</a></dd> <dd><a href="http://creator.ionic.io/">Creator</a></dd> <dd><a href="http://showcase.ionicframework.com/">Showcase</a></dd> <dd><a href="http://manning.com/wilken/?a_aid=ionicinactionben&a_bid=1f0a0e1d">The Ionic Book</a></dd> </dl> <dl> <dt>Contribute</dt> <dd><a href="http://forum.ionicframework.com/">Community Forum</a></dd> <dd><a href="http://webchat.freenode.net/?randomnick=1&amp;channels=%23ionic&amp;uio=d4">Ionic IRC</a></dd> <dd><a href="http://ionicframework.com/present-ionic/">Present Ionic</a></dd> <dd><a href="http://ionicframework.com/contribute/">Contribute</a></dd> <dd><a href="https://github.com/driftyco/ionic-learn/issues/new">Write for us</a></dd> <dd><a href="http://shop.ionic.io/">Ionic Shop</a></dd> </dl> <dl class="small-break"> <dt>About</dt> <dd><a href="http://blog.ionic.io/">Blog</a></dd> <dd><a href="http://ionic.io">Services</a></dd> <dd><a href="http://drifty.com">Company</a></dd> <dd><a href="https://s3.amazonaws.com/ionicframework.com/logo-pack.zip">Logo Pack</a></dd> <dd><a href="mailto:hi@ionicframework.com">Contact</a></dd> <dd><a href="http://ionicframework.com/jobs/">Jobs</a></dd> </dl> <dl> <dt>Connect</dt> <dd><a href="https://twitter.com/IonicFramework">Twitter</a></dd> <dd><a href="https://github.com/driftyco/ionic">GitHub</a></dd> <dd><a href="https://www.facebook.com/ionicframework">Facebook</a></dd> <dd><a href="https://plus.google.com/b/112280728135675018538/+Ionicframework/posts">Google+</a></dd> <dd><a href="https://www.youtube.com/channel/UChYheBnVeCfhCmqZfCUdJQw">YouTube</a></dd> <dd><a href="https://twitter.com/ionitron">Ionitron</a></dd> </dl> </nav> <div class="newsletter row"> <div class="newsletter-container"> <div class="col-sm-7"> <div class="newsletter-text">Stay in the loop</div> <div class="sign-up">Sign up to receive emails for the latest updates, features, and news on the framework.</div> </div> <form action="http://codiqa.createsend.com/t/t/s/jytylh/" method="post" class="input-group col-sm-5"> <input id="fieldEmail" name="cm-jytylh-jytylh" class="form-control" type="email" placeholder="Email" required /> <span class="input-group-btn"> <button class="btn btn-default" type="submit">Subscribe</button> </span> </form> </div> </div> <div class="copy"> <div class="copy-container"> <p class="authors"> Code licensed under <a href="/docs/#license">MIT</a>. Docs under <a href="https://tldrlegal.com/license/apache-license-2.0-(apache-2.0)">Apache 2</a> <span>|</span> &copy; 2013-2015 <a href="http://drifty.com/">Drifty Co</a> </p> </div> </div> </footer> <script type="text/javascript"> var _sf_async_config = { uid: 54141, domain: 'ionicframework.com', useCanonical: true }; (function() { function loadChartbeat() { window._sf_endpt = (new Date()).getTime(); var e = document.createElement('script'); e.setAttribute('language', 'javascript'); e.setAttribute('type', 'text/javascript'); e.setAttribute('src','//static.chartbeat.com/js/chartbeat.js'); document.body.appendChild(e); }; var oldonload = window.onload; window.onload = (typeof window.onload != 'function') ? loadChartbeat : function() { oldonload(); loadChartbeat(); }; })(); </script> <script src="//netdna.bootstrapcdn.com/bootstrap/3.0.2/js/bootstrap.min.js"></script> <script src="/js/site.js?1"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/Cookies.js/0.4.0/cookies.min.js"></script> <script> $('.navbar .dropdown').on('show.bs.dropdown', function(e){ //$(this).find('.dropdown-menu').addClass('animated fadeInDown'); }); // ADD SLIDEUP ANIMATION TO DROPDOWN // $('.navbar .dropdown').on('hide.bs.dropdown', function(e){ //$(this).find('.dropdown-menu').first().stop(true, true).slideUp(200); //$(this).find('.dropdown-menu').removeClass('animated fadeInDown'); }); try { var d = new Date('2015-03-20 05:00:00 +0000'); var ts = d.getTime(); var cd = Cookies.get('_iondj'); if(cd) { cd = JSON.parse(atob(cd)); if(parseInt(cd.lp) < ts) { var bt = document.getElementById('blog-badge'); bt.style.display = 'block'; } cd.lp = ts; } else { var bt = document.getElementById('blog-badge'); bt.style.display = 'block'; cd = { lp: ts } } Cookies.set('_iondj', btoa(JSON.stringify(cd))); } catch(e) { } </script> <div id="fb-root"></div> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/en_US/all.js#xfbml=1"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script> </body> </html>
src/boost_1_57_0/doc/html/circular_buffer/implementation.html
biospi/seamass-windeps
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Implementation</title> <link rel="stylesheet" href="../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset"> <link rel="up" href="../circular_buffer.html" title="Chapter&#160;7.&#160;Boost.Circular Buffer"> <link rel="prev" href="rationale.html" title="Rationale"> <link rel="next" href="examples.html" title="More Examples"> </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="rationale.html"><img src="../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../circular_buffer.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="examples.html"><img src="../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="section"> <div class="titlepage"><div><div><h2 class="title" style="clear: both"> <a name="circular_buffer.implementation"></a><a class="link" href="implementation.html" title="Implementation">Implementation </a> </h2></div></div></div> <p> The following paragraphs describe issues that had to be considered during the implementation of the circular_buffer: </p> <h4> <a name="circular_buffer.implementation.h0"></a> <span class="phrase"><a name="circular_buffer.implementation.thread_safety"></a></span><a class="link" href="implementation.html#circular_buffer.implementation.thread_safety">Thread-Safety</a> </h4> <p> The thread-safety of the <code class="computeroutput"><a class="link" href="../boost/circular_buffer.html" title="Class template circular_buffer">circular_buffer</a></code> is the same as the thread-safety of containers in most STL implementations. This means the <code class="computeroutput"><a class="link" href="../boost/circular_buffer.html" title="Class template circular_buffer">circular_buffer</a></code> is not fully thread-safe. The thread-safety is guaranteed only in the sense that simultaneous accesses to distinct instances of the <code class="computeroutput"><a class="link" href="../boost/circular_buffer.html" title="Class template circular_buffer">circular_buffer</a></code> are safe, and simultaneous read accesses to a shared <code class="computeroutput"><a class="link" href="../boost/circular_buffer.html" title="Class template circular_buffer">circular_buffer</a></code> are safe. </p> <p> If multiple threads access a single <code class="computeroutput"><a class="link" href="../boost/circular_buffer.html" title="Class template circular_buffer">circular_buffer</a></code>, and at least one of the threads may potentially write, then the user is responsible for ensuring mutual exclusion between the threads during the container accesses. The mutual exclusion between the threads can be achieved by wrapping operations of the underlying <code class="computeroutput"><a class="link" href="../boost/circular_buffer.html" title="Class template circular_buffer">circular_buffer</a></code> with a lock acquisition and release. (See the Bounded Buffer example code at <a href="../../../libs/circular_buffer/example/circular_buffer_bound_example.cpp" target="_top">circular_buffer_bound_example.cpp</a>) </p> <h4> <a name="circular_buffer.implementation.h1"></a> <span class="phrase"><a name="circular_buffer.implementation.overwrite_operation"></a></span><a class="link" href="implementation.html#circular_buffer.implementation.overwrite_operation">Overwrite Operation</a> </h4> <p> Overwrite operation occurs when an element is inserted into a full <code class="computeroutput"><a class="link" href="../boost/circular_buffer.html" title="Class template circular_buffer">circular_buffer</a></code> - the old element is being overwritten by the new one. There was a discussion what exactly "overwriting of an element" means during the formal review. It may be either a destruction of the original element and a consequent inplace construction of a new element or it may be an assignment of a new element into an old one. The <code class="computeroutput"><a class="link" href="../boost/circular_buffer.html" title="Class template circular_buffer">circular_buffer</a></code> implements assignment because it is more effective. </p> <p> From the point of business logic of a stored element, the destruction/construction operation and assignment usually mean the same. However, in very rare cases (if in any) they may differ. If there is a requirement for elements to be destructed/constructed instead of being assigned, consider implementing a wrapper of the element which would implement the assign operator, and store the wrappers instead. It is necessary to note that storing such wrappers has a drawback. The destruction/construction will be invoked on every assignment of the wrapper - not only when a wrapper is being overwritten (when the buffer is full) but also when the stored wrappers are being shifted (e.g. as a result of insertion into the middle of container). </p> <h4> <a name="circular_buffer.implementation.h2"></a> <span class="phrase"><a name="circular_buffer.implementation.writing_to_a_full_buffer"></a></span><a class="link" href="implementation.html#circular_buffer.implementation.writing_to_a_full_buffer">Writing to a Full Buffer</a> </h4> <p> There are several options how to cope if a data source produces more data than can fit in the fixed-sized buffer: </p> <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "> <li class="listitem"> Inform the data source to wait until there is room in the buffer (e.g. by throwing an overflow exception). </li> <li class="listitem"> If the oldest data is the most important, ignore new data from the source until there is room in the buffer again. </li> <li class="listitem"> If the latest data is the most important, write over the oldest data. </li> <li class="listitem"> Let the producer to be responsible for checking the size of the buffer prior writing into it. </li> </ul></div> <p> It is apparent that the <code class="computeroutput"><a class="link" href="../boost/circular_buffer.html" title="Class template circular_buffer">circular_buffer</a></code> implements the third option. But it may be less apparent it does not implement any other option - especially the first two. One can get an impression that the <code class="computeroutput"><a class="link" href="../boost/circular_buffer.html" title="Class template circular_buffer">circular_buffer</a></code> should implement first three options and offer a mechanism of choosing among them. This impression is wrong. </p> <p> The <code class="computeroutput"><a class="link" href="../boost/circular_buffer.html" title="Class template circular_buffer">circular_buffer</a></code> was designed and optimized to be circular (which means overwriting the oldest data when full). If such a controlling mechanism had been enabled, it would just complicate the matters and the usage of the <code class="computeroutput"><a class="link" href="../boost/circular_buffer.html" title="Class template circular_buffer">circular_buffer</a></code> would be probably less straightforward. </p> <p> Moreover, the first two options (and the fourth option as well) do not require the buffer to be circular at all. If there is a need for the first or second option, consider implementing an adaptor of e.g. std::vector. In this case the <code class="computeroutput"><a class="link" href="../boost/circular_buffer.html" title="Class template circular_buffer">circular_buffer</a></code> is not suitable for adapting, because, contrary to std::vector, it bears an overhead for its circular behaviour. </p> <h4> <a name="circular_buffer.implementation.h3"></a> <span class="phrase"><a name="circular_buffer.implementation.reading_removing_from_an_empty_b"></a></span><a class="link" href="implementation.html#circular_buffer.implementation.reading_removing_from_an_empty_b">Reading/Removing from an Empty Buffer</a> </h4> <p> When reading or removing an element from an empty buffer, the buffer should be able to notify the data consumer (e.g. by throwing underflow exception) that there are no elements stored in it. The <code class="computeroutput"><a class="link" href="../boost/circular_buffer.html" title="Class template circular_buffer">circular_buffer</a></code> does not implement such a behaviour for two reasons: </p> <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "> <li class="listitem"> It would introduce a performance overhead. </li> <li class="listitem"> No other std container implements it this way. </li> </ul></div> <p> It is considered to be a bug to read or remove an element (e.g. by calling <code class="computeroutput"><a class="link" href="../boost/circular_buffer.html#idp30151952-bb">front()</a></code> or <code class="computeroutput"><a class="link" href="../boost/circular_buffer.html#idp30626384-bb">pop_back()</a></code>) from an empty std container and from an empty <code class="computeroutput"><a class="link" href="../boost/circular_buffer.html" title="Class template circular_buffer">circular_buffer</a></code> as well. The data consumer has to test if the container is not empty before reading/removing from it by testing <code class="computeroutput"><a class="link" href="../boost/circular_buffer.html#idp30324160-bb">empty()</a></code>. However, when reading from the <code class="computeroutput"><a class="link" href="../boost/circular_buffer.html" title="Class template circular_buffer">circular_buffer</a></code>, there is an option to rely on the <code class="computeroutput"><a class="link" href="../boost/circular_buffer.html#idp30130640-bb">at()</a></code> method which throws an exception when the index is out of range. </p> <h4> <a name="circular_buffer.implementation.h4"></a> <span class="phrase"><a name="circular_buffer.implementation.iterator_invalidation"></a></span><a class="link" href="implementation.html#circular_buffer.implementation.iterator_invalidation">Iterator Invalidation</a> </h4> <p> An iterator is usually considered to be invalidated if an element, the iterator pointed to, had been removed or overwritten by an another element. This definition is enforced by the Debug Support and is documented for every method. However, some applications utilizing <code class="computeroutput"><a class="link" href="../boost/circular_buffer.html" title="Class template circular_buffer">circular_buffer</a></code> may require less strict definition: an iterator is invalid only if it points to an uninitialized memory. </p> <p> Consider following example: </p> <pre class="programlisting"><span class="preprocessor">#define</span> <span class="identifier">BOOST_CB_DISABLE_DEBUG</span> <span class="comment">// The Debug Support has to be disabled, otherwise the code produces a runtime error.</span> <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">circular_buffer</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span> <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">assert</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span> <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">assert</span><span class="special">.</span><span class="identifier">h</span><span class="special">&gt;</span> <span class="keyword">int</span> <span class="identifier">main</span><span class="special">(</span><span class="keyword">int</span> <span class="comment">/*argc*/</span><span class="special">,</span> <span class="keyword">char</span><span class="special">*</span> <span class="comment">/*argv*/</span><span class="special">[])</span> <span class="special">{</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">circular_buffer</span><span class="special">&lt;</span><span class="keyword">int</span><span class="special">&gt;</span> <span class="identifier">cb</span><span class="special">(</span><span class="number">3</span><span class="special">);</span> <span class="identifier">cb</span><span class="special">.</span><span class="identifier">push_back</span><span class="special">(</span><span class="number">1</span><span class="special">);</span> <span class="identifier">cb</span><span class="special">.</span><span class="identifier">push_back</span><span class="special">(</span><span class="number">2</span><span class="special">);</span> <span class="identifier">cb</span><span class="special">.</span><span class="identifier">push_back</span><span class="special">(</span><span class="number">3</span><span class="special">);</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">circular_buffer</span><span class="special">&lt;</span><span class="keyword">int</span><span class="special">&gt;::</span><span class="identifier">iterator</span> <span class="identifier">it</span> <span class="special">=</span> <span class="identifier">cb</span><span class="special">.</span><span class="identifier">begin</span><span class="special">();</span> <span class="identifier">assert</span><span class="special">(*</span><span class="identifier">it</span> <span class="special">==</span> <span class="number">1</span><span class="special">);</span> <span class="identifier">cb</span><span class="special">.</span><span class="identifier">push_back</span><span class="special">(</span><span class="number">4</span><span class="special">);</span> <span class="identifier">assert</span><span class="special">(*</span><span class="identifier">it</span> <span class="special">==</span> <span class="number">4</span><span class="special">);</span> <span class="comment">// The iterator still points to the initialized memory.</span> <span class="keyword">return</span> <span class="number">0</span><span class="special">;</span> <span class="special">}</span> </pre> <p> The iterator does not point to the original element any more (and is considered to be invalid from the "strict" point of view) but it still points to the same valid place in the memory. This "soft" definition of iterator invalidation is supported by the <code class="computeroutput"><a class="link" href="../boost/circular_buffer.html" title="Class template circular_buffer">circular_buffer</a></code> but should be considered as an implementation detail rather than a full-fledged feature. The rules when the iterator is still valid can be inferred from the code in <a href="../../../libs/circular_buffer/test/soft_iterator_invalidation.cpp" target="_top">soft_iterator_invalidation.cpp</a>. </p> <h4> <a name="circular_buffer.implementation.h5"></a> <span class="phrase"><a name="circular_buffer.implementation.move_emulation_and_rvalues"></a></span><a class="link" href="implementation.html#circular_buffer.implementation.move_emulation_and_rvalues">Move emulation and rvalues</a> </h4> <p> Since Boost 1.54.0 support for move semantics was implemented using the <a href="../../../libs/move/index.html" target="_top">Boost.Move</a> library. If rvalue references are available <code class="computeroutput"><a class="link" href="../boost/circular_buffer.html" title="Class template circular_buffer">circular_buffer</a></code> will use them, but if not it uses a close, but imperfect emulation. On such compilers: </p> <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "> <li class="listitem"> Non-copyable objects can be stored in the containers. They can be constructed in place using <code class="computeroutput"><span class="identifier">emplace</span></code>, or if they support Boost.Move, moved into place. </li> <li class="listitem"> The containers themselves are not movable. </li> <li class="listitem"> Argument forwarding is not perfect. </li> </ul></div> <p> <code class="computeroutput"><a class="link" href="../boost/circular_buffer.html" title="Class template circular_buffer">circular_buffer</a></code> will use rvalues and move emulations for value types only if move constructor and move assignment operator of the value type do not throw; or if the value type has no copy constructor. </p> <p> Some methods won't use move constructor for the value type at all, if the constructor throws. This is required for data consistency and avoidance of situations, when aftrer an exception <code class="computeroutput"><a class="link" href="../boost/circular_buffer.html" title="Class template circular_buffer">circular_buffer</a></code> contains moved away objects along with the good ones. </p> <p> See documentation for <a href="../../../libs/type_traits/doc/html/boost_typetraits/reference/is_copy_constructible.html" target="_top"><code class="computeroutput"><span class="identifier">is_copy_constructible</span></code></a>, <a href="../../../libs/type_traits/doc/html/boost_typetraits/reference/is_nothrow_move_assignable.html" target="_top"><code class="computeroutput"><span class="identifier">is_nothrow_move_assignable</span></code></a> and <a href="../../../libs/type_traits/doc/html/boost_typetraits/reference/is_nothrow_move_constructible.html" target="_top"><code class="computeroutput"><span class="identifier">is_nothrow_move_constructible</span></code></a> type triats. There you'll find information about how to make constructor of class noexcept and how to make a non-copyable class in C++03 and C++98. </p> <p> Performance of <code class="computeroutput"><a class="link" href="../boost/circular_buffer.html" title="Class template circular_buffer">circular_buffer</a></code> will <span class="bold"><strong>greatly improve</strong></span> if value type has noexcept move constructor and noexcept move assignment. </p> <h4> <a name="circular_buffer.implementation.h6"></a> <span class="phrase"><a name="circular_buffer.implementation.exceptions_of_move_if_noexcept_t"></a></span><a class="link" href="implementation.html#circular_buffer.implementation.exceptions_of_move_if_noexcept_t">Exceptions of move_if_noexcept(T&amp;)</a> </h4> <p> Reference documentation of the <code class="computeroutput"><a class="link" href="../boost/circular_buffer.html" title="Class template circular_buffer">circular_buffer</a></code> contains notes like "Throws: See Exceptions of <code class="computeroutput"><span class="identifier">move_if_noexcept</span><span class="special">(</span><span class="identifier">T</span><span class="special">&amp;)</span></code>". That note means the following: <code class="computeroutput"><span class="identifier">move_if_noexcept</span><span class="special">(</span><span class="identifier">T</span><span class="special">&amp;</span> <span class="identifier">value</span><span class="special">)</span></code> does not throws exceptions at all, but it returns <code class="computeroutput"><span class="identifier">value</span></code> as rvalue reference only if class <code class="computeroutput"><span class="identifier">T</span></code> have noexcept move constructor and noexcept move assignment operator; or if it has no copy constructor. Otherwise <code class="computeroutput"><span class="identifier">move_if_noexcept</span><span class="special">(</span><span class="identifier">T</span><span class="special">&amp;</span> <span class="identifier">value</span><span class="special">)</span></code> returns <code class="computeroutput"><span class="identifier">value</span></code> as const reference. </p> <p> This leads us to the following situation: </p> <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "> <li class="listitem"> If <code class="computeroutput"><span class="identifier">value</span></code> has a noexcept move constructor and noexcept move assignment operator, then no exceptions will be thrown at all. </li> <li class="listitem"> If <code class="computeroutput"><span class="identifier">value</span></code> has a throwing move constructor and some copy constructor, then method may throw exceptions of copy constructor. </li> <li class="listitem"> If <code class="computeroutput"><span class="identifier">value</span></code> has no copy constructor, then method may throw exceptions of move constructor. </li> </ul></div> <p> <code class="computeroutput"><span class="identifier">move_if_noexcept</span><span class="special">(</span><span class="identifier">T</span><span class="special">&amp;)</span></code> uses <a href="../../../libs/move/index.html" target="_top">Boost.Move</a>, <a href="../../../libs/type_traits/doc/html/boost_typetraits/reference/is_copy_constructible.html" target="_top"><code class="computeroutput"><span class="identifier">is_copy_constructible</span></code></a>, <a href="../../../libs/type_traits/doc/html/boost_typetraits/reference/is_nothrow_move_assignable.html" target="_top"><code class="computeroutput"><span class="identifier">is_nothrow_move_assignable</span></code></a> and <a href="../../../libs/type_traits/doc/html/boost_typetraits/reference/is_nothrow_move_constructible.html" target="_top"><code class="computeroutput"><span class="identifier">is_nothrow_move_constructible</span></code></a> type triats. </p> <h4> <a name="circular_buffer.implementation.h7"></a> <span class="phrase"><a name="circular_buffer.implementation.caveats"></a></span><a class="link" href="implementation.html#circular_buffer.implementation.caveats">Caveats</a> </h4> <p> The <code class="computeroutput"><a class="link" href="../boost/circular_buffer.html" title="Class template circular_buffer">circular_buffer</a></code> should not be used for storing pointers to dynamically allocated objects. When a circular buffer becomes full, further insertion will overwrite the stored pointers - resulting in a <span class="bold"><strong>memory leak</strong></span>. One recommend alternative is the use of smart pointers, for example <a href="http://www.boost.org/doc/libs/1_53_0/libs/smart_ptr/smart_ptr.htm" target="_top">Boost Smart pointers</a>. </p> <p> <a href="http://en.wikipedia.org/wiki/Std::auto_ptr" target="_top">std::auto_ptr</a> </p> <div class="caution"><table border="0" summary="Caution"> <tr> <td rowspan="2" align="center" valign="top" width="25"><img alt="[Caution]" src="../../../doc/src/images/caution.png"></td> <th align="left">Caution</th> </tr> <tr><td align="left" valign="top"><p> Any container of <code class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">auto_ptr</span></code> is considered particularly hazardous. </p></td></tr> </table></div> <div class="tip"><table border="0" summary="Tip"> <tr> <td rowspan="2" align="center" valign="top" width="25"><img alt="[Tip]" src="../../../doc/src/images/tip.png"></td> <th align="left">Tip</th> </tr> <tr><td align="left" valign="top"><p> Never create a circular buffer of <code class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">auto_ptr</span></code>. Refer to Scott Meyers' excellent book Effective STL for a detailed discussion. (Meyers S., Effective STL: 50 Specific Ways to Improve Your Use of the Standard Template Library. Addison-Wesley, 2001.) </p></td></tr> </table></div> <p> While internals of a <code class="computeroutput"><a class="link" href="../boost/circular_buffer.html" title="Class template circular_buffer">circular_buffer</a></code> are circular, <span class="bold"><strong>iterators are not</strong></span>. Iterators of a <code class="computeroutput"><a class="link" href="../boost/circular_buffer.html" title="Class template circular_buffer">circular_buffer</a></code> are only valid for the range <code class="computeroutput"><span class="special">\[</span><span class="identifier">begin</span><span class="special">(),</span> <span class="identifier">end</span><span class="special">()\]</span></code>, so for example: iterators <code class="computeroutput"><span class="special">(</span><span class="identifier">begin</span><span class="special">()</span> <span class="special">-</span> <span class="number">1</span><span class="special">)</span></code> and <code class="computeroutput"><span class="special">(</span><span class="identifier">end</span><span class="special">()</span> <span class="special">+</span> <span class="number">1</span><span class="special">)</span></code> are both invalid. </p> <h4> <a name="circular_buffer.implementation.h8"></a> <span class="phrase"><a name="circular_buffer.implementation.debug_support"></a></span><a class="link" href="implementation.html#circular_buffer.implementation.debug_support">Debug Support</a> </h4> <p> In order to help a programmer to avoid and find common bugs, the <code class="computeroutput"><a class="link" href="../boost/circular_buffer.html" title="Class template circular_buffer">circular_buffer</a></code> contains a kind of debug support. </p> <p> The <code class="computeroutput"><a class="link" href="../boost/circular_buffer.html" title="Class template circular_buffer">circular_buffer</a></code> maintains a list of valid iterators. As soon as any element gets destroyed all iterators pointing to this element are removed from this list and explicitly invalidated (an invalidation flag is set). The debug support also consists of many assertions (<code class="computeroutput"><span class="identifier">BOOST_ASSERT</span></code> macros) which ensure the <code class="computeroutput"><a class="link" href="../boost/circular_buffer.html" title="Class template circular_buffer">circular_buffer</a></code> and its iterators are used in the correct manner at runtime. In case an invalid iterator is used, the assertion will report an error. The connection of explicit iterator invalidation and assertions makes a very robust debug technique which catches most of the errors. </p> <p> Moreover, the uninitialized memory allocated by <code class="computeroutput"><a class="link" href="../boost/circular_buffer.html" title="Class template circular_buffer">circular_buffer</a></code> is filled with the value <code class="computeroutput"><span class="number">0xcc</span></code> in the debug mode. When debugging the code, this can help the programmer to recognize the initialized memory from the uninitialized. For details refer the source code <a href="../../../boost/circular_buffer/debug.hpp" target="_top">circular_buffer/debug.hpp</a>. </p> <p> The debug support is enabled only in the debug mode (when the <code class="computeroutput"><span class="identifier">NDEBUG</span></code> is not defined). It can also be explicitly disabled (only for <code class="computeroutput"><a class="link" href="../boost/circular_buffer.html" title="Class template circular_buffer">circular_buffer</a></code>) by defining macro BOOST_CB_DISABLE_DEBUG. </p> <h4> <a name="circular_buffer.implementation.h9"></a> <span class="phrase"><a name="circular_buffer.implementation.compatibility_with_interprocess_"></a></span><a class="link" href="implementation.html#circular_buffer.implementation.compatibility_with_interprocess_">Compatibility with Interprocess library</a> </h4> <p> The <code class="computeroutput"><a class="link" href="../boost/circular_buffer.html" title="Class template circular_buffer">circular_buffer</a></code> is compatible with the <a href="../../../libs/interprocess/index.html" target="_top">Boost.Interprocess</a> library used for interprocess communication. Considering that the circular_buffer's debug support relies on 'raw' pointers (which is not permited by the Interprocess library) the code has to compiled with <code class="computeroutput"><span class="special">-</span><span class="identifier">DBOOST_CB_DISABLE_DEBUG</span></code> or <code class="computeroutput"><span class="special">-</span><span class="identifier">DNDEBUG</span></code> (which disables the Debug Support). Not doing that will cause the compilation to fail. </p> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright &#169; 2003-2013 Jan Gaspar<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="rationale.html"><img src="../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../circular_buffer.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="examples.html"><img src="../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
app/www/lib/angular-material/modules/js/tabs/tabs-default-theme.css
INK-Team/INK-Project
/*! * Angular Material Design * https://github.com/angular/material * @license MIT * v1.1.0-rc4-master-b1c1bde */ /* Only used with Theme processes */ html.md-THEME_NAME-theme, body.md-THEME_NAME-theme { color: '{{foreground-1}}'; background-color: '{{background-color}}'; } md-tabs.md-THEME_NAME-theme md-tabs-wrapper { background-color: transparent; border-color: '{{foreground-4}}'; } md-tabs.md-THEME_NAME-theme .md-paginator md-icon { color: '{{primary-color}}'; } md-tabs.md-THEME_NAME-theme md-ink-bar { color: '{{accent-color}}'; background: '{{accent-color}}'; } md-tabs.md-THEME_NAME-theme .md-tab { color: '{{foreground-2}}'; } md-tabs.md-THEME_NAME-theme .md-tab[disabled], md-tabs.md-THEME_NAME-theme .md-tab[disabled] md-icon { color: '{{foreground-3}}'; } md-tabs.md-THEME_NAME-theme .md-tab.md-active, md-tabs.md-THEME_NAME-theme .md-tab.md-active md-icon, md-tabs.md-THEME_NAME-theme .md-tab.md-focused, md-tabs.md-THEME_NAME-theme .md-tab.md-focused md-icon { color: '{{primary-color}}'; } md-tabs.md-THEME_NAME-theme .md-tab.md-focused { background: '{{primary-color-0.1}}'; } md-tabs.md-THEME_NAME-theme .md-tab .md-ripple-container { color: '{{accent-A100}}'; } md-tabs.md-THEME_NAME-theme.md-accent > md-tabs-wrapper { background-color: '{{accent-color}}'; } md-tabs.md-THEME_NAME-theme.md-accent > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]) { color: '{{accent-A100}}'; } md-tabs.md-THEME_NAME-theme.md-accent > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active, md-tabs.md-THEME_NAME-theme.md-accent > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active md-icon, md-tabs.md-THEME_NAME-theme.md-accent > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused, md-tabs.md-THEME_NAME-theme.md-accent > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused md-icon { color: '{{accent-contrast}}'; } md-tabs.md-THEME_NAME-theme.md-accent > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused { background: '{{accent-contrast-0.1}}'; } md-tabs.md-THEME_NAME-theme.md-accent > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-ink-bar { color: '{{primary-600-1}}'; background: '{{primary-600-1}}'; } md-tabs.md-THEME_NAME-theme.md-primary > md-tabs-wrapper { background-color: '{{primary-color}}'; } md-tabs.md-THEME_NAME-theme.md-primary > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]) { color: '{{primary-100}}'; } md-tabs.md-THEME_NAME-theme.md-primary > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active, md-tabs.md-THEME_NAME-theme.md-primary > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active md-icon, md-tabs.md-THEME_NAME-theme.md-primary > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused, md-tabs.md-THEME_NAME-theme.md-primary > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused md-icon { color: '{{primary-contrast}}'; } md-tabs.md-THEME_NAME-theme.md-primary > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused { background: '{{primary-contrast-0.1}}'; } md-tabs.md-THEME_NAME-theme.md-warn > md-tabs-wrapper { background-color: '{{warn-color}}'; } md-tabs.md-THEME_NAME-theme.md-warn > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]) { color: '{{warn-100}}'; } md-tabs.md-THEME_NAME-theme.md-warn > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active, md-tabs.md-THEME_NAME-theme.md-warn > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active md-icon, md-tabs.md-THEME_NAME-theme.md-warn > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused, md-tabs.md-THEME_NAME-theme.md-warn > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused md-icon { color: '{{warn-contrast}}'; } md-tabs.md-THEME_NAME-theme.md-warn > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused { background: '{{warn-contrast-0.1}}'; } md-toolbar > md-tabs.md-THEME_NAME-theme > md-tabs-wrapper { background-color: '{{primary-color}}'; } md-toolbar > md-tabs.md-THEME_NAME-theme > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]) { color: '{{primary-100}}'; } md-toolbar > md-tabs.md-THEME_NAME-theme > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active, md-toolbar > md-tabs.md-THEME_NAME-theme > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active md-icon, md-toolbar > md-tabs.md-THEME_NAME-theme > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused, md-toolbar > md-tabs.md-THEME_NAME-theme > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused md-icon { color: '{{primary-contrast}}'; } md-toolbar > md-tabs.md-THEME_NAME-theme > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused { background: '{{primary-contrast-0.1}}'; } md-toolbar.md-accent > md-tabs.md-THEME_NAME-theme > md-tabs-wrapper { background-color: '{{accent-color}}'; } md-toolbar.md-accent > md-tabs.md-THEME_NAME-theme > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]) { color: '{{accent-A100}}'; } md-toolbar.md-accent > md-tabs.md-THEME_NAME-theme > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active, md-toolbar.md-accent > md-tabs.md-THEME_NAME-theme > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active md-icon, md-toolbar.md-accent > md-tabs.md-THEME_NAME-theme > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused, md-toolbar.md-accent > md-tabs.md-THEME_NAME-theme > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused md-icon { color: '{{accent-contrast}}'; } md-toolbar.md-accent > md-tabs.md-THEME_NAME-theme > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused { background: '{{accent-contrast-0.1}}'; } md-toolbar.md-accent > md-tabs.md-THEME_NAME-theme > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-ink-bar { color: '{{primary-600-1}}'; background: '{{primary-600-1}}'; } md-toolbar.md-warn > md-tabs.md-THEME_NAME-theme > md-tabs-wrapper { background-color: '{{warn-color}}'; } md-toolbar.md-warn > md-tabs.md-THEME_NAME-theme > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]) { color: '{{warn-100}}'; } md-toolbar.md-warn > md-tabs.md-THEME_NAME-theme > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active, md-toolbar.md-warn > md-tabs.md-THEME_NAME-theme > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active md-icon, md-toolbar.md-warn > md-tabs.md-THEME_NAME-theme > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused, md-toolbar.md-warn > md-tabs.md-THEME_NAME-theme > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused md-icon { color: '{{warn-contrast}}'; } md-toolbar.md-warn > md-tabs.md-THEME_NAME-theme > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused { background: '{{warn-contrast-0.1}}'; }
vendor/smarty/smarty/development/Smarty3Doc/Smarty/PluginsFunction/_libs---plugins---function.html_select_time.php.html
FranTorletti/inmobiliaria
<?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 page function.html_select_time.php</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="file-name">/libs/plugins/function.html_select_time.php</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-functions">Functions</a> </div> <div class="info-box-body"> <!-- ========== Info from phpDoc block ========= --> <p class="short-description">Smarty plugin</p> </div> </div> <a name="sec-functions"></a> <div class="info-box"> <div class="info-box-title">Functions</div> <div class="nav-bar"> <a href="#sec-description">Description</a> | <span class="disabled">Functions</span> </div> <div class="info-box-body"> <a name="functionsmarty_function_html_select_time" id="functionsmarty_function_html_select_time"><!-- --></a> <div class="oddrow"> <div> <span class="method-title">smarty_function_html_select_time</span> (line <span class="line-number">34</span>) </div> <!-- ========== Info from phpDoc block ========= --> <p class="short-description">Smarty {html_select_time} function plugin</p> <p class="description"><p>Type: function<br /> Name: html_select_time<br /> Purpose: Prints the dropdowns for time selection</p></p> <ul class="tags"> <li><span class="field">author:</span> Roberto Berto &lt;<a href="mailto:roberto@berto.net">roberto@berto.net</a>&gt;</li> <li><span class="field">author:</span> Monte Ohrt &lt;<a href="mailto:monte">AT ohrt DOT com monte AT ohrt DOT com</a>&gt;</li> <li><span class="field">link:</span> <a href="http://www.smarty.net/manual/en/language.function.html.select.time.php">{html_select_time} (Smarty online manual)</a></li> <li><span class="field">uses:</span> <a href="../../Smarty/PluginsShared/_libs---plugins---shared.make_timestamp.php.html#functionsmarty_make_timestamp">smarty_make_timestamp()</a></li> </ul> <div class="method-signature"> <span class="method-result">string</span> <span class="method-name"> smarty_function_html_select_time </span> (<span class="var-type">array</span>&nbsp;<span class="var-name">$params</span>, <span class="var-type"><a href="../../Smarty/Template/Smarty_Internal_Template.html">Smarty_Internal_Template</a></span>&nbsp;<span class="var-name">$template</span>) </div> <ul class="parameters"> <li> <span class="var-type">array</span> <span class="var-name">$params</span><span class="var-description">: parameters</span> </li> <li> <span class="var-type"><a href="../../Smarty/Template/Smarty_Internal_Template.html">Smarty_Internal_Template</a></span> <span class="var-name">$template</span><span class="var-description">: template object</span> </li> </ul> </div> </div> </div> <p class="notes" id="credit"> Documentation generated on Mon, 17 Jun 2013 21:06:41 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a> </p> </div></body> </html>
docs/api/java/org/openqa/selenium/remote/SimplePropertyDescriptor.html
sebady/selenium
<!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 --> <title>SimplePropertyDescriptor</title> <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="SimplePropertyDescriptor"; } } catch(err) { } //--> var methods = {"i0":10,"i1":9,"i2":10,"i3":10}; var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; var tableTab = "tableTab"; var activeTableTab = "activeTableTab"; </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../org/openqa/selenium/remote/SessionNotFoundException.html" title="class in org.openqa.selenium.remote"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../org/openqa/selenium/remote/UnreachableBrowserException.html" title="class in org.openqa.selenium.remote"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/openqa/selenium/remote/SimplePropertyDescriptor.html" target="_top">Frames</a></li> <li><a href="SimplePropertyDescriptor.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">org.openqa.selenium.remote</div> <h2 title="Class SimplePropertyDescriptor" class="title">Class SimplePropertyDescriptor</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>org.openqa.selenium.remote.SimplePropertyDescriptor</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <hr> <br> <pre>public class <span class="typeNameLabel">SimplePropertyDescriptor</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="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="../../../../org/openqa/selenium/remote/SimplePropertyDescriptor.html#SimplePropertyDescriptor--">SimplePropertyDescriptor</a></span>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/openqa/selenium/remote/SimplePropertyDescriptor.html#SimplePropertyDescriptor-java.lang.String-java.lang.reflect.Method-java.lang.reflect.Method-">SimplePropertyDescriptor</a></span>(java.lang.String&nbsp;name, java.lang.reflect.Method&nbsp;readMethod, java.lang.reflect.Method&nbsp;writeMethod)</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="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="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></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>java.lang.String</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/openqa/selenium/remote/SimplePropertyDescriptor.html#getName--">getName</a></span>()</code>&nbsp;</td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code>static <a href="../../../../org/openqa/selenium/remote/SimplePropertyDescriptor.html" title="class in org.openqa.selenium.remote">SimplePropertyDescriptor</a>[]</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/openqa/selenium/remote/SimplePropertyDescriptor.html#getPropertyDescriptors-java.lang.Class-">getPropertyDescriptors</a></span>(java.lang.Class&lt;? extends java.lang.Object&gt;&nbsp;clazz)</code>&nbsp;</td> </tr> <tr id="i2" class="altColor"> <td class="colFirst"><code>java.lang.reflect.Method</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/openqa/selenium/remote/SimplePropertyDescriptor.html#getReadMethod--">getReadMethod</a></span>()</code>&nbsp;</td> </tr> <tr id="i3" class="rowColor"> <td class="colFirst"><code>java.lang.reflect.Method</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/openqa/selenium/remote/SimplePropertyDescriptor.html#getWriteMethod--">getWriteMethod</a></span>()</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>clone, equals, finalize, 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="SimplePropertyDescriptor--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>SimplePropertyDescriptor</h4> <pre>public&nbsp;SimplePropertyDescriptor()</pre> </li> </ul> <a name="SimplePropertyDescriptor-java.lang.String-java.lang.reflect.Method-java.lang.reflect.Method-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>SimplePropertyDescriptor</h4> <pre>public&nbsp;SimplePropertyDescriptor(java.lang.String&nbsp;name, java.lang.reflect.Method&nbsp;readMethod, java.lang.reflect.Method&nbsp;writeMethod)</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="getName--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getName</h4> <pre>public&nbsp;java.lang.String&nbsp;getName()</pre> </li> </ul> <a name="getReadMethod--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getReadMethod</h4> <pre>public&nbsp;java.lang.reflect.Method&nbsp;getReadMethod()</pre> </li> </ul> <a name="getWriteMethod--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getWriteMethod</h4> <pre>public&nbsp;java.lang.reflect.Method&nbsp;getWriteMethod()</pre> </li> </ul> <a name="getPropertyDescriptors-java.lang.Class-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>getPropertyDescriptors</h4> <pre>public static&nbsp;<a href="../../../../org/openqa/selenium/remote/SimplePropertyDescriptor.html" title="class in org.openqa.selenium.remote">SimplePropertyDescriptor</a>[]&nbsp;getPropertyDescriptors(java.lang.Class&lt;? extends java.lang.Object&gt;&nbsp;clazz)</pre> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../org/openqa/selenium/remote/SessionNotFoundException.html" title="class in org.openqa.selenium.remote"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../org/openqa/selenium/remote/UnreachableBrowserException.html" title="class in org.openqa.selenium.remote"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/openqa/selenium/remote/SimplePropertyDescriptor.html" target="_top">Frames</a></li> <li><a href="SimplePropertyDescriptor.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>
user_guide/libraries/trackback.html
prashants/webzash-v1-defunct
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Trackback Class : CodeIgniter User Guide</title> <style type='text/css' media='all'>@import url('../userguide.css');</style> <link rel='stylesheet' type='text/css' media='all' href='../userguide.css' /> <script type="text/javascript" src="../nav/nav.js"></script> <script type="text/javascript" src="../nav/prototype.lite.js"></script> <script type="text/javascript" src="../nav/moo.fx.js"></script> <script type="text/javascript" src="../nav/user_guide_menu.js"></script> <meta http-equiv='expires' content='-1' /> <meta http-equiv= 'pragma' content='no-cache' /> <meta name='robots' content='all' /> <meta name='author' content='ExpressionEngine Dev Team' /> <meta name='description' content='CodeIgniter User Guide' /> </head> <body> <!-- START NAVIGATION --> <div id="nav"><div id="nav_inner"><script type="text/javascript">create_menu('../');</script></div></div> <div id="nav2"><a name="top"></a><a href="javascript:void(0);" onclick="myHeight.toggle();"><img src="../images/nav_toggle_darker.jpg" width="154" height="43" border="0" title="Toggle Table of Contents" alt="Toggle Table of Contents" /></a></div> <div id="masthead"> <table cellpadding="0" cellspacing="0" border="0" style="width:100%"> <tr> <td><h1>CodeIgniter User Guide Version 1.7.3</h1></td> <td id="breadcrumb_right"><a href="../toc.html">Table of Contents Page</a></td> </tr> </table> </div> <!-- END NAVIGATION --> <!-- START BREADCRUMB --> <table cellpadding="0" cellspacing="0" border="0" style="width:100%"> <tr> <td id="breadcrumb"> <a href="http://codeigniter.com/">CodeIgniter Home</a> &nbsp;&#8250;&nbsp; <a href="../index.html">User Guide Home</a> &nbsp;&#8250;&nbsp; Trackback Class </td> <td id="searchbox"><form method="get" action="http://www.google.com/search"><input type="hidden" name="as_sitesearch" id="as_sitesearch" value="codeigniter.com/user_guide/" />Search User Guide&nbsp; <input type="text" class="input" style="width:200px;" name="q" id="q" size="31" maxlength="255" value="" />&nbsp;<input type="submit" class="submit" name="sa" value="Go" /></form></td> </tr> </table> <!-- END BREADCRUMB --> <br clear="all" /> <!-- START CONTENT --> <div id="content"> <h1>Trackback Class</h1> <p>The Trackback Class provides functions that enable you to send and receive Trackback data.</p> <p>If you are not familiar with Trackbacks you'll find more information <a href="http://en.wikipedia.org/wiki/Trackback">here</a>.</p> <h2>Initializing the Class</h2> <p>Like most other classes in CodeIgniter, the Trackback class is initialized in your controller using the <dfn>$this->load->library</dfn> function:</p> <code>$this->load->library('trackback');</code> <p>Once loaded, the Trackback library object will be available using: <dfn>$this->trackback</dfn></p> <h2>Sending Trackbacks</h2> <p>A Trackback can be sent from any of your controller functions using code similar to this example:</p> <code>$this->load->library('trackback');<br /> <br /> $tb_data = array(<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'ping_url'&nbsp;&nbsp;=> 'http://example.com/trackback/456',<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'url'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=> 'http://www.my-example.com/blog/entry/123',<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'title'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=> 'The Title of My Entry',<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'excerpt'&nbsp;&nbsp;&nbsp;=> 'The entry content.',<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'blog_name' => 'My Blog Name',<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'charset'&nbsp;&nbsp;&nbsp;=> 'utf-8'<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;);<br /> <br /> if ( ! $this->trackback->send($tb_data))<br /> {<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;echo $this->trackback->display_errors();<br /> }<br /> else<br /> {<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;echo 'Trackback was sent!';<br /> }</code> <p>Description of array data:</p> <ul> <li><strong>ping_url</strong> - The URL of the site you are sending the Trackback to. You can send Trackbacks to multiple URLs by separating each URL with a comma.</li> <li><strong>url</strong> - The URL to YOUR site where the weblog entry can be seen.</li> <li><strong>title</strong> - The title of your weblog entry.</li> <li><strong>excerpt</strong> - The content of your weblog entry. Note: the Trackback class will automatically send only the first 500 characters of your entry. It will also strip all HTML.</li> <li><strong>blog_name</strong> - The name of your weblog.</li> <li><strong>charset</strong> - The character encoding your weblog is written in. If omitted, UTF-8 will be used.</li> </ul> <p>The Trackback sending function returns TRUE/FALSE (boolean) on success or failure. If it fails, you can retrieve the error message using:</p> <code>$this->trackback->display_errors();</code> <h2>Receiving Trackbacks</h2> <p>Before you can receive Trackbacks you must create a weblog. If you don't have a blog yet there's no point in continuing.</p> <p>Receiving Trackbacks is a little more complex than sending them, only because you will need a database table in which to store them, and you will need to validate the incoming trackback data. You are encouraged to implement a thorough validation process to guard against spam and duplicate data. You may also want to limit the number of Trackbacks you allow from a particular IP within a given span of time to further curtail spam. The process of receiving a Trackback is quite simple; the validation is what takes most of the effort.</p> <h2>Your Ping URL</h2> <p>In order to accept Trackbacks you must display a Trackback URL next to each one of your weblog entries. This will be the URL that people will use to send you Trackbacks (we will refer to this as your "Ping URL").</p> <p>Your Ping URL must point to a controller function where your Trackback receiving code is located, and the URL must contain the ID number for each particular entry, so that when the Trackback is received you'll be able to associate it with a particular entry.</p> <p>For example, if your controller class is called <dfn>Trackback</dfn>, and the receiving function is called <dfn>receive</dfn>, your Ping URLs will look something like this:</p> <code>http://example.com/index.php/trackback/receive/<samp>entry_id</samp></code> <p>Where <samp>entry_id</samp> represents the individual ID number for each of your entries.</p> <h2>Creating a Trackback Table</h2> <p>Before you can receive Trackbacks you must create a table in which to store them. Here is a basic prototype for such a table:</p> <textarea class="textarea" style="width:100%" cols="50" rows="13"> CREATE TABLE trackbacks ( tb_id int(10) unsigned NOT NULL auto_increment, entry_id int(10) unsigned NOT NULL default 0, url varchar(200) NOT NULL, title varchar(100) NOT NULL, excerpt text NOT NULL, blog_name varchar(100) NOT NULL, tb_date int(10) NOT NULL, ip_address varchar(16) NOT NULL, PRIMARY KEY `tb_id` (`tb_id`), KEY `entry_id` (`entry_id`) );</textarea> <p>The Trackback specification only requires four pieces of information to be sent in a Trackback (url, title, excerpt, blog_name), but to make the data more useful we've added a few more fields in the above table schema (date, IP address, etc.).</p> <h2>Processing a Trackback</h2> <p>Here is an example showing how you will receive and process a Trackback. The following code is intended for use within the controller function where you expect to receive Trackbacks.</p> <code>$this->load->library('trackback');<br /> $this->load->database();<br /> <br /> if ($this->uri->segment(3) == FALSE)<br /> {<br /> &nbsp;&nbsp;&nbsp;&nbsp;$this->trackback->send_error("Unable to determine the entry ID");<br /> }<br /> <br /> if ( ! $this->trackback->receive())<br /> {<br /> &nbsp;&nbsp;&nbsp;&nbsp;$this->trackback->send_error("The Trackback did not contain valid data");<br /> }<br /> <br /> $data = array(<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'tb_id'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=> '',<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'entry_id'&nbsp;&nbsp;&nbsp;=> $this->uri->segment(3),<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'url'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=> $this->trackback->data('url'),<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'title'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=> $this->trackback->data('title'),<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'excerpt'&nbsp;&nbsp;&nbsp;&nbsp;=> $this->trackback->data('excerpt'),<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'blog_name'&nbsp;&nbsp;=> $this->trackback->data('blog_name'),<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'tb_date'&nbsp;&nbsp;&nbsp;&nbsp;=> time(),<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'ip_address' => $this->input->ip_address()<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;);<br /> <br /> $sql = $this->db->insert_string('trackbacks', $data);<br /> $this->db->query($sql);<br /> <br /> $this->trackback->send_success();</code> <h4>Notes:</h4> <p>The entry ID number is expected in the third segment of your URL. This is based on the URI example we gave earlier:</p> <code>http://example.com/index.php/trackback/receive/<samp>entry_id</samp></code> <p>Notice the entry_id is in the third URI segment, which you can retrieve using:</p> <code>$this->uri->segment(3);</code> <p>In our Trackback receiving code above, if the third segment is missing, we will issue an error. Without a valid entry ID, there's no reason to continue.</p> <p>The <dfn>$this->trackback->receive()</dfn> function is simply a validation function that looks at the incoming data and makes sure it contains the four pieces of data that are required (url, title, excerpt, blog_name). It returns TRUE on success and FALSE on failure. If it fails you will issue an error message.</p> <p>The incoming Trackback data can be retrieved using this function:</p> <code>$this->trackback->data('<var>item</var>')</code> <p>Where <var>item</var> represents one of these four pieces of info: url, title, excerpt, or blog_name</p> <p>If the Trackback data is successfully received, you will issue a success message using:</p> <code>$this->trackback->send_success();</code> <p class="important"><strong>Note:</strong> The above code contains no data validation, which you are encouraged to add.</p> </div> <!-- END CONTENT --> <div id="footer"> <p> Previous Topic:&nbsp;&nbsp;<a href="sessions.html">Session Class</a> &nbsp;&nbsp;&nbsp;&middot;&nbsp;&nbsp; <a href="#top">Top of Page</a>&nbsp;&nbsp;&nbsp;&middot;&nbsp;&nbsp; <a href="../index.html">User Guide Home</a>&nbsp;&nbsp;&nbsp;&middot;&nbsp;&nbsp; Next Topic:&nbsp;&nbsp;<a href="parser.html">Template Parser Class</a> </p> <p><a href="http://codeigniter.com">CodeIgniter</a> &nbsp;&middot;&nbsp; Copyright &#169; 2006-2010 &nbsp;&middot;&nbsp; <a href="http://ellislab.com/">Ellislab, Inc.</a></p> </div> </body> </html>
commonmark-ext-gfm-tables/src/main/javadoc/overview.html
atlassian/commonmark-java
<html> <body> <b>Extension for GFM tables using "|" pipes (GitHub Flavored Markdown)</b> <p>See {@link org.commonmark.ext.gfm.tables.TablesExtension}</p> </body> </html>
files/libs/angularjs/1.4.12/docs/partials/api/ng/directive/ngSubmit.html
bborbe/portfolio
<a href='https://github.com/angular/angular.js/edit/v1.4.x/src/ng/directive/ngEventDirs.js?message=docs(ngSubmit)%3A%20describe%20your%20change...#L317' class='improve-docs btn btn-primary'><i class="glyphicon glyphicon-edit">&nbsp;</i>Improve this Doc</a> <a href='https://github.com/angular/angular.js/tree/v1.4.12/src/ng/directive/ngEventDirs.js#L317' class='view-source pull-right btn btn-primary'> <i class="glyphicon glyphicon-zoom-in">&nbsp;</i>View Source </a> <header class="api-profile-header"> <h1 class="api-profile-header-heading">ngSubmit</h1> <ol class="api-profile-header-structure naked-list step-list"> <li> - directive in module <a href="api/ng">ng</a> </li> </ol> </header> <div class="api-profile-description"> <p>Enables binding angular expressions to onsubmit events.</p> <p>Additionally it prevents the default action (which for form means sending the request to the server and reloading the current page), but only if the form does not contain <code>action</code>, <code>data-action</code>, or <code>x-action</code> attributes.</p> <div class="alert alert-warning"> <strong>Warning:</strong> Be careful not to cause &quot;double-submission&quot; by using both the <code>ngClick</code> and <code>ngSubmit</code> handlers together. See the <a href="api/ng/directive/form#submitting-a-form-and-preventing-the-default-action"><code>form</code> directive documentation</a> for a detailed discussion of when <code>ngSubmit</code> may be triggered. </div> </div> <div> <h2>Directive Info</h2> <ul> <li>This directive executes at priority level 0.</li> </ul> <h2 id="usage">Usage</h2> <div class="usage"> <ul> <li>as attribute: <pre><code>&lt;form&#10; ng-submit=&quot;expression&quot;&gt;&#10;...&#10;&lt;/form&gt;</code></pre> </li> </div> <section class="api-section"> <h3>Arguments</h3> <table class="variables-matrix input-arguments"> <thead> <tr> <th>Param</th> <th>Type</th> <th>Details</th> </tr> </thead> <tbody> <tr> <td> ngSubmit </td> <td> <a href="" class="label type-hint type-hint-expression">expression</a> </td> <td> <p><a href="guide/expression">Expression</a> to eval. (<a href="guide/expression#-event-">Event object is available as <code>$event</code></a>)</p> </td> </tr> </tbody> </table> </section> <h2 id="example">Example</h2><p> <div> <a ng-click="openPlunkr('examples/example-example79', $event)" class="btn pull-right"> <i class="glyphicon glyphicon-edit">&nbsp;</i> Edit in Plunker</a> <div class="runnable-example" path="examples/example-example79" module="submitExample"> <div class="runnable-example-file" name="index.html" language="html" type="html"> <pre><code>&lt;script&gt;&#10; angular.module(&#39;submitExample&#39;, [])&#10; .controller(&#39;ExampleController&#39;, [&#39;$scope&#39;, function($scope) {&#10; $scope.list = [];&#10; $scope.text = &#39;hello&#39;;&#10; $scope.submit = function() {&#10; if ($scope.text) {&#10; $scope.list.push(this.text);&#10; $scope.text = &#39;&#39;;&#10; }&#10; };&#10; }]);&#10;&lt;/script&gt;&#10;&lt;form ng-submit=&quot;submit()&quot; ng-controller=&quot;ExampleController&quot;&gt;&#10; Enter text and hit enter:&#10; &lt;input type=&quot;text&quot; ng-model=&quot;text&quot; name=&quot;text&quot; /&gt;&#10; &lt;input type=&quot;submit&quot; id=&quot;submit&quot; value=&quot;Submit&quot; /&gt;&#10; &lt;pre&gt;list={{list}}&lt;/pre&gt;&#10;&lt;/form&gt;</code></pre> </div> <div class="runnable-example-file" name="protractor.js" type="protractor" language="js"> <pre><code>it(&#39;should check ng-submit&#39;, function() {&#10; expect(element(by.binding(&#39;list&#39;)).getText()).toBe(&#39;list=[]&#39;);&#10; element(by.css(&#39;#submit&#39;)).click();&#10; expect(element(by.binding(&#39;list&#39;)).getText()).toContain(&#39;hello&#39;);&#10; expect(element(by.model(&#39;text&#39;)).getAttribute(&#39;value&#39;)).toBe(&#39;&#39;);&#10;});&#10;it(&#39;should ignore empty strings&#39;, function() {&#10; expect(element(by.binding(&#39;list&#39;)).getText()).toBe(&#39;list=[]&#39;);&#10; element(by.css(&#39;#submit&#39;)).click();&#10; element(by.css(&#39;#submit&#39;)).click();&#10; expect(element(by.binding(&#39;list&#39;)).getText()).toContain(&#39;hello&#39;);&#10; });</code></pre> </div> <iframe class="runnable-example-frame" src="examples/example-example79/index.html" name="example-example79"></iframe> </div> </div> </p> </div>
ports/mongoose/index.html
adlr/naclports
<!DOCTYPE html> <html> <head> <title>Mongoose</title> <META HTTP-EQUIV="Pragma" CONTENT="no-cache" /> <META HTTP-EQUIV="Expires" CONTENT="-1" /> <script type="text/javascript" src="hterm.concat.js"></script> <script type="text/javascript" src="naclterm.js"></script> <script type="text/javascript" src="mongoose.js"></script> <style type="text/css"> body { position: absolute; padding: 0; margin: 0; height: 100%; width: 100%; overflow: hidden; } #terminal { display: block; position: static; width: 100%; height: 100%; } </style> </head> <body> <div id="terminal"></div> </body> </html>
css/selectors/reftests/tc-419.css
frivoal/presto-testo
phi#id1 > delta:nth-child(1):last-child chi#id2:first-child:nth-last-child(2) + *[number]#id3:nth-child(2):nth-last-child(1) psi:lang(no):first-child:empty + *:lang(no):nth-child(2):empty + omicron:lang(no)#id4 > gamma:lang(no):nth-child(1) > rho:first-child:nth-last-child(2):empty + kappa eta:lang(en)#id5:nth-child(1) + chi[name|="this.nodeValue"]:nth-child(2):last-child > chi[insert$="false"]:nth-last-child(2) ~ alpha[title^="t"]:nth-child(2) {color:green}
SVG/Testsuites/W3C-1_1F2/harness/htmlSVGWeb/pservers-pattern-04-f.html
frivoal/presto-testo
<?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"> <head> <script src="../../../../../tools/svgweb/src/svg.js" data-path="../../../../../tools/svgweb/src"></script> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <meta name="keywords" content="W3C SVG 1.1 2nd Edition Test Suite"/> <meta name="description" content="W3C SVG 1.1 2nd Edition SVGWeb Test Suite"/> <title> SVG 1.1 2nd Edition Test (svgweb): pservers-pattern-04-f.svg </title> <style type="text/css"> <!-- .bodytext { font-family:verdana, helvetica, sans-serif; font-size: 12pt; line-height: 125%; text-align: Left; margin-top: 0; margin-bottom: 0 } .pageTitle { line-height: 150%; font-size: 20pt; font-weight : 900; margin-bottom: 20pt } .pageSubTitle { color : blue; line-height: 100%; font-size: 24pt; font-weight : 900 } .openChapter { color : blue; line-height: 125%; font-weight : 900 } .openSection { color : blue; line-height: 125%; font-weight : 900 } .info { color : black; line-height: 110%; font-size: 10pt; font-weight : 100 } p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 } blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 } .opscript { margin-left: 3%; margin-right: 3%; } .opscript p { margin-top: 0.7em } .navbar { background: black; color: white; font-weight: bold } .warning { color: red; text-align: Center;} a,a:visited { color: blue } --> </style> <link rel="prev" href="pservers-pattern-03-f.html" /> <link rel="index" href="index.html" /> <link rel="next" href="pservers-pattern-05-f.html" /> <script src="../resources/testharnessreport.js"></script> </head> <body class="bodytext"> <div class="linkbar"> <p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/pservers.html#Patterns">13.3 Patterns</a></p> <p> <a href="pservers-pattern-03-f.html" rel="prev">pservers-pattern-03-f ←</a> <a href="index.html" rel="index">index</a> <a href="pservers-pattern-05-f.html" rel="next">→ pservers-pattern-05-f</a> </p> </div> <div> <br /> <p class="warning"> Tests that contain the draft-watermark are under development and may be incorrectly testing a feature. </p> </div> <table align="center" border="0" cellspacing="0" cellpadding="10"> <tr> <td align="center" colspan="3"> <table border="0" cellpadding="8"> <tr> <td align="center" colspan="2" class="pageTitle"> <h1>pservers-pattern-04-f.svg</h1> </td> </tr> <tr class="navbar"> <td align="center"> SVG Image </td> <td align="center"> PNG Image </td> </tr> <tr> <td align="right"> <!--[if IE]> <object src="../../svg/pservers-pattern-04-f.svg" width="480" height="360" classid="image/svg+xml"><p style="font-size:300%;color:red">FAIL</p> <![endif]--> <!--[if !IE]>--> <object data="../../svg/pservers-pattern-04-f.svg" width="480" height="360" type="image/svg+xml"><p style="font-size:300%;color:red">FAIL</p> <!--<![endif]--> </object> </td> <td align="left"> <img alt="raster image of pservers-pattern-04-f.svg" src="../../png/pservers-pattern-04-f.png" width="480" height="360"/> </td> </tr> </table> </td> </tr> </table> <div class="opscript"> <h2 id="operatorscript"> Operator Script </h2> <div> <p> Run the test. No interaction required. </p> </div> <h2 id="passcriteria"> Pass Criteria </h2> <div> <p> The test is passed if there are four green circles visible on the page, and no red. </p> </div> <h2 id="testdescription"> Test Description </h2> <div> <p> Inherited attributes from a referenced 'pattern' are not applied if they are already defined on the referencing 'pattern' element. </p><p> Define a pattern 'pattern1' with circles that have red fill. Inherit 'pattern1' into 'pattern2' and add circles at different 'y' attribute and with 'fill' set to 'lime' on 'pattern2'. Reference 'pattern1' from a square using 'fill' attribute. Reference 'pattern2' from a different square using 'fill' attribute. Position the second square directly over the first square. Verify that there is green visible. </p> </div> </div> <br/> <div class="linkbar"> <p> <a href="pservers-pattern-03-f.html" rel="prev">pservers-pattern-03-f ←</a> <a href="index.html" rel="index">index</a> <a href="pservers-pattern-05-f.html" rel="next">→ pservers-pattern-05-f</a> </p> </div> </body> </html>
analysis/reports/views/directives/modal.html
cazzerson/Suma
<div class="modal fade" id="{{modalId}}" tabindex="-1" role="dialog"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <h4 class="modal-title">{{modalTitle}}</h4> </div> <div class="modal-body"> <div data-ng-transclude></div> <div style="height:40px"> <button type="button" class="btn btn-success pull-right" data-dismiss="modal">{{modalSaveText}}</button> </div> </div> </div> </div> </div>
poi-3.14/docs/apidocs/org/apache/poi/hssf/model/class-use/RowBlocksReader.html
Sebaxtian/KDD
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <TITLE> Uses of Class org.apache.poi.hssf.model.RowBlocksReader (POI API Documentation) </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 Class org.apache.poi.hssf.model.RowBlocksReader (POI API Documentation)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/apache/poi/hssf/model/RowBlocksReader.html" title="class in org.apache.poi.hssf.model"><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/poi/hssf/model/\class-useRowBlocksReader.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="RowBlocksReader.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Class<br>org.apache.poi.hssf.model.RowBlocksReader</B></H2> </CENTER> No usage of org.apache.poi.hssf.model.RowBlocksReader <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/poi/hssf/model/RowBlocksReader.html" title="class in org.apache.poi.hssf.model"><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/poi/hssf/model/\class-useRowBlocksReader.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="RowBlocksReader.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> <i>Copyright 2016 The Apache Software Foundation or its licensors, as applicable.</i> </BODY> </HTML>
deps/boost/libs/gil/doc/html/reference/structboost_1_1gil_1_1_color_bases_compatible_concept.html
nawawi/poedit
<!-- HTML header for doxygen 1.8.13--> <!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.6"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <title>Generic Image Library: ColorBasesCompatibleConcept&lt; ColorBase1, ColorBase2 &gt; Struct Template Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> <link href="doxygen-boost.css" rel="stylesheet" type="text/css"/> </head> <body> <div class="boost-header"> <table border="0" cellpadding="7" cellspacing="0" width="100%" summary="header"> <tr> <td valign="top" width="300"> <h3><a href="../index.html"><img alt="Boost GIL" src="../_static/gil.png" border="0"></a></h3> </td> <td ><h1 align="center"><a href="../index.html"></a></h1></td> <td></td> </tr> </table> </div> <hr/> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <!-- Generated by Doxygen 1.8.6 --> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="modules.html"><span>Modules</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"><b>boost</b></li><li class="navelem"><b>gil</b></li><li class="navelem"><a class="el" href="structboost_1_1gil_1_1_color_bases_compatible_concept.html">ColorBasesCompatibleConcept</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="summary"> <a href="#pub-methods">Public Member Functions</a> &#124; <a href="structboost_1_1gil_1_1_color_bases_compatible_concept-members.html">List of all members</a> </div> <div class="headertitle"> <div class="title">ColorBasesCompatibleConcept&lt; ColorBase1, ColorBase2 &gt; Struct Template Reference<div class="ingroups"><a class="el" href="group___color_base_concept.html">Concepts</a></div></div> </div> </div><!--header--> <div class="contents"> <p>Two color bases are compatible if they have the same color space and their elements are compatible, semantic-pairwise. <a href="structboost_1_1gil_1_1_color_bases_compatible_concept.html#details">More...</a></p> <p><code>#include &lt;<a class="el" href="concepts_8hpp_source.html">concepts.hpp</a>&gt;</code></p> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a> Public Member Functions</h2></td></tr> <tr class="memitem:ab0a0dbf6ca9028bbbb2240cad5882537"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ab0a0dbf6ca9028bbbb2240cad5882537"></a> void&#160;</td><td class="memItemRight" valign="bottom"><b>constraints</b> ()</td></tr> <tr class="separator:ab0a0dbf6ca9028bbbb2240cad5882537"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> <a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2> <div class="textblock"><h3>template&lt;typename ColorBase1, typename ColorBase2&gt;<br/> struct boost::gil::ColorBasesCompatibleConcept&lt; ColorBase1, ColorBase2 &gt;</h3> <p>Two color bases are compatible if they have the same color space and their elements are compatible, semantic-pairwise. </p> <div class="fragment"><div class="line">concept ColorBasesCompatibleConcept&lt;ColorBaseConcept C1, ColorBaseConcept C2&gt; {</div> <div class="line"> where SameType&lt;C1::layout_t::color_space_t, C2::layout_t::color_space_t&gt;;</div> <div class="line"> <span class="comment">// also, for all K in [0 ... size&lt;C1&gt;::value):</span></div> <div class="line"> <span class="comment">// where Convertible&lt;kth_semantic_element_type&lt;C1,K&gt;::type, kth_semantic_element_type&lt;C2,K&gt;::type&gt;;</span></div> <div class="line"> <span class="comment">// where Convertible&lt;kth_semantic_element_type&lt;C2,K&gt;::type, kth_semantic_element_type&lt;C1,K&gt;::type&gt;;</span></div> <div class="line">};</div> </div><!-- fragment --> </div><hr/>The documentation for this struct was generated from the following file:<ul> <li><a class="el" href="concepts_8hpp_source.html">concepts.hpp</a></li> </ul> </div><!-- contents --> <!-- HTML footer for doxygen 1.8.13--> <!-- start footer part --> <hr class="footer"/> <address class="footer"> <small> Generated on Wed Dec 5 2018 20:05:50 for Generic Image Library by &#160;<a href="http://www.doxygen.org/index.html">doxygen</a> 1.8.6 </small> </address> </body> </html>
deps/boost/doc/html/boost_asio/reference/coroutine/is_parent.html
nawawi/poedit
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>coroutine::is_parent</title> <link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> <link rel="home" href="../../../boost_asio.html" title="Boost.Asio"> <link rel="up" href="../coroutine.html" title="coroutine"> <link rel="prev" href="is_complete.html" title="coroutine::is_complete"> <link rel="next" href="../deadline_timer.html" title="deadline_timer"> </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="is_complete.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../coroutine.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../deadline_timer.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="section"> <div class="titlepage"><div><div><h4 class="title"> <a name="boost_asio.reference.coroutine.is_parent"></a><a class="link" href="is_parent.html" title="coroutine::is_parent">coroutine::is_parent</a> </h4></div></div></div> <p> <a class="indexterm" name="boost_asio.indexterm.coroutine.is_parent"></a> Returns true if the coroutine is the parent of a fork. </p> <pre class="programlisting">bool is_parent() const; </pre> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright &#169; 2003-2018 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="is_complete.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../coroutine.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../deadline_timer.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
vanilla/plugins/jsconnect/design/jsconnect.css
sorrowgrave/NothingToSeeHere
.JsConnect-Container { overflow: hidden; margin: 5px 0; } .JsConnect-Connect { line-height: 16px; /* clear: both;*/ } .JsConnect-Connect .UserPhoto { float: left; height: 32px; width: 32px; margin-right: 5px; } .JsConnect-Connect .ConnectLabel { font-weight: bold; }
deps/boost/doc/html/boost/accumulators/tag/weigh_1_3_2_6_3_49_1_1_3_2.html
nawawi/poedit
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Struct weighted_p_square_quantile_for_median</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="The Boost C++ Libraries BoostBook Documentation Subset"> <link rel="up" href="../../../accumulators/reference.html#header.boost.accumulators.statistics.weighted_p_square_quantile_hpp" title="Header &lt;boost/accumulators/statistics/weighted_p_square_quantile.hpp&gt;"> <link rel="prev" href="weighted_p_square_quantile.html" title="Struct weighted_p_square_quantile"> <link rel="next" href="../extract/weigh_1_3_2_6_3_50_1_1_3_1.html" title="Global weighted_peaks_over_threshold"> </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="weighted_p_square_quantile.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../../accumulators/reference.html#header.boost.accumulators.statistics.weighted_p_square_quantile_hpp"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../extract/weigh_1_3_2_6_3_50_1_1_3_1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="refentry"> <a name="boost.accumulators.tag.weigh_1_3_2_6_3_49_1_1_3_2"></a><div class="titlepage"></div> <div class="refnamediv"> <h2><span class="refentrytitle">Struct weighted_p_square_quantile_for_median</span></h2> <p>boost::accumulators::tag::weighted_p_square_quantile_for_median</p> </div> <h2 xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv-title">Synopsis</h2> <div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv"><pre class="synopsis"><span class="comment">// In header: &lt;<a class="link" href="../../../accumulators/reference.html#header.boost.accumulators.statistics.weighted_p_square_quantile_hpp" title="Header &lt;boost/accumulators/statistics/weighted_p_square_quantile.hpp&gt;">boost/accumulators/statistics/weighted_p_square_quantile.hpp</a>&gt; </span> <span class="keyword">struct</span> <a class="link" href="weigh_1_3_2_6_3_49_1_1_3_2.html" title="Struct weighted_p_square_quantile_for_median">weighted_p_square_quantile_for_median</a> <span class="special">:</span> <span class="keyword">public</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">accumulators</span><span class="special">::</span><span class="identifier">depends_on</span><span class="special">&lt;</span> <span class="identifier">count</span><span class="special">,</span> <span class="identifier">sum_of_weights</span> <span class="special">&gt;</span> <span class="special">{</span> <span class="comment">// types</span> <span class="keyword">typedef</span> <a class="link" href="../impl/wei_1_3_2_6_3_59_1_1_22_44.html" title="Struct template weighted_p_square_quantile_impl">accumulators::impl::weighted_p_square_quantile_impl</a><span class="special">&lt;</span> <span class="identifier">mpl</span><span class="special">::</span><span class="identifier">_1</span><span class="special">,</span> <span class="identifier">mpl</span><span class="special">::</span><span class="identifier">_2</span><span class="special">,</span> <a class="link" href="../for_median.html" title="Struct for_median">for_median</a> <span class="special">&gt;</span> <a name="boost.accumulators.tag.weigh_1_3_2_6_3_49_1_1_3_2.impl"></a><span class="identifier">impl</span><span class="special">;</span> <span class="special">}</span><span class="special">;</span></pre></div> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright &#169; 2005, 2006 Eric Niebler<p> Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>) </p> </div></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="weighted_p_square_quantile.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../../accumulators/reference.html#header.boost.accumulators.statistics.weighted_p_square_quantile_hpp"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../extract/weigh_1_3_2_6_3_50_1_1_3_1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
api/2.0.0-RC1/Thelia/Model/Base/Category.html
Mertiozys/thelia.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="robots" content="index, follow, all" /> <title>Thelia\Model\Base\Category | </title> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css"> </head> <body id="class"> <div class="header"> <ul> <li><a href="../../../classes.html">Classes</a></li> <li><a href="../../../namespaces.html">Namespaces</a></li> <li><a href="../../../interfaces.html">Interfaces</a></li> <li><a href="../../../traits.html">Traits</a></li> <li><a href="../../../doc-index.html">Index</a></li> </ul> <div id="title"></div> <div class="type">Class</div> <h1><a href="../../../Thelia/Model/Base.html">Thelia\Model\Base</a>\Category</h1> </div> <div class="content"> <p>abstract class <strong>Category</strong> implements <abbr title="Propel\Runtime\ActiveRecord\ActiveRecordInterface">ActiveRecordInterface</abbr></p> <h2>Constants</h2> <table> <tr> <td>TABLE_MAP</td> <td class="last"> <p><em>TableMap class name</em></p> <p> </p> </td> </tr> </table> <h2>Methods</h2> <table> <tr> <td class="type"> </td> <td class="last"> <a href="#method_applyDefaultValues">applyDefaultValues</a>() <p>Applies default values to this object.</p> </td> <td></td> </tr> <tr> <td class="type"> </td> <td class="last"> <a href="#method___construct">__construct</a>() <p>Initializes internal state of Thelia\Model\Base\Category object.</p> </td> <td></td> </tr> <tr> <td class="type"> boolean </td> <td class="last"> <a href="#method_isModified">isModified</a>() <p>Returns whether the object has been modified.</p> </td> <td></td> </tr> <tr> <td class="type"> boolean </td> <td class="last"> <a href="#method_isColumnModified">isColumnModified</a>(string $col) <p>Has specified column been modified?</p> </td> <td></td> </tr> <tr> <td class="type"> array </td> <td class="last"> <a href="#method_getModifiedColumns">getModifiedColumns</a>() <p>Get the columns that have been modified in this object.</p> </td> <td></td> </tr> <tr> <td class="type"> boolean </td> <td class="last"> <a href="#method_isNew">isNew</a>() <p>Returns whether the object has ever been saved.</p> </td> <td></td> </tr> <tr> <td class="type"> </td> <td class="last"> <a href="#method_setNew">setNew</a>(boolean $b) <p>Setter for the isNew attribute.</p> </td> <td></td> </tr> <tr> <td class="type"> boolean </td> <td class="last"> <a href="#method_isDeleted">isDeleted</a>() <p>Whether this object has been deleted.</p> </td> <td></td> </tr> <tr> <td class="type"> void </td> <td class="last"> <a href="#method_setDeleted">setDeleted</a>(boolean $b) <p>Specify whether this object has been deleted.</p> </td> <td></td> </tr> <tr> <td class="type"> void </td> <td class="last"> <a href="#method_resetModified">resetModified</a>(string $col = null) <p>Sets the modified state for the object to be false.</p> </td> <td></td> </tr> <tr> <td class="type"> boolean </td> <td class="last"> <a href="#method_equals">equals</a>(mixed $obj) <p>Compares this with another <code>Category</code> instance.</p> </td> <td></td> </tr> <tr> <td class="type"> int </td> <td class="last"> <a href="#method_hashCode">hashCode</a>() <p>If the primary key is not null, return the hashcode of the primary key.</p> </td> <td></td> </tr> <tr> <td class="type"> array </td> <td class="last"> <a href="#method_getVirtualColumns">getVirtualColumns</a>() <p>Get the associative array of the virtual columns in this object</p> </td> <td></td> </tr> <tr> <td class="type"> boolean </td> <td class="last"> <a href="#method_hasVirtualColumn">hasVirtualColumn</a>(string $name) <p>Checks the existence of a virtual column in this object</p> </td> <td></td> </tr> <tr> <td class="type"> mixed </td> <td class="last"> <a href="#method_getVirtualColumn">getVirtualColumn</a>(string $name) <p>Get the value of a virtual column in this object</p> </td> <td></td> </tr> <tr> <td class="type"> <a href="../../../Thelia/Model/Base/Category.html"><abbr title="Thelia\Model\Base\Category">Category</abbr></a> </td> <td class="last"> <a href="#method_setVirtualColumn">setVirtualColumn</a>(string $name, mixed $value) <p>Set the value of a virtual column in this object</p> </td> <td></td> </tr> <tr> <td class="type"> <a href="../../../Thelia/Model/Base/Category.html"><abbr title="Thelia\Model\Base\Category">Category</abbr></a> </td> <td class="last"> <a href="#method_importFrom">importFrom</a>(mixed $parser, string $data) <p>Populate the current object from a string, using a given parser format <code> $book = new Book(); $book->importFrom('JSON', '{"Id":9012,"Title":"Don Juan","ISBN":"0140422161","Price":12.99,"PublisherId":1234,"AuthorId":5678}'); </code></p> </td> <td></td> </tr> <tr> <td class="type"> string </td> <td class="last"> <a href="#method_exportTo">exportTo</a>(mixed $parser, boolean $includeLazyLoadColumns = true) <p>Export the current object properties to a string, using a given parser format <code> $book = BookQuery::create()->findPk(9012); echo $book->exportTo('JSON'); => {"Id":9012,"Title":"Don Juan","ISBN":"0140422161","Price":12.99,"PublisherId":1234,"AuthorId":5678}'); </code></p> </td> <td></td> </tr> <tr> <td class="type"> </td> <td class="last"> <a href="#method___sleep">__sleep</a>() <p>Clean up internal collections prior to serializing Avoids recursive loops that turn into segmentation faults when serializing</p> </td> <td></td> </tr> <tr> <td class="type"> int </td> <td class="last"> <a href="#method_getId">getId</a>() <p>Get the [id] column value.</p> </td> <td></td> </tr> <tr> <td class="type"> int </td> <td class="last"> <a href="#method_getParent">getParent</a>() <p>Get the [parent] column value.</p> </td> <td></td> </tr> <tr> <td class="type"> int </td> <td class="last"> <a href="#method_getVisible">getVisible</a>() <p>Get the [visible] column value.</p> </td> <td></td> </tr> <tr> <td class="type"> int </td> <td class="last"> <a href="#method_getPosition">getPosition</a>() <p>Get the [position] column value.</p> </td> <td></td> </tr> <tr> <td class="type"> mixed </td> <td class="last"> <a href="#method_getCreatedAt">getCreatedAt</a>(string $format = NULL) <p>Get the [optionally formatted] temporal [created_at] column value.</p> </td> <td></td> </tr> <tr> <td class="type"> mixed </td> <td class="last"> <a href="#method_getUpdatedAt">getUpdatedAt</a>(string $format = NULL) <p>Get the [optionally formatted] temporal [updated_at] column value.</p> </td> <td></td> </tr> <tr> <td class="type"> int </td> <td class="last"> <a href="#method_getVersion">getVersion</a>() <p>Get the [version] column value.</p> </td> <td></td> </tr> <tr> <td class="type"> mixed </td> <td class="last"> <a href="#method_getVersionCreatedAt">getVersionCreatedAt</a>(string $format = NULL) <p>Get the [optionally formatted] temporal [version<em>created</em>at] column value.</p> </td> <td></td> </tr> <tr> <td class="type"> string </td> <td class="last"> <a href="#method_getVersionCreatedBy">getVersionCreatedBy</a>() <p>Get the [version<em>created</em>by] column value.</p> </td> <td></td> </tr> <tr> <td class="type"> <a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a> </td> <td class="last"> <a href="#method_setId">setId</a>(int $v) <p>Set the value of [id] column.</p> </td> <td></td> </tr> <tr> <td class="type"> <a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a> </td> <td class="last"> <a href="#method_setParent">setParent</a>(int $v) <p>Set the value of [parent] column.</p> </td> <td></td> </tr> <tr> <td class="type"> <a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a> </td> <td class="last"> <a href="#method_setVisible">setVisible</a>(int $v) <p>Set the value of [visible] column.</p> </td> <td></td> </tr> <tr> <td class="type"> <a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a> </td> <td class="last"> <a href="#method_setPosition">setPosition</a>(int $v) <p>Set the value of [position] column.</p> </td> <td></td> </tr> <tr> <td class="type"> <a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a> </td> <td class="last"> <a href="#method_setCreatedAt">setCreatedAt</a>(mixed $v) <p>Sets the value of [created_at] column to a normalized version of the date/time value specified.</p> </td> <td></td> </tr> <tr> <td class="type"> <a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a> </td> <td class="last"> <a href="#method_setUpdatedAt">setUpdatedAt</a>(mixed $v) <p>Sets the value of [updated_at] column to a normalized version of the date/time value specified.</p> </td> <td></td> </tr> <tr> <td class="type"> <a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a> </td> <td class="last"> <a href="#method_setVersion">setVersion</a>(int $v) <p>Set the value of [version] column.</p> </td> <td></td> </tr> <tr> <td class="type"> <a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a> </td> <td class="last"> <a href="#method_setVersionCreatedAt">setVersionCreatedAt</a>(mixed $v) <p>Sets the value of [version<em>created</em>at] column to a normalized version of the date/time value specified.</p> </td> <td></td> </tr> <tr> <td class="type"> <a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a> </td> <td class="last"> <a href="#method_setVersionCreatedBy">setVersionCreatedBy</a>(string $v) <p>Set the value of [version<em>created</em>by] column.</p> </td> <td></td> </tr> <tr> <td class="type"> boolean </td> <td class="last"> <a href="#method_hasOnlyDefaultValues">hasOnlyDefaultValues</a>() <p>Indicates whether the columns in this object are only set to default values.</p> </td> <td></td> </tr> <tr> <td class="type"> int </td> <td class="last"> <a href="#method_hydrate">hydrate</a>(array $row, int $startcol, boolean $rehydrate = false, string $indexType = TableMap::TYPE_NUM) <p>Hydrates (populates) the object variables with values from the database resultset.</p> </td> <td></td> </tr> <tr> <td class="type"> </td> <td class="last"> <a href="#method_ensureConsistency">ensureConsistency</a>() <p>Checks and repairs the internal consistency of the object.</p> </td> <td></td> </tr> <tr> <td class="type"> void </td> <td class="last"> <a href="#method_reload">reload</a>(boolean $deep = false, <abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null) <p>Reloads this object from datastore based on primary key and (optionally) resets all associated objects.</p> </td> <td></td> </tr> <tr> <td class="type"> void </td> <td class="last"> <a href="#method_delete">delete</a>(<abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null) <p>Removes this object from datastore and sets delete attribute.</p> </td> <td></td> </tr> <tr> <td class="type"> int </td> <td class="last"> <a href="#method_save">save</a>(<abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null) <p>Persists this object to the database.</p> </td> <td></td> </tr> <tr> <td class="type"> mixed </td> <td class="last"> <a href="#method_getByName">getByName</a>(string $name, string $type = TableMap::TYPE_PHPNAME) <p>Retrieves a field from the object by name passed in as a string.</p> </td> <td></td> </tr> <tr> <td class="type"> mixed </td> <td class="last"> <a href="#method_getByPosition">getByPosition</a>(int $pos) <p>Retrieves a field from the object by Position as specified in the xml schema.</p> </td> <td></td> </tr> <tr> <td class="type"> array </td> <td class="last"> <a href="#method_toArray">toArray</a>(string $keyType = TableMap::TYPE_PHPNAME, boolean $includeLazyLoadColumns = true, array $alreadyDumpedObjects = array(), boolean $includeForeignObjects = false) <p>Exports the object as an array.</p> </td> <td></td> </tr> <tr> <td class="type"> void </td> <td class="last"> <a href="#method_setByName">setByName</a>(string $name, mixed $value, string $type = TableMap::TYPE_PHPNAME) <p>Sets a field from the object by name passed in as a string.</p> </td> <td></td> </tr> <tr> <td class="type"> void </td> <td class="last"> <a href="#method_setByPosition">setByPosition</a>(int $pos, mixed $value) <p>Sets a field from the object by Position as specified in the xml schema.</p> </td> <td></td> </tr> <tr> <td class="type"> void </td> <td class="last"> <a href="#method_fromArray">fromArray</a>(array $arr, string $keyType = TableMap::TYPE_PHPNAME) <p>Populates the object using an array.</p> </td> <td></td> </tr> <tr> <td class="type"> <abbr title="Propel\Runtime\ActiveQuery\Criteria">Criteria</abbr> </td> <td class="last"> <a href="#method_buildCriteria">buildCriteria</a>() <p>Build a Criteria object containing the values of all modified columns in this object.</p> </td> <td></td> </tr> <tr> <td class="type"> <abbr title="Propel\Runtime\ActiveQuery\Criteria">Criteria</abbr> </td> <td class="last"> <a href="#method_buildPkeyCriteria">buildPkeyCriteria</a>() <p>Builds a Criteria object containing the primary key for this object.</p> </td> <td></td> </tr> <tr> <td class="type"> int </td> <td class="last"> <a href="#method_getPrimaryKey">getPrimaryKey</a>() <p>Returns the primary key for this object (row).</p> </td> <td></td> </tr> <tr> <td class="type"> void </td> <td class="last"> <a href="#method_setPrimaryKey">setPrimaryKey</a>(int $key) <p>Generic method to set the primary key (id column).</p> </td> <td></td> </tr> <tr> <td class="type"> boolean </td> <td class="last"> <a href="#method_isPrimaryKeyNull">isPrimaryKeyNull</a>() <p>Returns true if the primary key for this object is null.</p> </td> <td></td> </tr> <tr> <td class="type"> </td> <td class="last"> <a href="#method_copyInto">copyInto</a>(object $copyObj, boolean $deepCopy = false, boolean $makeNew = true) <p>Sets contents of passed object to values from current object.</p> </td> <td></td> </tr> <tr> <td class="type"> <a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a> </td> <td class="last"> <a href="#method_copy">copy</a>(boolean $deepCopy = false) <p>Makes a copy of this object that will be inserted as a new row in table when saved.</p> </td> <td></td> </tr> <tr> <td class="type"> void </td> <td class="last"> <a href="#method_initRelation">initRelation</a>(string $relationName) <p>Initializes a collection based on the name of a relation.</p> </td> <td></td> </tr> <tr> <td class="type"> void </td> <td class="last"> <a href="#method_clearProductCategories">clearProductCategories</a>() <p>Clears out the collProductCategories collection</p> </td> <td></td> </tr> <tr> <td class="type"> </td> <td class="last"> <a href="#method_resetPartialProductCategories">resetPartialProductCategories</a>($v = true) <p>Reset is the collProductCategories collection loaded partially.</p> </td> <td></td> </tr> <tr> <td class="type"> void </td> <td class="last"> <a href="#method_initProductCategories">initProductCategories</a>(boolean $overrideExisting = true) <p>Initializes the collProductCategories collection.</p> </td> <td></td> </tr> <tr> <td class="type"> <abbr title="Propel\Runtime\Collection\Collection">Collection</abbr>|<a href="../../../Thelia/Model/ProductCategory.html"><abbr title="Thelia\Model\ProductCategory">ProductCategory</abbr></a>[] </td> <td class="last"> <a href="#method_getProductCategories">getProductCategories</a>(<abbr title="Propel\Runtime\ActiveQuery\Criteria">Criteria</abbr> $criteria = null, <abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null) <p>Gets an array of ChildProductCategory objects which contain a foreign key that references this object.</p> </td> <td></td> </tr> <tr> <td class="type"> <a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a> </td> <td class="last"> <a href="#method_setProductCategories">setProductCategories</a>(<abbr title="Propel\Runtime\Collection\Collection">Collection</abbr> $productCategories, <abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null) <p>Sets a collection of ProductCategory objects related by a one-to-many relationship to the current object.</p> </td> <td></td> </tr> <tr> <td class="type"> int </td> <td class="last"> <a href="#method_countProductCategories">countProductCategories</a>(<abbr title="Propel\Runtime\ActiveQuery\Criteria">Criteria</abbr> $criteria = null, boolean $distinct = false, <abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null) <p>Returns the number of related ProductCategory objects.</p> </td> <td></td> </tr> <tr> <td class="type"> <a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a> </td> <td class="last"> <a href="#method_addProductCategory">addProductCategory</a>(<a href="../../../Thelia/Model/ProductCategory.html"><abbr title="Thelia\Model\ProductCategory">ProductCategory</abbr></a> $l) <p>Method called to associate a ChildProductCategory object to this object through the ChildProductCategory foreign key attribute.</p> </td> <td></td> </tr> <tr> <td class="type"> <a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a> </td> <td class="last"> <a href="#method_removeProductCategory">removeProductCategory</a>(<a href="../../../Thelia/Model/Base/ProductCategory.html"><abbr title="Thelia\Model\Base\ProductCategory">ProductCategory</abbr></a> $productCategory) <p> </p> </td> <td></td> </tr> <tr> <td class="type"> <abbr title="Propel\Runtime\Collection\Collection">Collection</abbr>|<a href="../../../Thelia/Model/ProductCategory.html"><abbr title="Thelia\Model\ProductCategory">ProductCategory</abbr></a>[] </td> <td class="last"> <a href="#method_getProductCategoriesJoinProduct">getProductCategoriesJoinProduct</a>(<abbr title="Propel\Runtime\ActiveQuery\Criteria">Criteria</abbr> $criteria = null, <abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null, string $joinBehavior = Criteria::LEFT_JOIN) <p>If this collection has already been initialized with an identical criteria, it returns the collection.</p> </td> <td></td> </tr> <tr> <td class="type"> void </td> <td class="last"> <a href="#method_clearCategoryImages">clearCategoryImages</a>() <p>Clears out the collCategoryImages collection</p> </td> <td></td> </tr> <tr> <td class="type"> </td> <td class="last"> <a href="#method_resetPartialCategoryImages">resetPartialCategoryImages</a>($v = true) <p>Reset is the collCategoryImages collection loaded partially.</p> </td> <td></td> </tr> <tr> <td class="type"> void </td> <td class="last"> <a href="#method_initCategoryImages">initCategoryImages</a>(boolean $overrideExisting = true) <p>Initializes the collCategoryImages collection.</p> </td> <td></td> </tr> <tr> <td class="type"> <abbr title="Propel\Runtime\Collection\Collection">Collection</abbr>|<a href="../../../Thelia/Model/CategoryImage.html"><abbr title="Thelia\Model\CategoryImage">CategoryImage</abbr></a>[] </td> <td class="last"> <a href="#method_getCategoryImages">getCategoryImages</a>(<abbr title="Propel\Runtime\ActiveQuery\Criteria">Criteria</abbr> $criteria = null, <abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null) <p>Gets an array of ChildCategoryImage objects which contain a foreign key that references this object.</p> </td> <td></td> </tr> <tr> <td class="type"> <a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a> </td> <td class="last"> <a href="#method_setCategoryImages">setCategoryImages</a>(<abbr title="Propel\Runtime\Collection\Collection">Collection</abbr> $categoryImages, <abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null) <p>Sets a collection of CategoryImage objects related by a one-to-many relationship to the current object.</p> </td> <td></td> </tr> <tr> <td class="type"> int </td> <td class="last"> <a href="#method_countCategoryImages">countCategoryImages</a>(<abbr title="Propel\Runtime\ActiveQuery\Criteria">Criteria</abbr> $criteria = null, boolean $distinct = false, <abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null) <p>Returns the number of related CategoryImage objects.</p> </td> <td></td> </tr> <tr> <td class="type"> <a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a> </td> <td class="last"> <a href="#method_addCategoryImage">addCategoryImage</a>(<a href="../../../Thelia/Model/CategoryImage.html"><abbr title="Thelia\Model\CategoryImage">CategoryImage</abbr></a> $l) <p>Method called to associate a ChildCategoryImage object to this object through the ChildCategoryImage foreign key attribute.</p> </td> <td></td> </tr> <tr> <td class="type"> <a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a> </td> <td class="last"> <a href="#method_removeCategoryImage">removeCategoryImage</a>(<a href="../../../Thelia/Model/Base/CategoryImage.html"><abbr title="Thelia\Model\Base\CategoryImage">CategoryImage</abbr></a> $categoryImage) <p> </p> </td> <td></td> </tr> <tr> <td class="type"> void </td> <td class="last"> <a href="#method_clearCategoryDocuments">clearCategoryDocuments</a>() <p>Clears out the collCategoryDocuments collection</p> </td> <td></td> </tr> <tr> <td class="type"> </td> <td class="last"> <a href="#method_resetPartialCategoryDocuments">resetPartialCategoryDocuments</a>($v = true) <p>Reset is the collCategoryDocuments collection loaded partially.</p> </td> <td></td> </tr> <tr> <td class="type"> void </td> <td class="last"> <a href="#method_initCategoryDocuments">initCategoryDocuments</a>(boolean $overrideExisting = true) <p>Initializes the collCategoryDocuments collection.</p> </td> <td></td> </tr> <tr> <td class="type"> <abbr title="Propel\Runtime\Collection\Collection">Collection</abbr>|<a href="../../../Thelia/Model/CategoryDocument.html"><abbr title="Thelia\Model\CategoryDocument">CategoryDocument</abbr></a>[] </td> <td class="last"> <a href="#method_getCategoryDocuments">getCategoryDocuments</a>(<abbr title="Propel\Runtime\ActiveQuery\Criteria">Criteria</abbr> $criteria = null, <abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null) <p>Gets an array of ChildCategoryDocument objects which contain a foreign key that references this object.</p> </td> <td></td> </tr> <tr> <td class="type"> <a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a> </td> <td class="last"> <a href="#method_setCategoryDocuments">setCategoryDocuments</a>(<abbr title="Propel\Runtime\Collection\Collection">Collection</abbr> $categoryDocuments, <abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null) <p>Sets a collection of CategoryDocument objects related by a one-to-many relationship to the current object.</p> </td> <td></td> </tr> <tr> <td class="type"> int </td> <td class="last"> <a href="#method_countCategoryDocuments">countCategoryDocuments</a>(<abbr title="Propel\Runtime\ActiveQuery\Criteria">Criteria</abbr> $criteria = null, boolean $distinct = false, <abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null) <p>Returns the number of related CategoryDocument objects.</p> </td> <td></td> </tr> <tr> <td class="type"> <a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a> </td> <td class="last"> <a href="#method_addCategoryDocument">addCategoryDocument</a>(<a href="../../../Thelia/Model/CategoryDocument.html"><abbr title="Thelia\Model\CategoryDocument">CategoryDocument</abbr></a> $l) <p>Method called to associate a ChildCategoryDocument object to this object through the ChildCategoryDocument foreign key attribute.</p> </td> <td></td> </tr> <tr> <td class="type"> <a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a> </td> <td class="last"> <a href="#method_removeCategoryDocument">removeCategoryDocument</a>(<a href="../../../Thelia/Model/Base/CategoryDocument.html"><abbr title="Thelia\Model\Base\CategoryDocument">CategoryDocument</abbr></a> $categoryDocument) <p> </p> </td> <td></td> </tr> <tr> <td class="type"> void </td> <td class="last"> <a href="#method_clearCategoryAssociatedContents">clearCategoryAssociatedContents</a>() <p>Clears out the collCategoryAssociatedContents collection</p> </td> <td></td> </tr> <tr> <td class="type"> </td> <td class="last"> <a href="#method_resetPartialCategoryAssociatedContents">resetPartialCategoryAssociatedContents</a>($v = true) <p>Reset is the collCategoryAssociatedContents collection loaded partially.</p> </td> <td></td> </tr> <tr> <td class="type"> void </td> <td class="last"> <a href="#method_initCategoryAssociatedContents">initCategoryAssociatedContents</a>(boolean $overrideExisting = true) <p>Initializes the collCategoryAssociatedContents collection.</p> </td> <td></td> </tr> <tr> <td class="type"> <abbr title="Propel\Runtime\Collection\Collection">Collection</abbr>|<a href="../../../Thelia/Model/CategoryAssociatedContent.html"><abbr title="Thelia\Model\CategoryAssociatedContent">CategoryAssociatedContent</abbr></a>[] </td> <td class="last"> <a href="#method_getCategoryAssociatedContents">getCategoryAssociatedContents</a>(<abbr title="Propel\Runtime\ActiveQuery\Criteria">Criteria</abbr> $criteria = null, <abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null) <p>Gets an array of ChildCategoryAssociatedContent objects which contain a foreign key that references this object.</p> </td> <td></td> </tr> <tr> <td class="type"> <a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a> </td> <td class="last"> <a href="#method_setCategoryAssociatedContents">setCategoryAssociatedContents</a>(<abbr title="Propel\Runtime\Collection\Collection">Collection</abbr> $categoryAssociatedContents, <abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null) <p>Sets a collection of CategoryAssociatedContent objects related by a one-to-many relationship to the current object.</p> </td> <td></td> </tr> <tr> <td class="type"> int </td> <td class="last"> <a href="#method_countCategoryAssociatedContents">countCategoryAssociatedContents</a>(<abbr title="Propel\Runtime\ActiveQuery\Criteria">Criteria</abbr> $criteria = null, boolean $distinct = false, <abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null) <p>Returns the number of related CategoryAssociatedContent objects.</p> </td> <td></td> </tr> <tr> <td class="type"> <a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a> </td> <td class="last"> <a href="#method_addCategoryAssociatedContent">addCategoryAssociatedContent</a>(<a href="../../../Thelia/Model/CategoryAssociatedContent.html"><abbr title="Thelia\Model\CategoryAssociatedContent">CategoryAssociatedContent</abbr></a> $l) <p>Method called to associate a ChildCategoryAssociatedContent object to this object through the ChildCategoryAssociatedContent foreign key attribute.</p> </td> <td></td> </tr> <tr> <td class="type"> <a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a> </td> <td class="last"> <a href="#method_removeCategoryAssociatedContent">removeCategoryAssociatedContent</a>(<a href="../../../Thelia/Model/Base/CategoryAssociatedContent.html"><abbr title="Thelia\Model\Base\CategoryAssociatedContent">CategoryAssociatedContent</abbr></a> $categoryAssociatedContent) <p> </p> </td> <td></td> </tr> <tr> <td class="type"> <abbr title="Propel\Runtime\Collection\Collection">Collection</abbr>|<a href="../../../Thelia/Model/CategoryAssociatedContent.html"><abbr title="Thelia\Model\CategoryAssociatedContent">CategoryAssociatedContent</abbr></a>[] </td> <td class="last"> <a href="#method_getCategoryAssociatedContentsJoinContent">getCategoryAssociatedContentsJoinContent</a>(<abbr title="Propel\Runtime\ActiveQuery\Criteria">Criteria</abbr> $criteria = null, <abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null, string $joinBehavior = Criteria::LEFT_JOIN) <p>If this collection has already been initialized with an identical criteria, it returns the collection.</p> </td> <td></td> </tr> <tr> <td class="type"> void </td> <td class="last"> <a href="#method_clearCategoryI18ns">clearCategoryI18ns</a>() <p>Clears out the collCategoryI18ns collection</p> </td> <td></td> </tr> <tr> <td class="type"> </td> <td class="last"> <a href="#method_resetPartialCategoryI18ns">resetPartialCategoryI18ns</a>($v = true) <p>Reset is the collCategoryI18ns collection loaded partially.</p> </td> <td></td> </tr> <tr> <td class="type"> void </td> <td class="last"> <a href="#method_initCategoryI18ns">initCategoryI18ns</a>(boolean $overrideExisting = true) <p>Initializes the collCategoryI18ns collection.</p> </td> <td></td> </tr> <tr> <td class="type"> <abbr title="Propel\Runtime\Collection\Collection">Collection</abbr>|<a href="../../../Thelia/Model/CategoryI18n.html"><abbr title="Thelia\Model\CategoryI18n">CategoryI18n</abbr></a>[] </td> <td class="last"> <a href="#method_getCategoryI18ns">getCategoryI18ns</a>(<abbr title="Propel\Runtime\ActiveQuery\Criteria">Criteria</abbr> $criteria = null, <abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null) <p>Gets an array of ChildCategoryI18n objects which contain a foreign key that references this object.</p> </td> <td></td> </tr> <tr> <td class="type"> <a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a> </td> <td class="last"> <a href="#method_setCategoryI18ns">setCategoryI18ns</a>(<abbr title="Propel\Runtime\Collection\Collection">Collection</abbr> $categoryI18ns, <abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null) <p>Sets a collection of CategoryI18n objects related by a one-to-many relationship to the current object.</p> </td> <td></td> </tr> <tr> <td class="type"> int </td> <td class="last"> <a href="#method_countCategoryI18ns">countCategoryI18ns</a>(<abbr title="Propel\Runtime\ActiveQuery\Criteria">Criteria</abbr> $criteria = null, boolean $distinct = false, <abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null) <p>Returns the number of related CategoryI18n objects.</p> </td> <td></td> </tr> <tr> <td class="type"> <a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a> </td> <td class="last"> <a href="#method_addCategoryI18n">addCategoryI18n</a>(<a href="../../../Thelia/Model/CategoryI18n.html"><abbr title="Thelia\Model\CategoryI18n">CategoryI18n</abbr></a> $l) <p>Method called to associate a ChildCategoryI18n object to this object through the ChildCategoryI18n foreign key attribute.</p> </td> <td></td> </tr> <tr> <td class="type"> <a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a> </td> <td class="last"> <a href="#method_removeCategoryI18n">removeCategoryI18n</a>(<a href="../../../Thelia/Model/Base/CategoryI18n.html"><abbr title="Thelia\Model\Base\CategoryI18n">CategoryI18n</abbr></a> $categoryI18n) <p> </p> </td> <td></td> </tr> <tr> <td class="type"> void </td> <td class="last"> <a href="#method_clearCategoryVersions">clearCategoryVersions</a>() <p>Clears out the collCategoryVersions collection</p> </td> <td></td> </tr> <tr> <td class="type"> </td> <td class="last"> <a href="#method_resetPartialCategoryVersions">resetPartialCategoryVersions</a>($v = true) <p>Reset is the collCategoryVersions collection loaded partially.</p> </td> <td></td> </tr> <tr> <td class="type"> void </td> <td class="last"> <a href="#method_initCategoryVersions">initCategoryVersions</a>(boolean $overrideExisting = true) <p>Initializes the collCategoryVersions collection.</p> </td> <td></td> </tr> <tr> <td class="type"> <abbr title="Propel\Runtime\Collection\Collection">Collection</abbr>|<a href="../../../Thelia/Model/CategoryVersion.html"><abbr title="Thelia\Model\CategoryVersion">CategoryVersion</abbr></a>[] </td> <td class="last"> <a href="#method_getCategoryVersions">getCategoryVersions</a>(<abbr title="Propel\Runtime\ActiveQuery\Criteria">Criteria</abbr> $criteria = null, <abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null) <p>Gets an array of ChildCategoryVersion objects which contain a foreign key that references this object.</p> </td> <td></td> </tr> <tr> <td class="type"> <a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a> </td> <td class="last"> <a href="#method_setCategoryVersions">setCategoryVersions</a>(<abbr title="Propel\Runtime\Collection\Collection">Collection</abbr> $categoryVersions, <abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null) <p>Sets a collection of CategoryVersion objects related by a one-to-many relationship to the current object.</p> </td> <td></td> </tr> <tr> <td class="type"> int </td> <td class="last"> <a href="#method_countCategoryVersions">countCategoryVersions</a>(<abbr title="Propel\Runtime\ActiveQuery\Criteria">Criteria</abbr> $criteria = null, boolean $distinct = false, <abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null) <p>Returns the number of related CategoryVersion objects.</p> </td> <td></td> </tr> <tr> <td class="type"> <a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a> </td> <td class="last"> <a href="#method_addCategoryVersion">addCategoryVersion</a>(<a href="../../../Thelia/Model/CategoryVersion.html"><abbr title="Thelia\Model\CategoryVersion">CategoryVersion</abbr></a> $l) <p>Method called to associate a ChildCategoryVersion object to this object through the ChildCategoryVersion foreign key attribute.</p> </td> <td></td> </tr> <tr> <td class="type"> <a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a> </td> <td class="last"> <a href="#method_removeCategoryVersion">removeCategoryVersion</a>(<a href="../../../Thelia/Model/Base/CategoryVersion.html"><abbr title="Thelia\Model\Base\CategoryVersion">CategoryVersion</abbr></a> $categoryVersion) <p> </p> </td> <td></td> </tr> <tr> <td class="type"> void </td> <td class="last"> <a href="#method_clearProducts">clearProducts</a>() <p>Clears out the collProducts collection</p> </td> <td></td> </tr> <tr> <td class="type"> void </td> <td class="last"> <a href="#method_initProducts">initProducts</a>() <p>Initializes the collProducts collection.</p> </td> <td></td> </tr> <tr> <td class="type"> <abbr title="Propel\Runtime\Collection\ObjectCollection">ObjectCollection</abbr>|<a href="../../../Thelia/Model/Product.html"><abbr title="Thelia\Model\Product">Product</abbr></a>[] </td> <td class="last"> <a href="#method_getProducts">getProducts</a>(<abbr title="Propel\Runtime\ActiveQuery\Criteria">Criteria</abbr> $criteria = null, <abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null) <p>Gets a collection of ChildProduct objects related by a many-to-many relationship to the current object by way of the product_category cross-reference table.</p> </td> <td></td> </tr> <tr> <td class="type"> <a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a> </td> <td class="last"> <a href="#method_setProducts">setProducts</a>(<abbr title="Propel\Runtime\Collection\Collection">Collection</abbr> $products, <abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null) <p>Sets a collection of Product objects related by a many-to-many relationship to the current object by way of the product_category cross-reference table.</p> </td> <td></td> </tr> <tr> <td class="type"> int </td> <td class="last"> <a href="#method_countProducts">countProducts</a>(<abbr title="Propel\Runtime\ActiveQuery\Criteria">Criteria</abbr> $criteria = null, boolean $distinct = false, <abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null) <p>Gets the number of ChildProduct objects related by a many-to-many relationship to the current object by way of the product_category cross-reference table.</p> </td> <td></td> </tr> <tr> <td class="type"> <a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a> </td> <td class="last"> <a href="#method_addProduct">addProduct</a>(<a href="../../../Thelia/Model/Product.html"><abbr title="Thelia\Model\Product">Product</abbr></a> $product) <p>Associate a ChildProduct object to this object through the product_category cross reference table.</p> </td> <td></td> </tr> <tr> <td class="type"> <a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a> </td> <td class="last"> <a href="#method_removeProduct">removeProduct</a>(<a href="../../../Thelia/Model/Product.html"><abbr title="Thelia\Model\Product">Product</abbr></a> $product) <p>Remove a ChildProduct object to this object through the product_category cross reference table.</p> </td> <td></td> </tr> <tr> <td class="type"> </td> <td class="last"> <a href="#method_clear">clear</a>() <p>Clears the current object and sets all attributes to their default values</p> </td> <td></td> </tr> <tr> <td class="type"> </td> <td class="last"> <a href="#method_clearAllReferences">clearAllReferences</a>(boolean $deep = false) <p>Resets all references to other model objects or collections of model objects.</p> </td> <td></td> </tr> <tr> <td class="type"> string </td> <td class="last"> <a href="#method___toString">__toString</a>() <p>Return the string representation of this object</p> </td> <td></td> </tr> <tr> <td class="type"> <a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a> </td> <td class="last"> <a href="#method_setLocale">setLocale</a>(string $locale = &#039;en_US&#039;) <p>Sets the locale for translations</p> </td> <td></td> </tr> <tr> <td class="type"> string </td> <td class="last"> <a href="#method_getLocale">getLocale</a>() <p>Gets the locale for translations</p> </td> <td></td> </tr> <tr> <td class="type"> <a href="../../../Thelia/Model/CategoryI18n.html"><abbr title="Thelia\Model\CategoryI18n">CategoryI18n</abbr></a> </td> <td class="last"> <a href="#method_getTranslation">getTranslation</a>(string $locale = &#039;en_US&#039;, <abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null) <p>Returns the current translation for a given locale</p> </td> <td></td> </tr> <tr> <td class="type"> <a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a> </td> <td class="last"> <a href="#method_removeTranslation">removeTranslation</a>(string $locale = &#039;en_US&#039;, <abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null) <p>Remove the translation for a given locale</p> </td> <td></td> </tr> <tr> <td class="type"> <a href="../../../Thelia/Model/CategoryI18n.html"><abbr title="Thelia\Model\CategoryI18n">CategoryI18n</abbr></a> </td> <td class="last"> <a href="#method_getCurrentTranslation">getCurrentTranslation</a>(<abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null) <p>Returns the current translation</p> </td> <td></td> </tr> <tr> <td class="type"> string </td> <td class="last"> <a href="#method_getTitle">getTitle</a>() <p>Get the [title] column value.</p> </td> <td></td> </tr> <tr> <td class="type"> <a href="../../../Thelia/Model/CategoryI18n.html"><abbr title="Thelia\Model\CategoryI18n">CategoryI18n</abbr></a> </td> <td class="last"> <a href="#method_setTitle">setTitle</a>(string $v) <p>Set the value of [title] column.</p> </td> <td></td> </tr> <tr> <td class="type"> string </td> <td class="last"> <a href="#method_getDescription">getDescription</a>() <p>Get the [description] column value.</p> </td> <td></td> </tr> <tr> <td class="type"> <a href="../../../Thelia/Model/CategoryI18n.html"><abbr title="Thelia\Model\CategoryI18n">CategoryI18n</abbr></a> </td> <td class="last"> <a href="#method_setDescription">setDescription</a>(string $v) <p>Set the value of [description] column.</p> </td> <td></td> </tr> <tr> <td class="type"> string </td> <td class="last"> <a href="#method_getChapo">getChapo</a>() <p>Get the [chapo] column value.</p> </td> <td></td> </tr> <tr> <td class="type"> <a href="../../../Thelia/Model/CategoryI18n.html"><abbr title="Thelia\Model\CategoryI18n">CategoryI18n</abbr></a> </td> <td class="last"> <a href="#method_setChapo">setChapo</a>(string $v) <p>Set the value of [chapo] column.</p> </td> <td></td> </tr> <tr> <td class="type"> string </td> <td class="last"> <a href="#method_getPostscriptum">getPostscriptum</a>() <p>Get the [postscriptum] column value.</p> </td> <td></td> </tr> <tr> <td class="type"> <a href="../../../Thelia/Model/CategoryI18n.html"><abbr title="Thelia\Model\CategoryI18n">CategoryI18n</abbr></a> </td> <td class="last"> <a href="#method_setPostscriptum">setPostscriptum</a>(string $v) <p>Set the value of [postscriptum] column.</p> </td> <td></td> </tr> <tr> <td class="type"> string </td> <td class="last"> <a href="#method_getMetaTitle">getMetaTitle</a>() <p>Get the [meta_title] column value.</p> </td> <td></td> </tr> <tr> <td class="type"> <a href="../../../Thelia/Model/CategoryI18n.html"><abbr title="Thelia\Model\CategoryI18n">CategoryI18n</abbr></a> </td> <td class="last"> <a href="#method_setMetaTitle">setMetaTitle</a>(string $v) <p>Set the value of [meta_title] column.</p> </td> <td></td> </tr> <tr> <td class="type"> string </td> <td class="last"> <a href="#method_getMetaDescription">getMetaDescription</a>() <p>Get the [meta_description] column value.</p> </td> <td></td> </tr> <tr> <td class="type"> <a href="../../../Thelia/Model/CategoryI18n.html"><abbr title="Thelia\Model\CategoryI18n">CategoryI18n</abbr></a> </td> <td class="last"> <a href="#method_setMetaDescription">setMetaDescription</a>(string $v) <p>Set the value of [meta_description] column.</p> </td> <td></td> </tr> <tr> <td class="type"> string </td> <td class="last"> <a href="#method_getMetaKeywords">getMetaKeywords</a>() <p>Get the [meta_keywords] column value.</p> </td> <td></td> </tr> <tr> <td class="type"> <a href="../../../Thelia/Model/CategoryI18n.html"><abbr title="Thelia\Model\CategoryI18n">CategoryI18n</abbr></a> </td> <td class="last"> <a href="#method_setMetaKeywords">setMetaKeywords</a>(string $v) <p>Set the value of [meta_keywords] column.</p> </td> <td></td> </tr> <tr> <td class="type"> <a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a> </td> <td class="last"> <a href="#method_enforceVersioning">enforceVersioning</a>() <p>Enforce a new Version of this object upon next save.</p> </td> <td></td> </tr> <tr> <td class="type"> boolean </td> <td class="last"> <a href="#method_isVersioningNecessary">isVersioningNecessary</a>($con = null) <p>Checks whether the current state must be recorded as a version</p> </td> <td></td> </tr> <tr> <td class="type"> <a href="../../../Thelia/Model/CategoryVersion.html"><abbr title="Thelia\Model\CategoryVersion">CategoryVersion</abbr></a> </td> <td class="last"> <a href="#method_addVersion">addVersion</a>(<abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null) <p>Creates a version of the current object and saves it.</p> </td> <td></td> </tr> <tr> <td class="type"> <a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a> </td> <td class="last"> <a href="#method_toVersion">toVersion</a>(integer $versionNumber, <abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null) <p>Sets the properties of the current object to the value they had at a specific version</p> </td> <td></td> </tr> <tr> <td class="type"> <a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a> </td> <td class="last"> <a href="#method_populateFromVersion">populateFromVersion</a>(<a href="../../../Thelia/Model/CategoryVersion.html"><abbr title="Thelia\Model\CategoryVersion">CategoryVersion</abbr></a> $version, <abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null, array $loadedObjects = array()) <p>Sets the properties of the current object to the value they had at a specific version</p> </td> <td></td> </tr> <tr> <td class="type"> integer </td> <td class="last"> <a href="#method_getLastVersionNumber">getLastVersionNumber</a>(<abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null) <p>Gets the latest persisted version number for the current object</p> </td> <td></td> </tr> <tr> <td class="type"> Boolean </td> <td class="last"> <a href="#method_isLastVersion">isLastVersion</a>(<abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null) <p>Checks whether the current object is the latest one</p> </td> <td></td> </tr> <tr> <td class="type"> <a href="../../../Thelia/Model/CategoryVersion.html"><abbr title="Thelia\Model\CategoryVersion">CategoryVersion</abbr></a> </td> <td class="last"> <a href="#method_getOneVersion">getOneVersion</a>(integer $versionNumber, <abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null) <p>Retrieves a version object for this entity and a version number</p> </td> <td></td> </tr> <tr> <td class="type"> <abbr title="Propel\Runtime\Collection\ObjectCollection">ObjectCollection</abbr> </td> <td class="last"> <a href="#method_getAllVersions">getAllVersions</a>(<abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null) <p>Gets all the versions of this object, in incremental order</p> </td> <td></td> </tr> <tr> <td class="type"> array </td> <td class="last"> <a href="#method_compareVersion">compareVersion</a>(integer $versionNumber, string $keys = &#039;columns&#039;, <abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null, array $ignoredColumns = array()) <p>Compares the current object with another of its version.</p> </td> <td></td> </tr> <tr> <td class="type"> array </td> <td class="last"> <a href="#method_compareVersions">compareVersions</a>(integer $fromVersionNumber, integer $toVersionNumber, string $keys = &#039;columns&#039;, <abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null, array $ignoredColumns = array()) <p>Compares two versions of the current object.</p> </td> <td></td> </tr> <tr> <td class="type"> <abbr title="Thelia\Model\Base\PropelCollection">PropelCollection</abbr>|array </td> <td class="last"> <a href="#method_getLastVersions">getLastVersions</a>($number = 10, $criteria = null, $con = null) <p>retrieve the last $number versions.</p> </td> <td></td> </tr> <tr> <td class="type"> <a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a> </td> <td class="last"> <a href="#method_keepUpdateDateUnchanged">keepUpdateDateUnchanged</a>() <p>Mark the current object so that the update date doesn't get updated during next save</p> </td> <td></td> </tr> <tr> <td class="type"> boolean </td> <td class="last"> <a href="#method_preSave">preSave</a>(<abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null) <p>Code to be run before persisting the object</p> </td> <td></td> </tr> <tr> <td class="type"> </td> <td class="last"> <a href="#method_postSave">postSave</a>(<abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null) <p>Code to be run after persisting the object</p> </td> <td></td> </tr> <tr> <td class="type"> boolean </td> <td class="last"> <a href="#method_preInsert">preInsert</a>(<abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null) <p>Code to be run before inserting to database</p> </td> <td></td> </tr> <tr> <td class="type"> </td> <td class="last"> <a href="#method_postInsert">postInsert</a>(<abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null) <p>Code to be run after inserting to database</p> </td> <td></td> </tr> <tr> <td class="type"> boolean </td> <td class="last"> <a href="#method_preUpdate">preUpdate</a>(<abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null) <p>Code to be run before updating the object in database</p> </td> <td></td> </tr> <tr> <td class="type"> </td> <td class="last"> <a href="#method_postUpdate">postUpdate</a>(<abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null) <p>Code to be run after updating the object in database</p> </td> <td></td> </tr> <tr> <td class="type"> boolean </td> <td class="last"> <a href="#method_preDelete">preDelete</a>(<abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null) <p>Code to be run before deleting the object in database</p> </td> <td></td> </tr> <tr> <td class="type"> </td> <td class="last"> <a href="#method_postDelete">postDelete</a>(<abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null) <p>Code to be run after deleting the object in database</p> </td> <td></td> </tr> <tr> <td class="type"> array|string </td> <td class="last"> <a href="#method___call">__call</a>(string $name, mixed $params) <p>Derived method to catches calls to undefined methods.</p> </td> <td></td> </tr> </table> <h2>Details</h2> <h3 id="method_applyDefaultValues"> <div class="location">at line 245</div> <code> public <strong>applyDefaultValues</strong>()</code> </h3> <div class="details"> <p>Applies default values to this object.</p> <p>This method should be called from the object's constructor (or equivalent initialization method).</p> <div class="tags"> <h4>See also</h4> <table> <tr> <td>__construct()</td> <td></td> </tr> </table> </div> </div> <h3 id="method___construct"> <div class="location">at line 254</div> <code> public <strong>__construct</strong>()</code> </h3> <div class="details"> <p>Initializes internal state of Thelia\Model\Base\Category object.</p> <p> </p> <div class="tags"> <h4>See also</h4> <table> <tr> <td>applyDefaults()</td> <td></td> </tr> </table> </div> </div> <h3 id="method_isModified"> <div class="location">at line 264</div> <code> public boolean <strong>isModified</strong>()</code> </h3> <div class="details"> <p>Returns whether the object has been modified.</p> <p> </p> <div class="tags"> <h4>Return Value</h4> <table> <tr> <td>boolean</td> <td>True if the object has been modified.</td> </tr> </table> </div> </div> <h3 id="method_isColumnModified"> <div class="location">at line 275</div> <code> public boolean <strong>isColumnModified</strong>(string $col)</code> </h3> <div class="details"> <p>Has specified column been modified?</p> <p> </p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td>string</td> <td>$col</td> <td>column fully qualified name (TableMap::TYPE<em>COLNAME), e.g. Book::AUTHOR</em>ID</td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td>boolean</td> <td>True if $col has been modified.</td> </tr> </table> </div> </div> <h3 id="method_getModifiedColumns"> <div class="location">at line 284</div> <code> public array <strong>getModifiedColumns</strong>()</code> </h3> <div class="details"> <p>Get the columns that have been modified in this object.</p> <p> </p> <div class="tags"> <h4>Return Value</h4> <table> <tr> <td>array</td> <td>A unique list of the modified column names for this object.</td> </tr> </table> </div> </div> <h3 id="method_isNew"> <div class="location">at line 296</div> <code> public boolean <strong>isNew</strong>()</code> </h3> <div class="details"> <p>Returns whether the object has ever been saved.</p> <p>This will be false, if the object was retrieved from storage or was created and then saved.</p> <div class="tags"> <h4>Return Value</h4> <table> <tr> <td>boolean</td> <td>true, if the object has never been persisted.</td> </tr> </table> </div> </div> <h3 id="method_setNew"> <div class="location">at line 307</div> <code> public <strong>setNew</strong>(boolean $b)</code> </h3> <div class="details"> <p>Setter for the isNew attribute.</p> <p>This method will be called by Propel-generated children and objects.</p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td>boolean</td> <td>$b</td> <td>the state of the object.</td> </tr> </table> </div> </div> <h3 id="method_isDeleted"> <div class="location">at line 316</div> <code> public boolean <strong>isDeleted</strong>()</code> </h3> <div class="details"> <p>Whether this object has been deleted.</p> <p> </p> <div class="tags"> <h4>Return Value</h4> <table> <tr> <td>boolean</td> <td>The deleted state of this object.</td> </tr> </table> </div> </div> <h3 id="method_setDeleted"> <div class="location">at line 326</div> <code> public void <strong>setDeleted</strong>(boolean $b)</code> </h3> <div class="details"> <p>Specify whether this object has been deleted.</p> <p> </p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td>boolean</td> <td>$b</td> <td>The deleted state of this object.</td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td>void</td> <td> </td> </tr> </table> </div> </div> <h3 id="method_resetModified"> <div class="location">at line 336</div> <code> public void <strong>resetModified</strong>(string $col = null)</code> </h3> <div class="details"> <p>Sets the modified state for the object to be false.</p> <p> </p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td>string</td> <td>$col</td> <td>If supplied, only the specified column is reset.</td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td>void</td> <td> </td> </tr> </table> </div> </div> <h3 id="method_equals"> <div class="location">at line 355</div> <code> public boolean <strong>equals</strong>(mixed $obj)</code> </h3> <div class="details"> <p>Compares this with another <code>Category</code> instance.</p> <p>If <code>obj</code> is an instance of <code>Category</code>, delegates to <code>equals(Category)</code>. Otherwise, returns <code>false</code>.</p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td>mixed</td> <td>$obj</td> <td>The object to compare to.</td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td>boolean</td> <td>Whether equal to the object specified.</td> </tr> </table> </div> </div> <h3 id="method_hashCode"> <div class="location">at line 380</div> <code> public int <strong>hashCode</strong>()</code> </h3> <div class="details"> <p>If the primary key is not null, return the hashcode of the primary key.</p> <p>Otherwise, return the hash code of the object.</p> <div class="tags"> <h4>Return Value</h4> <table> <tr> <td>int</td> <td>Hashcode</td> </tr> </table> </div> </div> <h3 id="method_getVirtualColumns"> <div class="location">at line 394</div> <code> public array <strong>getVirtualColumns</strong>()</code> </h3> <div class="details"> <p>Get the associative array of the virtual columns in this object</p> <p> </p> <div class="tags"> <h4>Return Value</h4> <table> <tr> <td>array</td> <td> </td> </tr> </table> </div> </div> <h3 id="method_hasVirtualColumn"> <div class="location">at line 405</div> <code> public boolean <strong>hasVirtualColumn</strong>(string $name)</code> </h3> <div class="details"> <p>Checks the existence of a virtual column in this object</p> <p> </p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td>string</td> <td>$name</td> <td>The virtual column name</td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td>boolean</td> <td> </td> </tr> </table> </div> </div> <h3 id="method_getVirtualColumn"> <div class="location">at line 418</div> <code> public mixed <strong>getVirtualColumn</strong>(string $name)</code> </h3> <div class="details"> <p>Get the value of a virtual column in this object</p> <p> </p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td>string</td> <td>$name</td> <td>The virtual column name</td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td>mixed</td> <td> </td> </tr> </table> <h4>Exceptions</h4> <table> <tr> <td><abbr title="PropelException">PropelException</abbr></td> <td> </td> </tr> </table> </div> </div> <h3 id="method_setVirtualColumn"> <div class="location">at line 435</div> <code> public <a href="../../../Thelia/Model/Base/Category.html"><abbr title="Thelia\Model\Base\Category">Category</abbr></a> <strong>setVirtualColumn</strong>(string $name, mixed $value)</code> </h3> <div class="details"> <p>Set the value of a virtual column in this object</p> <p> </p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td>string</td> <td>$name</td> <td>The virtual column name</td> </tr> <tr> <td>mixed</td> <td>$value</td> <td>The value to give to the virtual column</td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td><a href="../../../Thelia/Model/Base/Category.html"><abbr title="Thelia\Model\Base\Category">Category</abbr></a></td> <td>The current object, for fluid interface</td> </tr> </table> </div> </div> <h3 id="method_importFrom"> <div class="location">at line 467</div> <code> public <a href="../../../Thelia/Model/Base/Category.html"><abbr title="Thelia\Model\Base\Category">Category</abbr></a> <strong>importFrom</strong>(mixed $parser, string $data)</code> </h3> <div class="details"> <p>Populate the current object from a string, using a given parser format <code> $book = new Book(); $book->importFrom('JSON', '{"Id":9012,"Title":"Don Juan","ISBN":"0140422161","Price":12.99,"PublisherId":1234,"AuthorId":5678}'); </code></p> <p> </p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td>mixed</td> <td>$parser</td> <td>A AbstractParser instance, or a format name ('XML', 'YAML', 'JSON', 'CSV')</td> </tr> <tr> <td>string</td> <td>$data</td> <td>The source data to import from</td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td><a href="../../../Thelia/Model/Base/Category.html"><abbr title="Thelia\Model\Base\Category">Category</abbr></a></td> <td>The current object, for fluid interface</td> </tr> </table> </div> </div> <h3 id="method_exportTo"> <div class="location">at line 490</div> <code> public string <strong>exportTo</strong>(mixed $parser, boolean $includeLazyLoadColumns = true)</code> </h3> <div class="details"> <p>Export the current object properties to a string, using a given parser format <code> $book = BookQuery::create()->findPk(9012); echo $book->exportTo('JSON'); => {"Id":9012,"Title":"Don Juan","ISBN":"0140422161","Price":12.99,"PublisherId":1234,"AuthorId":5678}'); </code></p> <p> </p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td>mixed</td> <td>$parser</td> <td>A AbstractParser instance, or a format name ('XML', 'YAML', 'JSON', 'CSV')</td> </tr> <tr> <td>boolean</td> <td>$includeLazyLoadColumns</td> <td>(optional) Whether to include lazy load(ed) columns. Defaults to TRUE.</td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td>string</td> <td>The exported data</td> </tr> </table> </div> </div> <h3 id="method___sleep"> <div class="location">at line 503</div> <code> public <strong>__sleep</strong>()</code> </h3> <div class="details"> <p>Clean up internal collections prior to serializing Avoids recursive loops that turn into segmentation faults when serializing</p> <p> </p> <div class="tags"> </div> </div> <h3 id="method_getId"> <div class="location">at line 515</div> <code> public int <strong>getId</strong>()</code> </h3> <div class="details"> <p>Get the [id] column value.</p> <p> </p> <div class="tags"> <h4>Return Value</h4> <table> <tr> <td>int</td> <td> </td> </tr> </table> </div> </div> <h3 id="method_getParent"> <div class="location">at line 525</div> <code> public int <strong>getParent</strong>()</code> </h3> <div class="details"> <p>Get the [parent] column value.</p> <p> </p> <div class="tags"> <h4>Return Value</h4> <table> <tr> <td>int</td> <td> </td> </tr> </table> </div> </div> <h3 id="method_getVisible"> <div class="location">at line 535</div> <code> public int <strong>getVisible</strong>()</code> </h3> <div class="details"> <p>Get the [visible] column value.</p> <p> </p> <div class="tags"> <h4>Return Value</h4> <table> <tr> <td>int</td> <td> </td> </tr> </table> </div> </div> <h3 id="method_getPosition"> <div class="location">at line 545</div> <code> public int <strong>getPosition</strong>()</code> </h3> <div class="details"> <p>Get the [position] column value.</p> <p> </p> <div class="tags"> <h4>Return Value</h4> <table> <tr> <td>int</td> <td> </td> </tr> </table> </div> </div> <h3 id="method_getCreatedAt"> <div class="location">at line 561</div> <code> public mixed <strong>getCreatedAt</strong>(string $format = NULL)</code> </h3> <div class="details"> <p>Get the [optionally formatted] temporal [created_at] column value.</p> <p> </p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td>string</td> <td>$format</td> <td>The date/time format string (either date()-style or strftime()-style). If format is NULL, then the raw \DateTime object will be returned.</td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td>mixed</td> <td>Formatted date/time value as string or \DateTime object (if format is NULL), NULL if column is NULL, and 0 if column value is 0000-00-00 00:00:00</td> </tr> </table> <h4>Exceptions</h4> <table> <tr> <td><abbr title="PropelException">PropelException</abbr></td> <td><ul> <li>if unable to parse/validate the date/time value.</li> </ul> </td> </tr> </table> </div> </div> <h3 id="method_getUpdatedAt"> <div class="location">at line 581</div> <code> public mixed <strong>getUpdatedAt</strong>(string $format = NULL)</code> </h3> <div class="details"> <p>Get the [optionally formatted] temporal [updated_at] column value.</p> <p> </p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td>string</td> <td>$format</td> <td>The date/time format string (either date()-style or strftime()-style). If format is NULL, then the raw \DateTime object will be returned.</td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td>mixed</td> <td>Formatted date/time value as string or \DateTime object (if format is NULL), NULL if column is NULL, and 0 if column value is 0000-00-00 00:00:00</td> </tr> </table> <h4>Exceptions</h4> <table> <tr> <td><abbr title="PropelException">PropelException</abbr></td> <td><ul> <li>if unable to parse/validate the date/time value.</li> </ul> </td> </tr> </table> </div> </div> <h3 id="method_getVersion"> <div class="location">at line 595</div> <code> public int <strong>getVersion</strong>()</code> </h3> <div class="details"> <p>Get the [version] column value.</p> <p> </p> <div class="tags"> <h4>Return Value</h4> <table> <tr> <td>int</td> <td> </td> </tr> </table> </div> </div> <h3 id="method_getVersionCreatedAt"> <div class="location">at line 611</div> <code> public mixed <strong>getVersionCreatedAt</strong>(string $format = NULL)</code> </h3> <div class="details"> <p>Get the [optionally formatted] temporal [version<em>created</em>at] column value.</p> <p> </p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td>string</td> <td>$format</td> <td>The date/time format string (either date()-style or strftime()-style). If format is NULL, then the raw \DateTime object will be returned.</td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td>mixed</td> <td>Formatted date/time value as string or \DateTime object (if format is NULL), NULL if column is NULL, and 0 if column value is 0000-00-00 00:00:00</td> </tr> </table> <h4>Exceptions</h4> <table> <tr> <td><abbr title="PropelException">PropelException</abbr></td> <td><ul> <li>if unable to parse/validate the date/time value.</li> </ul> </td> </tr> </table> </div> </div> <h3 id="method_getVersionCreatedBy"> <div class="location">at line 625</div> <code> public string <strong>getVersionCreatedBy</strong>()</code> </h3> <div class="details"> <p>Get the [version<em>created</em>by] column value.</p> <p> </p> <div class="tags"> <h4>Return Value</h4> <table> <tr> <td>string</td> <td> </td> </tr> </table> </div> </div> <h3 id="method_setId"> <div class="location">at line 636</div> <code> public <a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a> <strong>setId</strong>(int $v)</code> </h3> <div class="details"> <p>Set the value of [id] column.</p> <p> </p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td>int</td> <td>$v</td> <td>new value</td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td><a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a></td> <td>The current object (for fluent API support)</td> </tr> </table> </div> </div> <h3 id="method_setParent"> <div class="location">at line 656</div> <code> public <a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a> <strong>setParent</strong>(int $v)</code> </h3> <div class="details"> <p>Set the value of [parent] column.</p> <p> </p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td>int</td> <td>$v</td> <td>new value</td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td><a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a></td> <td>The current object (for fluent API support)</td> </tr> </table> </div> </div> <h3 id="method_setVisible"> <div class="location">at line 676</div> <code> public <a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a> <strong>setVisible</strong>(int $v)</code> </h3> <div class="details"> <p>Set the value of [visible] column.</p> <p> </p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td>int</td> <td>$v</td> <td>new value</td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td><a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a></td> <td>The current object (for fluent API support)</td> </tr> </table> </div> </div> <h3 id="method_setPosition"> <div class="location">at line 696</div> <code> public <a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a> <strong>setPosition</strong>(int $v)</code> </h3> <div class="details"> <p>Set the value of [position] column.</p> <p> </p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td>int</td> <td>$v</td> <td>new value</td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td><a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a></td> <td>The current object (for fluent API support)</td> </tr> </table> </div> </div> <h3 id="method_setCreatedAt"> <div class="location">at line 717</div> <code> public <a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a> <strong>setCreatedAt</strong>(mixed $v)</code> </h3> <div class="details"> <p>Sets the value of [created_at] column to a normalized version of the date/time value specified.</p> <p> </p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td>mixed</td> <td>$v</td> <td>string, integer (timestamp), or \DateTime value. Empty strings are treated as NULL.</td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td><a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a></td> <td>The current object (for fluent API support)</td> </tr> </table> </div> </div> <h3 id="method_setUpdatedAt"> <div class="location">at line 737</div> <code> public <a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a> <strong>setUpdatedAt</strong>(mixed $v)</code> </h3> <div class="details"> <p>Sets the value of [updated_at] column to a normalized version of the date/time value specified.</p> <p> </p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td>mixed</td> <td>$v</td> <td>string, integer (timestamp), or \DateTime value. Empty strings are treated as NULL.</td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td><a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a></td> <td>The current object (for fluent API support)</td> </tr> </table> </div> </div> <h3 id="method_setVersion"> <div class="location">at line 756</div> <code> public <a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a> <strong>setVersion</strong>(int $v)</code> </h3> <div class="details"> <p>Set the value of [version] column.</p> <p> </p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td>int</td> <td>$v</td> <td>new value</td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td><a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a></td> <td>The current object (for fluent API support)</td> </tr> </table> </div> </div> <h3 id="method_setVersionCreatedAt"> <div class="location">at line 777</div> <code> public <a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a> <strong>setVersionCreatedAt</strong>(mixed $v)</code> </h3> <div class="details"> <p>Sets the value of [version<em>created</em>at] column to a normalized version of the date/time value specified.</p> <p> </p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td>mixed</td> <td>$v</td> <td>string, integer (timestamp), or \DateTime value. Empty strings are treated as NULL.</td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td><a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a></td> <td>The current object (for fluent API support)</td> </tr> </table> </div> </div> <h3 id="method_setVersionCreatedBy"> <div class="location">at line 796</div> <code> public <a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a> <strong>setVersionCreatedBy</strong>(string $v)</code> </h3> <div class="details"> <p>Set the value of [version<em>created</em>by] column.</p> <p> </p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td>string</td> <td>$v</td> <td>new value</td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td><a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a></td> <td>The current object (for fluent API support)</td> </tr> </table> </div> </div> <h3 id="method_hasOnlyDefaultValues"> <div class="location">at line 818</div> <code> public boolean <strong>hasOnlyDefaultValues</strong>()</code> </h3> <div class="details"> <p>Indicates whether the columns in this object are only set to default values.</p> <p>This method can be used in conjunction with isModified() to indicate whether an object is both modified <em>and</em> has some values set which are non-default.</p> <div class="tags"> <h4>Return Value</h4> <table> <tr> <td>boolean</td> <td>Whether the columns in this object are only been set with default values.</td> </tr> </table> </div> </div> <h3 id="method_hydrate"> <div class="location">at line 846</div> <code> public int <strong>hydrate</strong>(array $row, int $startcol, boolean $rehydrate = false, string $indexType = TableMap::TYPE_NUM)</code> </h3> <div class="details"> <p>Hydrates (populates) the object variables with values from the database resultset.</p> <p>An offset (0-based "start column") is specified so that objects can be hydrated with a subset of the columns in the resultset rows. This is needed, for example, for results of JOIN queries where the resultset row includes columns from two or more tables.</p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td>array</td> <td>$row</td> <td>The row returned by DataFetcher->fetch().</td> </tr> <tr> <td>int</td> <td>$startcol</td> <td>0-based offset column which indicates which restultset column to start with.</td> </tr> <tr> <td>boolean</td> <td>$rehydrate</td> <td>Whether this object is being re-hydrated from the database.</td> </tr> <tr> <td>string</td> <td>$indexType</td> <td>The index type of $row. Mostly DataFetcher->getIndexType(). One of the class type constants TableMap::TYPE<em>PHPNAME, TableMap::TYPE</em>STUDLYPHPNAME TableMap::TYPE<em>COLNAME, TableMap::TYPE</em>FIELDNAME, TableMap::TYPE_NUM.</td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td>int</td> <td>next starting column</td> </tr> </table> <h4>Exceptions</h4> <table> <tr> <td><abbr title="PropelException">PropelException</abbr></td> <td><ul> <li>Any caught Exception will be rewrapped as a PropelException.</li> </ul> </td> </tr> </table> </div> </div> <h3 id="method_ensureConsistency"> <div class="location">at line 913</div> <code> public <strong>ensureConsistency</strong>()</code> </h3> <div class="details"> <p>Checks and repairs the internal consistency of the object.</p> <p>This method is executed after an already-instantiated object is re-hydrated from the database. It exists to check any foreign keys to make sure that the objects related to the current object are correct based on foreign key.</p> <p>You can override this method in the stub class, but you should always invoke the base method from the overridden method (i.e. parent::ensureConsistency()), in case your model changes.</p> <div class="tags"> <h4>Exceptions</h4> <table> <tr> <td><abbr title="PropelException">PropelException</abbr></td> <td> </td> </tr> </table> </div> </div> <h3 id="method_reload"> <div class="location">at line 927</div> <code> public void <strong>reload</strong>(boolean $deep = false, <abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)</code> </h3> <div class="details"> <p>Reloads this object from datastore based on primary key and (optionally) resets all associated objects.</p> <p>This will only work if the object has been saved and has a valid primary key set.</p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td>boolean</td> <td>$deep</td> <td>(optional) Whether to also de-associated any related objects.</td> </tr> <tr> <td><abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr></td> <td>$con</td> <td>(optional) The ConnectionInterface connection to use.</td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td>void</td> <td> </td> </tr> </table> <h4>Exceptions</h4> <table> <tr> <td><abbr title="PropelException">PropelException</abbr></td> <td><ul> <li>if this object is deleted, unsaved or doesn't have pk match in db</li> </ul> </td> </tr> </table> </div> </div> <h3 id="method_delete"> <div class="location">at line 979</div> <code> public void <strong>delete</strong>(<abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)</code> </h3> <div class="details"> <p>Removes this object from datastore and sets delete attribute.</p> <p> </p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td><abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr></td> <td>$con</td> <td> </td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td>void</td> <td> </td> </tr> </table> <h4>Exceptions</h4> <table> <tr> <td><abbr title="PropelException">PropelException</abbr></td> <td> </td> </tr> </table> <h4>See also</h4> <table> <tr> <td>Category::setDeleted()</td> <td></td> </tr> <tr> <td>Category::isDeleted()</td> <td></td> </tr> </table> </div> </div> <h3 id="method_save"> <div class="location">at line 1021</div> <code> public int <strong>save</strong>(<abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)</code> </h3> <div class="details"> <p>Persists this object to the database.</p> <p>If the object is new, it inserts it; otherwise an update is performed. All modified related objects will also be persisted in the doSave() method. This method wraps all precipitate database operations in a single transaction.</p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td><abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr></td> <td>$con</td> <td> </td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td>int</td> <td>The number of rows affected by this insert/update and any referring fk objects' save() operations.</td> </tr> </table> <h4>Exceptions</h4> <table> <tr> <td><abbr title="PropelException">PropelException</abbr></td> <td> </td> </tr> </table> <h4>See also</h4> <table> <tr> <td>doSave()</td> <td></td> </tr> </table> </div> </div> <h3 id="method_getByName"> <div class="location">at line 1376</div> <code> public mixed <strong>getByName</strong>(string $name, string $type = TableMap::TYPE_PHPNAME)</code> </h3> <div class="details"> <p>Retrieves a field from the object by name passed in as a string.</p> <p> </p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td>string</td> <td>$name</td> <td>name</td> </tr> <tr> <td>string</td> <td>$type</td> <td>The type of fieldname the $name is of: one of the class type constants TableMap::TYPE<em>PHPNAME, TableMap::TYPE</em>STUDLYPHPNAME TableMap::TYPE<em>COLNAME, TableMap::TYPE</em>FIELDNAME, TableMap::TYPE<em>NUM. Defaults to TableMap::TYPE</em>PHPNAME.</td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td>mixed</td> <td>Value of field.</td> </tr> </table> </div> </div> <h3 id="method_getByPosition"> <div class="location">at line 1391</div> <code> public mixed <strong>getByPosition</strong>(int $pos)</code> </h3> <div class="details"> <p>Retrieves a field from the object by Position as specified in the xml schema.</p> <p>Zero-based.</p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td>int</td> <td>$pos</td> <td>position in xml schema</td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td>mixed</td> <td>Value of field at $pos</td> </tr> </table> </div> </div> <h3 id="method_toArray"> <div class="location">at line 1442</div> <code> public array <strong>toArray</strong>(string $keyType = TableMap::TYPE_PHPNAME, boolean $includeLazyLoadColumns = true, array $alreadyDumpedObjects = array(), boolean $includeForeignObjects = false)</code> </h3> <div class="details"> <p>Exports the object as an array.</p> <p>You can specify the key type of the array by passing one of the class type constants.</p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td>string</td> <td>$keyType</td> <td>(optional) One of the class type constants TableMap::TYPE<em>PHPNAME, TableMap::TYPE</em>STUDLYPHPNAME, TableMap::TYPE<em>COLNAME, TableMap::TYPE</em>FIELDNAME, TableMap::TYPE<em>NUM. Defaults to TableMap::TYPE</em>PHPNAME.</td> </tr> <tr> <td>boolean</td> <td>$includeLazyLoadColumns</td> <td>(optional) Whether to include lazy loaded columns. Defaults to TRUE.</td> </tr> <tr> <td>array</td> <td>$alreadyDumpedObjects</td> <td>List of objects to skip to avoid recursion</td> </tr> <tr> <td>boolean</td> <td>$includeForeignObjects</td> <td>(optional) Whether to include hydrated related objects. Default to FALSE.</td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td>array</td> <td>an associative array containing the field names (as keys) and field values</td> </tr> </table> </div> </div> <h3 id="method_setByName"> <div class="location">at line 1500</div> <code> public void <strong>setByName</strong>(string $name, mixed $value, string $type = TableMap::TYPE_PHPNAME)</code> </h3> <div class="details"> <p>Sets a field from the object by name passed in as a string.</p> <p> </p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td>string</td> <td>$name</td> <td> </td> </tr> <tr> <td>mixed</td> <td>$value</td> <td>field value</td> </tr> <tr> <td>string</td> <td>$type</td> <td>The type of fieldname the $name is of: one of the class type constants TableMap::TYPE<em>PHPNAME, TableMap::TYPE</em>STUDLYPHPNAME TableMap::TYPE<em>COLNAME, TableMap::TYPE</em>FIELDNAME, TableMap::TYPE<em>NUM. Defaults to TableMap::TYPE</em>PHPNAME.</td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td>void</td> <td> </td> </tr> </table> </div> </div> <h3 id="method_setByPosition"> <div class="location">at line 1515</div> <code> public void <strong>setByPosition</strong>(int $pos, mixed $value)</code> </h3> <div class="details"> <p>Sets a field from the object by Position as specified in the xml schema.</p> <p>Zero-based.</p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td>int</td> <td>$pos</td> <td>position in xml schema</td> </tr> <tr> <td>mixed</td> <td>$value</td> <td>field value</td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td>void</td> <td> </td> </tr> </table> </div> </div> <h3 id="method_fromArray"> <div class="location">at line 1565</div> <code> public void <strong>fromArray</strong>(array $arr, string $keyType = TableMap::TYPE_PHPNAME)</code> </h3> <div class="details"> <p>Populates the object using an array.</p> <p>This is particularly useful when populating an object from one of the request arrays (e.g. $_POST). This method goes through the column names, checking to see whether a matching key exists in populated array. If so the setByName() method is called for that column.</p> <p>You can specify the key type of the array by additionally passing one of the class type constants TableMap::TYPE<em>PHPNAME, TableMap::TYPE</em>STUDLYPHPNAME, TableMap::TYPE<em>COLNAME, TableMap::TYPE</em>FIELDNAME, TableMap::TYPE<em>NUM. The default key type is the column's TableMap::TYPE</em>PHPNAME.</p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td>array</td> <td>$arr</td> <td>An array to populate the object from.</td> </tr> <tr> <td>string</td> <td>$keyType</td> <td>The type of keys the array uses.</td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td>void</td> <td> </td> </tr> </table> </div> </div> <h3 id="method_buildCriteria"> <div class="location">at line 1585</div> <code> public <abbr title="Propel\Runtime\ActiveQuery\Criteria">Criteria</abbr> <strong>buildCriteria</strong>()</code> </h3> <div class="details"> <p>Build a Criteria object containing the values of all modified columns in this object.</p> <p> </p> <div class="tags"> <h4>Return Value</h4> <table> <tr> <td><abbr title="Propel\Runtime\ActiveQuery\Criteria">Criteria</abbr></td> <td>The Criteria object containing all modified values.</td> </tr> </table> </div> </div> <h3 id="method_buildPkeyCriteria"> <div class="location">at line 1609</div> <code> public <abbr title="Propel\Runtime\ActiveQuery\Criteria">Criteria</abbr> <strong>buildPkeyCriteria</strong>()</code> </h3> <div class="details"> <p>Builds a Criteria object containing the primary key for this object.</p> <p>Unlike buildCriteria() this method includes the primary key values regardless of whether or not they have been modified.</p> <div class="tags"> <h4>Return Value</h4> <table> <tr> <td><abbr title="Propel\Runtime\ActiveQuery\Criteria">Criteria</abbr></td> <td>The Criteria object containing value(s) for primary key(s).</td> </tr> </table> </div> </div> <h3 id="method_getPrimaryKey"> <div class="location">at line 1621</div> <code> public int <strong>getPrimaryKey</strong>()</code> </h3> <div class="details"> <p>Returns the primary key for this object (row).</p> <p> </p> <div class="tags"> <h4>Return Value</h4> <table> <tr> <td>int</td> <td> </td> </tr> </table> </div> </div> <h3 id="method_setPrimaryKey"> <div class="location">at line 1632</div> <code> public void <strong>setPrimaryKey</strong>(int $key)</code> </h3> <div class="details"> <p>Generic method to set the primary key (id column).</p> <p> </p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td>int</td> <td>$key</td> <td>Primary key.</td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td>void</td> <td> </td> </tr> </table> </div> </div> <h3 id="method_isPrimaryKeyNull"> <div class="location">at line 1641</div> <code> public boolean <strong>isPrimaryKeyNull</strong>()</code> </h3> <div class="details"> <p>Returns true if the primary key for this object is null.</p> <p> </p> <div class="tags"> <h4>Return Value</h4> <table> <tr> <td>boolean</td> <td> </td> </tr> </table> </div> </div> <h3 id="method_copyInto"> <div class="location">at line 1657</div> <code> public <strong>copyInto</strong>(object $copyObj, boolean $deepCopy = false, boolean $makeNew = true)</code> </h3> <div class="details"> <p>Sets contents of passed object to values from current object.</p> <p>If desired, this method can also make copies of all associated (fkey referrers) objects.</p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td>object</td> <td>$copyObj</td> <td>An object of \Thelia\Model\Category (or compatible) type.</td> </tr> <tr> <td>boolean</td> <td>$deepCopy</td> <td>Whether to also copy all rows that refer (by fkey) to the current row.</td> </tr> <tr> <td>boolean</td> <td>$makeNew</td> <td>Whether to reset autoincrement PKs and make the object new.</td> </tr> </table> <h4>Exceptions</h4> <table> <tr> <td><abbr title="PropelException">PropelException</abbr></td> <td> </td> </tr> </table> </div> </div> <h3 id="method_copy"> <div class="location">at line 1729</div> <code> public <a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a> <strong>copy</strong>(boolean $deepCopy = false)</code> </h3> <div class="details"> <p>Makes a copy of this object that will be inserted as a new row in table when saved.</p> <p>It creates a new object filling in the simple attributes, but skipping any primary keys that are defined for the table.</p> <p>If desired, this method can also make copies of all associated (fkey referrers) objects.</p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td>boolean</td> <td>$deepCopy</td> <td>Whether to also copy all rows that refer (by fkey) to the current row.</td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td><a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a></td> <td>Clone of current object.</td> </tr> </table> <h4>Exceptions</h4> <table> <tr> <td><abbr title="PropelException">PropelException</abbr></td> <td> </td> </tr> </table> </div> </div> <h3 id="method_initRelation"> <div class="location">at line 1747</div> <code> public void <strong>initRelation</strong>(string $relationName)</code> </h3> <div class="details"> <p>Initializes a collection based on the name of a relation.</p> <p>Avoids crafting an 'init[$relationName]s' method name that wouldn't work when StandardEnglishPluralizer is used.</p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td>string</td> <td>$relationName</td> <td>The name of the relation to initialize</td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td>void</td> <td> </td> </tr> </table> </div> </div> <h3 id="method_clearProductCategories"> <div class="location">at line 1778</div> <code> public void <strong>clearProductCategories</strong>()</code> </h3> <div class="details"> <p>Clears out the collProductCategories collection</p> <p>This does not modify the database; however, it will remove any associated objects, causing them to be refetched by subsequent calls to accessor method.</p> <div class="tags"> <h4>Return Value</h4> <table> <tr> <td>void</td> <td> </td> </tr> </table> <h4>See also</h4> <table> <tr> <td>addProductCategories()</td> <td></td> </tr> </table> </div> </div> <h3 id="method_resetPartialProductCategories"> <div class="location">at line 1786</div> <code> public <strong>resetPartialProductCategories</strong>($v = true)</code> </h3> <div class="details"> <p>Reset is the collProductCategories collection loaded partially.</p> <p> </p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td></td> <td>$v</td> <td> </td> </tr> </table> </div> </div> <h3 id="method_initProductCategories"> <div class="location">at line 1803</div> <code> public void <strong>initProductCategories</strong>(boolean $overrideExisting = true)</code> </h3> <div class="details"> <p>Initializes the collProductCategories collection.</p> <p>By default this just sets the collProductCategories collection to an empty array (like clearcollProductCategories()); however, you may wish to override this method in your stub class to provide setting appropriate to your application -- for example, setting the initial array to the values stored in database.</p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td>boolean</td> <td>$overrideExisting</td> <td>If set to true, the method call initializes the collection even if it is not empty</td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td>void</td> <td> </td> </tr> </table> </div> </div> <h3 id="method_getProductCategories"> <div class="location">at line 1826</div> <code> public <abbr title="Propel\Runtime\Collection\Collection">Collection</abbr>|<a href="../../../Thelia/Model/ProductCategory.html"><abbr title="Thelia\Model\ProductCategory">ProductCategory</abbr></a>[] <strong>getProductCategories</strong>(<abbr title="Propel\Runtime\ActiveQuery\Criteria">Criteria</abbr> $criteria = null, <abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)</code> </h3> <div class="details"> <p>Gets an array of ChildProductCategory objects which contain a foreign key that references this object.</p> <p>If the $criteria is not null, it is used to always fetch the results from the database. Otherwise the results are fetched from the database the first time, then cached. Next time the same method is called without $criteria, the cached collection is returned. If this ChildCategory is new, it will return an empty collection or the current collection; the criteria is ignored on a new object.</p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td><abbr title="Propel\Runtime\ActiveQuery\Criteria">Criteria</abbr></td> <td>$criteria</td> <td>optional Criteria object to narrow the query</td> </tr> <tr> <td><abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr></td> <td>$con</td> <td>optional connection object</td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td><abbr title="Propel\Runtime\Collection\Collection">Collection</abbr>|<a href="../../../Thelia/Model/ProductCategory.html"><abbr title="Thelia\Model\ProductCategory">ProductCategory</abbr></a>[]</td> <td>List of ChildProductCategory objects</td> </tr> </table> <h4>Exceptions</h4> <table> <tr> <td><abbr title="PropelException">PropelException</abbr></td> <td> </td> </tr> </table> </div> </div> <h3 id="method_setProductCategories"> <div class="location">at line 1882</div> <code> public <a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a> <strong>setProductCategories</strong>(<abbr title="Propel\Runtime\Collection\Collection">Collection</abbr> $productCategories, <abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)</code> </h3> <div class="details"> <p>Sets a collection of ProductCategory objects related by a one-to-many relationship to the current object.</p> <p>It will also schedule objects for deletion based on a diff between old objects (aka persisted) and new objects from the given Propel collection.</p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td><abbr title="Propel\Runtime\Collection\Collection">Collection</abbr></td> <td>$productCategories</td> <td>A Propel collection.</td> </tr> <tr> <td><abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr></td> <td>$con</td> <td>Optional connection object</td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td><a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a></td> <td>The current object (for fluent API support)</td> </tr> </table> </div> </div> <h3 id="method_countProductCategories"> <div class="location">at line 1916</div> <code> public int <strong>countProductCategories</strong>(<abbr title="Propel\Runtime\ActiveQuery\Criteria">Criteria</abbr> $criteria = null, boolean $distinct = false, <abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)</code> </h3> <div class="details"> <p>Returns the number of related ProductCategory objects.</p> <p> </p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td><abbr title="Propel\Runtime\ActiveQuery\Criteria">Criteria</abbr></td> <td>$criteria</td> <td> </td> </tr> <tr> <td>boolean</td> <td>$distinct</td> <td> </td> </tr> <tr> <td><abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr></td> <td>$con</td> <td> </td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td>int</td> <td>Count of related ProductCategory objects.</td> </tr> </table> <h4>Exceptions</h4> <table> <tr> <td><abbr title="PropelException">PropelException</abbr></td> <td> </td> </tr> </table> </div> </div> <h3 id="method_addProductCategory"> <div class="location">at line 1948</div> <code> public <a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a> <strong>addProductCategory</strong>(<a href="../../../Thelia/Model/ProductCategory.html"><abbr title="Thelia\Model\ProductCategory">ProductCategory</abbr></a> $l)</code> </h3> <div class="details"> <p>Method called to associate a ChildProductCategory object to this object through the ChildProductCategory foreign key attribute.</p> <p> </p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td><a href="../../../Thelia/Model/ProductCategory.html"><abbr title="Thelia\Model\ProductCategory">ProductCategory</abbr></a></td> <td>$l</td> <td>ChildProductCategory</td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td><a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a></td> <td>The current object (for fluent API support)</td> </tr> </table> </div> </div> <h3 id="method_removeProductCategory"> <div class="location">at line 1975</div> <code> public <a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a> <strong>removeProductCategory</strong>(<a href="../../../Thelia/Model/Base/ProductCategory.html"><abbr title="Thelia\Model\Base\ProductCategory">ProductCategory</abbr></a> $productCategory)</code> </h3> <div class="details"> <p> </p> <p> </p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td><a href="../../../Thelia/Model/Base/ProductCategory.html"><abbr title="Thelia\Model\Base\ProductCategory">ProductCategory</abbr></a></td> <td>$productCategory</td> <td>The productCategory object to remove.</td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td><a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a></td> <td>The current object (for fluent API support)</td> </tr> </table> </div> </div> <h3 id="method_getProductCategoriesJoinProduct"> <div class="location">at line 2007</div> <code> public <abbr title="Propel\Runtime\Collection\Collection">Collection</abbr>|<a href="../../../Thelia/Model/ProductCategory.html"><abbr title="Thelia\Model\ProductCategory">ProductCategory</abbr></a>[] <strong>getProductCategoriesJoinProduct</strong>(<abbr title="Propel\Runtime\ActiveQuery\Criteria">Criteria</abbr> $criteria = null, <abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null, string $joinBehavior = Criteria::LEFT_JOIN)</code> </h3> <div class="details"> <p>If this collection has already been initialized with an identical criteria, it returns the collection.</p> <p>Otherwise if this Category is new, it will return an empty collection; or if this Category has previously been saved, it will retrieve related ProductCategories from storage.</p> <p>This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in Category.</p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td><abbr title="Propel\Runtime\ActiveQuery\Criteria">Criteria</abbr></td> <td>$criteria</td> <td>optional Criteria object to narrow the query</td> </tr> <tr> <td><abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr></td> <td>$con</td> <td>optional connection object</td> </tr> <tr> <td>string</td> <td>$joinBehavior</td> <td>optional join type to use (defaults to Criteria::LEFT_JOIN)</td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td><abbr title="Propel\Runtime\Collection\Collection">Collection</abbr>|<a href="../../../Thelia/Model/ProductCategory.html"><abbr title="Thelia\Model\ProductCategory">ProductCategory</abbr></a>[]</td> <td>List of ChildProductCategory objects</td> </tr> </table> </div> </div> <h3 id="method_clearCategoryImages"> <div class="location">at line 2024</div> <code> public void <strong>clearCategoryImages</strong>()</code> </h3> <div class="details"> <p>Clears out the collCategoryImages collection</p> <p>This does not modify the database; however, it will remove any associated objects, causing them to be refetched by subsequent calls to accessor method.</p> <div class="tags"> <h4>Return Value</h4> <table> <tr> <td>void</td> <td> </td> </tr> </table> <h4>See also</h4> <table> <tr> <td>addCategoryImages()</td> <td></td> </tr> </table> </div> </div> <h3 id="method_resetPartialCategoryImages"> <div class="location">at line 2032</div> <code> public <strong>resetPartialCategoryImages</strong>($v = true)</code> </h3> <div class="details"> <p>Reset is the collCategoryImages collection loaded partially.</p> <p> </p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td></td> <td>$v</td> <td> </td> </tr> </table> </div> </div> <h3 id="method_initCategoryImages"> <div class="location">at line 2049</div> <code> public void <strong>initCategoryImages</strong>(boolean $overrideExisting = true)</code> </h3> <div class="details"> <p>Initializes the collCategoryImages collection.</p> <p>By default this just sets the collCategoryImages collection to an empty array (like clearcollCategoryImages()); however, you may wish to override this method in your stub class to provide setting appropriate to your application -- for example, setting the initial array to the values stored in database.</p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td>boolean</td> <td>$overrideExisting</td> <td>If set to true, the method call initializes the collection even if it is not empty</td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td>void</td> <td> </td> </tr> </table> </div> </div> <h3 id="method_getCategoryImages"> <div class="location">at line 2072</div> <code> public <abbr title="Propel\Runtime\Collection\Collection">Collection</abbr>|<a href="../../../Thelia/Model/CategoryImage.html"><abbr title="Thelia\Model\CategoryImage">CategoryImage</abbr></a>[] <strong>getCategoryImages</strong>(<abbr title="Propel\Runtime\ActiveQuery\Criteria">Criteria</abbr> $criteria = null, <abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)</code> </h3> <div class="details"> <p>Gets an array of ChildCategoryImage objects which contain a foreign key that references this object.</p> <p>If the $criteria is not null, it is used to always fetch the results from the database. Otherwise the results are fetched from the database the first time, then cached. Next time the same method is called without $criteria, the cached collection is returned. If this ChildCategory is new, it will return an empty collection or the current collection; the criteria is ignored on a new object.</p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td><abbr title="Propel\Runtime\ActiveQuery\Criteria">Criteria</abbr></td> <td>$criteria</td> <td>optional Criteria object to narrow the query</td> </tr> <tr> <td><abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr></td> <td>$con</td> <td>optional connection object</td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td><abbr title="Propel\Runtime\Collection\Collection">Collection</abbr>|<a href="../../../Thelia/Model/CategoryImage.html"><abbr title="Thelia\Model\CategoryImage">CategoryImage</abbr></a>[]</td> <td>List of ChildCategoryImage objects</td> </tr> </table> <h4>Exceptions</h4> <table> <tr> <td><abbr title="PropelException">PropelException</abbr></td> <td> </td> </tr> </table> </div> </div> <h3 id="method_setCategoryImages"> <div class="location">at line 2128</div> <code> public <a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a> <strong>setCategoryImages</strong>(<abbr title="Propel\Runtime\Collection\Collection">Collection</abbr> $categoryImages, <abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)</code> </h3> <div class="details"> <p>Sets a collection of CategoryImage objects related by a one-to-many relationship to the current object.</p> <p>It will also schedule objects for deletion based on a diff between old objects (aka persisted) and new objects from the given Propel collection.</p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td><abbr title="Propel\Runtime\Collection\Collection">Collection</abbr></td> <td>$categoryImages</td> <td>A Propel collection.</td> </tr> <tr> <td><abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr></td> <td>$con</td> <td>Optional connection object</td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td><a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a></td> <td>The current object (for fluent API support)</td> </tr> </table> </div> </div> <h3 id="method_countCategoryImages"> <div class="location">at line 2159</div> <code> public int <strong>countCategoryImages</strong>(<abbr title="Propel\Runtime\ActiveQuery\Criteria">Criteria</abbr> $criteria = null, boolean $distinct = false, <abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)</code> </h3> <div class="details"> <p>Returns the number of related CategoryImage objects.</p> <p> </p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td><abbr title="Propel\Runtime\ActiveQuery\Criteria">Criteria</abbr></td> <td>$criteria</td> <td> </td> </tr> <tr> <td>boolean</td> <td>$distinct</td> <td> </td> </tr> <tr> <td><abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr></td> <td>$con</td> <td> </td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td>int</td> <td>Count of related CategoryImage objects.</td> </tr> </table> <h4>Exceptions</h4> <table> <tr> <td><abbr title="PropelException">PropelException</abbr></td> <td> </td> </tr> </table> </div> </div> <h3 id="method_addCategoryImage"> <div class="location">at line 2191</div> <code> public <a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a> <strong>addCategoryImage</strong>(<a href="../../../Thelia/Model/CategoryImage.html"><abbr title="Thelia\Model\CategoryImage">CategoryImage</abbr></a> $l)</code> </h3> <div class="details"> <p>Method called to associate a ChildCategoryImage object to this object through the ChildCategoryImage foreign key attribute.</p> <p> </p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td><a href="../../../Thelia/Model/CategoryImage.html"><abbr title="Thelia\Model\CategoryImage">CategoryImage</abbr></a></td> <td>$l</td> <td>ChildCategoryImage</td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td><a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a></td> <td>The current object (for fluent API support)</td> </tr> </table> </div> </div> <h3 id="method_removeCategoryImage"> <div class="location">at line 2218</div> <code> public <a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a> <strong>removeCategoryImage</strong>(<a href="../../../Thelia/Model/Base/CategoryImage.html"><abbr title="Thelia\Model\Base\CategoryImage">CategoryImage</abbr></a> $categoryImage)</code> </h3> <div class="details"> <p> </p> <p> </p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td><a href="../../../Thelia/Model/Base/CategoryImage.html"><abbr title="Thelia\Model\Base\CategoryImage">CategoryImage</abbr></a></td> <td>$categoryImage</td> <td>The categoryImage object to remove.</td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td><a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a></td> <td>The current object (for fluent API support)</td> </tr> </table> </div> </div> <h3 id="method_clearCategoryDocuments"> <div class="location">at line 2242</div> <code> public void <strong>clearCategoryDocuments</strong>()</code> </h3> <div class="details"> <p>Clears out the collCategoryDocuments collection</p> <p>This does not modify the database; however, it will remove any associated objects, causing them to be refetched by subsequent calls to accessor method.</p> <div class="tags"> <h4>Return Value</h4> <table> <tr> <td>void</td> <td> </td> </tr> </table> <h4>See also</h4> <table> <tr> <td>addCategoryDocuments()</td> <td></td> </tr> </table> </div> </div> <h3 id="method_resetPartialCategoryDocuments"> <div class="location">at line 2250</div> <code> public <strong>resetPartialCategoryDocuments</strong>($v = true)</code> </h3> <div class="details"> <p>Reset is the collCategoryDocuments collection loaded partially.</p> <p> </p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td></td> <td>$v</td> <td> </td> </tr> </table> </div> </div> <h3 id="method_initCategoryDocuments"> <div class="location">at line 2267</div> <code> public void <strong>initCategoryDocuments</strong>(boolean $overrideExisting = true)</code> </h3> <div class="details"> <p>Initializes the collCategoryDocuments collection.</p> <p>By default this just sets the collCategoryDocuments collection to an empty array (like clearcollCategoryDocuments()); however, you may wish to override this method in your stub class to provide setting appropriate to your application -- for example, setting the initial array to the values stored in database.</p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td>boolean</td> <td>$overrideExisting</td> <td>If set to true, the method call initializes the collection even if it is not empty</td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td>void</td> <td> </td> </tr> </table> </div> </div> <h3 id="method_getCategoryDocuments"> <div class="location">at line 2290</div> <code> public <abbr title="Propel\Runtime\Collection\Collection">Collection</abbr>|<a href="../../../Thelia/Model/CategoryDocument.html"><abbr title="Thelia\Model\CategoryDocument">CategoryDocument</abbr></a>[] <strong>getCategoryDocuments</strong>(<abbr title="Propel\Runtime\ActiveQuery\Criteria">Criteria</abbr> $criteria = null, <abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)</code> </h3> <div class="details"> <p>Gets an array of ChildCategoryDocument objects which contain a foreign key that references this object.</p> <p>If the $criteria is not null, it is used to always fetch the results from the database. Otherwise the results are fetched from the database the first time, then cached. Next time the same method is called without $criteria, the cached collection is returned. If this ChildCategory is new, it will return an empty collection or the current collection; the criteria is ignored on a new object.</p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td><abbr title="Propel\Runtime\ActiveQuery\Criteria">Criteria</abbr></td> <td>$criteria</td> <td>optional Criteria object to narrow the query</td> </tr> <tr> <td><abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr></td> <td>$con</td> <td>optional connection object</td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td><abbr title="Propel\Runtime\Collection\Collection">Collection</abbr>|<a href="../../../Thelia/Model/CategoryDocument.html"><abbr title="Thelia\Model\CategoryDocument">CategoryDocument</abbr></a>[]</td> <td>List of ChildCategoryDocument objects</td> </tr> </table> <h4>Exceptions</h4> <table> <tr> <td><abbr title="PropelException">PropelException</abbr></td> <td> </td> </tr> </table> </div> </div> <h3 id="method_setCategoryDocuments"> <div class="location">at line 2346</div> <code> public <a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a> <strong>setCategoryDocuments</strong>(<abbr title="Propel\Runtime\Collection\Collection">Collection</abbr> $categoryDocuments, <abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)</code> </h3> <div class="details"> <p>Sets a collection of CategoryDocument objects related by a one-to-many relationship to the current object.</p> <p>It will also schedule objects for deletion based on a diff between old objects (aka persisted) and new objects from the given Propel collection.</p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td><abbr title="Propel\Runtime\Collection\Collection">Collection</abbr></td> <td>$categoryDocuments</td> <td>A Propel collection.</td> </tr> <tr> <td><abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr></td> <td>$con</td> <td>Optional connection object</td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td><a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a></td> <td>The current object (for fluent API support)</td> </tr> </table> </div> </div> <h3 id="method_countCategoryDocuments"> <div class="location">at line 2377</div> <code> public int <strong>countCategoryDocuments</strong>(<abbr title="Propel\Runtime\ActiveQuery\Criteria">Criteria</abbr> $criteria = null, boolean $distinct = false, <abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)</code> </h3> <div class="details"> <p>Returns the number of related CategoryDocument objects.</p> <p> </p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td><abbr title="Propel\Runtime\ActiveQuery\Criteria">Criteria</abbr></td> <td>$criteria</td> <td> </td> </tr> <tr> <td>boolean</td> <td>$distinct</td> <td> </td> </tr> <tr> <td><abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr></td> <td>$con</td> <td> </td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td>int</td> <td>Count of related CategoryDocument objects.</td> </tr> </table> <h4>Exceptions</h4> <table> <tr> <td><abbr title="PropelException">PropelException</abbr></td> <td> </td> </tr> </table> </div> </div> <h3 id="method_addCategoryDocument"> <div class="location">at line 2409</div> <code> public <a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a> <strong>addCategoryDocument</strong>(<a href="../../../Thelia/Model/CategoryDocument.html"><abbr title="Thelia\Model\CategoryDocument">CategoryDocument</abbr></a> $l)</code> </h3> <div class="details"> <p>Method called to associate a ChildCategoryDocument object to this object through the ChildCategoryDocument foreign key attribute.</p> <p> </p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td><a href="../../../Thelia/Model/CategoryDocument.html"><abbr title="Thelia\Model\CategoryDocument">CategoryDocument</abbr></a></td> <td>$l</td> <td>ChildCategoryDocument</td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td><a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a></td> <td>The current object (for fluent API support)</td> </tr> </table> </div> </div> <h3 id="method_removeCategoryDocument"> <div class="location">at line 2436</div> <code> public <a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a> <strong>removeCategoryDocument</strong>(<a href="../../../Thelia/Model/Base/CategoryDocument.html"><abbr title="Thelia\Model\Base\CategoryDocument">CategoryDocument</abbr></a> $categoryDocument)</code> </h3> <div class="details"> <p> </p> <p> </p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td><a href="../../../Thelia/Model/Base/CategoryDocument.html"><abbr title="Thelia\Model\Base\CategoryDocument">CategoryDocument</abbr></a></td> <td>$categoryDocument</td> <td>The categoryDocument object to remove.</td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td><a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a></td> <td>The current object (for fluent API support)</td> </tr> </table> </div> </div> <h3 id="method_clearCategoryAssociatedContents"> <div class="location">at line 2460</div> <code> public void <strong>clearCategoryAssociatedContents</strong>()</code> </h3> <div class="details"> <p>Clears out the collCategoryAssociatedContents collection</p> <p>This does not modify the database; however, it will remove any associated objects, causing them to be refetched by subsequent calls to accessor method.</p> <div class="tags"> <h4>Return Value</h4> <table> <tr> <td>void</td> <td> </td> </tr> </table> <h4>See also</h4> <table> <tr> <td>addCategoryAssociatedContents()</td> <td></td> </tr> </table> </div> </div> <h3 id="method_resetPartialCategoryAssociatedContents"> <div class="location">at line 2468</div> <code> public <strong>resetPartialCategoryAssociatedContents</strong>($v = true)</code> </h3> <div class="details"> <p>Reset is the collCategoryAssociatedContents collection loaded partially.</p> <p> </p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td></td> <td>$v</td> <td> </td> </tr> </table> </div> </div> <h3 id="method_initCategoryAssociatedContents"> <div class="location">at line 2485</div> <code> public void <strong>initCategoryAssociatedContents</strong>(boolean $overrideExisting = true)</code> </h3> <div class="details"> <p>Initializes the collCategoryAssociatedContents collection.</p> <p>By default this just sets the collCategoryAssociatedContents collection to an empty array (like clearcollCategoryAssociatedContents()); however, you may wish to override this method in your stub class to provide setting appropriate to your application -- for example, setting the initial array to the values stored in database.</p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td>boolean</td> <td>$overrideExisting</td> <td>If set to true, the method call initializes the collection even if it is not empty</td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td>void</td> <td> </td> </tr> </table> </div> </div> <h3 id="method_getCategoryAssociatedContents"> <div class="location">at line 2508</div> <code> public <abbr title="Propel\Runtime\Collection\Collection">Collection</abbr>|<a href="../../../Thelia/Model/CategoryAssociatedContent.html"><abbr title="Thelia\Model\CategoryAssociatedContent">CategoryAssociatedContent</abbr></a>[] <strong>getCategoryAssociatedContents</strong>(<abbr title="Propel\Runtime\ActiveQuery\Criteria">Criteria</abbr> $criteria = null, <abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)</code> </h3> <div class="details"> <p>Gets an array of ChildCategoryAssociatedContent objects which contain a foreign key that references this object.</p> <p>If the $criteria is not null, it is used to always fetch the results from the database. Otherwise the results are fetched from the database the first time, then cached. Next time the same method is called without $criteria, the cached collection is returned. If this ChildCategory is new, it will return an empty collection or the current collection; the criteria is ignored on a new object.</p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td><abbr title="Propel\Runtime\ActiveQuery\Criteria">Criteria</abbr></td> <td>$criteria</td> <td>optional Criteria object to narrow the query</td> </tr> <tr> <td><abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr></td> <td>$con</td> <td>optional connection object</td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td><abbr title="Propel\Runtime\Collection\Collection">Collection</abbr>|<a href="../../../Thelia/Model/CategoryAssociatedContent.html"><abbr title="Thelia\Model\CategoryAssociatedContent">CategoryAssociatedContent</abbr></a>[]</td> <td>List of ChildCategoryAssociatedContent objects</td> </tr> </table> <h4>Exceptions</h4> <table> <tr> <td><abbr title="PropelException">PropelException</abbr></td> <td> </td> </tr> </table> </div> </div> <h3 id="method_setCategoryAssociatedContents"> <div class="location">at line 2564</div> <code> public <a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a> <strong>setCategoryAssociatedContents</strong>(<abbr title="Propel\Runtime\Collection\Collection">Collection</abbr> $categoryAssociatedContents, <abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)</code> </h3> <div class="details"> <p>Sets a collection of CategoryAssociatedContent objects related by a one-to-many relationship to the current object.</p> <p>It will also schedule objects for deletion based on a diff between old objects (aka persisted) and new objects from the given Propel collection.</p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td><abbr title="Propel\Runtime\Collection\Collection">Collection</abbr></td> <td>$categoryAssociatedContents</td> <td>A Propel collection.</td> </tr> <tr> <td><abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr></td> <td>$con</td> <td>Optional connection object</td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td><a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a></td> <td>The current object (for fluent API support)</td> </tr> </table> </div> </div> <h3 id="method_countCategoryAssociatedContents"> <div class="location">at line 2595</div> <code> public int <strong>countCategoryAssociatedContents</strong>(<abbr title="Propel\Runtime\ActiveQuery\Criteria">Criteria</abbr> $criteria = null, boolean $distinct = false, <abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)</code> </h3> <div class="details"> <p>Returns the number of related CategoryAssociatedContent objects.</p> <p> </p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td><abbr title="Propel\Runtime\ActiveQuery\Criteria">Criteria</abbr></td> <td>$criteria</td> <td> </td> </tr> <tr> <td>boolean</td> <td>$distinct</td> <td> </td> </tr> <tr> <td><abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr></td> <td>$con</td> <td> </td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td>int</td> <td>Count of related CategoryAssociatedContent objects.</td> </tr> </table> <h4>Exceptions</h4> <table> <tr> <td><abbr title="PropelException">PropelException</abbr></td> <td> </td> </tr> </table> </div> </div> <h3 id="method_addCategoryAssociatedContent"> <div class="location">at line 2627</div> <code> public <a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a> <strong>addCategoryAssociatedContent</strong>(<a href="../../../Thelia/Model/CategoryAssociatedContent.html"><abbr title="Thelia\Model\CategoryAssociatedContent">CategoryAssociatedContent</abbr></a> $l)</code> </h3> <div class="details"> <p>Method called to associate a ChildCategoryAssociatedContent object to this object through the ChildCategoryAssociatedContent foreign key attribute.</p> <p> </p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td><a href="../../../Thelia/Model/CategoryAssociatedContent.html"><abbr title="Thelia\Model\CategoryAssociatedContent">CategoryAssociatedContent</abbr></a></td> <td>$l</td> <td>ChildCategoryAssociatedContent</td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td><a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a></td> <td>The current object (for fluent API support)</td> </tr> </table> </div> </div> <h3 id="method_removeCategoryAssociatedContent"> <div class="location">at line 2654</div> <code> public <a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a> <strong>removeCategoryAssociatedContent</strong>(<a href="../../../Thelia/Model/Base/CategoryAssociatedContent.html"><abbr title="Thelia\Model\Base\CategoryAssociatedContent">CategoryAssociatedContent</abbr></a> $categoryAssociatedContent)</code> </h3> <div class="details"> <p> </p> <p> </p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td><a href="../../../Thelia/Model/Base/CategoryAssociatedContent.html"><abbr title="Thelia\Model\Base\CategoryAssociatedContent">CategoryAssociatedContent</abbr></a></td> <td>$categoryAssociatedContent</td> <td>The categoryAssociatedContent object to remove.</td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td><a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a></td> <td>The current object (for fluent API support)</td> </tr> </table> </div> </div> <h3 id="method_getCategoryAssociatedContentsJoinContent"> <div class="location">at line 2686</div> <code> public <abbr title="Propel\Runtime\Collection\Collection">Collection</abbr>|<a href="../../../Thelia/Model/CategoryAssociatedContent.html"><abbr title="Thelia\Model\CategoryAssociatedContent">CategoryAssociatedContent</abbr></a>[] <strong>getCategoryAssociatedContentsJoinContent</strong>(<abbr title="Propel\Runtime\ActiveQuery\Criteria">Criteria</abbr> $criteria = null, <abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null, string $joinBehavior = Criteria::LEFT_JOIN)</code> </h3> <div class="details"> <p>If this collection has already been initialized with an identical criteria, it returns the collection.</p> <p>Otherwise if this Category is new, it will return an empty collection; or if this Category has previously been saved, it will retrieve related CategoryAssociatedContents from storage.</p> <p>This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in Category.</p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td><abbr title="Propel\Runtime\ActiveQuery\Criteria">Criteria</abbr></td> <td>$criteria</td> <td>optional Criteria object to narrow the query</td> </tr> <tr> <td><abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr></td> <td>$con</td> <td>optional connection object</td> </tr> <tr> <td>string</td> <td>$joinBehavior</td> <td>optional join type to use (defaults to Criteria::LEFT_JOIN)</td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td><abbr title="Propel\Runtime\Collection\Collection">Collection</abbr>|<a href="../../../Thelia/Model/CategoryAssociatedContent.html"><abbr title="Thelia\Model\CategoryAssociatedContent">CategoryAssociatedContent</abbr></a>[]</td> <td>List of ChildCategoryAssociatedContent objects</td> </tr> </table> </div> </div> <h3 id="method_clearCategoryI18ns"> <div class="location">at line 2703</div> <code> public void <strong>clearCategoryI18ns</strong>()</code> </h3> <div class="details"> <p>Clears out the collCategoryI18ns collection</p> <p>This does not modify the database; however, it will remove any associated objects, causing them to be refetched by subsequent calls to accessor method.</p> <div class="tags"> <h4>Return Value</h4> <table> <tr> <td>void</td> <td> </td> </tr> </table> <h4>See also</h4> <table> <tr> <td>addCategoryI18ns()</td> <td></td> </tr> </table> </div> </div> <h3 id="method_resetPartialCategoryI18ns"> <div class="location">at line 2711</div> <code> public <strong>resetPartialCategoryI18ns</strong>($v = true)</code> </h3> <div class="details"> <p>Reset is the collCategoryI18ns collection loaded partially.</p> <p> </p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td></td> <td>$v</td> <td> </td> </tr> </table> </div> </div> <h3 id="method_initCategoryI18ns"> <div class="location">at line 2728</div> <code> public void <strong>initCategoryI18ns</strong>(boolean $overrideExisting = true)</code> </h3> <div class="details"> <p>Initializes the collCategoryI18ns collection.</p> <p>By default this just sets the collCategoryI18ns collection to an empty array (like clearcollCategoryI18ns()); however, you may wish to override this method in your stub class to provide setting appropriate to your application -- for example, setting the initial array to the values stored in database.</p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td>boolean</td> <td>$overrideExisting</td> <td>If set to true, the method call initializes the collection even if it is not empty</td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td>void</td> <td> </td> </tr> </table> </div> </div> <h3 id="method_getCategoryI18ns"> <div class="location">at line 2751</div> <code> public <abbr title="Propel\Runtime\Collection\Collection">Collection</abbr>|<a href="../../../Thelia/Model/CategoryI18n.html"><abbr title="Thelia\Model\CategoryI18n">CategoryI18n</abbr></a>[] <strong>getCategoryI18ns</strong>(<abbr title="Propel\Runtime\ActiveQuery\Criteria">Criteria</abbr> $criteria = null, <abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)</code> </h3> <div class="details"> <p>Gets an array of ChildCategoryI18n objects which contain a foreign key that references this object.</p> <p>If the $criteria is not null, it is used to always fetch the results from the database. Otherwise the results are fetched from the database the first time, then cached. Next time the same method is called without $criteria, the cached collection is returned. If this ChildCategory is new, it will return an empty collection or the current collection; the criteria is ignored on a new object.</p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td><abbr title="Propel\Runtime\ActiveQuery\Criteria">Criteria</abbr></td> <td>$criteria</td> <td>optional Criteria object to narrow the query</td> </tr> <tr> <td><abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr></td> <td>$con</td> <td>optional connection object</td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td><abbr title="Propel\Runtime\Collection\Collection">Collection</abbr>|<a href="../../../Thelia/Model/CategoryI18n.html"><abbr title="Thelia\Model\CategoryI18n">CategoryI18n</abbr></a>[]</td> <td>List of ChildCategoryI18n objects</td> </tr> </table> <h4>Exceptions</h4> <table> <tr> <td><abbr title="PropelException">PropelException</abbr></td> <td> </td> </tr> </table> </div> </div> <h3 id="method_setCategoryI18ns"> <div class="location">at line 2807</div> <code> public <a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a> <strong>setCategoryI18ns</strong>(<abbr title="Propel\Runtime\Collection\Collection">Collection</abbr> $categoryI18ns, <abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)</code> </h3> <div class="details"> <p>Sets a collection of CategoryI18n objects related by a one-to-many relationship to the current object.</p> <p>It will also schedule objects for deletion based on a diff between old objects (aka persisted) and new objects from the given Propel collection.</p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td><abbr title="Propel\Runtime\Collection\Collection">Collection</abbr></td> <td>$categoryI18ns</td> <td>A Propel collection.</td> </tr> <tr> <td><abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr></td> <td>$con</td> <td>Optional connection object</td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td><a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a></td> <td>The current object (for fluent API support)</td> </tr> </table> </div> </div> <h3 id="method_countCategoryI18ns"> <div class="location">at line 2841</div> <code> public int <strong>countCategoryI18ns</strong>(<abbr title="Propel\Runtime\ActiveQuery\Criteria">Criteria</abbr> $criteria = null, boolean $distinct = false, <abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)</code> </h3> <div class="details"> <p>Returns the number of related CategoryI18n objects.</p> <p> </p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td><abbr title="Propel\Runtime\ActiveQuery\Criteria">Criteria</abbr></td> <td>$criteria</td> <td> </td> </tr> <tr> <td>boolean</td> <td>$distinct</td> <td> </td> </tr> <tr> <td><abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr></td> <td>$con</td> <td> </td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td>int</td> <td>Count of related CategoryI18n objects.</td> </tr> </table> <h4>Exceptions</h4> <table> <tr> <td><abbr title="PropelException">PropelException</abbr></td> <td> </td> </tr> </table> </div> </div> <h3 id="method_addCategoryI18n"> <div class="location">at line 2873</div> <code> public <a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a> <strong>addCategoryI18n</strong>(<a href="../../../Thelia/Model/CategoryI18n.html"><abbr title="Thelia\Model\CategoryI18n">CategoryI18n</abbr></a> $l)</code> </h3> <div class="details"> <p>Method called to associate a ChildCategoryI18n object to this object through the ChildCategoryI18n foreign key attribute.</p> <p> </p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td><a href="../../../Thelia/Model/CategoryI18n.html"><abbr title="Thelia\Model\CategoryI18n">CategoryI18n</abbr></a></td> <td>$l</td> <td>ChildCategoryI18n</td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td><a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a></td> <td>The current object (for fluent API support)</td> </tr> </table> </div> </div> <h3 id="method_removeCategoryI18n"> <div class="location">at line 2904</div> <code> public <a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a> <strong>removeCategoryI18n</strong>(<a href="../../../Thelia/Model/Base/CategoryI18n.html"><abbr title="Thelia\Model\Base\CategoryI18n">CategoryI18n</abbr></a> $categoryI18n)</code> </h3> <div class="details"> <p> </p> <p> </p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td><a href="../../../Thelia/Model/Base/CategoryI18n.html"><abbr title="Thelia\Model\Base\CategoryI18n">CategoryI18n</abbr></a></td> <td>$categoryI18n</td> <td>The categoryI18n object to remove.</td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td><a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a></td> <td>The current object (for fluent API support)</td> </tr> </table> </div> </div> <h3 id="method_clearCategoryVersions"> <div class="location">at line 2928</div> <code> public void <strong>clearCategoryVersions</strong>()</code> </h3> <div class="details"> <p>Clears out the collCategoryVersions collection</p> <p>This does not modify the database; however, it will remove any associated objects, causing them to be refetched by subsequent calls to accessor method.</p> <div class="tags"> <h4>Return Value</h4> <table> <tr> <td>void</td> <td> </td> </tr> </table> <h4>See also</h4> <table> <tr> <td>addCategoryVersions()</td> <td></td> </tr> </table> </div> </div> <h3 id="method_resetPartialCategoryVersions"> <div class="location">at line 2936</div> <code> public <strong>resetPartialCategoryVersions</strong>($v = true)</code> </h3> <div class="details"> <p>Reset is the collCategoryVersions collection loaded partially.</p> <p> </p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td></td> <td>$v</td> <td> </td> </tr> </table> </div> </div> <h3 id="method_initCategoryVersions"> <div class="location">at line 2953</div> <code> public void <strong>initCategoryVersions</strong>(boolean $overrideExisting = true)</code> </h3> <div class="details"> <p>Initializes the collCategoryVersions collection.</p> <p>By default this just sets the collCategoryVersions collection to an empty array (like clearcollCategoryVersions()); however, you may wish to override this method in your stub class to provide setting appropriate to your application -- for example, setting the initial array to the values stored in database.</p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td>boolean</td> <td>$overrideExisting</td> <td>If set to true, the method call initializes the collection even if it is not empty</td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td>void</td> <td> </td> </tr> </table> </div> </div> <h3 id="method_getCategoryVersions"> <div class="location">at line 2976</div> <code> public <abbr title="Propel\Runtime\Collection\Collection">Collection</abbr>|<a href="../../../Thelia/Model/CategoryVersion.html"><abbr title="Thelia\Model\CategoryVersion">CategoryVersion</abbr></a>[] <strong>getCategoryVersions</strong>(<abbr title="Propel\Runtime\ActiveQuery\Criteria">Criteria</abbr> $criteria = null, <abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)</code> </h3> <div class="details"> <p>Gets an array of ChildCategoryVersion objects which contain a foreign key that references this object.</p> <p>If the $criteria is not null, it is used to always fetch the results from the database. Otherwise the results are fetched from the database the first time, then cached. Next time the same method is called without $criteria, the cached collection is returned. If this ChildCategory is new, it will return an empty collection or the current collection; the criteria is ignored on a new object.</p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td><abbr title="Propel\Runtime\ActiveQuery\Criteria">Criteria</abbr></td> <td>$criteria</td> <td>optional Criteria object to narrow the query</td> </tr> <tr> <td><abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr></td> <td>$con</td> <td>optional connection object</td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td><abbr title="Propel\Runtime\Collection\Collection">Collection</abbr>|<a href="../../../Thelia/Model/CategoryVersion.html"><abbr title="Thelia\Model\CategoryVersion">CategoryVersion</abbr></a>[]</td> <td>List of ChildCategoryVersion objects</td> </tr> </table> <h4>Exceptions</h4> <table> <tr> <td><abbr title="PropelException">PropelException</abbr></td> <td> </td> </tr> </table> </div> </div> <h3 id="method_setCategoryVersions"> <div class="location">at line 3032</div> <code> public <a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a> <strong>setCategoryVersions</strong>(<abbr title="Propel\Runtime\Collection\Collection">Collection</abbr> $categoryVersions, <abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)</code> </h3> <div class="details"> <p>Sets a collection of CategoryVersion objects related by a one-to-many relationship to the current object.</p> <p>It will also schedule objects for deletion based on a diff between old objects (aka persisted) and new objects from the given Propel collection.</p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td><abbr title="Propel\Runtime\Collection\Collection">Collection</abbr></td> <td>$categoryVersions</td> <td>A Propel collection.</td> </tr> <tr> <td><abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr></td> <td>$con</td> <td>Optional connection object</td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td><a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a></td> <td>The current object (for fluent API support)</td> </tr> </table> </div> </div> <h3 id="method_countCategoryVersions"> <div class="location">at line 3066</div> <code> public int <strong>countCategoryVersions</strong>(<abbr title="Propel\Runtime\ActiveQuery\Criteria">Criteria</abbr> $criteria = null, boolean $distinct = false, <abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)</code> </h3> <div class="details"> <p>Returns the number of related CategoryVersion objects.</p> <p> </p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td><abbr title="Propel\Runtime\ActiveQuery\Criteria">Criteria</abbr></td> <td>$criteria</td> <td> </td> </tr> <tr> <td>boolean</td> <td>$distinct</td> <td> </td> </tr> <tr> <td><abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr></td> <td>$con</td> <td> </td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td>int</td> <td>Count of related CategoryVersion objects.</td> </tr> </table> <h4>Exceptions</h4> <table> <tr> <td><abbr title="PropelException">PropelException</abbr></td> <td> </td> </tr> </table> </div> </div> <h3 id="method_addCategoryVersion"> <div class="location">at line 3098</div> <code> public <a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a> <strong>addCategoryVersion</strong>(<a href="../../../Thelia/Model/CategoryVersion.html"><abbr title="Thelia\Model\CategoryVersion">CategoryVersion</abbr></a> $l)</code> </h3> <div class="details"> <p>Method called to associate a ChildCategoryVersion object to this object through the ChildCategoryVersion foreign key attribute.</p> <p> </p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td><a href="../../../Thelia/Model/CategoryVersion.html"><abbr title="Thelia\Model\CategoryVersion">CategoryVersion</abbr></a></td> <td>$l</td> <td>ChildCategoryVersion</td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td><a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a></td> <td>The current object (for fluent API support)</td> </tr> </table> </div> </div> <h3 id="method_removeCategoryVersion"> <div class="location">at line 3125</div> <code> public <a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a> <strong>removeCategoryVersion</strong>(<a href="../../../Thelia/Model/Base/CategoryVersion.html"><abbr title="Thelia\Model\Base\CategoryVersion">CategoryVersion</abbr></a> $categoryVersion)</code> </h3> <div class="details"> <p> </p> <p> </p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td><a href="../../../Thelia/Model/Base/CategoryVersion.html"><abbr title="Thelia\Model\Base\CategoryVersion">CategoryVersion</abbr></a></td> <td>$categoryVersion</td> <td>The categoryVersion object to remove.</td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td><a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a></td> <td>The current object (for fluent API support)</td> </tr> </table> </div> </div> <h3 id="method_clearProducts"> <div class="location">at line 3149</div> <code> public void <strong>clearProducts</strong>()</code> </h3> <div class="details"> <p>Clears out the collProducts collection</p> <p>This does not modify the database; however, it will remove any associated objects, causing them to be refetched by subsequent calls to accessor method.</p> <div class="tags"> <h4>Return Value</h4> <table> <tr> <td>void</td> <td> </td> </tr> </table> <h4>See also</h4> <table> <tr> <td>addProducts()</td> <td></td> </tr> </table> </div> </div> <h3 id="method_initProducts"> <div class="location">at line 3164</div> <code> public void <strong>initProducts</strong>()</code> </h3> <div class="details"> <p>Initializes the collProducts collection.</p> <p>By default this just sets the collProducts collection to an empty collection (like clearProducts()); however, you may wish to override this method in your stub class to provide setting appropriate to your application -- for example, setting the initial array to the values stored in database.</p> <div class="tags"> <h4>Return Value</h4> <table> <tr> <td>void</td> <td> </td> </tr> </table> </div> </div> <h3 id="method_getProducts"> <div class="location">at line 3185</div> <code> public <abbr title="Propel\Runtime\Collection\ObjectCollection">ObjectCollection</abbr>|<a href="../../../Thelia/Model/Product.html"><abbr title="Thelia\Model\Product">Product</abbr></a>[] <strong>getProducts</strong>(<abbr title="Propel\Runtime\ActiveQuery\Criteria">Criteria</abbr> $criteria = null, <abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)</code> </h3> <div class="details"> <p>Gets a collection of ChildProduct objects related by a many-to-many relationship to the current object by way of the product_category cross-reference table.</p> <p>If the $criteria is not null, it is used to always fetch the results from the database. Otherwise the results are fetched from the database the first time, then cached. Next time the same method is called without $criteria, the cached collection is returned. If this ChildCategory is new, it will return an empty collection or the current collection; the criteria is ignored on a new object.</p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td><abbr title="Propel\Runtime\ActiveQuery\Criteria">Criteria</abbr></td> <td>$criteria</td> <td>Optional query object to filter the query</td> </tr> <tr> <td><abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr></td> <td>$con</td> <td>Optional connection object</td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td><abbr title="Propel\Runtime\Collection\ObjectCollection">ObjectCollection</abbr>|<a href="../../../Thelia/Model/Product.html"><abbr title="Thelia\Model\Product">Product</abbr></a>[]</td> <td>List of ChildProduct objects</td> </tr> </table> </div> </div> <h3 id="method_setProducts"> <div class="location">at line 3215</div> <code> public <a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a> <strong>setProducts</strong>(<abbr title="Propel\Runtime\Collection\Collection">Collection</abbr> $products, <abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)</code> </h3> <div class="details"> <p>Sets a collection of Product objects related by a many-to-many relationship to the current object by way of the product_category cross-reference table.</p> <p>It will also schedule objects for deletion based on a diff between old objects (aka persisted) and new objects from the given Propel collection.</p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td><abbr title="Propel\Runtime\Collection\Collection">Collection</abbr></td> <td>$products</td> <td>A Propel collection.</td> </tr> <tr> <td><abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr></td> <td>$con</td> <td>Optional connection object</td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td><a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a></td> <td>The current object (for fluent API support)</td> </tr> </table> </div> </div> <h3 id="method_countProducts"> <div class="location">at line 3243</div> <code> public int <strong>countProducts</strong>(<abbr title="Propel\Runtime\ActiveQuery\Criteria">Criteria</abbr> $criteria = null, boolean $distinct = false, <abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)</code> </h3> <div class="details"> <p>Gets the number of ChildProduct objects related by a many-to-many relationship to the current object by way of the product_category cross-reference table.</p> <p> </p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td><abbr title="Propel\Runtime\ActiveQuery\Criteria">Criteria</abbr></td> <td>$criteria</td> <td>Optional query object to filter the query</td> </tr> <tr> <td>boolean</td> <td>$distinct</td> <td>Set to true to force count distinct</td> </tr> <tr> <td><abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr></td> <td>$con</td> <td>Optional connection object</td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td>int</td> <td>the number of related ChildProduct objects</td> </tr> </table> </div> </div> <h3 id="method_addProduct"> <div class="location">at line 3270</div> <code> public <a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a> <strong>addProduct</strong>(<a href="../../../Thelia/Model/Product.html"><abbr title="Thelia\Model\Product">Product</abbr></a> $product)</code> </h3> <div class="details"> <p>Associate a ChildProduct object to this object through the product_category cross reference table.</p> <p> </p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td><a href="../../../Thelia/Model/Product.html"><abbr title="Thelia\Model\Product">Product</abbr></a></td> <td>$product</td> <td>The ChildProductCategory object to relate</td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td><a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a></td> <td>The current object (for fluent API support)</td> </tr> </table> </div> </div> <h3 id="method_removeProduct"> <div class="location">at line 3307</div> <code> public <a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a> <strong>removeProduct</strong>(<a href="../../../Thelia/Model/Product.html"><abbr title="Thelia\Model\Product">Product</abbr></a> $product)</code> </h3> <div class="details"> <p>Remove a ChildProduct object to this object through the product_category cross reference table.</p> <p> </p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td><a href="../../../Thelia/Model/Product.html"><abbr title="Thelia\Model\Product">Product</abbr></a></td> <td>$product</td> <td>The ChildProductCategory object to relate</td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td><a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a></td> <td>The current object (for fluent API support)</td> </tr> </table> </div> </div> <h3 id="method_clear"> <div class="location">at line 3326</div> <code> public <strong>clear</strong>()</code> </h3> <div class="details"> <p>Clears the current object and sets all attributes to their default values</p> <p> </p> <div class="tags"> </div> </div> <h3 id="method_clearAllReferences"> <div class="location">at line 3354</div> <code> public <strong>clearAllReferences</strong>(boolean $deep = false)</code> </h3> <div class="details"> <p>Resets all references to other model objects or collections of model objects.</p> <p>This method is a user-space workaround for PHP's inability to garbage collect objects with circular references (even in PHP 5.3). This is currently necessary when using Propel in certain daemon or large-volume/high-memory operations.</p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td>boolean</td> <td>$deep</td> <td>Whether to also clear the references on all referrer objects.</td> </tr> </table> </div> </div> <h3 id="method___toString"> <div class="location">at line 3412</div> <code> public string <strong>__toString</strong>()</code> </h3> <div class="details"> <p>Return the string representation of this object</p> <p> </p> <div class="tags"> <h4>Return Value</h4> <table> <tr> <td>string</td> <td> </td> </tr> </table> </div> </div> <h3 id="method_setLocale"> <div class="location">at line 3426</div> <code> public <a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a> <strong>setLocale</strong>(string $locale = &#039;en_US&#039;)</code> </h3> <div class="details"> <p>Sets the locale for translations</p> <p> </p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td>string</td> <td>$locale</td> <td>Locale to use for the translation, e.g. 'fr_FR'</td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td><a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a></td> <td>The current object (for fluent API support)</td> </tr> </table> </div> </div> <h3 id="method_getLocale"> <div class="location">at line 3438</div> <code> public string <strong>getLocale</strong>()</code> </h3> <div class="details"> <p>Gets the locale for translations</p> <p> </p> <div class="tags"> <h4>Return Value</h4> <table> <tr> <td>string</td> <td>$locale Locale to use for the translation, e.g. 'fr_FR'</td> </tr> </table> </div> </div> <h3 id="method_getTranslation"> <div class="location">at line 3450</div> <code> public <a href="../../../Thelia/Model/CategoryI18n.html"><abbr title="Thelia\Model\CategoryI18n">CategoryI18n</abbr></a> <strong>getTranslation</strong>(string $locale = &#039;en_US&#039;, <abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)</code> </h3> <div class="details"> <p>Returns the current translation for a given locale</p> <p> </p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td>string</td> <td>$locale</td> <td>Locale to use for the translation, e.g. 'fr_FR'</td> </tr> <tr> <td><abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr></td> <td>$con</td> <td>an optional connection object</td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td><a href="../../../Thelia/Model/CategoryI18n.html"><abbr title="Thelia\Model\CategoryI18n">CategoryI18n</abbr></a></td> <td> </td> </tr> </table> </div> </div> <h3 id="method_removeTranslation"> <div class="location">at line 3485</div> <code> public <a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a> <strong>removeTranslation</strong>(string $locale = &#039;en_US&#039;, <abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)</code> </h3> <div class="details"> <p>Remove the translation for a given locale</p> <p> </p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td>string</td> <td>$locale</td> <td>Locale to use for the translation, e.g. 'fr_FR'</td> </tr> <tr> <td><abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr></td> <td>$con</td> <td>an optional connection object</td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td><a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a></td> <td>The current object (for fluent API support)</td> </tr> </table> </div> </div> <h3 id="method_getCurrentTranslation"> <div class="location">at line 3511</div> <code> public <a href="../../../Thelia/Model/CategoryI18n.html"><abbr title="Thelia\Model\CategoryI18n">CategoryI18n</abbr></a> <strong>getCurrentTranslation</strong>(<abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)</code> </h3> <div class="details"> <p>Returns the current translation</p> <p> </p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td><abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr></td> <td>$con</td> <td>an optional connection object</td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td><a href="../../../Thelia/Model/CategoryI18n.html"><abbr title="Thelia\Model\CategoryI18n">CategoryI18n</abbr></a></td> <td> </td> </tr> </table> </div> </div> <h3 id="method_getTitle"> <div class="location">at line 3521</div> <code> public string <strong>getTitle</strong>()</code> </h3> <div class="details"> <p>Get the [title] column value.</p> <p> </p> <div class="tags"> <h4>Return Value</h4> <table> <tr> <td>string</td> <td> </td> </tr> </table> </div> </div> <h3 id="method_setTitle"> <div class="location">at line 3532</div> <code> public <a href="../../../Thelia/Model/CategoryI18n.html"><abbr title="Thelia\Model\CategoryI18n">CategoryI18n</abbr></a> <strong>setTitle</strong>(string $v)</code> </h3> <div class="details"> <p>Set the value of [title] column.</p> <p> </p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td>string</td> <td>$v</td> <td>new value</td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td><a href="../../../Thelia/Model/CategoryI18n.html"><abbr title="Thelia\Model\CategoryI18n">CategoryI18n</abbr></a></td> <td>The current object (for fluent API support)</td> </tr> </table> </div> </div> <h3 id="method_getDescription"> <div class="location">at line 3543</div> <code> public string <strong>getDescription</strong>()</code> </h3> <div class="details"> <p>Get the [description] column value.</p> <p> </p> <div class="tags"> <h4>Return Value</h4> <table> <tr> <td>string</td> <td> </td> </tr> </table> </div> </div> <h3 id="method_setDescription"> <div class="location">at line 3554</div> <code> public <a href="../../../Thelia/Model/CategoryI18n.html"><abbr title="Thelia\Model\CategoryI18n">CategoryI18n</abbr></a> <strong>setDescription</strong>(string $v)</code> </h3> <div class="details"> <p>Set the value of [description] column.</p> <p> </p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td>string</td> <td>$v</td> <td>new value</td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td><a href="../../../Thelia/Model/CategoryI18n.html"><abbr title="Thelia\Model\CategoryI18n">CategoryI18n</abbr></a></td> <td>The current object (for fluent API support)</td> </tr> </table> </div> </div> <h3 id="method_getChapo"> <div class="location">at line 3565</div> <code> public string <strong>getChapo</strong>()</code> </h3> <div class="details"> <p>Get the [chapo] column value.</p> <p> </p> <div class="tags"> <h4>Return Value</h4> <table> <tr> <td>string</td> <td> </td> </tr> </table> </div> </div> <h3 id="method_setChapo"> <div class="location">at line 3576</div> <code> public <a href="../../../Thelia/Model/CategoryI18n.html"><abbr title="Thelia\Model\CategoryI18n">CategoryI18n</abbr></a> <strong>setChapo</strong>(string $v)</code> </h3> <div class="details"> <p>Set the value of [chapo] column.</p> <p> </p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td>string</td> <td>$v</td> <td>new value</td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td><a href="../../../Thelia/Model/CategoryI18n.html"><abbr title="Thelia\Model\CategoryI18n">CategoryI18n</abbr></a></td> <td>The current object (for fluent API support)</td> </tr> </table> </div> </div> <h3 id="method_getPostscriptum"> <div class="location">at line 3587</div> <code> public string <strong>getPostscriptum</strong>()</code> </h3> <div class="details"> <p>Get the [postscriptum] column value.</p> <p> </p> <div class="tags"> <h4>Return Value</h4> <table> <tr> <td>string</td> <td> </td> </tr> </table> </div> </div> <h3 id="method_setPostscriptum"> <div class="location">at line 3598</div> <code> public <a href="../../../Thelia/Model/CategoryI18n.html"><abbr title="Thelia\Model\CategoryI18n">CategoryI18n</abbr></a> <strong>setPostscriptum</strong>(string $v)</code> </h3> <div class="details"> <p>Set the value of [postscriptum] column.</p> <p> </p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td>string</td> <td>$v</td> <td>new value</td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td><a href="../../../Thelia/Model/CategoryI18n.html"><abbr title="Thelia\Model\CategoryI18n">CategoryI18n</abbr></a></td> <td>The current object (for fluent API support)</td> </tr> </table> </div> </div> <h3 id="method_getMetaTitle"> <div class="location">at line 3609</div> <code> public string <strong>getMetaTitle</strong>()</code> </h3> <div class="details"> <p>Get the [meta_title] column value.</p> <p> </p> <div class="tags"> <h4>Return Value</h4> <table> <tr> <td>string</td> <td> </td> </tr> </table> </div> </div> <h3 id="method_setMetaTitle"> <div class="location">at line 3620</div> <code> public <a href="../../../Thelia/Model/CategoryI18n.html"><abbr title="Thelia\Model\CategoryI18n">CategoryI18n</abbr></a> <strong>setMetaTitle</strong>(string $v)</code> </h3> <div class="details"> <p>Set the value of [meta_title] column.</p> <p> </p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td>string</td> <td>$v</td> <td>new value</td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td><a href="../../../Thelia/Model/CategoryI18n.html"><abbr title="Thelia\Model\CategoryI18n">CategoryI18n</abbr></a></td> <td>The current object (for fluent API support)</td> </tr> </table> </div> </div> <h3 id="method_getMetaDescription"> <div class="location">at line 3631</div> <code> public string <strong>getMetaDescription</strong>()</code> </h3> <div class="details"> <p>Get the [meta_description] column value.</p> <p> </p> <div class="tags"> <h4>Return Value</h4> <table> <tr> <td>string</td> <td> </td> </tr> </table> </div> </div> <h3 id="method_setMetaDescription"> <div class="location">at line 3642</div> <code> public <a href="../../../Thelia/Model/CategoryI18n.html"><abbr title="Thelia\Model\CategoryI18n">CategoryI18n</abbr></a> <strong>setMetaDescription</strong>(string $v)</code> </h3> <div class="details"> <p>Set the value of [meta_description] column.</p> <p> </p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td>string</td> <td>$v</td> <td>new value</td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td><a href="../../../Thelia/Model/CategoryI18n.html"><abbr title="Thelia\Model\CategoryI18n">CategoryI18n</abbr></a></td> <td>The current object (for fluent API support)</td> </tr> </table> </div> </div> <h3 id="method_getMetaKeywords"> <div class="location">at line 3653</div> <code> public string <strong>getMetaKeywords</strong>()</code> </h3> <div class="details"> <p>Get the [meta_keywords] column value.</p> <p> </p> <div class="tags"> <h4>Return Value</h4> <table> <tr> <td>string</td> <td> </td> </tr> </table> </div> </div> <h3 id="method_setMetaKeywords"> <div class="location">at line 3664</div> <code> public <a href="../../../Thelia/Model/CategoryI18n.html"><abbr title="Thelia\Model\CategoryI18n">CategoryI18n</abbr></a> <strong>setMetaKeywords</strong>(string $v)</code> </h3> <div class="details"> <p>Set the value of [meta_keywords] column.</p> <p> </p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td>string</td> <td>$v</td> <td>new value</td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td><a href="../../../Thelia/Model/CategoryI18n.html"><abbr title="Thelia\Model\CategoryI18n">CategoryI18n</abbr></a></td> <td>The current object (for fluent API support)</td> </tr> </table> </div> </div> <h3 id="method_enforceVersioning"> <div class="location">at line 3677</div> <code> public <a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a> <strong>enforceVersioning</strong>()</code> </h3> <div class="details"> <p>Enforce a new Version of this object upon next save.</p> <p> </p> <div class="tags"> <h4>Return Value</h4> <table> <tr> <td><a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a></td> <td> </td> </tr> </table> </div> </div> <h3 id="method_isVersioningNecessary"> <div class="location">at line 3689</div> <code> public boolean <strong>isVersioningNecessary</strong>($con = null)</code> </h3> <div class="details"> <p>Checks whether the current state must be recorded as a version</p> <p> </p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td></td> <td>$con</td> <td> </td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td>boolean</td> <td> </td> </tr> </table> </div> </div> <h3 id="method_addVersion"> <div class="location">at line 3713</div> <code> public <a href="../../../Thelia/Model/CategoryVersion.html"><abbr title="Thelia\Model\CategoryVersion">CategoryVersion</abbr></a> <strong>addVersion</strong>(<abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)</code> </h3> <div class="details"> <p>Creates a version of the current object and saves it.</p> <p> </p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td><abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr></td> <td>$con</td> <td>the connection to use</td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td><a href="../../../Thelia/Model/CategoryVersion.html"><abbr title="Thelia\Model\CategoryVersion">CategoryVersion</abbr></a></td> <td>A version object</td> </tr> </table> </div> </div> <h3 id="method_toVersion"> <div class="location">at line 3741</div> <code> public <a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a> <strong>toVersion</strong>(integer $versionNumber, <abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)</code> </h3> <div class="details"> <p>Sets the properties of the current object to the value they had at a specific version</p> <p> </p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td>integer</td> <td>$versionNumber</td> <td>The version number to read</td> </tr> <tr> <td><abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr></td> <td>$con</td> <td>The connection to use</td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td><a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a></td> <td>The current object (for fluent API support)</td> </tr> </table> </div> </div> <h3 id="method_populateFromVersion"> <div class="location">at line 3761</div> <code> public <a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a> <strong>populateFromVersion</strong>(<a href="../../../Thelia/Model/CategoryVersion.html"><abbr title="Thelia\Model\CategoryVersion">CategoryVersion</abbr></a> $version, <abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null, array $loadedObjects = array())</code> </h3> <div class="details"> <p>Sets the properties of the current object to the value they had at a specific version</p> <p> </p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td><a href="../../../Thelia/Model/CategoryVersion.html"><abbr title="Thelia\Model\CategoryVersion">CategoryVersion</abbr></a></td> <td>$version</td> <td>The version object to use</td> </tr> <tr> <td><abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr></td> <td>$con</td> <td>the connection to use</td> </tr> <tr> <td>array</td> <td>$loadedObjects</td> <td>objects that been loaded in a chain of populateFromVersion calls on referrer or fk objects.</td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td><a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a></td> <td>The current object (for fluent API support)</td> </tr> </table> </div> </div> <h3 id="method_getLastVersionNumber"> <div class="location">at line 3784</div> <code> public integer <strong>getLastVersionNumber</strong>(<abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)</code> </h3> <div class="details"> <p>Gets the latest persisted version number for the current object</p> <p> </p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td><abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr></td> <td>$con</td> <td>the connection to use</td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td>integer</td> <td> </td> </tr> </table> </div> </div> <h3 id="method_isLastVersion"> <div class="location">at line 3804</div> <code> public Boolean <strong>isLastVersion</strong>(<abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)</code> </h3> <div class="details"> <p>Checks whether the current object is the latest one</p> <p> </p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td><abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr></td> <td>$con</td> <td>the connection to use</td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td>Boolean</td> <td> </td> </tr> </table> </div> </div> <h3 id="method_getOneVersion"> <div class="location">at line 3817</div> <code> public <a href="../../../Thelia/Model/CategoryVersion.html"><abbr title="Thelia\Model\CategoryVersion">CategoryVersion</abbr></a> <strong>getOneVersion</strong>(integer $versionNumber, <abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)</code> </h3> <div class="details"> <p>Retrieves a version object for this entity and a version number</p> <p> </p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td>integer</td> <td>$versionNumber</td> <td>The version number to read</td> </tr> <tr> <td><abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr></td> <td>$con</td> <td>the connection to use</td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td><a href="../../../Thelia/Model/CategoryVersion.html"><abbr title="Thelia\Model\CategoryVersion">CategoryVersion</abbr></a></td> <td>A version object</td> </tr> </table> </div> </div> <h3 id="method_getAllVersions"> <div class="location">at line 3832</div> <code> public <abbr title="Propel\Runtime\Collection\ObjectCollection">ObjectCollection</abbr> <strong>getAllVersions</strong>(<abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)</code> </h3> <div class="details"> <p>Gets all the versions of this object, in incremental order</p> <p> </p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td><abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr></td> <td>$con</td> <td>the connection to use</td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td><abbr title="Propel\Runtime\Collection\ObjectCollection">ObjectCollection</abbr></td> <td>A list of ChildCategoryVersion objects</td> </tr> </table> </div> </div> <h3 id="method_compareVersion"> <div class="location">at line 3857</div> <code> public array <strong>compareVersion</strong>(integer $versionNumber, string $keys = &#039;columns&#039;, <abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null, array $ignoredColumns = array())</code> </h3> <div class="details"> <p>Compares the current object with another of its version.</p> <p><code> print_r($book->compareVersion(1)); => array( '1' => array('Title' => 'Book title at version 1'), '2' => array('Title' => 'Book title at version 2') ); </code></p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td>integer</td> <td>$versionNumber</td> <td> </td> </tr> <tr> <td>string</td> <td>$keys</td> <td>Main key used for the result diff (versions|columns)</td> </tr> <tr> <td><abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr></td> <td>$con</td> <td>the connection to use</td> </tr> <tr> <td>array</td> <td>$ignoredColumns</td> <td>The columns to exclude from the diff.</td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td>array</td> <td>A list of differences</td> </tr> </table> </div> </div> <h3 id="method_compareVersions"> <div class="location">at line 3883</div> <code> public array <strong>compareVersions</strong>(integer $fromVersionNumber, integer $toVersionNumber, string $keys = &#039;columns&#039;, <abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null, array $ignoredColumns = array())</code> </h3> <div class="details"> <p>Compares two versions of the current object.</p> <p><code> print_r($book->compareVersions(1, 2)); => array( '1' => array('Title' => 'Book title at version 1'), '2' => array('Title' => 'Book title at version 2') ); </code></p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td>integer</td> <td>$fromVersionNumber</td> <td> </td> </tr> <tr> <td>integer</td> <td>$toVersionNumber</td> <td> </td> </tr> <tr> <td>string</td> <td>$keys</td> <td>Main key used for the result diff (versions|columns)</td> </tr> <tr> <td><abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr></td> <td>$con</td> <td>the connection to use</td> </tr> <tr> <td>array</td> <td>$ignoredColumns</td> <td>The columns to exclude from the diff.</td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td>array</td> <td>A list of differences</td> </tr> </table> </div> </div> <h3 id="method_getLastVersions"> <div class="location">at line 3946</div> <code> public <abbr title="Thelia\Model\Base\PropelCollection">PropelCollection</abbr>|array <strong>getLastVersions</strong>($number = 10, $criteria = null, $con = null)</code> </h3> <div class="details"> <p>retrieve the last $number versions.</p> <p> </p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td></td> <td>$number</td> <td> </td> </tr> <tr> <td></td> <td>$criteria</td> <td> </td> </tr> <tr> <td></td> <td>$con</td> <td> </td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td><abbr title="Thelia\Model\Base\PropelCollection">PropelCollection</abbr>|array</td> <td>\Thelia\Model\CategoryVersion[] List of \Thelia\Model\CategoryVersion objects</td> </tr> </table> </div> </div> <h3 id="method_keepUpdateDateUnchanged"> <div class="location">at line 3961</div> <code> public <a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a> <strong>keepUpdateDateUnchanged</strong>()</code> </h3> <div class="details"> <p>Mark the current object so that the update date doesn't get updated during next save</p> <p> </p> <div class="tags"> <h4>Return Value</h4> <table> <tr> <td><a href="../../../Thelia/Model/Category.html"><abbr title="Thelia\Model\Category">Category</abbr></a></td> <td>The current object (for fluent API support)</td> </tr> </table> </div> </div> <h3 id="method_preSave"> <div class="location">at line 3973</div> <code> public boolean <strong>preSave</strong>(<abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)</code> </h3> <div class="details"> <p>Code to be run before persisting the object</p> <p> </p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td><abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr></td> <td>$con</td> <td> </td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td>boolean</td> <td> </td> </tr> </table> </div> </div> <h3 id="method_postSave"> <div class="location">at line 3982</div> <code> public <strong>postSave</strong>(<abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)</code> </h3> <div class="details"> <p>Code to be run after persisting the object</p> <p> </p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td><abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr></td> <td>$con</td> <td> </td> </tr> </table> </div> </div> <h3 id="method_preInsert"> <div class="location">at line 3992</div> <code> public boolean <strong>preInsert</strong>(<abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)</code> </h3> <div class="details"> <p>Code to be run before inserting to database</p> <p> </p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td><abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr></td> <td>$con</td> <td> </td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td>boolean</td> <td> </td> </tr> </table> </div> </div> <h3 id="method_postInsert"> <div class="location">at line 4001</div> <code> public <strong>postInsert</strong>(<abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)</code> </h3> <div class="details"> <p>Code to be run after inserting to database</p> <p> </p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td><abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr></td> <td>$con</td> <td> </td> </tr> </table> </div> </div> <h3 id="method_preUpdate"> <div class="location">at line 4011</div> <code> public boolean <strong>preUpdate</strong>(<abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)</code> </h3> <div class="details"> <p>Code to be run before updating the object in database</p> <p> </p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td><abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr></td> <td>$con</td> <td> </td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td>boolean</td> <td> </td> </tr> </table> </div> </div> <h3 id="method_postUpdate"> <div class="location">at line 4020</div> <code> public <strong>postUpdate</strong>(<abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)</code> </h3> <div class="details"> <p>Code to be run after updating the object in database</p> <p> </p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td><abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr></td> <td>$con</td> <td> </td> </tr> </table> </div> </div> <h3 id="method_preDelete"> <div class="location">at line 4030</div> <code> public boolean <strong>preDelete</strong>(<abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)</code> </h3> <div class="details"> <p>Code to be run before deleting the object in database</p> <p> </p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td><abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr></td> <td>$con</td> <td> </td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td>boolean</td> <td> </td> </tr> </table> </div> </div> <h3 id="method_postDelete"> <div class="location">at line 4039</div> <code> public <strong>postDelete</strong>(<abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)</code> </h3> <div class="details"> <p>Code to be run after deleting the object in database</p> <p> </p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td><abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr></td> <td>$con</td> <td> </td> </tr> </table> </div> </div> <h3 id="method___call"> <div class="location">at line 4056</div> <code> public array|string <strong>__call</strong>(string $name, mixed $params)</code> </h3> <div class="details"> <p>Derived method to catches calls to undefined methods.</p> <p>Provides magic import/export method support (fromXML()/toXML(), fromYAML()/toYAML(), etc.). Allows to define default __call() behavior if you overwrite __call()</p> <div class="tags"> <h4>Parameters</h4> <table> <tr> <td>string</td> <td>$name</td> <td> </td> </tr> <tr> <td>mixed</td> <td>$params</td> <td> </td> </tr> </table> <h4>Return Value</h4> <table> <tr> <td>array|string</td> <td> </td> </tr> </table> </div> </div> </div> <div id="footer"> Generated by <a href="http://sami.sensiolabs.org/" target="_top">Sami, the API Documentation Generator</a>. </div> </body> </html>
original_sources/boost_1_59_0/doc/html/boost/property_tree/load_idp205463792.html
TyRoXx/cdm
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Function template load</title> <link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="../../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset"> <link rel="up" href="../../property_tree/reference.html#header.boost.property_tree.ptree_serialization_hpp" title="Header &lt;boost/property_tree/ptree_serialization.hpp&gt;"> <link rel="prev" href="save_idp154187280.html" title="Function template save"> <link rel="next" href="serialize_idp98162352.html" title="Function template serialize"> </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="save_idp154187280.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../property_tree/reference.html#header.boost.property_tree.ptree_serialization_hpp"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="serialize_idp98162352.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="refentry"> <a name="boost.property_tree.load_idp205463792"></a><div class="titlepage"></div> <div class="refnamediv"> <h2><span class="refentrytitle">Function template load</span></h2> <p>boost::property_tree::load</p> </div> <h2 xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv-title">Synopsis</h2> <div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv"><pre class="synopsis"><span class="comment">// In header: &lt;<a class="link" href="../../property_tree/reference.html#header.boost.property_tree.ptree_serialization_hpp" title="Header &lt;boost/property_tree/ptree_serialization.hpp&gt;">boost/property_tree/ptree_serialization.hpp</a>&gt; </span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> Archive<span class="special">,</span> <span class="keyword">typename</span> K<span class="special">,</span> <span class="keyword">typename</span> D<span class="special">,</span> <span class="keyword">typename</span> C<span class="special">&gt;</span> <span class="keyword">void</span> <span class="identifier">load</span><span class="special">(</span><span class="identifier">Archive</span> <span class="special">&amp;</span> ar<span class="special">,</span> <a class="link" href="basic_ptree.html" title="Class template basic_ptree">basic_ptree</a><span class="special">&lt;</span> <span class="identifier">K</span><span class="special">,</span> <span class="identifier">D</span><span class="special">,</span> <span class="identifier">C</span> <span class="special">&gt;</span> <span class="special">&amp;</span> t<span class="special">,</span> <span class="keyword">const</span> <span class="keyword">unsigned</span> <span class="keyword">int</span> file_version<span class="special">)</span><span class="special">;</span></pre></div> <div class="refsect1"> <a name="idp351274192"></a><h2>Description</h2> <p>De-serialize the property tree to the given archive. </p> <div class="note"><table border="0" summary="Note"> <tr> <td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="../../../../doc/src/images/note.png"></td> <th align="left">Note</th> </tr> <tr><td align="left" valign="top"><p>In addition to de-serializing from regular archives, this supports loading from archives requiring name-value pairs, e.g. XML archives. The format should be that used by boost::property_tree::save. </p></td></tr> </table></div> <p> </p> <div class="variablelist"><table border="0" class="variablelist compact"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody> <tr> <td><p><span class="term">Parameters:</span></p></td> <td><div class="variablelist"><table border="0" class="variablelist compact"> <colgroup> <col align="left" valign="top"> <col> </colgroup> <tbody> <tr> <td><p><span class="term"><code class="computeroutput">ar</code></span></p></td> <td><p>The archive from which to load the serialized property tree. This archive should conform to the concept laid out by the Boost.Serialization library. </p></td> </tr> <tr> <td><p><span class="term"><code class="computeroutput">file_version</code></span></p></td> <td><p>file_version for the archive. </p></td> </tr> <tr> <td><p><span class="term"><code class="computeroutput">t</code></span></p></td> <td><p>The property tree to de-serialize. </p></td> </tr> </tbody> </table></div></td> </tr> <tr> <td><p><span class="term">Postconditions:</span></p></td> <td><p><code class="computeroutput">t</code> will contain the de-serialized data from <code class="computeroutput">ar</code>. </p></td> </tr> </tbody> </table></div> </div> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright &#169; 2008-2010 Marcin Kalicinski<br>Copyright &#169; 2010-2013 Sebastian Redl<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="save_idp154187280.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../property_tree/reference.html#header.boost.property_tree.ptree_serialization_hpp"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="serialize_idp98162352.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
demo/apps/blog/template/archiveYear.css
fateevv/basisjs
.archive-year { list-style: none; } .archive-year__title { margin-left: -16px; padding: .2em 0 .2em 16px; cursor: pointer; background: url(img/arrow_down.png) no-repeat 6px center; } .archive-year__title:hover { background-color: #F0F0F0; } .archive-year__content { padding: 0 0 1em 2ex; margin: 0; } .archive-year__title_collapsed { background-image: url(img/arrow_right.png); background-position: 8px center; } .archive-year__content_collapsed { display: none; }
test/popup.html
acoven/gmail-to-trello-extension
<link rel="stylesheet" type="text/css" href="https://plus.google.com/_/scs/apps-static/_/ss/k=oz.sbw_bss.-1smgvanzin92w.L.W.O/rs=AItRSTNCcL4cfF-dTrM8Z7IVww5VRtSevA"/> <link rel="stylesheet" type="text/css" href="https://plus.google.com/_/scs/apps-static/_/ss/k=oz.recentposts.xax01ynfb4he.L.W.O/am=CA/rs=AItRSTOQ1PbwbApidfgypDGlhOTEigpOgA"/> <link rel="stylesheet" type="text/css" href="../chrome/style.css"/> <script type="text/javascript" src="../chrome/lib/jquery.min.js"></script> <script type="text/javascript" src="../chrome/lib/jquery-ui-1.10.3.custom.min.js"></script> <script type="text/javascript" src="../chrome/lib/eventTarget.js"></script> <script type="text/javascript" src="../chrome/lib/menuControl.js"></script> <meta charset="utf-8"> <div id="gttPopup" class="J-M jQjAxd open" style="right:0; width: 500px"> <div id="gttPopupSlider" class="ui-draggable"></div> <div class="inner"> <div class="hdr clearfix"> <div class="userinfo"> <a class="item" href="https://trello.com/tungnguyenson" target="_blank"> <img class="member-avatar" src="https://trello-avatars.s3.amazonaws.com/890b425b01eea6ec255438ab5c6385f8/30.png"> </a> <a class="item" href="https://trello.com/tungnguyenson" target="_blank">tungnguyenson</a> <span class="item">|</span> <a class="item signOutButton" href="javascript:void(0)">Logout?</a> </div> <span class="item">|</span> <a class="item" href="https://trello.com/b/CGU9BYgd/gmail-to-trello-development" target="_blank"> <img src="chrome-extension://fpmfeohlnanankfeefaffagnkbmgcldg/images/new_icon.gif">Features/Bugs</a> <a class="item" href="javascript:void(0)" id="close-button">[x] Close</a> </div> <div class="popupMsg" style="display: none;">Loading Trello data...</div> <div class="content menuInnerContainer hidden" style="display: block;"> <dl> <dt>Board.:</dt> <dd> <select id="gttBoard"> <option value="">Please select ...</option> <option value="5234e877fac59a0d540060cc">My Boards » Board has no Org</option> <option value="52e1397addf85d4751f99319">My Boards » Gmail To Trello Development</option> <option value="5152cba413c787aa1e00358c">My Boards » IT - Equipment Tool</option> <option value="5268ff76874be19a6e00528e">My Boards » My new board</option> <option value="515becd3e9d9a5cf4800837d">My Boards » Tiki - SEO</option> <option value="515c843d2b6946fb600005c5">My Boards » Tiki - System</option> <option value="527edf9f4fc854947300a9c0">My Boards » Tiki Roadmap 2014</option> <option value="51cc311df58462cf2c00091c">My Boards » Todo</option> <option value="516d6d133bdb27dc0f00089d">My Boards » Todo - 2013</option> <option value="516d6ecf519c2a04780000f6">My Boards » Todo - This month (April)</option> <option value="514321bd285483120c0013e2">My Boards » Todo - Today</option> <option value="4fe1a359700bbe3d205e2a28">My Boards » Welcome Board</option> <option value="_">-----</option> <option value="520b0d7d81aeaa6c0600004e">Tiki Mobile » Development</option> <option value="520b0d8ff11f77df150000dc">Tiki Mobile » Planning</option> <option value="523fe521ab45ca843d004a84">Tiki Mobile » [iOS] Developement</option> <option value="_">-----</option> <option value="522e7bfcee85598b19005456">Tiki.vn » Backend</option> <option value="52382201b71c250138001c8b">Tiki.vn » Backend Development</option> <option value="4f7aaae4884e41fa4b5ebe02">Tiki.vn » Bugs only!</option> <option value="5121b4c2a28e3a03470021cd">Tiki.vn » IT</option> <option value="5152cbc8e6c156d907003a6d">Tiki.vn » IT - Equipment Tool</option> <option value="4fed12bc2138223d613bc37d">Tiki.vn » Inbox</option> <option value="5104d1f2e002eb8d5600241c">Tiki.vn » Lab</option> <option value="50a44fbf0fdb1b383f00d48f">Tiki.vn » Launched 2012</option> <option value="50eb8b56801918b44c000c3f">Tiki.vn » Launched 2013</option> <option value="515bece9e147a75d4b00899e">Tiki.vn » Marketing</option> <option value="522ffbe0083b6cb547000106">Tiki.vn » New platform</option> <option value="518c4f2187092e331e0045be">Tiki.vn » OS Backlog</option> <option value="4fb4b2b68a035da13f59b392">Tiki.vn » Product Planning</option> <option value="4fed0d6b5ba1eb606b25ca19">Tiki.vn » Product Roadmap 2012</option> <option value="50e7f267ba2a89635c0016e3">Tiki.vn » Product Roadmap 2013</option> <option value="5177a2752f7344f71f003394">Tiki.vn » QA and Technical Support</option> <option value="4fed81f4841320c446047157">Tiki.vn » System &amp; Engineering</option> <option value="518a0f025912858b080022f8">Tiki.vn » TOS Development</option> <option value="52dc97229868f85f7aecdad2">Tiki.vn » Talaria Frontend</option> <option value="4e7962f143cecbc072fceeaf">Tiki.vn » Tiki Development</option> <option value="5188cc20ae1a983f51011b46">Tiki.vn » Tiki Mobile</option> <option value="527eee098a4abad21f0041af">Tiki.vn » Tiki Roadmap 2014</option> <option value="510770dba3c834f225008549">Tiki.vn » Tiki.vn upgrading Q1-2013</option> <option value="_">-----</option> <option value="4fe5b8ddc56570256a0ba8c1">Trenity » Treboard</option> <option value="515c8408cc0b92957d000789">Trenity » Welcome copy</option> </select> </dd> <dt>List:</dt> <dd class="clearfix listrow"> <span id="gttListMsg" style="display: none;">Loading...</span> <ul id="gttList" style="display: block;"> <li value="5234e877fac59a0d540060cd" class="active">To Do</li> <li value="5234e877fac59a0d540060ce">Doing</li> <li value="5234e877fac59a0d540060cf">Done</li> </ul> </dd> <dt>Title:</dt> <dd> <input type="text" id="gttTitle" style="width: 396px;"> </dd> <dt>Description:</dt> <dd> <textarea id="gttDesc" style="height: 180px; width: 396px;"></textarea> </dd> <dd> <input type="checkbox" checked="checked" id="chkBackLink"> <label for="chkBackLink">Link back to GMail</label> <input type="checkbox" checked="checked" id="chkSelfAssign" style="margin-left:30px"> <label for="chkSelfAssign">Assign me to this card</label> </dd> <dd> <input type="button" id="addTrelloCard" value="Add to Trello card"> </dd> </dl> </div> </div> </div> <script type="text/javascript"> var listControl = new MenuControl('#gttList li'); </script>
release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/share/doc/arm-arm-none-eabi/html/gdb/Invoking-GDB.html
hajuuk/asuswrt
<html lang="en"> <head> <title>Invoking GDB - Debugging with GDB</title> <meta http-equiv="Content-Type" content="text/html"> <meta name="description" content="Debugging with GDB"> <meta name="generator" content="makeinfo 4.13"> <link title="Top" rel="start" href="index.html#Top"> <link rel="up" href="Invocation.html#Invocation" title="Invocation"> <link rel="next" href="Quitting-GDB.html#Quitting-GDB" title="Quitting GDB"> <link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage"> <!-- Copyright (C) 1988-2013 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with the Invariant Sections being ``Free Software'' and ``Free Software Needs Free Documentation'', with the Front-Cover Texts being ``A GNU Manual,'' and with the Back-Cover Texts as in (a) below. (a) The FSF's Back-Cover Text is: ``You are free to copy and modify this GNU Manual. Buying copies from GNU Press supports the FSF in developing GNU and promoting software freedom.'' --> <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> <link rel="stylesheet" type="text/css" href="../cs.css"> </head> <body> <div class="node"> <a name="Invoking-GDB"></a> <p> Next:&nbsp;<a rel="next" accesskey="n" href="Quitting-GDB.html#Quitting-GDB">Quitting GDB</a>, Up:&nbsp;<a rel="up" accesskey="u" href="Invocation.html#Invocation">Invocation</a> <hr> </div> <h3 class="section">2.1 Invoking <span class="sc">gdb</span></h3> <p>Invoke <span class="sc">gdb</span> by running the program <code>gdb</code>. Once started, <span class="sc">gdb</span> reads commands from the terminal until you tell it to exit. <p>You can also run <code>gdb</code> with a variety of arguments and options, to specify more of your debugging environment at the outset. <p>The command-line options described here are designed to cover a variety of situations; in some environments, some of these options may effectively be unavailable. <p>The most usual way to start <span class="sc">gdb</span> is with one argument, specifying an executable program: <pre class="smallexample"> gdb <var>program</var> </pre> <p class="noindent">You can also start with both an executable program and a core file specified: <pre class="smallexample"> gdb <var>program</var> <var>core</var> </pre> <p>You can, instead, specify a process ID as a second argument, if you want to debug a running process: <pre class="smallexample"> gdb <var>program</var> 1234 </pre> <p class="noindent">would attach <span class="sc">gdb</span> to process <code>1234</code> (unless you also have a file named <samp><span class="file">1234</span></samp>; <span class="sc">gdb</span> does check for a core file first). <p>Taking advantage of the second command-line argument requires a fairly complete operating system; when you use <span class="sc">gdb</span> as a remote debugger attached to a bare board, there may not be any notion of &ldquo;process&rdquo;, and there is often no way to get a core dump. <span class="sc">gdb</span> will warn you if it is unable to attach or to read core dumps. <p>You can optionally have <code>gdb</code> pass any arguments after the executable file to the inferior using <code>--args</code>. This option stops option processing. <pre class="smallexample"> gdb --args gcc -O2 -c foo.c </pre> <p>This will cause <code>gdb</code> to debug <code>gcc</code>, and to set <code>gcc</code>'s command-line arguments (see <a href="Arguments.html#Arguments">Arguments</a>) to &lsquo;<samp><span class="samp">-O2 -c foo.c</span></samp>&rsquo;. <p>You can run <code>gdb</code> without printing the front material, which describes <span class="sc">gdb</span>'s non-warranty, by specifying <code>-silent</code>: <pre class="smallexample"> gdb -silent </pre> <p class="noindent">You can further control how <span class="sc">gdb</span> starts up by using command-line options. <span class="sc">gdb</span> itself can remind you of the options available. <p class="noindent">Type <pre class="smallexample"> gdb -help </pre> <p class="noindent">to display all available options and briefly describe their use (&lsquo;<samp><span class="samp">gdb -h</span></samp>&rsquo; is a shorter equivalent). <p>All options and command line arguments you give are processed in sequential order. The order makes a difference when the &lsquo;<samp><span class="samp">-x</span></samp>&rsquo; option is used. <ul class="menu"> <li><a accesskey="1" href="File-Options.html#File-Options">File Options</a>: Choosing files <li><a accesskey="2" href="Mode-Options.html#Mode-Options">Mode Options</a>: Choosing modes <li><a accesskey="3" href="Startup.html#Startup">Startup</a>: What <span class="sc">gdb</span> does during startup </ul> </body></html>
wp-content/plugins/woocommerce-new-product-badge/assets/css/style0235.css
yudhapratama/woo_commerce_jam
ul.products li.product .wc-new-badge { font-size:.75em; text-transform: uppercase; color: white; background:#eb4649; padding:.2em .5em; display: inline-block; font-weight: 700; border-radius:2px; }
sites/all/libraries/openlayers3/apidoc/ol.proj.Projection.html
NROER/drupal-intranet
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>OpenLayers 3 API Reference - Class: Projection</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.FeatureUrlFunction" class="unstable"> <a href="ol.html#.FeatureUrlFunction">FeatureUrlFunction</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#dispatchEvent" class="unstable"> <a href="ol.Collection.html#dispatchEvent">dispatchEvent</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="event:change" class="unstable"> <a href="global.html#event:change">change</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#dispatchEvent" class="unstable"> <a href="ol.DeviceOrientation.html#dispatchEvent">dispatchEvent</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" class="unstable"> <a href="global.html#event:change">change</a> </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#dispatchEvent" class="unstable"> <a href="ol.Feature.html#dispatchEvent">dispatchEvent</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="event:change" class="unstable"> <a href="global.html#event:change">change</a> </li> <li data-name="ol.ObjectEvent#event:change:geometry" class="unstable"> change:geometry </li> <li data-name="ol.ObjectEvent#event:change:id" class="unstable"> change:id </li> <li data-name="ol.ObjectEvent#event:change:style" class="unstable"> change:style </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#dispatchEvent" class="unstable"> <a href="ol.Geolocation.html#dispatchEvent">dispatchEvent</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" class="unstable"> <a href="global.html#event:change">change</a> </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#dispatchEvent" class="unstable"> <a href="ol.Map.html#dispatchEvent">dispatchEvent</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#getOverlayById" class="unstable"> <a href="ol.Map.html#getOverlayById">getOverlayById</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="event:change" class="unstable"> <a href="global.html#event:change">change</a> </li> <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.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#dispatchEvent" class="unstable"> <a href="ol.Object.html#dispatchEvent">dispatchEvent</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="event:change" class="unstable"> <a href="global.html#event:change">change</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.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#dispatchEvent" class="unstable"> <a href="ol.Observable.html#dispatchEvent">dispatchEvent</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"> <span class="subtitle">Fires</span> <li data-name="event:change" class="unstable"> <a href="global.html#event:change">change</a> </li> </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#dispatchEvent" class="unstable"> <a href="ol.Overlay.html#dispatchEvent">dispatchEvent</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#getId" class="unstable"> <a href="ol.Overlay.html#getId">getId</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="event:change" class="unstable"> <a href="global.html#event:change">change</a> </li> <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.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.VectorTile"> <span class="title"> <a href="ol.VectorTile.html">ol.VectorTile</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.VectorTile#getFormat" class="unstable"> <a href="ol.VectorTile.html#getFormat">getFormat</a> </li> <li data-name="ol.VectorTile#getTileCoord" class="unstable"> <a href="ol.VectorTile.html#getTileCoord">getTileCoord</a> </li> <li data-name="ol.VectorTile#setLoader" class="unstable"> <a href="ol.VectorTile.html#setLoader">setLoader</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#dispatchEvent" class="unstable"> <a href="ol.View.html#dispatchEvent">dispatchEvent</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="event:change" class="unstable"> <a href="global.html#event:change">change</a> </li> <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#dispatchEvent" class="unstable"> <a href="ol.control.Attribution.html#dispatchEvent">dispatchEvent</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="event:change" class="unstable"> <a href="global.html#event:change">change</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.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#dispatchEvent" class="unstable"> <a href="ol.control.Control.html#dispatchEvent">dispatchEvent</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="event:change" class="unstable"> <a href="global.html#event:change">change</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.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#dispatchEvent" class="unstable"> <a href="ol.control.FullScreen.html#dispatchEvent">dispatchEvent</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="event:change" class="unstable"> <a href="global.html#event:change">change</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.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#dispatchEvent" class="unstable"> <a href="ol.control.MousePosition.html#dispatchEvent">dispatchEvent</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="event:change" class="unstable"> <a href="global.html#event:change">change</a> </li> <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#dispatchEvent" class="unstable"> <a href="ol.control.OverviewMap.html#dispatchEvent">dispatchEvent</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#getOverviewMap" class="unstable"> <a href="ol.control.OverviewMap.html#getOverviewMap">getOverviewMap</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="event:change" class="unstable"> <a href="global.html#event:change">change</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.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#dispatchEvent" class="unstable"> <a href="ol.control.Rotate.html#dispatchEvent">dispatchEvent</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="event:change" class="unstable"> <a href="global.html#event:change">change</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.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#dispatchEvent" class="unstable"> <a href="ol.control.ScaleLine.html#dispatchEvent">dispatchEvent</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="event:change" class="unstable"> <a href="global.html#event:change">change</a> </li> <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#dispatchEvent" class="unstable"> <a href="ol.control.Zoom.html#dispatchEvent">dispatchEvent</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="event:change" class="unstable"> <a href="global.html#event:change">change</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.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#dispatchEvent" class="unstable"> <a href="ol.control.ZoomSlider.html#dispatchEvent">dispatchEvent</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="event:change" class="unstable"> <a href="global.html#event:change">change</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.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#dispatchEvent" class="unstable"> <a href="ol.control.ZoomToExtent.html#dispatchEvent">dispatchEvent</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="event:change" class="unstable"> <a href="global.html#event:change">change</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.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.doubleClick" class=""> <a href="ol.events.condition.html#.doubleClick">doubleClick</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.tile" class="unstable"> <a href="ol.featureloader.html#.tile">tile</a> </li> <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.MVT"> <span class="title"> <a href="ol.format.MVT.html">ol.format.MVT</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.MVT#setLayers" class="unstable"> <a href="ol.format.MVT.html#setLayers">setLayers</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#dispatchEvent" class="unstable"> <a href="ol.geom.Circle.html#dispatchEvent">dispatchEvent</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#simplify" class="unstable"> <a href="ol.geom.Circle.html#simplify">simplify</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" class="unstable"> <a href="global.html#event:change">change</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.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#dispatchEvent" class="unstable"> <a href="ol.geom.Geometry.html#dispatchEvent">dispatchEvent</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#simplify" class="unstable"> <a href="ol.geom.Geometry.html#simplify">simplify</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" class="unstable"> <a href="global.html#event:change">change</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.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#dispatchEvent" class="unstable"> <a href="ol.geom.GeometryCollection.html#dispatchEvent">dispatchEvent</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#simplify" class="unstable"> <a href="ol.geom.GeometryCollection.html#simplify">simplify</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" class="unstable"> <a href="global.html#event:change">change</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.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#dispatchEvent" class="unstable"> <a href="ol.geom.LineString.html#dispatchEvent">dispatchEvent</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#simplify" class="unstable"> <a href="ol.geom.LineString.html#simplify">simplify</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" class="unstable"> <a href="global.html#event:change">change</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.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#dispatchEvent" class="unstable"> <a href="ol.geom.LinearRing.html#dispatchEvent">dispatchEvent</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#simplify" class="unstable"> <a href="ol.geom.LinearRing.html#simplify">simplify</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" class="unstable"> <a href="global.html#event:change">change</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.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#dispatchEvent" class="unstable"> <a href="ol.geom.MultiLineString.html#dispatchEvent">dispatchEvent</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#simplify" class="unstable"> <a href="ol.geom.MultiLineString.html#simplify">simplify</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" class="unstable"> <a href="global.html#event:change">change</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.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#dispatchEvent" class="unstable"> <a href="ol.geom.MultiPoint.html#dispatchEvent">dispatchEvent</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#simplify" class="unstable"> <a href="ol.geom.MultiPoint.html#simplify">simplify</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" class="unstable"> <a href="global.html#event:change">change</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.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#dispatchEvent" class="unstable"> <a href="ol.geom.MultiPolygon.html#dispatchEvent">dispatchEvent</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#simplify" class="unstable"> <a href="ol.geom.MultiPolygon.html#simplify">simplify</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" class="unstable"> <a href="global.html#event:change">change</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.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#dispatchEvent" class="unstable"> <a href="ol.geom.Point.html#dispatchEvent">dispatchEvent</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#simplify" class="unstable"> <a href="ol.geom.Point.html#simplify">simplify</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" class="unstable"> <a href="global.html#event:change">change</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.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#dispatchEvent" class="unstable"> <a href="ol.geom.Polygon.html#dispatchEvent">dispatchEvent</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#simplify" class="unstable"> <a href="ol.geom.Polygon.html#simplify">simplify</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" class="unstable"> <a href="global.html#event:change">change</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.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#dispatchEvent" class="unstable"> <a href="ol.geom.SimpleGeometry.html#dispatchEvent">dispatchEvent</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#simplify" class="unstable"> <a href="ol.geom.SimpleGeometry.html#simplify">simplify</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" class="unstable"> <a href="global.html#event:change">change</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.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#dispatchEvent" class="unstable"> <a href="ol.interaction.DoubleClickZoom.html#dispatchEvent">dispatchEvent</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="event:change" class="unstable"> <a href="global.html#event:change">change</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.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#dispatchEvent" class="unstable"> <a href="ol.interaction.DragAndDrop.html#dispatchEvent">dispatchEvent</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="event:change" class="unstable"> <a href="global.html#event:change">change</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#dispatchEvent" class="unstable"> <a href="ol.interaction.DragBox.html#dispatchEvent">dispatchEvent</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="event:change" class="unstable"> <a href="global.html#event:change">change</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#dispatchEvent" class="unstable"> <a href="ol.interaction.DragPan.html#dispatchEvent">dispatchEvent</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="event:change" class="unstable"> <a href="global.html#event:change">change</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.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#dispatchEvent" class="unstable"> <a href="ol.interaction.DragRotate.html#dispatchEvent">dispatchEvent</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="event:change" class="unstable"> <a href="global.html#event:change">change</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.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#dispatchEvent" class="unstable"> <a href="ol.interaction.DragRotateAndZoom.html#dispatchEvent">dispatchEvent</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="event:change" class="unstable"> <a href="global.html#event:change">change</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.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#dispatchEvent" class="unstable"> <a href="ol.interaction.DragZoom.html#dispatchEvent">dispatchEvent</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="event:change" class="unstable"> <a href="global.html#event:change">change</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#dispatchEvent" class="unstable"> <a href="ol.interaction.Draw.html#dispatchEvent">dispatchEvent</a> </li> <li data-name="ol.interaction.Draw#extend" class="unstable"> <a href="ol.interaction.Draw.html#extend">extend</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#removeLastPoint" class="unstable"> <a href="ol.interaction.Draw.html#removeLastPoint">removeLastPoint</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="event:change" class="unstable"> <a href="global.html#event:change">change</a> </li> <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#dispatchEvent" class="unstable"> <a href="ol.interaction.Interaction.html#dispatchEvent">dispatchEvent</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="event:change" class="unstable"> <a href="global.html#event:change">change</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.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#dispatchEvent" class="unstable"> <a href="ol.interaction.KeyboardPan.html#dispatchEvent">dispatchEvent</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="event:change" class="unstable"> <a href="global.html#event:change">change</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.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#dispatchEvent" class="unstable"> <a href="ol.interaction.KeyboardZoom.html#dispatchEvent">dispatchEvent</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="event:change" class="unstable"> <a href="global.html#event:change">change</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.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#dispatchEvent" class="unstable"> <a href="ol.interaction.Modify.html#dispatchEvent">dispatchEvent</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="event:change" class="unstable"> <a href="global.html#event:change">change</a> </li> <li data-name="ol.ObjectEvent#event:change:active" class="unstable"> change:active </li> <li data-name="ol.interaction.ModifyEvent#event:modifyend" class="unstable"> <a href="ol.interaction.ModifyEvent.html#event:modifyend">modifyend</a> </li> <li data-name="ol.interaction.ModifyEvent#event:modifystart" class="unstable"> <a href="ol.interaction.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.ModifyEvent"> <span class="title"> <a href="ol.interaction.ModifyEvent.html">ol.interaction.ModifyEvent</a> </span> <ul class="members itemMembers"> <span class="subtitle">Members</span> <li data-name="ol.interaction.ModifyEvent#features"><a href="ol.interaction.ModifyEvent.html#features">features</a></li> <li data-name="ol.interaction.ModifyEvent#mapBrowserPointerEvent"><a href="ol.interaction.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.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#dispatchEvent" class="unstable"> <a href="ol.interaction.MouseWheelZoom.html#dispatchEvent">dispatchEvent</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#setMouseAnchor" class="unstable"> <a href="ol.interaction.MouseWheelZoom.html#setMouseAnchor">setMouseAnchor</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="event:change" class="unstable"> <a href="global.html#event:change">change</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.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#dispatchEvent" class="unstable"> <a href="ol.interaction.PinchRotate.html#dispatchEvent">dispatchEvent</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="event:change" class="unstable"> <a href="global.html#event:change">change</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.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#dispatchEvent" class="unstable"> <a href="ol.interaction.PinchZoom.html#dispatchEvent">dispatchEvent</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="event:change" class="unstable"> <a href="global.html#event:change">change</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.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#dispatchEvent" class="unstable"> <a href="ol.interaction.Pointer.html#dispatchEvent">dispatchEvent</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="event:change" class="unstable"> <a href="global.html#event:change">change</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.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#dispatchEvent" class="unstable"> <a href="ol.interaction.Select.html#dispatchEvent">dispatchEvent</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#getLayer" class="unstable"> <a href="ol.interaction.Select.html#getLayer">getLayer</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="event:change" class="unstable"> <a href="global.html#event:change">change</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> <li data-name="ol.interaction.SelectEvent#event:select" class="unstable"> <a href="ol.interaction.SelectEvent.html#event:select">select</a> </li> </ul> </li> <li class="item" data-name="ol.interaction.SelectEvent"> <span class="title"> <a href="ol.interaction.SelectEvent.html">ol.interaction.SelectEvent</a> </span> <ul class="members itemMembers"> <span class="subtitle">Members</span> <li data-name="ol.interaction.SelectEvent#deselected"><a href="ol.interaction.SelectEvent.html#deselected">deselected</a></li> <li data-name="ol.interaction.SelectEvent#mapBrowserEvent"><a href="ol.interaction.SelectEvent.html#mapBrowserEvent">mapBrowserEvent</a></li> <li data-name="ol.interaction.SelectEvent#selected"><a href="ol.interaction.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.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#dispatchEvent" class="unstable"> <a href="ol.interaction.Snap.html#dispatchEvent">dispatchEvent</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="event:change" class="unstable"> <a href="global.html#event:change">change</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.Translate"> <span class="title"> <a href="ol.interaction.Translate.html">ol.interaction.Translate</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.Translate#changed" class="unstable"> <a href="ol.interaction.Translate.html#changed">changed</a> </li> <li data-name="ol.interaction.Translate#dispatchEvent" class="unstable"> <a href="ol.interaction.Translate.html#dispatchEvent">dispatchEvent</a> </li> <li data-name="ol.interaction.Translate#get" class=""> <a href="ol.interaction.Translate.html#get">get</a> </li> <li data-name="ol.interaction.Translate#getActive" class="unstable"> <a href="ol.interaction.Translate.html#getActive">getActive</a> </li> <li data-name="ol.interaction.Translate#getKeys" class=""> <a href="ol.interaction.Translate.html#getKeys">getKeys</a> </li> <li data-name="ol.interaction.Translate#getProperties" class=""> <a href="ol.interaction.Translate.html#getProperties">getProperties</a> </li> <li data-name="ol.interaction.Translate#getRevision" class="unstable"> <a href="ol.interaction.Translate.html#getRevision">getRevision</a> </li> <li data-name="ol.interaction.Translate#on" class=""> <a href="ol.interaction.Translate.html#on">on</a> </li> <li data-name="ol.interaction.Translate#once" class=""> <a href="ol.interaction.Translate.html#once">once</a> </li> <li data-name="ol.interaction.Translate#set" class=""> <a href="ol.interaction.Translate.html#set">set</a> </li> <li data-name="ol.interaction.Translate#setActive" class="unstable"> <a href="ol.interaction.Translate.html#setActive">setActive</a> </li> <li data-name="ol.interaction.Translate#setProperties" class=""> <a href="ol.interaction.Translate.html#setProperties">setProperties</a> </li> <li data-name="ol.interaction.Translate#un" class=""> <a href="ol.interaction.Translate.html#un">un</a> </li> <li data-name="ol.interaction.Translate#unByKey" class=""> <a href="ol.interaction.Translate.html#unByKey">unByKey</a> </li> <li data-name="ol.interaction.Translate#unset" class=""> <a href="ol.interaction.Translate.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="event:change" class="unstable"> <a href="global.html#event:change">change</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> <li data-name="ol.interaction.TranslateEvent#event:translateend" class="unstable"> <a href="ol.interaction.TranslateEvent.html#event:translateend">translateend</a> </li> <li data-name="ol.interaction.TranslateEvent#event:translatestart" class="unstable"> <a href="ol.interaction.TranslateEvent.html#event:translatestart">translatestart</a> </li> <li data-name="ol.interaction.TranslateEvent#event:translating" class="unstable"> <a href="ol.interaction.TranslateEvent.html#event:translating">translating</a> </li> </ul> </li> <li class="item" data-name="ol.interaction.TranslateEvent"> <span class="title"> <a href="ol.interaction.TranslateEvent.html">ol.interaction.TranslateEvent</a> </span> <ul class="members itemMembers"> <span class="subtitle">Members</span> <li data-name="ol.interaction.TranslateEvent#coordinate"><a href="ol.interaction.TranslateEvent.html#coordinate">coordinate</a></li> <li data-name="ol.interaction.TranslateEvent#features"><a href="ol.interaction.TranslateEvent.html#features">features</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.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#dispatchEvent" class="unstable"> <a href="ol.layer.Base.html#dispatchEvent">dispatchEvent</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#getExtent" class=""> <a href="ol.layer.Base.html#getExtent">getExtent</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#getVisible" class=""> <a href="ol.layer.Base.html#getVisible">getVisible</a> </li> <li data-name="ol.layer.Base#getZIndex" class="unstable"> <a href="ol.layer.Base.html#getZIndex">getZIndex</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#setExtent" class=""> <a href="ol.layer.Base.html#setExtent">setExtent</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#setVisible" class=""> <a href="ol.layer.Base.html#setVisible">setVisible</a> </li> <li data-name="ol.layer.Base#setZIndex" class="unstable"> <a href="ol.layer.Base.html#setZIndex">setZIndex</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="event:change" class="unstable"> <a href="global.html#event:change">change</a> </li> <li data-name="ol.ObjectEvent#event:change:extent" class="unstable"> change:extent </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:visible" class="unstable"> change:visible </li> <li data-name="ol.ObjectEvent#event:change:zIndex" class="unstable"> change:zIndex </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#dispatchEvent" class="unstable"> <a href="ol.layer.Group.html#dispatchEvent">dispatchEvent</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#getExtent" class=""> <a href="ol.layer.Group.html#getExtent">getExtent</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#getVisible" class=""> <a href="ol.layer.Group.html#getVisible">getVisible</a> </li> <li data-name="ol.layer.Group#getZIndex" class="unstable"> <a href="ol.layer.Group.html#getZIndex">getZIndex</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#setExtent" class=""> <a href="ol.layer.Group.html#setExtent">setExtent</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#setVisible" class=""> <a href="ol.layer.Group.html#setVisible">setVisible</a> </li> <li data-name="ol.layer.Group#setZIndex" class="unstable"> <a href="ol.layer.Group.html#setZIndex">setZIndex</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" class="unstable"> <a href="global.html#event:change">change</a> </li> <li data-name="ol.ObjectEvent#event:change:extent" class="unstable"> change:extent </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:visible" class="unstable"> change:visible </li> <li data-name="ol.ObjectEvent#event:change:zIndex" class="unstable"> change:zIndex </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#dispatchEvent" class="unstable"> <a href="ol.layer.Heatmap.html#dispatchEvent">dispatchEvent</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#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#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#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#getZIndex" class="unstable"> <a href="ol.layer.Heatmap.html#getZIndex">getZIndex</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#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#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#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#setZIndex" class="unstable"> <a href="ol.layer.Heatmap.html#setZIndex">setZIndex</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" class="unstable"> <a href="global.html#event:change">change</a> </li> <li data-name="ol.ObjectEvent#event:change:blur" class="unstable"> change:blur </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: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:source" class="unstable"> change:source </li> <li data-name="ol.ObjectEvent#event:change:visible" class="unstable"> change:visible </li> <li data-name="ol.ObjectEvent#event:change:zIndex" class="unstable"> change:zIndex </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#dispatchEvent" class="unstable"> <a href="ol.layer.Image.html#dispatchEvent">dispatchEvent</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#getExtent" class=""> <a href="ol.layer.Image.html#getExtent">getExtent</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#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#getZIndex" class="unstable"> <a href="ol.layer.Image.html#getZIndex">getZIndex</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#setExtent" class=""> <a href="ol.layer.Image.html#setExtent">setExtent</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#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#setZIndex" class="unstable"> <a href="ol.layer.Image.html#setZIndex">setZIndex</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" class="unstable"> <a href="global.html#event:change">change</a> </li> <li data-name="ol.ObjectEvent#event:change:extent" class="unstable"> change:extent </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:source" class="unstable"> change:source </li> <li data-name="ol.ObjectEvent#event:change:visible" class="unstable"> change:visible </li> <li data-name="ol.ObjectEvent#event:change:zIndex" class="unstable"> change:zIndex </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#dispatchEvent" class="unstable"> <a href="ol.layer.Layer.html#dispatchEvent">dispatchEvent</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#getExtent" class=""> <a href="ol.layer.Layer.html#getExtent">getExtent</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#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#getZIndex" class="unstable"> <a href="ol.layer.Layer.html#getZIndex">getZIndex</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#setExtent" class=""> <a href="ol.layer.Layer.html#setExtent">setExtent</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#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#setZIndex" class="unstable"> <a href="ol.layer.Layer.html#setZIndex">setZIndex</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" class="unstable"> <a href="global.html#event:change">change</a> </li> <li data-name="ol.ObjectEvent#event:change:extent" class="unstable"> change:extent </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:source" class="unstable"> change:source </li> <li data-name="ol.ObjectEvent#event:change:visible" class="unstable"> change:visible </li> <li data-name="ol.ObjectEvent#event:change:zIndex" class="unstable"> change:zIndex </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#dispatchEvent" class="unstable"> <a href="ol.layer.Tile.html#dispatchEvent">dispatchEvent</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#getExtent" class=""> <a href="ol.layer.Tile.html#getExtent">getExtent</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#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#getZIndex" class="unstable"> <a href="ol.layer.Tile.html#getZIndex">getZIndex</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#setExtent" class=""> <a href="ol.layer.Tile.html#setExtent">setExtent</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#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#setZIndex" class="unstable"> <a href="ol.layer.Tile.html#setZIndex">setZIndex</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" class="unstable"> <a href="global.html#event:change">change</a> </li> <li data-name="ol.ObjectEvent#event:change:extent" class="unstable"> change:extent </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: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.ObjectEvent#event:change:zIndex" class="unstable"> change:zIndex </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#dispatchEvent" class="unstable"> <a href="ol.layer.Vector.html#dispatchEvent">dispatchEvent</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#getExtent" class=""> <a href="ol.layer.Vector.html#getExtent">getExtent</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#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#getZIndex" class="unstable"> <a href="ol.layer.Vector.html#getZIndex">getZIndex</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#setExtent" class=""> <a href="ol.layer.Vector.html#setExtent">setExtent</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#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#setZIndex" class="unstable"> <a href="ol.layer.Vector.html#setZIndex">setZIndex</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" class="unstable"> <a href="global.html#event:change">change</a> </li> <li data-name="ol.ObjectEvent#event:change:extent" class="unstable"> change:extent </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:source" class="unstable"> change:source </li> <li data-name="ol.ObjectEvent#event:change:visible" class="unstable"> change:visible </li> <li data-name="ol.ObjectEvent#event:change:zIndex" class="unstable"> change:zIndex </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.VectorTile"> <span class="title"> <a href="ol.layer.VectorTile.html">ol.layer.VectorTile</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.VectorTile#changed" class="unstable"> <a href="ol.layer.VectorTile.html#changed">changed</a> </li> <li data-name="ol.layer.VectorTile#dispatchEvent" class="unstable"> <a href="ol.layer.VectorTile.html#dispatchEvent">dispatchEvent</a> </li> <li data-name="ol.layer.VectorTile#get" class=""> <a href="ol.layer.VectorTile.html#get">get</a> </li> <li data-name="ol.layer.VectorTile#getExtent" class=""> <a href="ol.layer.VectorTile.html#getExtent">getExtent</a> </li> <li data-name="ol.layer.VectorTile#getKeys" class=""> <a href="ol.layer.VectorTile.html#getKeys">getKeys</a> </li> <li data-name="ol.layer.VectorTile#getMaxResolution" class=""> <a href="ol.layer.VectorTile.html#getMaxResolution">getMaxResolution</a> </li> <li data-name="ol.layer.VectorTile#getMinResolution" class=""> <a href="ol.layer.VectorTile.html#getMinResolution">getMinResolution</a> </li> <li data-name="ol.layer.VectorTile#getOpacity" class=""> <a href="ol.layer.VectorTile.html#getOpacity">getOpacity</a> </li> <li data-name="ol.layer.VectorTile#getPreload" class="unstable"> <a href="ol.layer.VectorTile.html#getPreload">getPreload</a> </li> <li data-name="ol.layer.VectorTile#getProperties" class=""> <a href="ol.layer.VectorTile.html#getProperties">getProperties</a> </li> <li data-name="ol.layer.VectorTile#getRevision" class="unstable"> <a href="ol.layer.VectorTile.html#getRevision">getRevision</a> </li> <li data-name="ol.layer.VectorTile#getSource" class="unstable"> <a href="ol.layer.VectorTile.html#getSource">getSource</a> </li> <li data-name="ol.layer.VectorTile#getStyle" class=""> <a href="ol.layer.VectorTile.html#getStyle">getStyle</a> </li> <li data-name="ol.layer.VectorTile#getStyleFunction" class=""> <a href="ol.layer.VectorTile.html#getStyleFunction">getStyleFunction</a> </li> <li data-name="ol.layer.VectorTile#getUseInterimTilesOnError" class="unstable"> <a href="ol.layer.VectorTile.html#getUseInterimTilesOnError">getUseInterimTilesOnError</a> </li> <li data-name="ol.layer.VectorTile#getVisible" class=""> <a href="ol.layer.VectorTile.html#getVisible">getVisible</a> </li> <li data-name="ol.layer.VectorTile#getZIndex" class="unstable"> <a href="ol.layer.VectorTile.html#getZIndex">getZIndex</a> </li> <li data-name="ol.layer.VectorTile#on" class=""> <a href="ol.layer.VectorTile.html#on">on</a> </li> <li data-name="ol.layer.VectorTile#once" class=""> <a href="ol.layer.VectorTile.html#once">once</a> </li> <li data-name="ol.layer.VectorTile#set" class=""> <a href="ol.layer.VectorTile.html#set">set</a> </li> <li data-name="ol.layer.VectorTile#setExtent" class=""> <a href="ol.layer.VectorTile.html#setExtent">setExtent</a> </li> <li data-name="ol.layer.VectorTile#setMap" class="unstable"> <a href="ol.layer.VectorTile.html#setMap">setMap</a> </li> <li data-name="ol.layer.VectorTile#setMaxResolution" class=""> <a href="ol.layer.VectorTile.html#setMaxResolution">setMaxResolution</a> </li> <li data-name="ol.layer.VectorTile#setMinResolution" class=""> <a href="ol.layer.VectorTile.html#setMinResolution">setMinResolution</a> </li> <li data-name="ol.layer.VectorTile#setOpacity" class=""> <a href="ol.layer.VectorTile.html#setOpacity">setOpacity</a> </li> <li data-name="ol.layer.VectorTile#setPreload" class="unstable"> <a href="ol.layer.VectorTile.html#setPreload">setPreload</a> </li> <li data-name="ol.layer.VectorTile#setProperties" class=""> <a href="ol.layer.VectorTile.html#setProperties">setProperties</a> </li> <li data-name="ol.layer.VectorTile#setSource" class=""> <a href="ol.layer.VectorTile.html#setSource">setSource</a> </li> <li data-name="ol.layer.VectorTile#setStyle" class=""> <a href="ol.layer.VectorTile.html#setStyle">setStyle</a> </li> <li data-name="ol.layer.VectorTile#setUseInterimTilesOnError" class="unstable"> <a href="ol.layer.VectorTile.html#setUseInterimTilesOnError">setUseInterimTilesOnError</a> </li> <li data-name="ol.layer.VectorTile#setVisible" class=""> <a href="ol.layer.VectorTile.html#setVisible">setVisible</a> </li> <li data-name="ol.layer.VectorTile#setZIndex" class="unstable"> <a href="ol.layer.VectorTile.html#setZIndex">setZIndex</a> </li> <li data-name="ol.layer.VectorTile#un" class=""> <a href="ol.layer.VectorTile.html#un">un</a> </li> <li data-name="ol.layer.VectorTile#unByKey" class=""> <a href="ol.layer.VectorTile.html#unByKey">unByKey</a> </li> <li data-name="ol.layer.VectorTile#unset" class=""> <a href="ol.layer.VectorTile.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="event:change" class="unstable"> <a href="global.html#event:change">change</a> </li> <li data-name="ol.ObjectEvent#event:change:extent" class="unstable"> change:extent </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: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.ObjectEvent#event:change:zIndex" class="unstable"> change:zIndex </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.Feature"> <span class="title"> <a href="ol.render.Feature.html">ol.render.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.render.Feature#get" class="unstable"> <a href="ol.render.Feature.html#get">get</a> </li> <li data-name="ol.render.Feature#getExtent" class="unstable"> <a href="ol.render.Feature.html#getExtent">getExtent</a> </li> <li data-name="ol.render.Feature#getGeometry" class="unstable"> <a href="ol.render.Feature.html#getGeometry">getGeometry</a> </li> <li data-name="ol.render.Feature#getProperties" class="unstable"> <a href="ol.render.Feature.html#getProperties">getProperties</a> </li> <li data-name="ol.render.Feature#getType" class="unstable"> <a href="ol.render.Feature.html#getType">getType</a> </li> </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#dispatchEvent" class="unstable"> <a href="ol.source.BingMaps.html#dispatchEvent">dispatchEvent</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#getUrls" class="unstable"> <a href="ol.source.BingMaps.html#getUrls">getUrls</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#setAttributions" class="unstable"> <a href="ol.source.BingMaps.html#setAttributions">setAttributions</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#setRenderReprojectionEdges" class="unstable"> <a href="ol.source.BingMaps.html#setRenderReprojectionEdges">setRenderReprojectionEdges</a> </li> <li data-name="ol.source.BingMaps#setTileGridForProjection" class="unstable"> <a href="ol.source.BingMaps.html#setTileGridForProjection">setTileGridForProjection</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#setUrl" class=""> <a href="ol.source.BingMaps.html#setUrl">setUrl</a> </li> <li data-name="ol.source.BingMaps#setUrls" class=""> <a href="ol.source.BingMaps.html#setUrls">setUrls</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" class="unstable"> <a href="global.html#event:change">change</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.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#dispatchEvent" class="unstable"> <a href="ol.source.Cluster.html#dispatchEvent">dispatchEvent</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#setAttributions" class="unstable"> <a href="ol.source.Cluster.html#setAttributions">setAttributions</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" class="unstable"> <a href="global.html#event:change">change</a> </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#dispatchEvent" class="unstable"> <a href="ol.source.Image.html#dispatchEvent">dispatchEvent</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#setAttributions" class="unstable"> <a href="ol.source.Image.html#setAttributions">setAttributions</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" class="unstable"> <a href="global.html#event:change">change</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.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#dispatchEvent" class="unstable"> <a href="ol.source.ImageCanvas.html#dispatchEvent">dispatchEvent</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#setAttributions" class="unstable"> <a href="ol.source.ImageCanvas.html#setAttributions">setAttributions</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" class="unstable"> <a href="global.html#event:change">change</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.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#dispatchEvent" class="unstable"> <a href="ol.source.ImageMapGuide.html#dispatchEvent">dispatchEvent</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#setAttributions" class="unstable"> <a href="ol.source.ImageMapGuide.html#setAttributions">setAttributions</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" class="unstable"> <a href="global.html#event:change">change</a> </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#dispatchEvent" class="unstable"> <a href="ol.source.ImageStatic.html#dispatchEvent">dispatchEvent</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#setAttributions" class="unstable"> <a href="ol.source.ImageStatic.html#setAttributions">setAttributions</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" class="unstable"> <a href="global.html#event:change">change</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.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#dispatchEvent" class="unstable"> <a href="ol.source.ImageVector.html#dispatchEvent">dispatchEvent</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#setAttributions" class="unstable"> <a href="ol.source.ImageVector.html#setAttributions">setAttributions</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" class="unstable"> <a href="global.html#event:change">change</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.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#dispatchEvent" class="unstable"> <a href="ol.source.ImageWMS.html#dispatchEvent">dispatchEvent</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#setAttributions" class="unstable"> <a href="ol.source.ImageWMS.html#setAttributions">setAttributions</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" class="unstable"> <a href="global.html#event:change">change</a> </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#dispatchEvent" class="unstable"> <a href="ol.source.MapQuest.html#dispatchEvent">dispatchEvent</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#getUrls" class="unstable"> <a href="ol.source.MapQuest.html#getUrls">getUrls</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#setAttributions" class="unstable"> <a href="ol.source.MapQuest.html#setAttributions">setAttributions</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#setRenderReprojectionEdges" class="unstable"> <a href="ol.source.MapQuest.html#setRenderReprojectionEdges">setRenderReprojectionEdges</a> </li> <li data-name="ol.source.MapQuest#setTileGridForProjection" class="unstable"> <a href="ol.source.MapQuest.html#setTileGridForProjection">setTileGridForProjection</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#setUrls" class=""> <a href="ol.source.MapQuest.html#setUrls">setUrls</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" class="unstable"> <a href="global.html#event:change">change</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.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#dispatchEvent" class="unstable"> <a href="ol.source.OSM.html#dispatchEvent">dispatchEvent</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#getUrls" class="unstable"> <a href="ol.source.OSM.html#getUrls">getUrls</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#setAttributions" class="unstable"> <a href="ol.source.OSM.html#setAttributions">setAttributions</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#setRenderReprojectionEdges" class="unstable"> <a href="ol.source.OSM.html#setRenderReprojectionEdges">setRenderReprojectionEdges</a> </li> <li data-name="ol.source.OSM#setTileGridForProjection" class="unstable"> <a href="ol.source.OSM.html#setTileGridForProjection">setTileGridForProjection</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#setUrls" class=""> <a href="ol.source.OSM.html#setUrls">setUrls</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" class="unstable"> <a href="global.html#event:change">change</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.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.Raster"> <span class="title"> <a href="ol.source.Raster.html">ol.source.Raster</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.Raster#changed" class="unstable"> <a href="ol.source.Raster.html#changed">changed</a> </li> <li data-name="ol.source.Raster#dispatchEvent" class="unstable"> <a href="ol.source.Raster.html#dispatchEvent">dispatchEvent</a> </li> <li data-name="ol.source.Raster#get" class=""> <a href="ol.source.Raster.html#get">get</a> </li> <li data-name="ol.source.Raster#getAttributions" class=""> <a href="ol.source.Raster.html#getAttributions">getAttributions</a> </li> <li data-name="ol.source.Raster#getKeys" class=""> <a href="ol.source.Raster.html#getKeys">getKeys</a> </li> <li data-name="ol.source.Raster#getLogo" class=""> <a href="ol.source.Raster.html#getLogo">getLogo</a> </li> <li data-name="ol.source.Raster#getProjection" class="unstable"> <a href="ol.source.Raster.html#getProjection">getProjection</a> </li> <li data-name="ol.source.Raster#getProperties" class=""> <a href="ol.source.Raster.html#getProperties">getProperties</a> </li> <li data-name="ol.source.Raster#getRevision" class="unstable"> <a href="ol.source.Raster.html#getRevision">getRevision</a> </li> <li data-name="ol.source.Raster#getState" class="unstable"> <a href="ol.source.Raster.html#getState">getState</a> </li> <li data-name="ol.source.Raster#on" class=""> <a href="ol.source.Raster.html#on">on</a> </li> <li data-name="ol.source.Raster#once" class=""> <a href="ol.source.Raster.html#once">once</a> </li> <li data-name="ol.source.Raster#set" class=""> <a href="ol.source.Raster.html#set">set</a> </li> <li data-name="ol.source.Raster#setAttributions" class="unstable"> <a href="ol.source.Raster.html#setAttributions">setAttributions</a> </li> <li data-name="ol.source.Raster#setOperation" class="unstable"> <a href="ol.source.Raster.html#setOperation">setOperation</a> </li> <li data-name="ol.source.Raster#setProperties" class=""> <a href="ol.source.Raster.html#setProperties">setProperties</a> </li> <li data-name="ol.source.Raster#un" class=""> <a href="ol.source.Raster.html#un">un</a> </li> <li data-name="ol.source.Raster#unByKey" class=""> <a href="ol.source.Raster.html#unByKey">unByKey</a> </li> <li data-name="ol.source.Raster#unset" class=""> <a href="ol.source.Raster.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="event:change" class="unstable"> <a href="global.html#event:change">change</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.RasterEvent"> <span class="title"> <a href="ol.source.RasterEvent.html">ol.source.RasterEvent</a> </span> <ul class="members itemMembers"> <span class="subtitle">Members</span> <li data-name="ol.source.RasterEvent#data"><a href="ol.source.RasterEvent.html#data">data</a></li> <li data-name="ol.source.RasterEvent#extent"><a href="ol.source.RasterEvent.html#extent">extent</a></li> <li data-name="ol.source.RasterEvent#resolution"><a href="ol.source.RasterEvent.html#resolution">resolution</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.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#dispatchEvent" class="unstable"> <a href="ol.source.Source.html#dispatchEvent">dispatchEvent</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#setAttributions" class="unstable"> <a href="ol.source.Source.html#setAttributions">setAttributions</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" class="unstable"> <a href="global.html#event:change">change</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.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#dispatchEvent" class="unstable"> <a href="ol.source.Stamen.html#dispatchEvent">dispatchEvent</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#getUrls" class="unstable"> <a href="ol.source.Stamen.html#getUrls">getUrls</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#setAttributions" class="unstable"> <a href="ol.source.Stamen.html#setAttributions">setAttributions</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#setRenderReprojectionEdges" class="unstable"> <a href="ol.source.Stamen.html#setRenderReprojectionEdges">setRenderReprojectionEdges</a> </li> <li data-name="ol.source.Stamen#setTileGridForProjection" class="unstable"> <a href="ol.source.Stamen.html#setTileGridForProjection">setTileGridForProjection</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#setUrls" class=""> <a href="ol.source.Stamen.html#setUrls">setUrls</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" class="unstable"> <a href="global.html#event:change">change</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.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#dispatchEvent" class="unstable"> <a href="ol.source.Tile.html#dispatchEvent">dispatchEvent</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#setAttributions" class="unstable"> <a href="ol.source.Tile.html#setAttributions">setAttributions</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" class="unstable"> <a href="global.html#event:change">change</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.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#dispatchEvent" class="unstable"> <a href="ol.source.TileArcGISRest.html#dispatchEvent">dispatchEvent</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="unstable"> <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#setAttributions" class="unstable"> <a href="ol.source.TileArcGISRest.html#setAttributions">setAttributions</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#setRenderReprojectionEdges" class="unstable"> <a href="ol.source.TileArcGISRest.html#setRenderReprojectionEdges">setRenderReprojectionEdges</a> </li> <li data-name="ol.source.TileArcGISRest#setTileGridForProjection" class="unstable"> <a href="ol.source.TileArcGISRest.html#setTileGridForProjection">setTileGridForProjection</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" class="unstable"> <a href="global.html#event:change">change</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.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#dispatchEvent" class="unstable"> <a href="ol.source.TileDebug.html#dispatchEvent">dispatchEvent</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#setAttributions" class="unstable"> <a href="ol.source.TileDebug.html#setAttributions">setAttributions</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" class="unstable"> <a href="global.html#event:change">change</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.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#dispatchEvent" class="unstable"> <a href="ol.source.TileImage.html#dispatchEvent">dispatchEvent</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#getUrls" class="unstable"> <a href="ol.source.TileImage.html#getUrls">getUrls</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#setAttributions" class="unstable"> <a href="ol.source.TileImage.html#setAttributions">setAttributions</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#setRenderReprojectionEdges" class="unstable"> <a href="ol.source.TileImage.html#setRenderReprojectionEdges">setRenderReprojectionEdges</a> </li> <li data-name="ol.source.TileImage#setTileGridForProjection" class="unstable"> <a href="ol.source.TileImage.html#setTileGridForProjection">setTileGridForProjection</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#setUrl" class=""> <a href="ol.source.TileImage.html#setUrl">setUrl</a> </li> <li data-name="ol.source.TileImage#setUrls" class=""> <a href="ol.source.TileImage.html#setUrls">setUrls</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" class="unstable"> <a href="global.html#event:change">change</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.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#dispatchEvent" class="unstable"> <a href="ol.source.TileJSON.html#dispatchEvent">dispatchEvent</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#getUrls" class="unstable"> <a href="ol.source.TileJSON.html#getUrls">getUrls</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#setAttributions" class="unstable"> <a href="ol.source.TileJSON.html#setAttributions">setAttributions</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#setRenderReprojectionEdges" class="unstable"> <a href="ol.source.TileJSON.html#setRenderReprojectionEdges">setRenderReprojectionEdges</a> </li> <li data-name="ol.source.TileJSON#setTileGridForProjection" class="unstable"> <a href="ol.source.TileJSON.html#setTileGridForProjection">setTileGridForProjection</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#setUrl" class=""> <a href="ol.source.TileJSON.html#setUrl">setUrl</a> </li> <li data-name="ol.source.TileJSON#setUrls" class=""> <a href="ol.source.TileJSON.html#setUrls">setUrls</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" class="unstable"> <a href="global.html#event:change">change</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.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#dispatchEvent" class="unstable"> <a href="ol.source.TileUTFGrid.html#dispatchEvent">dispatchEvent</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#setAttributions" class="unstable"> <a href="ol.source.TileUTFGrid.html#setAttributions">setAttributions</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" class="unstable"> <a href="global.html#event:change">change</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.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#dispatchEvent" class="unstable"> <a href="ol.source.TileWMS.html#dispatchEvent">dispatchEvent</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="unstable"> <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#setAttributions" class="unstable"> <a href="ol.source.TileWMS.html#setAttributions">setAttributions</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#setRenderReprojectionEdges" class="unstable"> <a href="ol.source.TileWMS.html#setRenderReprojectionEdges">setRenderReprojectionEdges</a> </li> <li data-name="ol.source.TileWMS#setTileGridForProjection" class="unstable"> <a href="ol.source.TileWMS.html#setTileGridForProjection">setTileGridForProjection</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" class="unstable"> <a href="global.html#event:change">change</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.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.UrlTile"> <span class="title"> <a href="ol.source.UrlTile.html">ol.source.UrlTile</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.UrlTile#changed" class="unstable"> <a href="ol.source.UrlTile.html#changed">changed</a> </li> <li data-name="ol.source.UrlTile#dispatchEvent" class="unstable"> <a href="ol.source.UrlTile.html#dispatchEvent">dispatchEvent</a> </li> <li data-name="ol.source.UrlTile#get" class=""> <a href="ol.source.UrlTile.html#get">get</a> </li> <li data-name="ol.source.UrlTile#getAttributions" class=""> <a href="ol.source.UrlTile.html#getAttributions">getAttributions</a> </li> <li data-name="ol.source.UrlTile#getKeys" class=""> <a href="ol.source.UrlTile.html#getKeys">getKeys</a> </li> <li data-name="ol.source.UrlTile#getLogo" class=""> <a href="ol.source.UrlTile.html#getLogo">getLogo</a> </li> <li data-name="ol.source.UrlTile#getProjection" class="unstable"> <a href="ol.source.UrlTile.html#getProjection">getProjection</a> </li> <li data-name="ol.source.UrlTile#getProperties" class=""> <a href="ol.source.UrlTile.html#getProperties">getProperties</a> </li> <li data-name="ol.source.UrlTile#getRevision" class="unstable"> <a href="ol.source.UrlTile.html#getRevision">getRevision</a> </li> <li data-name="ol.source.UrlTile#getState" class="unstable"> <a href="ol.source.UrlTile.html#getState">getState</a> </li> <li data-name="ol.source.UrlTile#getTileGrid" class=""> <a href="ol.source.UrlTile.html#getTileGrid">getTileGrid</a> </li> <li data-name="ol.source.UrlTile#getTileLoadFunction" class="unstable"> <a href="ol.source.UrlTile.html#getTileLoadFunction">getTileLoadFunction</a> </li> <li data-name="ol.source.UrlTile#getTileUrlFunction" class="unstable"> <a href="ol.source.UrlTile.html#getTileUrlFunction">getTileUrlFunction</a> </li> <li data-name="ol.source.UrlTile#getUrls" class="unstable"> <a href="ol.source.UrlTile.html#getUrls">getUrls</a> </li> <li data-name="ol.source.UrlTile#on" class=""> <a href="ol.source.UrlTile.html#on">on</a> </li> <li data-name="ol.source.UrlTile#once" class=""> <a href="ol.source.UrlTile.html#once">once</a> </li> <li data-name="ol.source.UrlTile#set" class=""> <a href="ol.source.UrlTile.html#set">set</a> </li> <li data-name="ol.source.UrlTile#setAttributions" class="unstable"> <a href="ol.source.UrlTile.html#setAttributions">setAttributions</a> </li> <li data-name="ol.source.UrlTile#setProperties" class=""> <a href="ol.source.UrlTile.html#setProperties">setProperties</a> </li> <li data-name="ol.source.UrlTile#setTileLoadFunction" class="unstable"> <a href="ol.source.UrlTile.html#setTileLoadFunction">setTileLoadFunction</a> </li> <li data-name="ol.source.UrlTile#setTileUrlFunction" class="unstable"> <a href="ol.source.UrlTile.html#setTileUrlFunction">setTileUrlFunction</a> </li> <li data-name="ol.source.UrlTile#setUrl" class=""> <a href="ol.source.UrlTile.html#setUrl">setUrl</a> </li> <li data-name="ol.source.UrlTile#setUrls" class=""> <a href="ol.source.UrlTile.html#setUrls">setUrls</a> </li> <li data-name="ol.source.UrlTile#un" class=""> <a href="ol.source.UrlTile.html#un">un</a> </li> <li data-name="ol.source.UrlTile#unByKey" class=""> <a href="ol.source.UrlTile.html#unByKey">unByKey</a> </li> <li data-name="ol.source.UrlTile#unset" class=""> <a href="ol.source.UrlTile.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="ol.source.TileEvent#event:tileloadstart" class=""> <a href="ol.source.TileEvent.html#event:tileloadstart">tileloadstart</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.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> <li data-name="event:change" class="unstable"> <a href="global.html#event:change">change</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#dispatchEvent" class="unstable"> <a href="ol.source.Vector.html#dispatchEvent">dispatchEvent</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#setAttributions" class="unstable"> <a href="ol.source.Vector.html#setAttributions">setAttributions</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" class="unstable"> <a href="global.html#event:change">change</a> </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.VectorTile"> <span class="title"> <a href="ol.source.VectorTile.html">ol.source.VectorTile</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.VectorTile#changed" class="unstable"> <a href="ol.source.VectorTile.html#changed">changed</a> </li> <li data-name="ol.source.VectorTile#dispatchEvent" class="unstable"> <a href="ol.source.VectorTile.html#dispatchEvent">dispatchEvent</a> </li> <li data-name="ol.source.VectorTile#get" class=""> <a href="ol.source.VectorTile.html#get">get</a> </li> <li data-name="ol.source.VectorTile#getAttributions" class=""> <a href="ol.source.VectorTile.html#getAttributions">getAttributions</a> </li> <li data-name="ol.source.VectorTile#getKeys" class=""> <a href="ol.source.VectorTile.html#getKeys">getKeys</a> </li> <li data-name="ol.source.VectorTile#getLogo" class=""> <a href="ol.source.VectorTile.html#getLogo">getLogo</a> </li> <li data-name="ol.source.VectorTile#getProjection" class="unstable"> <a href="ol.source.VectorTile.html#getProjection">getProjection</a> </li> <li data-name="ol.source.VectorTile#getProperties" class=""> <a href="ol.source.VectorTile.html#getProperties">getProperties</a> </li> <li data-name="ol.source.VectorTile#getRevision" class="unstable"> <a href="ol.source.VectorTile.html#getRevision">getRevision</a> </li> <li data-name="ol.source.VectorTile#getState" class="unstable"> <a href="ol.source.VectorTile.html#getState">getState</a> </li> <li data-name="ol.source.VectorTile#getTileGrid" class=""> <a href="ol.source.VectorTile.html#getTileGrid">getTileGrid</a> </li> <li data-name="ol.source.VectorTile#getTileLoadFunction" class="unstable"> <a href="ol.source.VectorTile.html#getTileLoadFunction">getTileLoadFunction</a> </li> <li data-name="ol.source.VectorTile#getTileUrlFunction" class="unstable"> <a href="ol.source.VectorTile.html#getTileUrlFunction">getTileUrlFunction</a> </li> <li data-name="ol.source.VectorTile#getUrls" class="unstable"> <a href="ol.source.VectorTile.html#getUrls">getUrls</a> </li> <li data-name="ol.source.VectorTile#on" class=""> <a href="ol.source.VectorTile.html#on">on</a> </li> <li data-name="ol.source.VectorTile#once" class=""> <a href="ol.source.VectorTile.html#once">once</a> </li> <li data-name="ol.source.VectorTile#set" class=""> <a href="ol.source.VectorTile.html#set">set</a> </li> <li data-name="ol.source.VectorTile#setAttributions" class="unstable"> <a href="ol.source.VectorTile.html#setAttributions">setAttributions</a> </li> <li data-name="ol.source.VectorTile#setProperties" class=""> <a href="ol.source.VectorTile.html#setProperties">setProperties</a> </li> <li data-name="ol.source.VectorTile#setTileLoadFunction" class="unstable"> <a href="ol.source.VectorTile.html#setTileLoadFunction">setTileLoadFunction</a> </li> <li data-name="ol.source.VectorTile#setTileUrlFunction" class="unstable"> <a href="ol.source.VectorTile.html#setTileUrlFunction">setTileUrlFunction</a> </li> <li data-name="ol.source.VectorTile#setUrl" class=""> <a href="ol.source.VectorTile.html#setUrl">setUrl</a> </li> <li data-name="ol.source.VectorTile#setUrls" class=""> <a href="ol.source.VectorTile.html#setUrls">setUrls</a> </li> <li data-name="ol.source.VectorTile#un" class=""> <a href="ol.source.VectorTile.html#un">un</a> </li> <li data-name="ol.source.VectorTile#unByKey" class=""> <a href="ol.source.VectorTile.html#unByKey">unByKey</a> </li> <li data-name="ol.source.VectorTile#unset" class=""> <a href="ol.source.VectorTile.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="event:change" class="unstable"> <a href="global.html#event:change">change</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.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.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#dispatchEvent" class="unstable"> <a href="ol.source.WMTS.html#dispatchEvent">dispatchEvent</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#setAttributions" class="unstable"> <a href="ol.source.WMTS.html#setAttributions">setAttributions</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#setRenderReprojectionEdges" class="unstable"> <a href="ol.source.WMTS.html#setRenderReprojectionEdges">setRenderReprojectionEdges</a> </li> <li data-name="ol.source.WMTS#setTileGridForProjection" class="unstable"> <a href="ol.source.WMTS.html#setTileGridForProjection">setTileGridForProjection</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#setUrl" class=""> <a href="ol.source.WMTS.html#setUrl">setUrl</a> </li> <li data-name="ol.source.WMTS#setUrls" class=""> <a href="ol.source.WMTS.html#setUrls">setUrls</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" class="unstable"> <a href="global.html#event:change">change</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.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#dispatchEvent" class="unstable"> <a href="ol.source.XYZ.html#dispatchEvent">dispatchEvent</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#getUrls" class="unstable"> <a href="ol.source.XYZ.html#getUrls">getUrls</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#setAttributions" class="unstable"> <a href="ol.source.XYZ.html#setAttributions">setAttributions</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#setRenderReprojectionEdges" class="unstable"> <a href="ol.source.XYZ.html#setRenderReprojectionEdges">setRenderReprojectionEdges</a> </li> <li data-name="ol.source.XYZ#setTileGridForProjection" class="unstable"> <a href="ol.source.XYZ.html#setTileGridForProjection">setTileGridForProjection</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#setUrls" class=""> <a href="ol.source.XYZ.html#setUrls">setUrls</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" class="unstable"> <a href="global.html#event:change">change</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.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#dispatchEvent" class="unstable"> <a href="ol.source.Zoomify.html#dispatchEvent">dispatchEvent</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#getUrls" class="unstable"> <a href="ol.source.Zoomify.html#getUrls">getUrls</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#setAttributions" class="unstable"> <a href="ol.source.Zoomify.html#setAttributions">setAttributions</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#setRenderReprojectionEdges" class="unstable"> <a href="ol.source.Zoomify.html#setRenderReprojectionEdges">setRenderReprojectionEdges</a> </li> <li data-name="ol.source.Zoomify#setTileGridForProjection" class="unstable"> <a href="ol.source.Zoomify.html#setTileGridForProjection">setTileGridForProjection</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#setUrl" class=""> <a href="ol.source.Zoomify.html#setUrl">setUrl</a> </li> <li data-name="ol.source.Zoomify#setUrls" class=""> <a href="ol.source.Zoomify.html#setUrls">setUrls</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" class="unstable"> <a href="global.html#event:change">change</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.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#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#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#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#setOpacity" class="unstable"> <a href="ol.style.Circle.html#setOpacity">setOpacity</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#load" class="unstable"> <a href="ol.style.Icon.html#load">load</a> </li> <li data-name="ol.style.Icon#setOpacity" class="unstable"> <a href="ol.style.Icon.html#setOpacity">setOpacity</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#setOpacity" class="unstable"> <a href="ol.style.Image.html#setOpacity">setOpacity</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#setOpacity" class="unstable"> <a href="ol.style.RegularShape.html#setOpacity">setOpacity</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#setOffsetX" class="unstable"> <a href="ol.style.Text.html#setOffsetX">setOffsetX</a> </li> <li data-name="ol.style.Text#setOffsetY" class="unstable"> <a href="ol.style.Text.html#setOffsetY">setOffsetY</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#getTileCoordExtent" class="unstable"> <a href="ol.tilegrid.TileGrid.html#getTileCoordExtent">getTileCoordExtent</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#getTileCoordExtent" class="unstable"> <a href="ol.tilegrid.WMTS.html#getTileCoordExtent">getTileCoordExtent</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#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.proj.Projection.html">Class: Projection</h1> <section> <header> <h2> <span class="ancestors"><a href="ol.html">ol</a><a href="ol.proj.html">.proj</a>.</span>Projection </h2> <div class="class-description"><p>Projection definition class. One of these is created for each projection supported in the application and stored in the <a href="ol.proj.html"><code>ol.proj</code></a> namespace. You can use these in applications, but this is not required, as API params and options use <a href="ol.proj.html#.ProjectionLike"><code>ol.proj.ProjectionLike</code></a> which means the simple string code will suffice.</p> <p>You can use <a href="ol.proj.html#.get"><code>ol.proj.get</code></a> to retrieve the object for a particular projection.</p> <p>The library includes definitions for <code>EPSG:4326</code> and <code>EPSG:3857</code>, together with the following aliases:</p> <ul> <li><code>EPSG:4326</code>: CRS:84, urn:ogc:def:crs:EPSG:6.6:4326, urn:ogc:def:crs:OGC:1.3:CRS84, urn:ogc:def:crs:OGC:2:84, http://www.opengis.net/gml/srs/epsg.xml#4326, urn:x-ogc:def:crs:EPSG:4326</li> <li><code>EPSG:3857</code>: EPSG:102100, EPSG:102113, EPSG:900913, urn:ogc:def:crs:EPSG:6.18:3:3857, http://www.opengis.net/gml/srs/epsg.xml#3857</li> </ul> <p>If you use proj4js, aliases can be added using <code>proj4.defs()</code>; see <a href="https://github.com/proj4js/proj4js">documentation</a>.</p></div> </header> <article> <div class="container-overview"> <dt class=""> <div class="nameContainer"> <h4 class="name" id="Projection"> new ol.proj.Projection<span class="signature">(options)</span> </h4> <div class="tag-source"> src/ol/proj/proj.js, line 85 </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>Projection 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>code</code></td> <td class="type"> <span class="param-type">string</span> </td> <td class="description last"> <p>The SRS identifier code, e.g. <code>EPSG:4326</code>. <span class="required-option">Required.</span></p></td> </tr> <tr class=""> <td class="name"><code>units</code></td> <td class="type"> <span class="param-type"><a href="ol.proj.html#.Units">ol.proj.Units</a></span> | <span class="param-type">string</span> | <span class="param-type">undefined</span> </td> <td class="description last"> <p>Units. Required unless a proj4 projection is defined for <code>code</code>.</p></td> </tr> <tr class=""> <td class="name"><code>extent</code></td> <td class="type"> <span class="param-type"><a href="ol.html#.Extent">ol.Extent</a></span> | <span class="param-type">undefined</span> </td> <td class="description last"> <p>The validity extent for the SRS.</p></td> </tr> <tr class=""> <td class="name"><code>axisOrientation</code></td> <td class="type"> <span class="param-type">string</span> | <span class="param-type">undefined</span> </td> <td class="description last"> <p>The axis orientation as specified in Proj4. The default is <code>enu</code>.</p></td> </tr> <tr class=""> <td class="name"><code>global</code></td> <td class="type"> <span class="param-type">boolean</span> | <span class="param-type">undefined</span> </td> <td class="description last"> <p>Whether the projection is valid for the whole globe. Default is <code>false</code>.</p></td> </tr> <tr class="unstable"> <td class="name"><code>worldExtent</code></td> <td class="type"> <span class="param-type"><a href="ol.html#.Extent">ol.Extent</a></span> | <span class="param-type">undefined</span> </td> <td class="description last"> <span class="stability experimental">experimental</span> <p>The world extent for the SRS.</p></td> </tr> <tr class="unstable"> <td class="name"><code>getPointResolution</code></td> <td class="type"> <span class="param-type">function</span> | <span class="param-type">undefined</span> </td> <td class="description last"> <span class="stability experimental">experimental</span> <p>Function to determine resolution at a point. The function is called with a <code>{number}</code> view resolution and an <code>{ol.Coordinate}</code> as arguments, and returns the <code>{number}</code> resolution at the passed coordinate.</p></td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <dl class="details"> </dl> </dd> </div> <h3 class="subsection-title">Methods</h3> <dl> <dt class=""> <div class="nameContainer"> <h4 class="name" id="getCode"> getCode<span class="signature">()</span><span class="glyphicon glyphicon-circle-arrow-right"></span><span class="type-signature returnType">{string}</span> </h4> <div class="tag-source"> src/ol/proj/proj.js, line 200 </div> </div> </dt> <dd class=""> <div class="description"> <p>Get the code for this projection, e.g. 'EPSG:4326'.</p> </div> <dl class="details"> </dl> <h5>Returns:</h5> Code. <br /> </dd> <dt class=""> <div class="nameContainer"> <h4 class="name" id="getExtent"> getExtent<span class="signature">()</span><span class="glyphicon glyphicon-circle-arrow-right"></span><span class="type-signature returnType">{<a href="ol.html#.Extent">ol.Extent</a>}</span> </h4> <div class="tag-source"> src/ol/proj/proj.js, line 210 </div> </div> </dt> <dd class=""> <div class="description"> <p>Get the validity extent for this projection.</p> </div> <dl class="details"> </dl> <h5>Returns:</h5> Extent. <br /> </dd> <dt class=""> <div class="nameContainer"> <h4 class="name" id="getMetersPerUnit"> getMetersPerUnit<span class="signature">()</span><span class="glyphicon glyphicon-circle-arrow-right"></span><span class="type-signature returnType">{number|undefined}</span> </h4> <div class="tag-source"> src/ol/proj/proj.js, line 231 </div> </div> </dt> <dd class=""> <div class="description"> <p>Get the amount of meters per unit of this projection. If the projection is not configured with a units identifier, the return is <code>undefined</code>.</p> </div> <dl class="details"> </dl> <h5>Returns:</h5> Meters. <br /> </dd> <dt class="unstable"> <div class="nameContainer"> <h4 class="name" id="getPointResolution"> getPointResolution<span class="signature">(resolution, point)</span><span class="glyphicon glyphicon-circle-arrow-right"></span><span class="type-signature returnType">{number}</span> <span class="stability experimental">experimental</span> </h4> <div class="tag-source"> src/ol/proj/proj.js, line 389 </div> </div> </dt> <dd class="unstable"> <div class="description"> <p>Get the resolution of the point in degrees or distance units. For projections with degrees as the unit this will simply return the provided resolution. The default for other projections is to estimate the point resolution by transforming the 'point' pixel to EPSG:4326, measuring its width and height on the normal sphere, and taking the average of the width and height. An alternative implementation may be given when constructing a projection. For many local projections, such a custom function will return the resolution unchanged.</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>resolution</code></td> <td class="type"> <span class="param-type">number</span> </td> <td class="description last"> <p>Resolution in projection units.</p></td> </tr> <tr class=""> <td class="name"><code>point</code></td> <td class="type"> <span class="param-type"><a href="ol.html#.Coordinate">ol.Coordinate</a></span> </td> <td class="description last"> <p>Point.</p></td> </tr> </tbody> </table> <dl class="details"> </dl> <h5>Returns:</h5> Point resolution in projection units. <br /> </dd> <dt class=""> <div class="nameContainer"> <h4 class="name" id="getUnits"> getUnits<span class="signature">()</span><span class="glyphicon glyphicon-circle-arrow-right"></span><span class="type-signature returnType">{<a href="ol.proj.html#.Units">ol.proj.Units</a>}</span> </h4> <div class="tag-source"> src/ol/proj/proj.js, line 220 </div> </div> </dt> <dd class=""> <div class="description"> <p>Get the units of this projection.</p> </div> <dl class="details"> </dl> <h5>Returns:</h5> Units. <br /> </dd> <dt class="unstable"> <div class="nameContainer"> <h4 class="name" id="getWorldExtent"> getWorldExtent<span class="signature">()</span><span class="glyphicon glyphicon-circle-arrow-right"></span><span class="type-signature returnType">{<a href="ol.html#.Extent">ol.Extent</a>}</span> <span class="stability experimental">experimental</span> </h4> <div class="tag-source"> src/ol/proj/proj.js, line 241 </div> </div> </dt> <dd class="unstable"> <div class="description"> <p>Get the world extent for this projection.</p> </div> <dl class="details"> </dl> <h5>Returns:</h5> Extent. <br /> </dd> <dt class=""> <div class="nameContainer"> <h4 class="name" id="isGlobal"> isGlobal<span class="signature">()</span><span class="glyphicon glyphicon-circle-arrow-right"></span><span class="type-signature returnType">{boolean}</span> </h4> <div class="tag-source"> src/ol/proj/proj.js, line 266 </div> </div> </dt> <dd class=""> <div class="description"> <p>Is this projection a global projection which spans the whole world?</p> </div> <dl class="details"> </dl> <h5>Returns:</h5> Whether the projection is global. <br /> </dd> <dt class=""> <div class="nameContainer"> <h4 class="name" id="setExtent"> setExtent<span class="signature">(extent)</span> </h4> <div class="tag-source"> src/ol/proj/proj.js, line 303 </div> </div> </dt> <dd class=""> <div class="description"> <p>Set the validity extent for this projection.</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>extent</code></td> <td class="type"> <span class="param-type"><a href="ol.html#.Extent">ol.Extent</a></span> </td> <td class="description last"> <p>Extent.</p></td> </tr> </tbody> </table> <dl class="details"> </dl> </dd> <dt class="unstable"> <div class="nameContainer"> <h4 class="name" id="setGetPointResolution"> setGetPointResolution<span class="signature">(func)</span> <span class="stability experimental">experimental</span> </h4> <div class="tag-source"> src/ol/proj/proj.js, line 325 </div> </div> </dt> <dd class="unstable"> <div class="description"> <p>Set the getPointResolution function for this projection.</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>func</code></td> <td class="type"> <span class="param-type">function</span> </td> <td class="description last"> <p>Function</p></td> </tr> </tbody> </table> <dl class="details"> </dl> </dd> <dt class=""> <div class="nameContainer"> <h4 class="name" id="setGlobal"> setGlobal<span class="signature">(global)</span> </h4> <div class="tag-source"> src/ol/proj/proj.js, line 276 </div> </div> </dt> <dd class=""> <div class="description"> <p>Set if the projection is a global projection which spans the whole world</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>global</code></td> <td class="type"> <span class="param-type">boolean</span> </td> <td class="description last"> <p>Whether the projection is global.</p></td> </tr> </tbody> </table> <dl class="details"> </dl> </dd> <dt class="unstable"> <div class="nameContainer"> <h4 class="name" id="setWorldExtent"> setWorldExtent<span class="signature">(worldExtent)</span> <span class="stability experimental">experimental</span> </h4> <div class="tag-source"> src/ol/proj/proj.js, line 315 </div> </div> </dt> <dd class="unstable"> <div class="description"> <p>Set the world extent for this projection.</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>worldExtent</code></td> <td class="type"> <span class="param-type"><a href="ol.html#.Extent">ol.Extent</a></span> </td> <td class="description last"> <p>World extent [minlon, minlat, maxlon, maxlat].</p></td> </tr> </tbody> </table> <dl class="details"> </dl> </dd> </dl> </article> </section> </div> </div> <script>prettyPrint();</script> <script src="scripts/linenumber.js"></script> <script src="scripts/main.js"></script> </body> </html>
info/task_short_description.html
Bryukh-Checkio-Tasks/checkio-task-simple-areas
Rectangles and circles and triangles, Oh My!
wp-content/themes/zerogravity/custom-style.css
aleksking/sherrill
/* * You can use this file to small changes in the css rules without modifying the file style.php */
wp-content/themes/destro/brow.css
janadi/PPC
/*-------------------------------------------------*/ /* Colors */ /*-------------------------------------------------*/ body{ color:#000; } a,a:visited,a:focus{ color:#000; } input, select, textarea{color:#7a7a7a;} input[type=text], input[type=password], select, textarea{border:3px solid #c5c5c5;} /* General settings */ #wrapper_one{ } #wrapper_two{ } #wrapper_four{ } .logo_title a{ color:#000; } .logo_desc { color:#000; } .logo_desc a{ color:#000; } #menu{ background:url(images/brow/menu_bg.png); } .current-menu-item, .current_page_item { Background:#424242 !important; } #menu select { border:1px solid #000; } #inner_content_section { background:url(images/brow/innercont.png) repeat; } #featured_section_wilto { background:url(images/brow/wilto.png) repeat; } .carousel-next { width:63px; height:136px; background:url(images/bred/anything-arrows-next.png); } .carousel-prev { width:63px; height:136px; background:url(images/bred/anything-arrows-prev.png); } .wrsubtexth2 h2 a { color:#fff; } .wrtext p { color:#fff; } .wrtext p a { background:#424242 !important; color:#fff; } #sidebar_search_social { background:url(images/brow/ten.png); } #sidebar_facebook { background:url(images/sidebar_facebook.png) no-repeat center right; border-bottom:1px solid #9c988f; } #feed_social { background:url(images/brow/ten.png); } #sidebar_ads_container { background:url(images/brow/ten.png); } #sidebar { background:url(images/brow/ten.png); } #sidebar_facebook p a{ color:#000; } #sidebar_twitter { background:url(images/sidebar_twitter.png) no-repeat center right; border-bottom:1px solid #9c988f; } #sidebar_twitter p a{ color:#000; } #twitter_update_list_1985 p{ color:#939493; } #twitter_update_list_1985 p a{ color:#939493; } #twitter_update_list_1985 p a.twittertime { color:#000; } #twitter_update_list_1985 p a.twittertime span{ color:#6DCFF6; } /* pro */ .ta_meta_container { background:url(images/brow/ten.png); border-bottom:dashed 0 #9c988f; } .actual_post_title_page h2{ color:#000; } .actual_post_title h2{ color:#000; } .actual_post_title h2 a{ color:#000; } .actual_post_title h2 a:visited{ color:#000; } .actual_post_author { border:1px solid #9c988f; border-right:0; border-left:0; } .actual_post_ratings { border:1px solid #9c988f; border-right:0; border-left:0; border-bottom:0; } .actual_post_comments { color:#000; } .metadata{ border-bottom:1px solid #9c988f; } .metadata .bot{ border-bottom:1px solid #9c988f; } .metadata .label{ color:#000; } .postmetadata{ background:#e5e5e5; } .post_author_bio { background:url(images/brow/ten.png); border-bottom: 0 dashed #9c988f; border-top: 0 dashed #9c988f; } .authors_website { background:url(images/authors_website.png) no-repeat; } .authors_website p{ color:#050505; } .authors_twitter { background:url(images/authors_twitter.png) no-repeat; } .authors_twitter p{ color:#050505; } .authors_facebook { background:url(images/authors_facebook.png) no-repeat; } .authors_facebook p{ color:#050505; } .single_newsletter_heading { background:url(images/single_rss.png) right center no-repeat; } .single_newsletter_heading p{ color:#050505; } .single_social_share { background: #9c988f; border-bottom: 0 dashed #9c988f; border-top: 0 dashed #9c988f; } .single_social_share_heading { background:#E6E6E6; } .single_social_share_heading p{ color:#000; } .single_np { background:url(images/brow/ten.png); border-bottom: 0 dashed #9c988f; border-top: 0 dashed #9c988f; } .single_np_prev_np { color:#000; } .single_np_next_np { color:#000; } .single_related_title { background:#2F2F2F; border-top: 0 dashed #3c3c3c; } .single_related_title p{ color:#000; } .single_related_posts { background:#363636; border-bottom: 0 dashed #3C3C3C; } .related_post_title a{ color:#F26521; } .no_comm_single p{ color:#000; } /* Full width page starts */ #main_content_section_full { background:url(images/brow/ten.png); } #main_content_section_search { background:url(images/brow/ten.png); } #main_content_section_search_title { background:url(images/brow/ten.png); } .main_content_section_search_title { color:rgba(255,0,0,1); } .fouroh h2 { color:rgba(0,0,0,1); } .fouroh p { color:rgba(0,0,0,1); } .ta_meta_container_full { background:url(images/brow/ten.png); border-bottom:dashed 0 #9c988f; } .actual_post_title_page_full h2{ color:#000; } /* Full width page ends */ /* entry */ .entry .more-link{ color:#000; } .entry .more-link span{ color:#F26522; border-bottom: 1px solid #F26522; } .entry .wp-caption{ background:#9c988f;} .entry .wp-caption img{ background:none; border:0; } .entry table{ border: 1px solid #9c988f; } .entry table td, .entry table th{ border: 1px solid #9c988f; } .entry table th{ background: #9c988f; } /* Various Tags & Classes */ .entry acronym, .entry abbr{ border-bottom: 1px dashed #dfcfba; } .entry blockquote{ border-left:13px solid #9c988f; } .entry blockquote blockquote{ border-left:13px solid #6dcff6; } blockquote cite { color: #666; } pre { background: #9c988f; } abbr, acronym, dfn { border-bottom: 1px dotted #666; } ins { background: #9c988f; } /* Respond */ #commentform #submit{ background:#000; border:0; color:#000; } /* Comments*/ .commentlist li.comment{ background:url(images/comments_bg.png) repeat; } .commentlist li.trackback{ background:url(images/comments_bg.png) repeat; } .commentlist li.pingback{ background:url(images/comments_bg.png) repeat; } .commentlist .reply a{ background:#000; color:#fff; } .commentlist .reply a:hover{ background:#333; } .comment-author img{ border:3px solid #868686; } .commentlist .fn{ color:#000; } .commentlist .fn a{ color:#000; } .commentlist .comment-author-admin .fn, .commentlist .comment-author-admin .fn a{ color:#000; } .pagination2 span { color:#fff; } .pagination2 a { color:#000; } /* pagination */ .pagination{ background:none; border:1px solid #9c988f; } .pagination .pages{ color:#000; background:#363636; } .pagination a:hover, .pagination .current{ color:#000; background:#9c988f; } /* Sidebar */ .sidebar_widget_top { background:url(images/aqua/ten.png); } .sidebar_widget_bottom { background:url(images/aqua/ten.png); } .widget { background:url(images/aqua/ten.png); color:#000; } .widgettitle { background:url(images/aqua/ten.png); color:#000; } .widget ul li{ border-bottom:1px solid #9c988f; } .widget ul li a{ color:#000; } .widget ul li a:visited, .widget ul li a:focus{ color:#000 !important; } .widget ul ul a{ color:#000; } .widget ul li ul li{ border: 0; } .widget .last{ background:none; } .textwidget p{ color:#000; } /* Calendar */ #wp-calendar caption{color:#000;} #wp-calendar th,#wp-calendar td{color:#000;} #wp-calendar td{background:transparent;} #wp-calendar a{color:#000;} /* tag cloud */ .tagcloud a{ color:#000; } .widget_poll li{ border:0; background: none; } .widget_poll li a{ color:#000; } .wp-polls ul li{ color:#000; } .wp-polls p strong{ color:#000; } .wp-polls p a{ color:#000; } .wp-polls .Buttons { background:#000 !important; border:0 !important; } .widget img { height: auto; max-width: 90%; margin:10px 5%; } .widget select { width: 90%; border:0; margin:10px 5%; } /* pro */ /* Sidebar */ #footer_section .footerp{ color:#000; } #footer_section .footerp a{ color:#000; } #footer_section .footercredit { color:#000; } #footer_section .footercredit a{ color:#000; } .footerp .seach_section { background:none !important; } /* ================================================================== Secure and Accessible PHP Contact Form v.2.0WP FIXED width ACCESSITES.CSS made by Mike Cherim - http://green-beast.com Designed and built to work with the Accessites WordPress theme ================================================================== */ #gb_form { background : transparent; } fieldset { border : 0; } #gb_form legend#mainlegend { background:url(images/dotted_grey.gif) repeat-x bottom; } #gb_form_div .formhead small a { background-image : none; } #gb_form_div .main_formhead, #gb_form_div .formhead { color : #4c4c4c; } #gb_form_div input.short, #gb_form_div input.med, #gb_form_div select.med, #gb_form_div textarea.textbox, #gb_form_div textarea { border : 5px solid #383838; background-color : #f3f3f3; } #gb_form_div input.checkbox { background : transparent; } #gb_form_div input.button { background:#000; border-right:1px solid #000; color:#000; } #gb_form_div small.whythis a span{ background:#000; color : #f5f5f5; } #gb_form_div small.whythis a:hover span{ background:#000; border:1px solid #fff; } #gb_form_div span.items { color : #339999; } .wpcf7-text { border: 5px solid #9c988f !important; background:url(images/brow/ten.png); } .wpcf7-email { border: 5px solid #9c988f !important; background:url(images/brow/ten.png); } .wpcf7-quiz { border: 5px solid #9c988f !important; background:url(images/brow/ten.png); } .wpcf7-textarea { border: 5px solid #9c988f !important; background:url(images/brow/ten.png); } .wpcf7-file{ border: 5px solid #9c988f !important; background:url(images/brow/ten.png); } .wpcf7-submit { background:#000; border:0; color:#000; } /* Mag Lite starts here */ .mag_two_post_title{ border-bottom: 1px solid #9c988f; } .mag_two_post_title h2 a{ color:#000; } .mag_two_post_ratings{ border-bottom: 1px solid #9c988f; } .mag_two_post_thumb { border:0px solid #9c988f; background:#D4D7D1; } /* Mag Lite ends here */ /* Mag starts here */ .mag_post_title{ border-bottom: 1px solid #9c988f; } .mag_post_title h2 a{ color:#000; } .mag_post_ratings{ border-bottom: 1px solid #9c988f; } .mag_post_ratings_normal{ border-top: 1px solid #9c988f; } .mag_post_thumb { border:1px solid #9c988f; background:#D4D7D1; } /* Mag ends here */ /* pro */ #mag_heading p{ color:#000; } .titlemag h2{ border-bottom:1px solid #9c988f; color:#000; } .titlemag h2 a{ color:#000; } .metadatamag{ color:#000; border-bottom:1px solid #9c988f; } .excerpt_mag{ color:#000; } /* Pro Sidebar starts here */ ul.dropdown li { color: #fff; } ul.dropdown li.hover, ul.dropdown li:hover, ul.dropdown li.on { background-color:#424242; } ul.dropdown a:link, ul.dropdown a:visited { color: #fff; } ul.dropdown a:hover { color: #fff; } ul.dropdown a:active { color: #fff; } ul.dropdown li ul li { background-color:#424242; } ul.dropdown li ul li.hover, ul.dropdown li ul li:hover, ul.dropdown li ul li.on { background-color:#424242; } .mag_post_excerpt_more{ color:#000; background:url(images/aqua/ten.png); } .mag_post_excerpt_more a{ color:#000; } /* Mobile First */ #header_social_cont { background:#0c0c0c url(images/header_social_cont.png) repeat-x top; } .header_search_cont .seach_section .searchtext { background:none; } .header_search_cont .seach_section .text { border:none; } .header_search_cont .seach_section .searchsub { border:0px; } #Main_nav .selected a, #nav2 .selected a { color: red } .mag_category_column_vertical{ background:url(images/brow/ten.png); } .mag_category_column_vertical_odd{ background:url(images/brow/ten.png); } #main_content_section_maglite { background:url(images/brow/ten.png); } #main_content_section_mag { background:#9c988f; } #main_content_section { background:#9c988f; } .mag_category_column{ background:#3C3C3C; } .seach_section .searchtext{ background:#9c988f; } .seach_section .text{ color:#000; border:0px; background:none; } .seach_section .searchsub{ background:#000; } .seach_section .submit{ color:#ffffff; background:none; border:0px; } .widget .seach_section .searchtext{ background:url(images/aqua/ten.png); } .widget .seach_section .text{ background:none; color:#000; border:0; } .widget .seach_section .searchsub{ background:#000; } .widget .seach_section .submit{ color:#ffffff; border:0; } #footer_section { background:url(images/brow/wilto.png) repeat; } .bottomfooterwidgety{ color:#000; } .single_np_prev { background:url(images/single_np_prev.png) left center no-repeat; } .single_np_next { background:url(images/single_np_next.png) right center no-repeat; } .gallery a img { border: none; } dl.gallery-item img { background: #fff; border: 1px solid #eee; } .mag_category_column_vertical{ background:#3C3C3C; } .single_np_prev { background:url(images/single_np_prev.png) left center no-repeat; } .single_np_next { background:url(images/single_np_next.png) right center no-repeat; } dl.gallery-item img { background: #fff; border: 1px solid #eee; } .header_search_cont fieldset{ background:#2f2f2f; } .header_search_cont .text{ background:none; color:#878786; } .header_search_cont .searchsub{ background:#000; } .header_search_cont .submit{ color:#ffffff; background:none; border:0px; } #content_section { background:url(images/content_section.png) repeat-x; } #main_content_section_maglite { background:url(images/brow/ten.png); } #main_content_section_mag { background:url(images/brow/ten.png); } #main_content_section { background:url(images/brow/ten.png); } .mag_category_column_vertical{ background:#3C3C3C; } .single_np_prev { background:url(images/single_np_prev.png) left center no-repeat; } .single_np_next { background:url(images/single_np_next.png) right center no-repeat; } dl.gallery-item img { background: #fff; border: 1px solid #eee; } .archiveheading { border-bottom:40px solid #85b282; } .widget select { background:#000; border:0; } .widget .current-menu-item, .widget .current_page_item { background:none !important; } #commentform input[type=text] { border-color:#9c988f; } #commentform textarea { border-color:#9c988f; }
lib/poi-3.17/docs/apidocs/org/apache/poi/ss/formula/ptg/class-use/Ref3DPtg.html
TonyClark/ESL
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <TITLE> Uses of Class org.apache.poi.ss.formula.ptg.Ref3DPtg (POI API Documentation) </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 Class org.apache.poi.ss.formula.ptg.Ref3DPtg (POI API Documentation)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../org/apache/poi/ss/formula/ptg/Ref3DPtg.html" title="class in org.apache.poi.ss.formula.ptg"><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/poi/ss/formula/ptg//class-useRef3DPtg.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="Ref3DPtg.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Class<br>org.apache.poi.ss.formula.ptg.Ref3DPtg</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/poi/ss/formula/ptg/Ref3DPtg.html" title="class in org.apache.poi.ss.formula.ptg">Ref3DPtg</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.poi.ss.formula"><B>org.apache.poi.ss.formula</B></A></TD> <TD>This package contains common internal POI code for manipulating formulas.&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.poi.ss.formula"><!-- --></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/poi/ss/formula/ptg/Ref3DPtg.html" title="class in org.apache.poi.ss.formula.ptg">Ref3DPtg</A> in <A HREF="../../../../../../../org/apache/poi/ss/formula/package-summary.html">org.apache.poi.ss.formula</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="../../../../../../../org/apache/poi/ss/formula/package-summary.html">org.apache.poi.ss.formula</A> with parameters of type <A HREF="../../../../../../../org/apache/poi/ss/formula/ptg/Ref3DPtg.html" title="class in org.apache.poi.ss.formula.ptg">Ref3DPtg</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../../../org/apache/poi/ss/formula/eval/ValueEval.html" title="interface in org.apache.poi.ss.formula.eval">ValueEval</A></CODE></FONT></TD> <TD><CODE><B>OperationEvaluationContext.</B><B><A HREF="../../../../../../../org/apache/poi/ss/formula/OperationEvaluationContext.html#getRef3DEval(org.apache.poi.ss.formula.ptg.Ref3DPtg)">getRef3DEval</A></B>(<A HREF="../../../../../../../org/apache/poi/ss/formula/ptg/Ref3DPtg.html" title="class in org.apache.poi.ss.formula.ptg">Ref3DPtg</A>&nbsp;rptg)</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="../../../../../../../org/apache/poi/ss/formula/ptg/Ref3DPtg.html" title="class in org.apache.poi.ss.formula.ptg"><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/poi/ss/formula/ptg//class-useRef3DPtg.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="Ref3DPtg.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> <i>Copyright 2017 The Apache Software Foundation or its licensors, as applicable.</i> </BODY> </HTML>
app/static/templates/settings/system-left.html
phusion/openbadges-badgekit
<div class="column left"> <p class="admin-title">System</p> <div class="form-dropdown"> <span class="arrow-down"></span> <select name="" disabled="true"> <option value="{{ system.slug }}">{{ system.name }}</option> </select> </div> <ul class="admin-options"> <li class="admin-options-selected"><i class="fa fa-list-ul"></i><a href="" class="js-system-users-btn">System Users</a></li> </ul> <a href="" class="btn js-back-btn">Back</a> </div>
LayoutTests/sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.3_Numeric_Literals/S7.8.3_A3.4_T4.html
youfoh/webkit-efl
<html> <head> <meta charset='utf-8'> <style> .pass { font-weight: bold; color: green; } .fail { font-weight: bold; color: red; } </style> <script> if (window.testRunner) testRunner.dumpAsText(); function SputnikError(message) { this.message = message; } SputnikError.prototype.toString = function () { return 'SputnikError: ' + this.message; }; var sputnikException; function testPrint(msg) { var span = document.createElement("span"); document.getElementById("console").appendChild(span); // insert it first so XHTML knows the namespace span.innerHTML = msg + '<br />'; } function escapeHTML(text) { return text.toString().replace(/&/g, "&amp;").replace(/</g, "&lt;"); } function printTestPassed(msg) { testPrint('<span><span class="pass">PASS</span> ' + escapeHTML(msg) + '</span>'); } function printTestFailed(msg) { testPrint('<span><span class="fail">FAIL</span> ' + escapeHTML(msg) + '</span>'); } function testFailed(msg) { throw new SputnikError(msg); } var successfullyParsed = false; </script> </head> <body> <p>S7.8.3_A3.4_T4</p> <div id='console'></div> <script> try { /** * @name: S7.8.3_A3.4_T4; * @section: 7.8.3; * @assertion: DecimalLiteral :: DecimalIntegerLiteral. DecimalDigigts ExponentPart; * @description: ExponentPart :: E -DecimalDigits; */ //CHECK#0 if (0.0E-1 !== 0) { testFailed('#0: 0.0E-1 === 0'); } //CHECK#1 if (1.1E-1 !== 0.11) { testFailed('#1: 1.1E-1 === 0.11'); } //CHECK#2 if (2.2E-1 !== 0.22) { testFailed('#2: 2.2E-1 === 0.22'); } //CHECK#3 if (3.3E-1 !== 0.33) { testFailed('#3: 3.3E-1 === 0.33'); } //CHECK#4 if (4.4E-1 !== 0.44) { testFailed('#4: 4.4E-1 === 0.44'); } //CHECK#5 if (5.5E-1 !== 0.55) { testFailed('#5: 5.5E-1 === 0.55'); } //CHECK#6 if (6.6E-1 !== 0.66) { testFailed('#6: 6.E-1 === 0.66'); } //CHECK#7 if (7.7E-1 !== 0.77) { testFailed('#7: 7.7E-1 === 0.77'); } //CHECK#8 if (8.8E-1 !== 0.88) { testFailed('#8: 8.8E-1 === 0.88'); } //CHECK#9 if (9.9E-1 !== 0.99) { testFailed('#9: 9.9E-1 === 0.99'); } } catch (ex) { sputnikException = ex; } var successfullyParsed = true; </script> <script> if (!successfullyParsed) printTestFailed('successfullyParsed is not set'); else if (sputnikException) printTestFailed(sputnikException); else printTestPassed(""); testPrint('<br /><span class="pass">TEST COMPLETE</span>'); </script> </body> </html>
LayoutTests/sputnik/Conformance/15_Native_Objects/15.3_Function/15.3.2/S15.3.2.1_A1_T4.html
youfoh/webkit-efl
<html> <head> <meta charset='utf-8'> <style> .pass { font-weight: bold; color: green; } .fail { font-weight: bold; color: red; } </style> <script> if (window.testRunner) testRunner.dumpAsText(); function SputnikError(message) { this.message = message; } SputnikError.prototype.toString = function () { return 'SputnikError: ' + this.message; }; var sputnikException; function testPrint(msg) { var span = document.createElement("span"); document.getElementById("console").appendChild(span); // insert it first so XHTML knows the namespace span.innerHTML = msg + '<br />'; } function escapeHTML(text) { return text.toString().replace(/&/g, "&amp;").replace(/</g, "&lt;"); } function printTestPassed(msg) { testPrint('<span><span class="pass">PASS</span> ' + escapeHTML(msg) + '</span>'); } function printTestFailed(msg) { testPrint('<span><span class="fail">FAIL</span> ' + escapeHTML(msg) + '</span>'); } function testFailed(msg) { throw new SputnikError(msg); } var successfullyParsed = false; </script> </head> <body> <p>S15.3.2.1_A1_T4</p> <div id='console'></div> <script> try { /** * @name: S15.3.2.1_A1_T4; * @section: 15.3.2.1, 13.2; * @assertion: When the Function constructor is called with one argument then body be that argument and the following steps are taken: * i) Call ToString(body) * ii) If P is not parsable as a FormalParameterListopt then throw a SyntaxError exception * iii) If body is not parsable as FunctionBody then throw a SyntaxError exception * iv) Create a new Function object as specified in 13.2 with parameters specified by parsing P as a FormalParameterListopt and body specified by parsing body as a FunctionBody. * Pass in a scope chain consisting of the global object as the Scope parameter * v) Return Result(iv); * @description: Value of the function constructor argument is x, where x is specified with "undefined"; */ //CHECK#1 try { f = new Function(x); } catch (e) { testFailed('#1: test failed with error '+e); } //CHECK#2 if (f.constructor !== Function) { testFailed('#2: When the Function constructor is called with one argument then body be that argument and creates a new Function object as specified in 13.2'); } //CHECK#3 if (f()!==undefined) { testFailed('#3: When the Function constructor is called with one argument then body be that argument the following steps are taken...'); } var x; } catch (ex) { sputnikException = ex; } var successfullyParsed = true; </script> <script> if (!successfullyParsed) printTestFailed('successfullyParsed is not set'); else if (sputnikException) printTestFailed(sputnikException); else printTestPassed(""); testPrint('<br /><span class="pass">TEST COMPLETE</span>'); </script> </body> </html>
www/addons/mod/page/templates/index.html
testvibid/imaritime
<ion-view> <ion-nav-title><mm-format-text watch="true">{{ title }}</mm-format-text></ion-nav-title> <ion-nav-buttons side="secondary"> <mm-context-menu> <mm-context-menu-item priority="900" ng-if="externalUrl" href="externalUrl" content="'mm.core.openinbrowser' | translate" icon-action="'ion-share'"></mm-context-menu-item> <mm-context-menu-item priority="800" ng-if="description" content="'mm.core.moduleintro' | translate" action="expandDescription()" icon-action="'ion-arrow-right-c'"></mm-context-menu-item> <mm-context-menu-item priority="700" content="'mm.core.refresh' | translate" action="doRefresh()" icon-action="refreshIcon" close-on-click="false" close-when-done="true"></mm-context-menu-item> </mm-context-menu> </ion-nav-buttons> <ion-content padding="true" mm-state-class> <ion-refresher pulling-text="{{ 'mm.core.pulltorefresh' | translate }}" on-refresh="doRefresh()" ng-if="loaded"></ion-refresher> <mm-loading hide-until="loaded"> <mm-course-mod-description description="description" component="{{component}}" component-id="{{componentId}}"></mm-course-mod-description> <article> <mm-format-text watch="true" component="{{ component }}" component-id="{{ componentId }}">{{ content }}</mm-format-text> </article> </mm-loading> </ion-content> </ion-view>
thirdparty/hbase-1.1.1.2.3.0.0-2557/docs/xref/org/apache/hadoop/hbase/zookeeper/ZooKeeperListener.html
scalingdata/Impala
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>ZooKeeperListener xref</title> <link type="text/css" rel="stylesheet" href="../../../../../stylesheet.css" /> </head> <body> <div id="overview"><a href="../../../../../../apidocs/org/apache/hadoop/hbase/zookeeper/ZooKeeperListener.html">View Javadoc</a></div><pre> <a class="jxr_linenumber" name="1" href="#1">1</a> <em class="jxr_javadoccomment">/**</em> <a class="jxr_linenumber" name="2" href="#2">2</a> <em class="jxr_javadoccomment"> *</em> <a class="jxr_linenumber" name="3" href="#3">3</a> <em class="jxr_javadoccomment"> * Licensed to the Apache Software Foundation (ASF) under one</em> <a class="jxr_linenumber" name="4" href="#4">4</a> <em class="jxr_javadoccomment"> * or more contributor license agreements. See the NOTICE file</em> <a class="jxr_linenumber" name="5" href="#5">5</a> <em class="jxr_javadoccomment"> * distributed with this work for additional information</em> <a class="jxr_linenumber" name="6" href="#6">6</a> <em class="jxr_javadoccomment"> * regarding copyright ownership. The ASF licenses this file</em> <a class="jxr_linenumber" name="7" href="#7">7</a> <em class="jxr_javadoccomment"> * to you under the Apache License, Version 2.0 (the</em> <a class="jxr_linenumber" name="8" href="#8">8</a> <em class="jxr_javadoccomment"> * "License"); you may not use this file except in compliance</em> <a class="jxr_linenumber" name="9" href="#9">9</a> <em class="jxr_javadoccomment"> * with the License. You may obtain a copy of the License at</em> <a class="jxr_linenumber" name="10" href="#10">10</a> <em class="jxr_javadoccomment"> *</em> <a class="jxr_linenumber" name="11" href="#11">11</a> <em class="jxr_javadoccomment"> * <a href="http://www.apache.org/licenses/LICENSE-2.0" target="alexandria_uri">http://www.apache.org/licenses/LICENSE-2.0</a></em> <a class="jxr_linenumber" name="12" href="#12">12</a> <em class="jxr_javadoccomment"> *</em> <a class="jxr_linenumber" name="13" href="#13">13</a> <em class="jxr_javadoccomment"> * Unless required by applicable law or agreed to in writing, software</em> <a class="jxr_linenumber" name="14" href="#14">14</a> <em class="jxr_javadoccomment"> * distributed under the License is distributed on an "AS IS" BASIS,</em> <a class="jxr_linenumber" name="15" href="#15">15</a> <em class="jxr_javadoccomment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</em> <a class="jxr_linenumber" name="16" href="#16">16</a> <em class="jxr_javadoccomment"> * See the License for the specific language governing permissions and</em> <a class="jxr_linenumber" name="17" href="#17">17</a> <em class="jxr_javadoccomment"> * limitations under the License.</em> <a class="jxr_linenumber" name="18" href="#18">18</a> <em class="jxr_javadoccomment"> */</em> <a class="jxr_linenumber" name="19" href="#19">19</a> <strong class="jxr_keyword">package</strong> org.apache.hadoop.hbase.zookeeper; <a class="jxr_linenumber" name="20" href="#20">20</a> <a class="jxr_linenumber" name="21" href="#21">21</a> <strong class="jxr_keyword">import</strong> org.apache.hadoop.hbase.classification.InterfaceAudience; <a class="jxr_linenumber" name="22" href="#22">22</a> <a class="jxr_linenumber" name="23" href="#23">23</a> <em class="jxr_javadoccomment">/**</em> <a class="jxr_linenumber" name="24" href="#24">24</a> <em class="jxr_javadoccomment"> * Base class for internal listeners of ZooKeeper events.</em> <a class="jxr_linenumber" name="25" href="#25">25</a> <em class="jxr_javadoccomment"> *</em> <a class="jxr_linenumber" name="26" href="#26">26</a> <em class="jxr_javadoccomment"> * The {@link ZooKeeperWatcher} for a process will execute the appropriate</em> <a class="jxr_linenumber" name="27" href="#27">27</a> <em class="jxr_javadoccomment"> * methods of implementations of this class. In order to receive events from</em> <a class="jxr_linenumber" name="28" href="#28">28</a> <em class="jxr_javadoccomment"> * the watcher, every listener must register itself via {@link ZooKeeperWatcher#registerListener}.</em> <a class="jxr_linenumber" name="29" href="#29">29</a> <em class="jxr_javadoccomment"> *</em> <a class="jxr_linenumber" name="30" href="#30">30</a> <em class="jxr_javadoccomment"> * Subclasses need only override those methods in which they are interested.</em> <a class="jxr_linenumber" name="31" href="#31">31</a> <em class="jxr_javadoccomment"> *</em> <a class="jxr_linenumber" name="32" href="#32">32</a> <em class="jxr_javadoccomment"> * Note that the watcher will be blocked when invoking methods in listeners so</em> <a class="jxr_linenumber" name="33" href="#33">33</a> <em class="jxr_javadoccomment"> * they must not be long-running.</em> <a class="jxr_linenumber" name="34" href="#34">34</a> <em class="jxr_javadoccomment"> */</em> <a class="jxr_linenumber" name="35" href="#35">35</a> @InterfaceAudience.Private <a class="jxr_linenumber" name="36" href="#36">36</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">abstract</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../org/apache/hadoop/hbase/zookeeper/ZooKeeperListener.html">ZooKeeperListener</a> { <a class="jxr_linenumber" name="37" href="#37">37</a> <a class="jxr_linenumber" name="38" href="#38">38</a> <em class="jxr_comment">// Reference to the zk watcher which also contains configuration and constants</em> <a class="jxr_linenumber" name="39" href="#39">39</a> <strong class="jxr_keyword">protected</strong> <a href="../../../../../org/apache/hadoop/hbase/zookeeper/ZooKeeperWatcher.html">ZooKeeperWatcher</a> watcher; <a class="jxr_linenumber" name="40" href="#40">40</a> <a class="jxr_linenumber" name="41" href="#41">41</a> <em class="jxr_javadoccomment">/**</em> <a class="jxr_linenumber" name="42" href="#42">42</a> <em class="jxr_javadoccomment"> * Construct a ZooKeeper event listener.</em> <a class="jxr_linenumber" name="43" href="#43">43</a> <em class="jxr_javadoccomment"> */</em> <a class="jxr_linenumber" name="44" href="#44">44</a> <strong class="jxr_keyword">public</strong> <a href="../../../../../org/apache/hadoop/hbase/zookeeper/ZooKeeperListener.html">ZooKeeperListener</a>(<a href="../../../../../org/apache/hadoop/hbase/zookeeper/ZooKeeperWatcher.html">ZooKeeperWatcher</a> watcher) { <a class="jxr_linenumber" name="45" href="#45">45</a> <strong class="jxr_keyword">this</strong>.watcher = watcher; <a class="jxr_linenumber" name="46" href="#46">46</a> } <a class="jxr_linenumber" name="47" href="#47">47</a> <a class="jxr_linenumber" name="48" href="#48">48</a> <em class="jxr_javadoccomment">/**</em> <a class="jxr_linenumber" name="49" href="#49">49</a> <em class="jxr_javadoccomment"> * Called when a new node has been created.</em> <a class="jxr_linenumber" name="50" href="#50">50</a> <em class="jxr_javadoccomment"> * @param path full path of the new node</em> <a class="jxr_linenumber" name="51" href="#51">51</a> <em class="jxr_javadoccomment"> */</em> <a class="jxr_linenumber" name="52" href="#52">52</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> nodeCreated(String path) { <a class="jxr_linenumber" name="53" href="#53">53</a> <em class="jxr_comment">// no-op</em> <a class="jxr_linenumber" name="54" href="#54">54</a> } <a class="jxr_linenumber" name="55" href="#55">55</a> <a class="jxr_linenumber" name="56" href="#56">56</a> <em class="jxr_javadoccomment">/**</em> <a class="jxr_linenumber" name="57" href="#57">57</a> <em class="jxr_javadoccomment"> * Called when a node has been deleted</em> <a class="jxr_linenumber" name="58" href="#58">58</a> <em class="jxr_javadoccomment"> * @param path full path of the deleted node</em> <a class="jxr_linenumber" name="59" href="#59">59</a> <em class="jxr_javadoccomment"> */</em> <a class="jxr_linenumber" name="60" href="#60">60</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> nodeDeleted(String path) { <a class="jxr_linenumber" name="61" href="#61">61</a> <em class="jxr_comment">// no-op</em> <a class="jxr_linenumber" name="62" href="#62">62</a> } <a class="jxr_linenumber" name="63" href="#63">63</a> <a class="jxr_linenumber" name="64" href="#64">64</a> <em class="jxr_javadoccomment">/**</em> <a class="jxr_linenumber" name="65" href="#65">65</a> <em class="jxr_javadoccomment"> * Called when an existing node has changed data.</em> <a class="jxr_linenumber" name="66" href="#66">66</a> <em class="jxr_javadoccomment"> * @param path full path of the updated node</em> <a class="jxr_linenumber" name="67" href="#67">67</a> <em class="jxr_javadoccomment"> */</em> <a class="jxr_linenumber" name="68" href="#68">68</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> nodeDataChanged(String path) { <a class="jxr_linenumber" name="69" href="#69">69</a> <em class="jxr_comment">// no-op</em> <a class="jxr_linenumber" name="70" href="#70">70</a> } <a class="jxr_linenumber" name="71" href="#71">71</a> <a class="jxr_linenumber" name="72" href="#72">72</a> <em class="jxr_javadoccomment">/**</em> <a class="jxr_linenumber" name="73" href="#73">73</a> <em class="jxr_javadoccomment"> * Called when an existing node has a child node added or removed.</em> <a class="jxr_linenumber" name="74" href="#74">74</a> <em class="jxr_javadoccomment"> * @param path full path of the node whose children have changed</em> <a class="jxr_linenumber" name="75" href="#75">75</a> <em class="jxr_javadoccomment"> */</em> <a class="jxr_linenumber" name="76" href="#76">76</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> nodeChildrenChanged(String path) { <a class="jxr_linenumber" name="77" href="#77">77</a> <em class="jxr_comment">// no-op</em> <a class="jxr_linenumber" name="78" href="#78">78</a> } <a class="jxr_linenumber" name="79" href="#79">79</a> <a class="jxr_linenumber" name="80" href="#80">80</a> <em class="jxr_javadoccomment">/**</em> <a class="jxr_linenumber" name="81" href="#81">81</a> <em class="jxr_javadoccomment"> * @return The watcher associated with this listener</em> <a class="jxr_linenumber" name="82" href="#82">82</a> <em class="jxr_javadoccomment"> */</em> <a class="jxr_linenumber" name="83" href="#83">83</a> <strong class="jxr_keyword">public</strong> <a href="../../../../../org/apache/hadoop/hbase/zookeeper/ZooKeeperWatcher.html">ZooKeeperWatcher</a> getWatcher() { <a class="jxr_linenumber" name="84" href="#84">84</a> <strong class="jxr_keyword">return</strong> <strong class="jxr_keyword">this</strong>.watcher; <a class="jxr_linenumber" name="85" href="#85">85</a> } <a class="jxr_linenumber" name="86" href="#86">86</a> } </pre> <hr/><div id="footer">This page was automatically generated by <a href="http://maven.apache.org/">Maven</a></div></body> </html>
content/javadoc/lastest/quarks/execution/services/package-use.html
queeniema/incubator-edgent-website
<!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_71) on Tue May 17 00:28:47 UTC 2016 --> <title>Uses of Package quarks.execution.services (Quarks v0.4.0)</title> <meta name="date" content="2016-05-17"> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Package quarks.execution.services (Quarks v0.4.0)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li>Class</li> <li 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?quarks/execution/services/package-use.html" target="_top">Frames</a></li> <li><a href="package-use.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="Uses of Package quarks.execution.services" class="title">Uses of Package<br>quarks.execution.services</h1> </div> <div class="contentContainer"> <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="../../../quarks/execution/services/package-summary.html">quarks.execution.services</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="#quarks.apps.runtime">quarks.apps.runtime</a></td> <td class="colLast"> <div class="block">Applications which provide monitoring and failure recovery to other Quarks applications.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#quarks.execution">quarks.execution</a></td> <td class="colLast"> <div class="block">Execution of Quarks topologies and graphs.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="#quarks.execution.services">quarks.execution.services</a></td> <td class="colLast"> <div class="block">Execution services.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#quarks.metrics">quarks.metrics</a></td> <td class="colLast"> <div class="block">Metric utility methods, oplets, and reporters which allow an application to expose metric values, for example via JMX.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="#quarks.oplet">quarks.oplet</a></td> <td class="colLast"> <div class="block">Oplets API.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#quarks.providers.direct">quarks.providers.direct</a></td> <td class="colLast"> <div class="block">Direct execution of a streaming topology.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="#quarks.providers.iot">quarks.providers.iot</a></td> <td class="colLast"> <div class="block">Iot provider that allows multiple applications to share an <code>IotDevice</code>.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#quarks.runtime.etiao">quarks.runtime.etiao</a></td> <td class="colLast"> <div class="block">A runtime for executing a Quarks streaming topology, designed as an embeddable library so that it can be executed in a simple Java application.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="#quarks.runtime.etiao.graph">quarks.runtime.etiao.graph</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#quarks.runtime.jmxcontrol">quarks.runtime.jmxcontrol</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="#quarks.runtime.jobregistry">quarks.runtime.jobregistry</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#quarks.runtime.jsoncontrol">quarks.runtime.jsoncontrol</a></td> <td class="colLast"> <div class="block">Control service that takes a Json message and invokes an operation on a control service MBean.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="#quarks.topology">quarks.topology</a></td> <td class="colLast"> <div class="block">Functional api to build a streaming topology.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="quarks.apps.runtime"> <!-- --> </a> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../quarks/execution/services/package-summary.html">quarks.execution.services</a> used by <a href="../../../quarks/apps/runtime/package-summary.html">quarks.apps.runtime</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colOne"><a href="../../../quarks/execution/services/class-use/ControlService.html#quarks.apps.runtime">ControlService</a> <div class="block">Service that provides a control mechanism.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="quarks.execution"> <!-- --> </a> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../quarks/execution/services/package-summary.html">quarks.execution.services</a> used by <a href="../../../quarks/execution/package-summary.html">quarks.execution</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colOne"><a href="../../../quarks/execution/services/class-use/ServiceContainer.html#quarks.execution">ServiceContainer</a> <div class="block">Provides a container for services.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="quarks.execution.services"> <!-- --> </a> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../quarks/execution/services/package-summary.html">quarks.execution.services</a> used by <a href="../../../quarks/execution/services/package-summary.html">quarks.execution.services</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colOne"><a href="../../../quarks/execution/services/class-use/JobRegistryService.EventType.html#quarks.execution.services">JobRegistryService.EventType</a> <div class="block">Job event types.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="quarks.metrics"> <!-- --> </a> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../quarks/execution/services/package-summary.html">quarks.execution.services</a> used by <a href="../../../quarks/metrics/package-summary.html">quarks.metrics</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colOne"><a href="../../../quarks/execution/services/class-use/ServiceContainer.html#quarks.metrics">ServiceContainer</a> <div class="block">Provides a container for services.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="quarks.oplet"> <!-- --> </a> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../quarks/execution/services/package-summary.html">quarks.execution.services</a> used by <a href="../../../quarks/oplet/package-summary.html">quarks.oplet</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colOne"><a href="../../../quarks/execution/services/class-use/RuntimeServices.html#quarks.oplet">RuntimeServices</a> <div class="block">At runtime a container provides services to executing elements such as oplets and functions.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="quarks.providers.direct"> <!-- --> </a> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../quarks/execution/services/package-summary.html">quarks.execution.services</a> used by <a href="../../../quarks/providers/direct/package-summary.html">quarks.providers.direct</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colOne"><a href="../../../quarks/execution/services/class-use/RuntimeServices.html#quarks.providers.direct">RuntimeServices</a> <div class="block">At runtime a container provides services to executing elements such as oplets and functions.</div> </td> </tr> <tr class="rowColor"> <td class="colOne"><a href="../../../quarks/execution/services/class-use/ServiceContainer.html#quarks.providers.direct">ServiceContainer</a> <div class="block">Provides a container for services.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="quarks.providers.iot"> <!-- --> </a> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../quarks/execution/services/package-summary.html">quarks.execution.services</a> used by <a href="../../../quarks/providers/iot/package-summary.html">quarks.providers.iot</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colOne"><a href="../../../quarks/execution/services/class-use/ServiceContainer.html#quarks.providers.iot">ServiceContainer</a> <div class="block">Provides a container for services.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="quarks.runtime.etiao"> <!-- --> </a> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../quarks/execution/services/package-summary.html">quarks.execution.services</a> used by <a href="../../../quarks/runtime/etiao/package-summary.html">quarks.runtime.etiao</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colOne"><a href="../../../quarks/execution/services/class-use/RuntimeServices.html#quarks.runtime.etiao">RuntimeServices</a> <div class="block">At runtime a container provides services to executing elements such as oplets and functions.</div> </td> </tr> <tr class="rowColor"> <td class="colOne"><a href="../../../quarks/execution/services/class-use/ServiceContainer.html#quarks.runtime.etiao">ServiceContainer</a> <div class="block">Provides a container for services.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="quarks.runtime.etiao.graph"> <!-- --> </a> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../quarks/execution/services/package-summary.html">quarks.execution.services</a> used by <a href="../../../quarks/runtime/etiao/graph/package-summary.html">quarks.runtime.etiao.graph</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colOne"><a href="../../../quarks/execution/services/class-use/ServiceContainer.html#quarks.runtime.etiao.graph">ServiceContainer</a> <div class="block">Provides a container for services.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="quarks.runtime.jmxcontrol"> <!-- --> </a> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../quarks/execution/services/package-summary.html">quarks.execution.services</a> used by <a href="../../../quarks/runtime/jmxcontrol/package-summary.html">quarks.runtime.jmxcontrol</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colOne"><a href="../../../quarks/execution/services/class-use/ControlService.html#quarks.runtime.jmxcontrol">ControlService</a> <div class="block">Service that provides a control mechanism.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="quarks.runtime.jobregistry"> <!-- --> </a> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../quarks/execution/services/package-summary.html">quarks.execution.services</a> used by <a href="../../../quarks/runtime/jobregistry/package-summary.html">quarks.runtime.jobregistry</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colOne"><a href="../../../quarks/execution/services/class-use/JobRegistryService.html#quarks.runtime.jobregistry">JobRegistryService</a> <div class="block">Job registry service.</div> </td> </tr> <tr class="rowColor"> <td class="colOne"><a href="../../../quarks/execution/services/class-use/JobRegistryService.EventType.html#quarks.runtime.jobregistry">JobRegistryService.EventType</a> <div class="block">Job event types.</div> </td> </tr> <tr class="altColor"> <td class="colOne"><a href="../../../quarks/execution/services/class-use/ServiceContainer.html#quarks.runtime.jobregistry">ServiceContainer</a> <div class="block">Provides a container for services.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="quarks.runtime.jsoncontrol"> <!-- --> </a> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../quarks/execution/services/package-summary.html">quarks.execution.services</a> used by <a href="../../../quarks/runtime/jsoncontrol/package-summary.html">quarks.runtime.jsoncontrol</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colOne"><a href="../../../quarks/execution/services/class-use/ControlService.html#quarks.runtime.jsoncontrol">ControlService</a> <div class="block">Service that provides a control mechanism.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="quarks.topology"> <!-- --> </a> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../quarks/execution/services/package-summary.html">quarks.execution.services</a> used by <a href="../../../quarks/topology/package-summary.html">quarks.topology</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colOne"><a href="../../../quarks/execution/services/class-use/RuntimeServices.html#quarks.topology">RuntimeServices</a> <div class="block">At runtime a container provides services to executing elements such as oplets and functions.</div> </td> </tr> </tbody> </table> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li>Class</li> <li 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 class="aboutLanguage"><a href="http://quarks.incubator.apache.org">Apache Quarks (incubating)</a></div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../index.html?quarks/execution/services/package-use.html" target="_top">Frames</a></li> <li><a href="package-use.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &copy; 2016 The Apache Software Foundation. All Rights Reserved - d6cdfc6-20160517-0028</small></p> </body> </html>
resources-en/src/inspectionDescriptions/UndesirableClassUsage.html
liveqmock/platform-tools-idea
<html> <body> This inspection detects usages of internally deprecated classes. <p><small>Internal inspection - has no effect outside of IntelliJ IDEA project.</small></p> </body> </html>
doc/html/apiDocs-3/classPSVIHandler.html
Starlink/xerces
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> <title>Xerces-C++: PSVIHandler Class Reference</title> <link href="doxygen.css" rel="stylesheet" type="text/css"> <link href="tabs.css" rel="stylesheet" type="text/css"> </head><body> <!-- Generated by Doxygen 1.5.6 --> <div class="navigation" id="top"> <div class="tabs"> <ul> <li><a href="index.html"><span>Main&nbsp;Page</span></a></li> <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li> <li class="current"><a href="classes.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></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> </div> <div class="contents"> <h1>PSVIHandler Class Reference</h1><!-- doxytag: class="PSVIHandler" -->This abstract class provides the interface for the scanner to return PSVI information to the application. <a href="#_details">More...</a> <p> <div class="dynheader"> Inheritance diagram for PSVIHandler:</div> <div class="dynsection"> <p><center><img src="classPSVIHandler.png" usemap="#PSVIHandler_map" border="0" alt=""></center> <map name="PSVIHandler_map"> <area href="classAbstractDOMParser.html" alt="AbstractDOMParser" shape="rect" coords="0,56,127,80"> <area href="classXercesDOMParser.html" alt="XercesDOMParser" shape="rect" coords="0,112,127,136"> </map> </div> <p> <a href="classPSVIHandler-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0"> <tr><td></td></tr> <tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr> <tr><td colspan="2"><div class="groupHeader">Destructor</div></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classPSVIHandler.html#5e5e294b87d00e71da386936fbcc216b">~PSVIHandler</a> ()</td></tr> <tr><td colspan="2"><div class="groupHeader">The PSVI handler interface</div></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classPSVIHandler.html#46acb45860c9eaa73475bb7fda7f64a8">handleElementPSVI</a> (const <a class="el" href="Xerces__autoconf__config_8msvc_8hpp.html#fae8f92d83170d97f757f704eca7f52a">XMLCh</a> *const localName, const <a class="el" href="Xerces__autoconf__config_8msvc_8hpp.html#fae8f92d83170d97f757f704eca7f52a">XMLCh</a> *const uri, <a class="el" href="classPSVIElement.html">PSVIElement</a> *elementInfo)=0</td></tr> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Receive notification of the PSVI properties of an element. <a href="#46acb45860c9eaa73475bb7fda7f64a8"></a><br></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classPSVIHandler.html#cd004d71c09d8cdcdfe3f86a2c89c91a">handlePartialElementPSVI</a> (const <a class="el" href="Xerces__autoconf__config_8msvc_8hpp.html#fae8f92d83170d97f757f704eca7f52a">XMLCh</a> *const localName, const <a class="el" href="Xerces__autoconf__config_8msvc_8hpp.html#fae8f92d83170d97f757f704eca7f52a">XMLCh</a> *const uri, <a class="el" href="classPSVIElement.html">PSVIElement</a> *elementInfo)</td></tr> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Receive notification of partial PSVI properties of an element. <a href="#cd004d71c09d8cdcdfe3f86a2c89c91a"></a><br></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classPSVIHandler.html#0a29cbe9bd41efdb73af2bb180511b46">handleAttributesPSVI</a> (const <a class="el" href="Xerces__autoconf__config_8msvc_8hpp.html#fae8f92d83170d97f757f704eca7f52a">XMLCh</a> *const localName, const <a class="el" href="Xerces__autoconf__config_8msvc_8hpp.html#fae8f92d83170d97f757f704eca7f52a">XMLCh</a> *const uri, <a class="el" href="classPSVIAttributeList.html">PSVIAttributeList</a> *psviAttributes)=0</td></tr> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Enables PSVI information about attributes to be passed back to the application. <a href="#0a29cbe9bd41efdb73af2bb180511b46"></a><br></td></tr> <tr><td colspan="2"><br><h2>Protected Member Functions</h2></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classPSVIHandler.html#b00bdb43a6716922069b4716b52179d1">PSVIHandler</a> ()</td></tr> </table> <hr><a name="_details"></a><h2>Detailed Description</h2> This abstract class provides the interface for the scanner to return PSVI information to the application. <hr><h2>Constructor &amp; Destructor Documentation</h2> <a class="anchor" name="5e5e294b87d00e71da386936fbcc216b"></a><!-- doxytag: member="PSVIHandler::~PSVIHandler" ref="5e5e294b87d00e71da386936fbcc216b" args="()" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">virtual PSVIHandler::~PSVIHandler </td> <td>(</td> <td class="paramname"> </td> <td>&nbsp;)&nbsp;</td> <td><code> [virtual]</code></td> </tr> </table> </div> <div class="memdoc"> <p> </div> </div><p> <a class="anchor" name="b00bdb43a6716922069b4716b52179d1"></a><!-- doxytag: member="PSVIHandler::PSVIHandler" ref="b00bdb43a6716922069b4716b52179d1" args="()" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">PSVIHandler::PSVIHandler </td> <td>(</td> <td class="paramname"> </td> <td>&nbsp;)&nbsp;</td> <td><code> [protected]</code></td> </tr> </table> </div> <div class="memdoc"> <p> </div> </div><p> <hr><h2>Member Function Documentation</h2> <a class="anchor" name="46acb45860c9eaa73475bb7fda7f64a8"></a><!-- doxytag: member="PSVIHandler::handleElementPSVI" ref="46acb45860c9eaa73475bb7fda7f64a8" args="(const XMLCh *const localName, const XMLCh *const uri, PSVIElement *elementInfo)=0" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">virtual void PSVIHandler::handleElementPSVI </td> <td>(</td> <td class="paramtype">const <a class="el" href="Xerces__autoconf__config_8msvc_8hpp.html#fae8f92d83170d97f757f704eca7f52a">XMLCh</a> *const &nbsp;</td> <td class="paramname"> <em>localName</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">const <a class="el" href="Xerces__autoconf__config_8msvc_8hpp.html#fae8f92d83170d97f757f704eca7f52a">XMLCh</a> *const &nbsp;</td> <td class="paramname"> <em>uri</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype"><a class="el" href="classPSVIElement.html">PSVIElement</a> *&nbsp;</td> <td class="paramname"> <em>elementInfo</em></td><td>&nbsp;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td><td><code> [pure virtual]</code></td> </tr> </table> </div> <div class="memdoc"> <p> Receive notification of the PSVI properties of an element. <p> The scanner will issue this call after the <a class="el" href="classXMLDocumentHandler.html" title="This abstract class provides the interface for the scanner to return XML document...">XMLDocumentHandler</a> endElement call. Since the scanner will issue the psviAttributes call immediately after reading the start tag of an element, all element content will be effectively bracketed by these two calls. <dl compact><dt><b>Parameters:</b></dt><dd> <table border="0" cellspacing="2" cellpadding="0"> <tr><td valign="top"></td><td valign="top"><em>localName</em>&nbsp;</td><td>The name of the element whose end tag was just parsed. </td></tr> <tr><td valign="top"></td><td valign="top"><em>uri</em>&nbsp;</td><td>The namespace to which the element is bound </td></tr> <tr><td valign="top"></td><td valign="top"><em>elementInfo</em>&nbsp;</td><td>Object containing the element's PSVI properties </td></tr> </table> </dl> <p>Implemented in <a class="el" href="classAbstractDOMParser.html#5b72f41be81accff5fc53872f5550b8a">AbstractDOMParser</a>.</p> </div> </div><p> <a class="anchor" name="cd004d71c09d8cdcdfe3f86a2c89c91a"></a><!-- doxytag: member="PSVIHandler::handlePartialElementPSVI" ref="cd004d71c09d8cdcdfe3f86a2c89c91a" args="(const XMLCh *const localName, const XMLCh *const uri, PSVIElement *elementInfo)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void PSVIHandler::handlePartialElementPSVI </td> <td>(</td> <td class="paramtype">const <a class="el" href="Xerces__autoconf__config_8msvc_8hpp.html#fae8f92d83170d97f757f704eca7f52a">XMLCh</a> *const&nbsp;</td> <td class="paramname"> <em>localName</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">const <a class="el" href="Xerces__autoconf__config_8msvc_8hpp.html#fae8f92d83170d97f757f704eca7f52a">XMLCh</a> *const&nbsp;</td> <td class="paramname"> <em>uri</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype"><a class="el" href="classPSVIElement.html">PSVIElement</a> *&nbsp;</td> <td class="paramname"> <em>elementInfo</em></td><td>&nbsp;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td><td><code> [virtual]</code></td> </tr> </table> </div> <div class="memdoc"> <p> Receive notification of partial PSVI properties of an element. <p> This callback is made right after the psviAttributes call for non-empty element.<p> The <a class="el" href="classPSVIElement.html">PSVIElement</a> passed in has all fields properly set and it can be safely accessed the same way as the one passed in handleElementPSVI. However, fields listed below always have default values.<p> getValidity() <a class="el" href="classPSVIItem.html#ad79438ff031861ec9bea82451327480de62be2d1c8ea2fb27f809b46ef7183f" title="Validity value indicating that validation has either not been performed or that a...">PSVIItem::VALIDITY_NOTKNOWN</a> getValidationAttemped() <a class="el" href="classPSVIItem.html#ea6ff50e0e6f9338259b2df990356e8a758f6de74ba0c929be00c756af0975bb" title="Validation status indicating that schema validation has been performed and the element...">PSVIItem::VALIDATION_NONE</a> getMemberTypeDefinition() 0 getSchemaNormalizedValue() 0 getCanonicalRepresentation() 0 getNotationDeclaration() 0<p> <dl compact><dt><b>Parameters:</b></dt><dd> <table border="0" cellspacing="2" cellpadding="0"> <tr><td valign="top"></td><td valign="top"><em>localName</em>&nbsp;</td><td>The name of the element upon which start tag these attributes were encountered. </td></tr> <tr><td valign="top"></td><td valign="top"><em>uri</em>&nbsp;</td><td>The namespace to which the element is bound </td></tr> <tr><td valign="top"></td><td valign="top"><em>elementInfo</em>&nbsp;</td><td>Object containing the element's partial PSVI properties </td></tr> </table> </dl> <p>Reimplemented in <a class="el" href="classAbstractDOMParser.html#24a1f1e55a52f3a8b0cc6ac92079a296">AbstractDOMParser</a>.</p> </div> </div><p> <a class="anchor" name="0a29cbe9bd41efdb73af2bb180511b46"></a><!-- doxytag: member="PSVIHandler::handleAttributesPSVI" ref="0a29cbe9bd41efdb73af2bb180511b46" args="(const XMLCh *const localName, const XMLCh *const uri, PSVIAttributeList *psviAttributes)=0" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">virtual void PSVIHandler::handleAttributesPSVI </td> <td>(</td> <td class="paramtype">const <a class="el" href="Xerces__autoconf__config_8msvc_8hpp.html#fae8f92d83170d97f757f704eca7f52a">XMLCh</a> *const &nbsp;</td> <td class="paramname"> <em>localName</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">const <a class="el" href="Xerces__autoconf__config_8msvc_8hpp.html#fae8f92d83170d97f757f704eca7f52a">XMLCh</a> *const &nbsp;</td> <td class="paramname"> <em>uri</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype"><a class="el" href="classPSVIAttributeList.html">PSVIAttributeList</a> *&nbsp;</td> <td class="paramname"> <em>psviAttributes</em></td><td>&nbsp;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td><td><code> [pure virtual]</code></td> </tr> </table> </div> <div class="memdoc"> <p> Enables PSVI information about attributes to be passed back to the application. <p> This callback will be made on *all* elements; on elements with no attributes, the final parameter will be null. <dl compact><dt><b>Parameters:</b></dt><dd> <table border="0" cellspacing="2" cellpadding="0"> <tr><td valign="top"></td><td valign="top"><em>localName</em>&nbsp;</td><td>The name of the element upon which start tag these attributes were encountered. </td></tr> <tr><td valign="top"></td><td valign="top"><em>uri</em>&nbsp;</td><td>The namespace to which the element is bound </td></tr> <tr><td valign="top"></td><td valign="top"><em>psviAttributes</em>&nbsp;</td><td>Object containing the attributes' PSVI properties with information to identify them. </td></tr> </table> </dl> <p>Implemented in <a class="el" href="classAbstractDOMParser.html#d54e996c4c87e1bb5ae4d27cb82c9648">AbstractDOMParser</a>.</p> </div> </div><p> <hr>The documentation for this class was generated from the following file:<ul> <li><a class="el" href="PSVIHandler_8hpp-source.html">PSVIHandler.hpp</a></ul> </div> <hr size="1"><address style="text-align: right;"><small>Generated on Wed Apr 21 17:55:50 2010 for Xerces-C++ by&nbsp; <a href="http://www.doxygen.org/index.html"> <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address> </body> </html>
wicket-war/src/main/java/org/jboss/as/quickstarts/wicketWar/pages/ListContacts.html
ejlp12/quickstart
<!-- JBoss, Home of Professional Open Source Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors by the @authors tag. See the copyright.txt in the distribution for a full listing of individual contributors. 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. --> <html xmlns:wicket="http://wicket.sourceforge.net/"> <head> <title>wicket-war</title> </head> <body> <h1> <span wicket:id="welcomeMessage"></span> </h1> <table border="1" cellpadding="8"> <tr> <td width="200">Name</td> <td width="200">Email</td> <td width="200">&nbsp;</td> </tr> <tr wicket:id="contacts"> <td><span wicket:id="name">[name]</span></td> <td><span wicket:id="email">[email]</span></td> <td><a href="#" wicket:id="delete">[delete]</a></td> </tr> </table> <wicket:link><a href="InsertContact.html">Insert a new Contact</a></wicket:link> </body> </html>
plugins/IntentionPowerPak/src/intentionDescriptions/SplitElseIfIntention/description.html
leafclick/intellij-community
<html> <body> Splits <b>else</b> branch of the <b>if-else</b> statement. </body> </html>
inspiniaBootstrapTheme/Meteor_Seed_Project/client/views/common/top-navigation.html
Kheperos/ToDoList
<template name="topNavigation"> <div class="row border-bottom white-bg"> <nav class="navbar navbar-static-top" role="navigation"> <div class="navbar-header"> <button aria-controls="navbar" aria-expanded="false" data-target="#navbar" data-toggle="collapse" class="navbar-toggle collapsed" type="button"> <i class="fa fa-reorder"></i> </button> <a href="#" class="navbar-brand">Inspinia</a> </div> <div class="navbar-collapse collapse" id="navbar"> <ul class="nav navbar-nav"> <li class="active"> <a aria-expanded="false" role="button" href="{{pathFor route='layouts'}}"> Back to main Layout page</a> </li> <li class="dropdown"> <a aria-expanded="false" role="button" href="#" class="dropdown-toggle" data-toggle="dropdown"> Menu item <span class="caret"></span></a> <ul role="menu" class="dropdown-menu"> <li><a href="">Menu item</a></li> <li><a href="">Menu item</a></li> <li><a href="">Menu item</a></li> <li><a href="">Menu item</a></li> </ul> </li> <li class="dropdown"> <a aria-expanded="false" role="button" href="#" class="dropdown-toggle" data-toggle="dropdown"> Menu item <span class="caret"></span></a> <ul role="menu" class="dropdown-menu"> <li><a href="">Menu item</a></li> <li><a href="">Menu item</a></li> <li><a href="">Menu item</a></li> <li><a href="">Menu item</a></li> </ul> </li> <li class="dropdown"> <a aria-expanded="false" role="button" href="#" class="dropdown-toggle" data-toggle="dropdown"> Menu item <span class="caret"></span></a> <ul role="menu" class="dropdown-menu"> <li><a href="">Menu item</a></li> <li><a href="">Menu item</a></li> <li><a href="">Menu item</a></li> <li><a href="">Menu item</a></li> </ul> </li> <li class="dropdown"> <a aria-expanded="false" role="button" href="#" class="dropdown-toggle" data-toggle="dropdown"> Menu item <span class="caret"></span></a> <ul role="menu" class="dropdown-menu"> <li><a href="">Menu item</a></li> <li><a href="">Menu item</a></li> <li><a href="">Menu item</a></li> <li><a href="">Menu item</a></li> </ul> </li> </ul> <ul class="nav navbar-top-links navbar-right"> <li> <a href="{{pathFor route='login'}}"> <i class="fa fa-sign-out"></i> Log out </a> </li> </ul> </div> </nav> </div> </template>
chromium/src/third_party/httpcomponents-core/binary-distribution/javadoc/org/apache/http/params/HttpParams.html
espadrine/opera
<!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 Tue Sep 18 20:44:14 GMT+01:00 2012 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> HttpParams (HttpComponents Core 4.2.2 API) </TITLE> <META NAME="keywords" CONTENT="org.apache.http.params.HttpParams interface"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { parent.document.title="HttpParams (HttpComponents Core 4.2.2 API)"; } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/HttpParams.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="../../../../org/apache/http/params/HttpConnectionParams.html" title="class in org.apache.http.params"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../org/apache/http/params/HttpParamsNames.html" title="interface in org.apache.http.params"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?org/apache/http/params/HttpParams.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="HttpParams.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"> org.apache.http.params</FONT> <BR> Interface HttpParams</H2> <DL> <DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../../../org/apache/http/params/AbstractHttpParams.html" title="class in org.apache.http.params">AbstractHttpParams</A>, <A HREF="../../../../org/apache/http/params/BasicHttpParams.html" title="class in org.apache.http.params">BasicHttpParams</A>, <A HREF="../../../../org/apache/http/params/DefaultedHttpParams.html" title="class in org.apache.http.params">DefaultedHttpParams</A>, <A HREF="../../../../org/apache/http/params/SyncBasicHttpParams.html" title="class in org.apache.http.params">SyncBasicHttpParams</A></DD> </DL> <HR> <DL> <DT><PRE>public interface <B>HttpParams</B></DL> </PRE> <P> HttpParams interface represents a collection of immutable values that define a runtime behavior of a component. HTTP parameters should be simple objects: integers, doubles, strings, collections and objects that remain immutable at runtime. HttpParams is expected to be used in 'write once - read many' mode. Once initialized, HTTP parameters are not expected to mutate in the course of HTTP message processing. <p> The purpose of this interface is to define a behavior of other components. Usually each complex component has its own HTTP parameter collection. <p> Instances of this interface can be linked together to form a hierarchy. In the simplest form one set of parameters can use content of another one to obtain default values of parameters not present in the local set. <P> <P> <DL> <DT><B>Since:</B></DT> <DD>4.0</DD> <DT><B>See Also:</B><DD><A HREF="../../../../org/apache/http/params/DefaultedHttpParams.html" title="class in org.apache.http.params"><CODE>DefaultedHttpParams</CODE></A></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;<A HREF="../../../../org/apache/http/params/HttpParams.html" title="interface in org.apache.http.params">HttpParams</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/apache/http/params/HttpParams.html#copy()">copy</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>(4.1)</I></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="../../../../org/apache/http/params/HttpParams.html#getBooleanParameter(java.lang.String, boolean)">getBooleanParameter</A></B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;name, boolean&nbsp;defaultValue)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Boolean.html" title="class or interface in java.lang"><CODE>Boolean</CODE></A> parameter value with the given name.</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="../../../../org/apache/http/params/HttpParams.html#getDoubleParameter(java.lang.String, double)">getDoubleParameter</A></B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;name, double&nbsp;defaultValue)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Double.html" title="class or interface in java.lang"><CODE>Double</CODE></A> parameter value with the given name.</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="../../../../org/apache/http/params/HttpParams.html#getIntParameter(java.lang.String, int)">getIntParameter</A></B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;name, int&nbsp;defaultValue)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Integer.html" title="class or interface in java.lang"><CODE>Integer</CODE></A> parameter value with the given name.</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="../../../../org/apache/http/params/HttpParams.html#getLongParameter(java.lang.String, long)">getLongParameter</A></B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;name, long&nbsp;defaultValue)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Long.html" title="class or interface in java.lang"><CODE>Long</CODE></A> parameter value with the given name.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/apache/http/params/HttpParams.html#getParameter(java.lang.String)">getParameter</A></B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;name)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Obtains the value of the given parameter.</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="../../../../org/apache/http/params/HttpParams.html#isParameterFalse(java.lang.String)">isParameterFalse</A></B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;name)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Checks if a boolean parameter is not set or <code>false</code>.</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="../../../../org/apache/http/params/HttpParams.html#isParameterTrue(java.lang.String)">isParameterTrue</A></B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;name)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Checks if a boolean parameter is set to <code>true</code>.</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="../../../../org/apache/http/params/HttpParams.html#removeParameter(java.lang.String)">removeParameter</A></B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;name)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Removes the parameter with the specified name.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../org/apache/http/params/HttpParams.html" title="interface in org.apache.http.params">HttpParams</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/apache/http/params/HttpParams.html#setBooleanParameter(java.lang.String, boolean)">setBooleanParameter</A></B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;name, boolean&nbsp;value)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Assigns a <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Boolean.html" title="class or interface in java.lang"><CODE>Boolean</CODE></A> to the parameter with the given name</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../org/apache/http/params/HttpParams.html" title="interface in org.apache.http.params">HttpParams</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/apache/http/params/HttpParams.html#setDoubleParameter(java.lang.String, double)">setDoubleParameter</A></B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;name, double&nbsp;value)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Assigns a <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Double.html" title="class or interface in java.lang"><CODE>Double</CODE></A> to the parameter with the given name</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../org/apache/http/params/HttpParams.html" title="interface in org.apache.http.params">HttpParams</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/apache/http/params/HttpParams.html#setIntParameter(java.lang.String, int)">setIntParameter</A></B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;name, int&nbsp;value)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Assigns an <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Integer.html" title="class or interface in java.lang"><CODE>Integer</CODE></A> to the parameter with the given name</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../org/apache/http/params/HttpParams.html" title="interface in org.apache.http.params">HttpParams</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/apache/http/params/HttpParams.html#setLongParameter(java.lang.String, long)">setLongParameter</A></B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;name, long&nbsp;value)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Assigns a <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Long.html" title="class or interface in java.lang"><CODE>Long</CODE></A> to the parameter with the given name</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../org/apache/http/params/HttpParams.html" title="interface in org.apache.http.params">HttpParams</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/apache/http/params/HttpParams.html#setParameter(java.lang.String, java.lang.Object)">setParameter</A></B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;name, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A>&nbsp;value)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Assigns the value to the parameter with the given name.</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="getParameter(java.lang.String)"><!-- --></A><H3> getParameter</H3> <PRE> <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A> <B>getParameter</B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;name)</PRE> <DL> <DD>Obtains the value of the given parameter. <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>name</CODE> - the parent name. <DT><B>Returns:</B><DD>an object that represents the value of the parameter, <code>null</code> if the parameter is not set or if it is explicitly set to <code>null</code><DT><B>See Also:</B><DD><A HREF="../../../../org/apache/http/params/HttpParams.html#setParameter(java.lang.String, java.lang.Object)"><CODE>setParameter(String, Object)</CODE></A></DL> </DD> </DL> <HR> <A NAME="setParameter(java.lang.String, java.lang.Object)"><!-- --></A><H3> setParameter</H3> <PRE> <A HREF="../../../../org/apache/http/params/HttpParams.html" title="interface in org.apache.http.params">HttpParams</A> <B>setParameter</B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;name, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A>&nbsp;value)</PRE> <DL> <DD>Assigns the value to the parameter with the given name. <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>name</CODE> - parameter name<DD><CODE>value</CODE> - parameter value</DL> </DD> </DL> <HR> <A NAME="copy()"><!-- --></A><H3> copy</H3> <PRE> <FONT SIZE="-1"><A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Deprecated.html" title="class or interface in java.lang">@Deprecated</A> </FONT><A HREF="../../../../org/apache/http/params/HttpParams.html" title="interface in org.apache.http.params">HttpParams</A> <B>copy</B>()</PRE> <DL> <DD><B>Deprecated.</B>&nbsp;<I>(4.1)</I> <P> <DD>Creates a copy of these parameters. <P> <DD><DL> <DT><B>Returns:</B><DD>a new set of parameters holding the same values as this one</DL> </DD> </DL> <HR> <A NAME="removeParameter(java.lang.String)"><!-- --></A><H3> removeParameter</H3> <PRE> boolean <B>removeParameter</B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;name)</PRE> <DL> <DD>Removes the parameter with the specified name. <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>name</CODE> - parameter name <DT><B>Returns:</B><DD>true if the parameter existed and has been removed, false else.</DL> </DD> </DL> <HR> <A NAME="getLongParameter(java.lang.String, long)"><!-- --></A><H3> getLongParameter</H3> <PRE> long <B>getLongParameter</B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;name, long&nbsp;defaultValue)</PRE> <DL> <DD>Returns a <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Long.html" title="class or interface in java.lang"><CODE>Long</CODE></A> parameter value with the given name. If the parameter is not explicitly set, the default value is returned. <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>name</CODE> - the parent name.<DD><CODE>defaultValue</CODE> - the default value. <DT><B>Returns:</B><DD>a <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Long.html" title="class or interface in java.lang"><CODE>Long</CODE></A> that represents the value of the parameter.<DT><B>See Also:</B><DD><A HREF="../../../../org/apache/http/params/HttpParams.html#setLongParameter(java.lang.String, long)"><CODE>setLongParameter(String, long)</CODE></A></DL> </DD> </DL> <HR> <A NAME="setLongParameter(java.lang.String, long)"><!-- --></A><H3> setLongParameter</H3> <PRE> <A HREF="../../../../org/apache/http/params/HttpParams.html" title="interface in org.apache.http.params">HttpParams</A> <B>setLongParameter</B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;name, long&nbsp;value)</PRE> <DL> <DD>Assigns a <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Long.html" title="class or interface in java.lang"><CODE>Long</CODE></A> to the parameter with the given name <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>name</CODE> - parameter name<DD><CODE>value</CODE> - parameter value</DL> </DD> </DL> <HR> <A NAME="getIntParameter(java.lang.String, int)"><!-- --></A><H3> getIntParameter</H3> <PRE> int <B>getIntParameter</B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;name, int&nbsp;defaultValue)</PRE> <DL> <DD>Returns an <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Integer.html" title="class or interface in java.lang"><CODE>Integer</CODE></A> parameter value with the given name. If the parameter is not explicitly set, the default value is returned. <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>name</CODE> - the parent name.<DD><CODE>defaultValue</CODE> - the default value. <DT><B>Returns:</B><DD>a <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Integer.html" title="class or interface in java.lang"><CODE>Integer</CODE></A> that represents the value of the parameter.<DT><B>See Also:</B><DD><A HREF="../../../../org/apache/http/params/HttpParams.html#setIntParameter(java.lang.String, int)"><CODE>setIntParameter(String, int)</CODE></A></DL> </DD> </DL> <HR> <A NAME="setIntParameter(java.lang.String, int)"><!-- --></A><H3> setIntParameter</H3> <PRE> <A HREF="../../../../org/apache/http/params/HttpParams.html" title="interface in org.apache.http.params">HttpParams</A> <B>setIntParameter</B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;name, int&nbsp;value)</PRE> <DL> <DD>Assigns an <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Integer.html" title="class or interface in java.lang"><CODE>Integer</CODE></A> to the parameter with the given name <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>name</CODE> - parameter name<DD><CODE>value</CODE> - parameter value</DL> </DD> </DL> <HR> <A NAME="getDoubleParameter(java.lang.String, double)"><!-- --></A><H3> getDoubleParameter</H3> <PRE> double <B>getDoubleParameter</B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;name, double&nbsp;defaultValue)</PRE> <DL> <DD>Returns a <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Double.html" title="class or interface in java.lang"><CODE>Double</CODE></A> parameter value with the given name. If the parameter is not explicitly set, the default value is returned. <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>name</CODE> - the parent name.<DD><CODE>defaultValue</CODE> - the default value. <DT><B>Returns:</B><DD>a <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Double.html" title="class or interface in java.lang"><CODE>Double</CODE></A> that represents the value of the parameter.<DT><B>See Also:</B><DD><A HREF="../../../../org/apache/http/params/HttpParams.html#setDoubleParameter(java.lang.String, double)"><CODE>setDoubleParameter(String, double)</CODE></A></DL> </DD> </DL> <HR> <A NAME="setDoubleParameter(java.lang.String, double)"><!-- --></A><H3> setDoubleParameter</H3> <PRE> <A HREF="../../../../org/apache/http/params/HttpParams.html" title="interface in org.apache.http.params">HttpParams</A> <B>setDoubleParameter</B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;name, double&nbsp;value)</PRE> <DL> <DD>Assigns a <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Double.html" title="class or interface in java.lang"><CODE>Double</CODE></A> to the parameter with the given name <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>name</CODE> - parameter name<DD><CODE>value</CODE> - parameter value</DL> </DD> </DL> <HR> <A NAME="getBooleanParameter(java.lang.String, boolean)"><!-- --></A><H3> getBooleanParameter</H3> <PRE> boolean <B>getBooleanParameter</B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;name, boolean&nbsp;defaultValue)</PRE> <DL> <DD>Returns a <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Boolean.html" title="class or interface in java.lang"><CODE>Boolean</CODE></A> parameter value with the given name. If the parameter is not explicitly set, the default value is returned. <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>name</CODE> - the parent name.<DD><CODE>defaultValue</CODE> - the default value. <DT><B>Returns:</B><DD>a <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Boolean.html" title="class or interface in java.lang"><CODE>Boolean</CODE></A> that represents the value of the parameter.<DT><B>See Also:</B><DD><A HREF="../../../../org/apache/http/params/HttpParams.html#setBooleanParameter(java.lang.String, boolean)"><CODE>setBooleanParameter(String, boolean)</CODE></A></DL> </DD> </DL> <HR> <A NAME="setBooleanParameter(java.lang.String, boolean)"><!-- --></A><H3> setBooleanParameter</H3> <PRE> <A HREF="../../../../org/apache/http/params/HttpParams.html" title="interface in org.apache.http.params">HttpParams</A> <B>setBooleanParameter</B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;name, boolean&nbsp;value)</PRE> <DL> <DD>Assigns a <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Boolean.html" title="class or interface in java.lang"><CODE>Boolean</CODE></A> to the parameter with the given name <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>name</CODE> - parameter name<DD><CODE>value</CODE> - parameter value</DL> </DD> </DL> <HR> <A NAME="isParameterTrue(java.lang.String)"><!-- --></A><H3> isParameterTrue</H3> <PRE> boolean <B>isParameterTrue</B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;name)</PRE> <DL> <DD>Checks if a boolean parameter is set to <code>true</code>. <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>name</CODE> - parameter name <DT><B>Returns:</B><DD><tt>true</tt> if the parameter is set to value <tt>true</tt>, <tt>false</tt> if it is not set or set to <code>false</code></DL> </DD> </DL> <HR> <A NAME="isParameterFalse(java.lang.String)"><!-- --></A><H3> isParameterFalse</H3> <PRE> boolean <B>isParameterFalse</B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;name)</PRE> <DL> <DD>Checks if a boolean parameter is not set or <code>false</code>. <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>name</CODE> - parameter name <DT><B>Returns:</B><DD><tt>true</tt> if the parameter is either not set or set to value <tt>false</tt>, <tt>false</tt> if it is set to <code>true</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="class-use/HttpParams.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="../../../../org/apache/http/params/HttpConnectionParams.html" title="class in org.apache.http.params"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../org/apache/http/params/HttpParamsNames.html" title="interface in org.apache.http.params"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?org/apache/http/params/HttpParams.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="HttpParams.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> Copyright &#169; 2005-2012 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved. </BODY> </HTML>
doc/_build/html/reference/generated/nmrglue.process.proc_base.add.html
thegooglecodearchive/nmrglue
<!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>nmrglue.process.proc_base.add &mdash; nmrglue v0.2 documentation</title> <link rel="stylesheet" href="../../_static/sphinxdoc.css" type="text/css" /> <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" /> <script type="text/javascript"> var DOCUMENTATION_OPTIONS = { URL_ROOT: '../../', VERSION: '0.2', COLLAPSE_MODINDEX: false, FILE_SUFFIX: '.html', HAS_SOURCE: true }; </script> <script type="text/javascript" src="../../_static/jquery.js"></script> <script type="text/javascript" src="../../_static/doctools.js"></script> <link rel="top" title="nmrglue v0.2 documentation" href="../../index.html" /> <link rel="up" title="nmrglue.proc_base" href="../proc_base.html" /> <link rel="next" title="nmrglue.process.proc_base.add_ri" href="nmrglue.process.proc_base.add_ri.html" /> <link rel="prev" title="nmrglue.process.proc_base.zf_auto" href="nmrglue.process.proc_base.zf_auto.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="../../modindex.html" title="Global Module Index" accesskey="M">modules</a> |</li> <li class="right" > <a href="nmrglue.process.proc_base.add_ri.html" title="nmrglue.process.proc_base.add_ri" accesskey="N">next</a> |</li> <li class="right" > <a href="nmrglue.process.proc_base.zf_auto.html" title="nmrglue.process.proc_base.zf_auto" accesskey="P">previous</a> |</li> <li><a href="../../index.html">nmrglue v0.2 documentation</a> &raquo;</li> <li><a href="../index.html" >Reference Guide</a> &raquo;</li> <li><a href="../proc_base.html" accesskey="U">nmrglue.proc_base</a> &raquo;</li> </ul> </div> <div class="sphinxsidebar"> <div class="sphinxsidebarwrapper"> <h4>Previous topic</h4> <p class="topless"><a href="nmrglue.process.proc_base.zf_auto.html" title="previous chapter">nmrglue.process.proc_base.zf_auto</a></p> <h4>Next topic</h4> <p class="topless"><a href="nmrglue.process.proc_base.add_ri.html" title="next chapter">nmrglue.process.proc_base.add_ri</a></p> <h3>This Page</h3> <ul class="this-page-menu"> <li><a href="../../_sources/reference/generated/nmrglue.process.proc_base.add.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" size="18" /> <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="document"> <div class="documentwrapper"> <div class="bodywrapper"> <div class="body"> <div class="section" id="nmrglue-process-proc-base-add"> <h1>nmrglue.process.proc_base.add<a class="headerlink" href="#nmrglue-process-proc-base-add" title="Permalink to this headline">¶</a></h1> <dl class="function"> <dt id="nmrglue.process.proc_base.add"> <tt class="descclassname">nmrglue.process.proc_base.</tt><tt class="descname">add</tt><big>(</big><em>data</em>, <em>r=0.0</em>, <em>i=0.0</em>, <em>c=0.0</em><big>)</big><a class="headerlink" href="#nmrglue.process.proc_base.add" title="Permalink to this definition">¶</a></dt> <dd><p>Add Constant</p> <p>Parameters:</p> <ul class="simple"> <li>data Array of spectral data.</li> <li>r Constant to add to read channel.</li> <li>i Constant to add to imaginary channel.</li> <li>c Constant to add to both channels.</li> </ul> </dd></dl> </div> </div> </div> </div> <div class="clearer"></div> </div> <div class="related"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="../../genindex.html" title="General Index" >index</a></li> <li class="right" > <a href="../../modindex.html" title="Global Module Index" >modules</a> |</li> <li class="right" > <a href="nmrglue.process.proc_base.add_ri.html" title="nmrglue.process.proc_base.add_ri" >next</a> |</li> <li class="right" > <a href="nmrglue.process.proc_base.zf_auto.html" title="nmrglue.process.proc_base.zf_auto" >previous</a> |</li> <li><a href="../../index.html">nmrglue v0.2 documentation</a> &raquo;</li> <li><a href="../index.html" >Reference Guide</a> &raquo;</li> <li><a href="../proc_base.html" >nmrglue.proc_base</a> &raquo;</li> </ul> </div> <div class="footer"> &copy; Copyright 2010, Jonathan J. Helmus. Last updated on Apr 06, 2011. Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 0.6.4. </div> </body> </html>
web/style/css/jiathis_share.css
zjn580/jxtweb
#ckepop dl, #ckepop dt, #ckepop dd, #ckepop ol, #ckepop ul, #ckepop li, #ckepop fieldset, #ckepop form, #ckepop label, #ckepop legend, #ckepop table, #ckepop caption, #ckepop tbody, #ckepop tfoot, #ckepop thead, #ckepop tr, #ckepop th, #ckepop td, #ckepop span {vertical-align:middle;margin:0;padding:0;font-family:'Microsoft YaHei',arial,tahoma,\5b8b\4f53,sans-serif;} #ckepop .jiadiv_01{border:#CCCCCC solid 1px; width:120px;background:#ffffff;text-align:left;overflow:hidden;} #ckepop .jiadiv_02{padding:1px!important; font-size:14px!important; text-align:left!important;} #ckepop .jiadiv_02 .jiatitle{margin:1px 0;height:20px;padding-left:5px;padding-top:4px;width:107px;float:left;display:block;border:1px solid #ffffff;background:#ffffff;text-decoration:none;color:#000000;font-size:12px!important;} #ckepop .jiadiv_02 .jiatitle:hover{background:#F2F2F2;border:1px solid #E5E5E5;text-decoration:none;} #ckepop .jiadiv_02 .jiatitle img{margin:3px 0 -3px 0;border:0;} #ckepop .jiadiv_01 .link_01{text-decoration:none; font-size:12px} #ckepop .jiadiv_01 .link_01:hover{text-decoration:underline; font-size:12px} #ckepop .jtico{text-align:left;overflow:hidden;display:block!important;height:16px!important;line-height:16px!important;padding-left:20px!important;background:url(img/jiathis_ico.png) no-repeat left;cursor:pointer} #ckepop .jtico:hover{opacity:0.8;} #ckepop .jtico_copy{background-position:0px 0px} #ckepop .jtico_email{background-position:0px -32px} #ckepop .jtico_fav{background-position:0px -16px} #ckepop .jtico_buzz{background-position:0px -48px} #ckepop .jtico_qzone{background-position:0px -64px} #ckepop .jtico_baidu{background-position:0px -80px} #ckepop .jtico_tsina{background-position:0px -96px} #ckepop .jtico_tsohu{background-position:0px -112px} #ckepop .jtico_t163{background-position:0px -128px} #ckepop .jtico_tqq{background-position:0px -144px} #ckepop .jtico_renren{background-position:0px -160px} #ckepop .jtico_kaixin001{background-position:0px -176px} #ckepop .jtico_qingbiji{background-position:0px -192px} #ckepop .jtico_taobao{background-position:0px -208px} #ckepop .jtico_hi{background-position:0px -224px} #ckepop .jtico_xiaoyou{background-position:0px -240px} #ckepop .jtico_youshi{background-position:0px -256px} #ckepop .jtico_gmail{background-position:0px -272px} #ckepop .jtico_hotmail{background-position:0px -288px} #ckepop .jtico_xqw{background-position:0px -304px} #ckepop .jtico_feixin{background-position:0px -320px} #ckepop .jtico_51{background-position:0px -336px} #ckepop .jtico_google{background-position:0px -352px} #ckepop .jtico_youdao{background-position:0px -368px} #ckepop .jtico_qq{background-position:0px -384px} #ckepop .jtico_sina{background-position:0px -400px} #ckepop .jtico_tuita{background-position:0px -416px} #ckepop .jtico_huaban{background-position:0px -432px} #ckepop .jtico_115{background-position:0px -448px} #ckepop .jtico_hexun{background-position:0px -464px} #ckepop .jtico_myspace{background-position:0px -480px} #ckepop .jtico_139{background-position:0px -496px} #ckepop .jtico_tieba{background-position:0px -512px} #ckepop .jtico_sdonote{background-position:0px -528px} #ckepop .jtico_digu{background-position:0px -544px} #ckepop .jtico_douban{background-position:0px -560px} #ckepop .jtico_ifengkb{background-position:0px -576px} #ckepop .jtico_xianguo{background-position:0px -592px} #ckepop .jtico_mingdao{background-position:0px -608px} #ckepop .jtico_renjian{background-position:0px -624px} #ckepop .jtico_gmw{background-position:0px -640px} #ckepop .jtico_delicious{background-position:0px -656px} #ckepop .jtico_digg{background-position:0px -672px} #ckepop .jtico_fb{background-position:0px -688px} #ckepop .jtico_twitter{background-position:0px -704px} #ckepop .jtico_ujian{background-position:0px -720px} #ckepop .jtico_poco{background-position:0px -736px} #ckepop .jtico_wealink{background-position:0px -752px} #ckepop .jtico_cnfol{background-position:0px -768px} #ckepop .jtico_qileke{background-position:0px -800px} #ckepop .jtico_tongxue{background-position:0px -816px} #ckepop .jtico_waakee{background-position:0px -832px} #ckepop .jtico_ydnote{background-position:0px -848px} #ckepop .jtico_cyzone{background-position:0px -864px} #ckepop .jtico_diandian{background-position:0px -880px} #ckepop .jtico_jcrb{background-position:0px -896px} #ckepop .jtico_99earth{background-position:0px -912px} #ckepop .jtico_chouti{background-position:0px -928px} #ckepop .jtico_dig24{background-position:0px -944px} #ckepop .jtico_douban9dian{background-position:0px -960px} #ckepop .jtico_i139{background-position:0px -976px} #ckepop .jtico_caimi{background-position:0px -992px} #ckepop .jtico_yixin{background-position:0px -1008px} #ckepop .jtico_yijee{background-position:0px -1024px} #ckepop .jtico_pdfonline{background-position:0px -1040px} #ckepop .jtico_printfriendly{background-position:0px -1056px} #ckepop .jtico_translate{background-position:0px -1072px} #ckepop .jtico_duitang{background-position:0px -1088px} #ckepop .jtico_diigo{background-position:0px -1104px} #ckepop .jtico_evernote{background-position:0px -1120px} #ckepop .jtico_friendfeed{background-position:0px -1136px} #ckepop .jtico_linkedin{background-position:0px -1152px} #ckepop .jtico_mixx{background-position:0px -1168px} #ckepop .jtico_netlog{background-position:0px -1184px} #ckepop .jtico_netvibes{background-position:0px -1200px} #ckepop .jtico_phonefavs{background-position:0px -1216px} #ckepop .jtico_pingfm{background-position:0px -1232px} #ckepop .jtico_plaxo{background-position:0px -1248px} #ckepop .jtico_tpeople{background-position:0px -1264px} #ckepop .jtico_reddit{background-position:0px -1280px} #ckepop .jtico_wong{background-position:0px -1296px} #ckepop .jtico_stumbleupon{background-position:0px -1312px} #ckepop .jtico_plurk{background-position:0px -1328px} #ckepop .jtico_funp{background-position:0px -1344px} #ckepop .jtico_miliao{background-position:0px -1360px} #ckepop .jtico_myshare{background-position:0px -1376px} #ckepop .jtico_fwisp{background-position:0px -1392px} #ckepop .jtico_more,#ckepop .jtico_jiathis{background-position:0px -1408px} #ckepop .jtico_msn{background-position:0px -1424px} #ckepop .jtico_fanfou{background-position:0px -1440px} #ckepop .jtico_189mail{background-position:0px -1456px} #ckepop .jtico_dream163{background-position:0px -1472px} #ckepop .jtico_thexun{background-position:0px -1488px} #ckepop .jtico_tianya{background-position:0px -1505px} #ckepop .jtico_w3c{background-position:0px -1521px} #ckepop .jtico_tifeng{background-position:0px -1537px} #ckepop .jtico_bitly{background-position:0px -1553px} #ckepop .jtico_kansohu{background-position:0px -1569px} #ckepop .jtico_ganniu{background-position:0px -1585px} #ckepop .jtico_189cn{background-position:0px -1601px} #ckepop .jtico_masar{background-position:0px -1617px} #ckepop .jtico_binzhi{background-position:0px -1633px} #ckepop .jtico_mop{background-position:0px -1649px} #ckepop .jtico_alibaba{background-position:0px -1665px} #ckepop .jtico_leihou{background-position:0px -1681px} #ckepop .jtico_mailru{background-position:0px -1697px} #ckepop .jtico_pocket{background-position:0px -1713px} #ckepop .jtico_instapaper{background-position:0px -1729px} #ckepop .jtico_print{background-position:0px -1745px} #ckepop .jtico_139mail{background-position:0px -1760px} #ckepop .jtico_meilishuo{background-position:0px -1777px} #ckepop .jtico_mogujie{background-position:0px -1793px} #ckepop .jtico_weixin{background-position:0px -1809px} #ckepop .jtico_tianji{background-position:0px -1825px} #ckepop .jtico_tumblr{background-position:0px -1841px} #ckepop .jtico_ishare{background-position:0px -1857px} #ckepop .jtico_zsvs{background-position:0px -1873px} #ckepop .jtico_pinterest{background-position:0px -1889px} #ckepop .jtico_toeeee{background-position:0px -1905px} #ckepop .jtico_tyaolan{background-position:0px -1921px} #ckepop .jtico_189share{background-position:0px -1937px} #ckepop .jtico_txinhua{background-position:0px -1953px} #ckepop .jtico_googleplus{background-position:0px -1969px} #ckepop .jtico_faxianla{background-position:0px -1985px} #ckepop .jtico_iwo{background-position:0px -2001px} #ckepop .jtico_cqq{background-position:0px -2017px} #ckepop .jtico_mwsq{background-position:0px -800px} #ckepop .button,#ckepop .jiathis_txt{float:left;font-size:12px;text-decoration:none;line-height:18px!important;} #ckepop .separator,#ckepop .jiathis_separator{display:block;float:left;margin:0 5px;line-height:16px!important;} #ckepop .searchTxt{text-align:left;margin:7px 0 0 28px;background:#FFFFFF;border:none;width:240px;font-size:12px;color:#999;} #ckepop .searchTxtCont{width:300px;background:#F2F2F2;border-bottom:1px solid #E5E5E5;padding:0 0 0 5px} #ckepop .centerBottom{width:300px;background:#F2F2F2;border-top:1px solid #E5E5E5;padding-left:5px;} #ckepop .centerTitle{float:right;*padding:3px 0 0;} #ckepop .ckepopBottom{background:#F2F2F2;border-top:1px solid #E5E5E5;padding-left:5px;} #ckepop .jt_sharetitle{font-weight:bold;font-size:12px;} #ckepop .jialike{position:relative;border:none;overflow:hidden;margin:-3px 5px;} #ckepop img{display:inline;vertical-align:middle;} #jiathis_style_32x32 .jtico{text-align:left;overflow:hidden;display:block!important;height:32px!important;line-height:32px!important;padding-left:36px!important;background:url(img/jiathis_ico_32x32.png) no-repeat left;cursor:pointer} #jiathis_style_32x32 .jtico:hover{opacity:0.8;} #jiathis_style_32x32 .jiathis_txt{float:left;font-size:22px;text-decoration:none;line-height:32px!important;} #jiathis_style_32x32 .jiathis_separator{display:block;float:left;margin:0 5px;line-height:32px!important;} #jiathis_style_32x32 .jialike{position:relative;border:none;overflow:hidden;margin:-3px 5px;} #jiathis_style_32x32 .jtico_tsina{background-position:0px 0px} #jiathis_style_32x32 .jtico_qzone{background-position:0px -32px} #jiathis_style_32x32 .jtico_renren{background-position:0px -64px} #jiathis_style_32x32 .jtico_gmail{background-position:0px -96px} #jiathis_style_32x32 .jtico_fav{background-position:0px -128px} #jiathis_style_32x32 .jtico_tieba{background-position:0px -160px} #jiathis_style_32x32 .jtico_kaixin001{background-position:0px -192px} #jiathis_style_32x32 .jtico_douban{background-position:0px -224px} #jiathis_style_32x32 .jtico_hi{background-position:0px -256px} #jiathis_style_32x32 .jtico_qingbiji{background-position:0px -288px} #jiathis_style_32x32 .jtico_t163{background-position:0px -320px} #jiathis_style_32x32 .jtico_baidu{background-position:0px -352px} #jiathis_style_32x32 .jtico_translate{background-position:0px -384px} #jiathis_style_32x32 .jtico_sina{background-position:0px -416px} #jiathis_style_32x32 .jtico_huaban{background-position:0px -448px} #jiathis_style_32x32 .jtico_hotmail{background-position:0px -480px} #jiathis_style_32x32 .jtico_hexun{background-position:0px -512px} #jiathis_style_32x32 .jtico_fanfou{background-position:0px -544px} #jiathis_style_32x32 .jtico_poco{background-position:0px -576px} #jiathis_style_32x32 .jtico_waakee{background-position:0px -608px} #jiathis_style_32x32 .jtico_xianguo{background-position:0px -640px} #jiathis_style_32x32 .jtico_mingdao{background-position:0px -672px} #jiathis_style_32x32 .jtico_qileke{background-position:0px -704px} #jiathis_style_32x32 .jtico_diandian{background-position:0px -736px} #jiathis_style_32x32 .jtico_leshou{background-position:0px -768px} #jiathis_style_32x32 .jtico_gmw{background-position:0px -800px} #jiathis_style_32x32 .jtico_115{background-position:0px -832px} #jiathis_style_32x32 .jtico_msn{background-position:0px -864px} #jiathis_style_32x32 .jtico_caimi{background-position:0px -896px} #jiathis_style_32x32 .jtico_renjian{background-position:0px -928px} #jiathis_style_32x32 .jtico_fb{background-position:0px -960px} #jiathis_style_32x32 .jtico_ujian{background-position:0px -992px} #jiathis_style_32x32 .jtico_twitter{background-position:0px -1024px} #jiathis_style_32x32 .jtico_delicious{background-position:0px -1056px} #jiathis_style_32x32 .jtico_digg{background-position:0px -1088px} #jiathis_style_32x32 .jtico_diglog{background-position:0px -1120px} #jiathis_style_32x32 .jtico_wong{background-position:0px -1152px} #jiathis_style_32x32 .jtico_zsvs{background-position:0px -1184px} #jiathis_style_32x32 .jtico_stumbleupon{background-position:0px -1216px} #jiathis_style_32x32 .jtico_tsohu{background-position:0px -1248px} #jiathis_style_32x32 .jtico_chouti{background-position:0px -1280px} #jiathis_style_32x32 .jtico_cnfol{background-position:0px -1312px} #jiathis_style_32x32 .jtico_dig24{background-position:0px -1344px} #jiathis_style_32x32 .jtico_yijee{background-position:0px -1376px} #jiathis_style_32x32 .jtico_sdonote{background-position:0px -1408px} #jiathis_style_32x32 .jtico_buzz{background-position:0px -1440px} #jiathis_style_32x32 .jtico_wealink{background-position:0px -1472px} #jiathis_style_32x32 .jtico_evernote{background-position:0px -1504px} #jiathis_style_32x32 .jtico_linkedin{background-position:0px -1536px} #jiathis_style_32x32 .jtico_reddit{background-position:0px -1568px} #jiathis_style_32x32 .jtico_fwisp{background-position:0px -1600px} #jiathis_style_32x32 .jtico_cyzone{background-position:0px -1632px} #jiathis_style_32x32 .jtico_youdao{background-position:0px -1664px} #jiathis_style_32x32 .jtico_netvibes{background-position:0px -1696px} #jiathis_style_32x32 .jtico_myspace{background-position:0px -1728px} #jiathis_style_32x32 .jtico_tqq{background-position:0px -1760px} #jiathis_style_32x32 .jtico_feixin{background-position:0px -1792px} #jiathis_style_32x32 .jtico_youshi{background-position:0px -1824px} #jiathis_style_32x32 .jtico_xiaoyou{background-position:0px -1856px} #jiathis_style_32x32 .jtico_tifeng{background-position:0px -1888px} #jiathis_style_32x32 .jtico_dream163{background-position:0px -1920px} #jiathis_style_32x32 .jtico_ifengkb{background-position:0px -1952px} #jiathis_style_32x32 .jtico_email{background-position:0px -1984px} #jiathis_style_32x32 .jtico_taobao{background-position:0px -2016px} #jiathis_style_32x32 .jtico_jiathis{background-position:0px -2048px} #jiathis_style_32x32 .jtico_tyaolan{background-position:0px -2080px} #jiathis_style_32x32 .jtico_masar{background-position:0px -2112px} #jiathis_style_32x32 .jtico_binzhi{background-position:0px -2144px} #jiathis_style_32x32 .jtico_51{background-position:0px -2176px} #jiathis_style_32x32 .jtico_qq{background-position:0px -2208px} #jiathis_style_32x32 .jtico_digu{background-position:0px -2240px} #jiathis_style_32x32 .jtico_douban9dian{background-position:0px -2272px} #jiathis_style_32x32 .jtico_yixin{background-position:0px -2304px} #jiathis_style_32x32 .jtico_pdfonline{background-position:0px -2336px} #jiathis_style_32x32 .jtico_printfriendly{background-position:0px -2368px} #jiathis_style_32x32 .jtico_duitang{background-position:0px -2400px} #jiathis_style_32x32 .jtico_diigo{background-position:0px -2432px} #jiathis_style_32x32 .jtico_friendfeed{background-position:0px -2464px} #jiathis_style_32x32 .jtico_mixx{background-position:0px -2496px} #jiathis_style_32x32 .jtico_plaxo{background-position:0px -2528px} #jiathis_style_32x32 .jtico_tpeople{background-position:0px -2560px} #jiathis_style_32x32 .jtico_print{background-position:0px -2592px} #jiathis_style_32x32 .jtico_plurk{background-position:0px -2624px} #jiathis_style_32x32 .jtico_189mail{background-position:0px -2656px} #jiathis_style_32x32 .jtico_i139{background-position:0px -2688px} #jiathis_style_32x32 .jtico_thexun{background-position:0px -2720px} #jiathis_style_32x32 .jtico_tianya{background-position:0px -2752px} #jiathis_style_32x32 .jtico_kansohu{background-position:0px -2784px} #jiathis_style_32x32 .jtico_ganniu{background-position:0px -2816px} #jiathis_style_32x32 .jtico_189cn{background-position:0px -2848px} #jiathis_style_32x32 .jtico_mop{background-position:0px -2880px} #jiathis_style_32x32 .jtico_alibaba{background-position:0px -2912px} #jiathis_style_32x32 .jtico_mailru{background-position:0px -2944px} #jiathis_style_32x32 .jtico_leihou{background-position:0px -2976px} #jiathis_style_32x32 .jtico_139{background-position:0px -3008px} #jiathis_style_32x32 .jtico_139mail{background-position:0px -3040px} #jiathis_style_32x32 .jtico_w3c{background-position:0px -3072px} #jiathis_style_32x32 .jtico_99earth{background-position:0px -3104px} #jiathis_style_32x32 .jtico_xqw{background-position:0px -3136px} #jiathis_style_32x32 .jtico_google{background-position:0px -3168px} #jiathis_style_32x32 .jtico_jcrb{background-position:0px -3200px} #jiathis_style_32x32 .jtico_miliao{background-position:0px -3232px} #jiathis_style_32x32 .jtico_tuita{background-position:0px -3264px} #jiathis_style_32x32 .jtico_copy{background-position:0px -3296px} #jiathis_style_32x32 .jtico_pingfm{background-position:0px -3328px} #jiathis_style_32x32 .jtico_pocket{background-position:0px -3360px} #jiathis_style_32x32 .jtico_funp{background-position:0px -3392px} #jiathis_style_32x32 .jtico_phonefavs{background-position:0px -3424px} #jiathis_style_32x32 .jtico_instapaper{background-position:0px -3456px} #jiathis_style_32x32 .jtico_myshare{background-position:0px -3488px} #jiathis_style_32x32 .jtico_bitly{background-position:0px -3520px} #jiathis_style_32x32 .jtico_netlog{background-position:0px -3552px} #jiathis_style_32x32 .jtico_ydnote{background-position:0px -3584px} #jiathis_style_32x32 .jtico_meilishuo{background-position:0px -3616px} #jiathis_style_32x32 .jtico_mogujie{background-position:0px -3648px} #jiathis_style_32x32 .jtico_weixin{background-position:0px -3680px} #jiathis_style_32x32 .jtico_tianji{background-position:0px -3712px} #jiathis_style_32x32 .jtico_tumblr{background-position:0px -3744px} #jiathis_style_32x32 .jtico_ishare{background-position:0px -3776px} #jiathis_style_32x32 .jtico_pinterest{background-position:0px -3808px} #jiathis_style_32x32 .jtico_toeeee{background-position:0px -3840px} #jiathis_style_32x32 .jtico_189share{background-position:0px -3872px} #jiathis_style_32x32 .jtico_txinhua{background-position:0px -3904px} #jiathis_style_32x32 .jtico_googleplus{background-position:0px -3936px} #jiathis_style_32x32 .jtico_faxianla{background-position:0px -3968px} #jiathis_style_32x32 .jtico_iwo{background-position:0px -4000px} #jiathis_style_32x32 .jtico_cqq{background-position:0px -4032px} #jiathis_style_32x32 .jtico_mwsq{background-position:0px -704px} .jiathis_style dl, .jiathis_style dt, .jiathis_style dd, .jiathis_style ol, .jiathis_style ul, .jiathis_style li, .jiathis_style fieldset, .jiathis_style form, .jiathis_style label, .jiathis_style legend, .jiathis_style table, .jiathis_style caption, .jiathis_style tbody, .jiathis_style tfoot, .jiathis_style thead, .jiathis_style tr, .jiathis_style th, .jiathis_style td, .jiathis_style span {vertical-align:middle;margin:0;padding:0;font-family:'Microsoft YaHei',arial,tahoma,\5b8b\4f53,sans-serif;} .jiathis_style .jiadiv_01{border:#CCCCCC solid 1px; width:120px;background:#ffffff;text-align:left;overflow:hidden;} .jiathis_style .jiadiv_02{padding:1px!important; font-size:14px!important; text-align:left!important;} .jiathis_style .jiadiv_02 .jiatitle{margin:1px 0;height:20px;padding-left:5px;padding-top:4px;width:107px;float:left;display:block;border:1px solid #ffffff;background:#ffffff;text-decoration:none;color:#000000;font-size:12px!important;} .jiathis_style .jiadiv_02 .jiatitle:hover{background:#F2F2F2;border:1px solid #E5E5E5;text-decoration:none;} .jiathis_style .jiadiv_02 .jiatitle img{margin:3px 0 -3px 0;border:0;} .jiathis_style .jiadiv_01 .link_01{text-decoration:none; font-size:12px} .jiathis_style .jiadiv_01 .link_01:hover{text-decoration:underline; font-size:12px} .jiathis_style .jtico{text-align:left;overflow:hidden;display:block!important;height:16px!important;line-height:16px!important;padding-left:20px!important;background:url(img/jiathis_ico.png) no-repeat left;cursor:pointer} .jiathis_style .jtico:hover{opacity:0.8;} .jiathis_style .jtico_copy{background-position:0px 0px} .jiathis_style .jtico_email{background-position:0px -32px} .jiathis_style .jtico_fav{background-position:0px -16px} .jiathis_style .jtico_buzz{background-position:0px -48px} .jiathis_style .jtico_qzone{background-position:0px -64px} .jiathis_style .jtico_baidu{background-position:0px -80px} .jiathis_style .jtico_tsina{background-position:0px -96px} .jiathis_style .jtico_tsohu{background-position:0px -112px} .jiathis_style .jtico_t163{background-position:0px -128px} .jiathis_style .jtico_tqq{background-position:0px -144px} .jiathis_style .jtico_renren{background-position:0px -160px} .jiathis_style .jtico_kaixin001{background-position:0px -176px} .jiathis_style .jtico_qingbiji{background-position:0px -192px} .jiathis_style .jtico_taobao{background-position:0px -208px} .jiathis_style .jtico_hi{background-position:0px -224px} .jiathis_style .jtico_xiaoyou{background-position:0px -240px} .jiathis_style .jtico_youshi{background-position:0px -256px} .jiathis_style .jtico_gmail{background-position:0px -272px} .jiathis_style .jtico_hotmail{background-position:0px -288px} .jiathis_style .jtico_xqw{background-position:0px -304px} .jiathis_style .jtico_feixin{background-position:0px -320px} .jiathis_style .jtico_51{background-position:0px -336px} .jiathis_style .jtico_google{background-position:0px -352px} .jiathis_style .jtico_youdao{background-position:0px -368px} .jiathis_style .jtico_qq{background-position:0px -384px} .jiathis_style .jtico_sina{background-position:0px -400px} .jiathis_style .jtico_tuita{background-position:0px -416px} .jiathis_style .jtico_huaban{background-position:0px -432px} .jiathis_style .jtico_115{background-position:0px -448px} .jiathis_style .jtico_hexun{background-position:0px -464px} .jiathis_style .jtico_myspace{background-position:0px -480px} .jiathis_style .jtico_139{background-position:0px -496px} .jiathis_style .jtico_tieba{background-position:0px -512px} .jiathis_style .jtico_sdonote{background-position:0px -528px} .jiathis_style .jtico_digu{background-position:0px -544px} .jiathis_style .jtico_douban{background-position:0px -560px} .jiathis_style .jtico_ifengkb{background-position:0px -576px} .jiathis_style .jtico_xianguo{background-position:0px -592px} .jiathis_style .jtico_mingdao{background-position:0px -608px} .jiathis_style .jtico_renjian{background-position:0px -624px} .jiathis_style .jtico_gmw{background-position:0px -640px} .jiathis_style .jtico_delicious{background-position:0px -656px} .jiathis_style .jtico_digg{background-position:0px -672px} .jiathis_style .jtico_fb{background-position:0px -688px} .jiathis_style .jtico_twitter{background-position:0px -704px} .jiathis_style .jtico_ujian{background-position:0px -720px} .jiathis_style .jtico_poco{background-position:0px -736px} .jiathis_style .jtico_wealink{background-position:0px -752px} .jiathis_style .jtico_cnfol{background-position:0px -768px} .jiathis_style .jtico_qileke{background-position:0px -800px} .jiathis_style .jtico_tongxue{background-position:0px -816px} .jiathis_style .jtico_waakee{background-position:0px -832px} .jiathis_style .jtico_ydnote{background-position:0px -848px} .jiathis_style .jtico_cyzone{background-position:0px -864px} .jiathis_style .jtico_diandian{background-position:0px -880px} .jiathis_style .jtico_jcrb{background-position:0px -896px} .jiathis_style .jtico_99earth{background-position:0px -912px} .jiathis_style .jtico_chouti{background-position:0px -928px} .jiathis_style .jtico_dig24{background-position:0px -944px} .jiathis_style .jtico_douban9dian{background-position:0px -960px} .jiathis_style .jtico_i139{background-position:0px -976px} .jiathis_style .jtico_caimi{background-position:0px -992px} .jiathis_style .jtico_yixin{background-position:0px -1008px} .jiathis_style .jtico_yijee{background-position:0px -1024px} .jiathis_style .jtico_pdfonline{background-position:0px -1040px} .jiathis_style .jtico_printfriendly{background-position:0px -1056px} .jiathis_style .jtico_translate{background-position:0px -1072px} .jiathis_style .jtico_duitang{background-position:0px -1088px} .jiathis_style .jtico_diigo{background-position:0px -1104px} .jiathis_style .jtico_evernote{background-position:0px -1120px} .jiathis_style .jtico_friendfeed{background-position:0px -1136px} .jiathis_style .jtico_linkedin{background-position:0px -1152px} .jiathis_style .jtico_mixx{background-position:0px -1168px} .jiathis_style .jtico_netlog{background-position:0px -1184px} .jiathis_style .jtico_netvibes{background-position:0px -1200px} .jiathis_style .jtico_phonefavs{background-position:0px -1216px} .jiathis_style .jtico_pingfm{background-position:0px -1232px} .jiathis_style .jtico_plaxo{background-position:0px -1248px} .jiathis_style .jtico_tpeople{background-position:0px -1264px} .jiathis_style .jtico_reddit{background-position:0px -1280px} .jiathis_style .jtico_wong{background-position:0px -1296px} .jiathis_style .jtico_stumbleupon{background-position:0px -1312px} .jiathis_style .jtico_plurk{background-position:0px -1328px} .jiathis_style .jtico_funp{background-position:0px -1344px} .jiathis_style .jtico_miliao{background-position:0px -1360px} .jiathis_style .jtico_myshare{background-position:0px -1376px} .jiathis_style .jtico_fwisp{background-position:0px -1392px} .jiathis_style .jtico_more,.jiathis_style .jtico_jiathis{background-position:0px -1408px} .jiathis_style .jtico_msn{background-position:0px -1424px} .jiathis_style .jtico_fanfou{background-position:0px -1440px} .jiathis_style .jtico_189mail{background-position:0px -1456px} .jiathis_style .jtico_dream163{background-position:0px -1472px} .jiathis_style .jtico_thexun{background-position:0px -1488px} .jiathis_style .jtico_tianya{background-position:0px -1505px} .jiathis_style .jtico_w3c{background-position:0px -1521px} .jiathis_style .jtico_tifeng{background-position:0px -1537px} .jiathis_style .jtico_bitly{background-position:0px -1553px} .jiathis_style .jtico_kansohu{background-position:0px -1569px} .jiathis_style .jtico_ganniu{background-position:0px -1585px} .jiathis_style .jtico_189cn{background-position:0px -1601px} .jiathis_style .jtico_masar{background-position:0px -1617px} .jiathis_style .jtico_binzhi{background-position:0px -1633px} .jiathis_style .jtico_mop{background-position:0px -1649px} .jiathis_style .jtico_alibaba{background-position:0px -1665px} .jiathis_style .jtico_leihou{background-position:0px -1681px} .jiathis_style .jtico_mailru{background-position:0px -1697px} .jiathis_style .jtico_pocket{background-position:0px -1713px} .jiathis_style .jtico_instapaper{background-position:0px -1729px} .jiathis_style .jtico_print{background-position:0px -1745px} .jiathis_style .jtico_139mail{background-position:0px -1760px} .jiathis_style .jtico_meilishuo{background-position:0px -1777px} .jiathis_style .jtico_mogujie{background-position:0px -1793px} .jiathis_style .jtico_weixin{background-position:0px -1809px} .jiathis_style .jtico_tianji{background-position:0px -1825px} .jiathis_style .jtico_tumblr{background-position:0px -1841px} .jiathis_style .jtico_ishare{background-position:0px -1857px} .jiathis_style .jtico_zsvs{background-position:0px -1873px} .jiathis_style .jtico_pinterest{background-position:0px -1889px} .jiathis_style .jtico_toeeee{background-position:0px -1905px} .jiathis_style .jtico_tyaolan{background-position:0px -1921px} .jiathis_style .jtico_189share{background-position:0px -1937px} .jiathis_style .jtico_txinhua{background-position:0px -1953px} .jiathis_style .jtico_googleplus{background-position:0px -1969px} .jiathis_style .jtico_faxianla{background-position:0px -1985px} .jiathis_style .jtico_iwo{background-position:0px -2001px} .jiathis_style .jtico_cqq{background-position:0px -2017px} .jiathis_style .jtico_mwsq{background-position:0px -800px} .jiathis_style .button,.jiathis_style .jiathis_txt{float:left;font-size:12px;text-decoration:none;line-height:18px!important;} .jiathis_style .separator,.jiathis_style .jiathis_separator{display:block;float:left;margin:0 5px;line-height:16px!important;} .jiathis_style .searchTxt{text-align:left;margin:7px 0 0 28px;background:#FFFFFF;border:none;width:240px;font-size:12px;color:#999;} .jiathis_style .searchTxtCont{width:300px;background:#F2F2F2;border-bottom:1px solid #E5E5E5;padding:0 0 0 5px} .jiathis_style .centerBottom{width:300px;background:#F2F2F2;border-top:1px solid #E5E5E5;padding-left:5px;} .jiathis_style .centerTitle{float:right;*padding:3px 0 0;} .jiathis_style .ckepopBottom{background:#F2F2F2;border-top:1px solid #E5E5E5;padding-left:5px;} .jiathis_style .jt_sharetitle{font-weight:bold;font-size:12px;} .jiathis_style .jialike{position:relative;border:none;overflow:hidden;margin:-3px 5px;} .jiathis_style img{display:inline;vertical-align:middle;} .jiathis_style_32x32 .jtico{text-align:left;overflow:hidden;display:block!important;height:32px!important;line-height:32px!important;padding-left:36px!important;background:url(img/jiathis_ico_32x32.png) no-repeat left;cursor:pointer} .jiathis_style_32x32 .jtico:hover{opacity:0.8;} .jiathis_style_32x32 .jiathis_txt{float:left;font-size:22px;text-decoration:none;line-height:32px!important;} .jiathis_style_32x32 .jiathis_separator{display:block;float:left;margin:0 5px;line-height:32px!important;} .jiathis_style_32x32 .jialike{position:relative;border:none;overflow:hidden;margin:-3px 5px;} .jiathis_style_32x32 .jtico_tsina{background-position:0px 0px} .jiathis_style_32x32 .jtico_qzone{background-position:0px -32px} .jiathis_style_32x32 .jtico_renren{background-position:0px -64px} .jiathis_style_32x32 .jtico_gmail{background-position:0px -96px} .jiathis_style_32x32 .jtico_fav{background-position:0px -128px} .jiathis_style_32x32 .jtico_tieba{background-position:0px -160px} .jiathis_style_32x32 .jtico_kaixin001{background-position:0px -192px} .jiathis_style_32x32 .jtico_douban{background-position:0px -224px} .jiathis_style_32x32 .jtico_hi{background-position:0px -256px} .jiathis_style_32x32 .jtico_qingbiji{background-position:0px -288px} .jiathis_style_32x32 .jtico_t163{background-position:0px -320px} .jiathis_style_32x32 .jtico_baidu{background-position:0px -352px} .jiathis_style_32x32 .jtico_translate{background-position:0px -384px} .jiathis_style_32x32 .jtico_sina{background-position:0px -416px} .jiathis_style_32x32 .jtico_huaban{background-position:0px -448px} .jiathis_style_32x32 .jtico_hotmail{background-position:0px -480px} .jiathis_style_32x32 .jtico_hexun{background-position:0px -512px} .jiathis_style_32x32 .jtico_fanfou{background-position:0px -544px} .jiathis_style_32x32 .jtico_poco{background-position:0px -576px} .jiathis_style_32x32 .jtico_waakee{background-position:0px -608px} .jiathis_style_32x32 .jtico_xianguo{background-position:0px -640px} .jiathis_style_32x32 .jtico_mingdao{background-position:0px -672px} .jiathis_style_32x32 .jtico_qileke{background-position:0px -704px} .jiathis_style_32x32 .jtico_diandian{background-position:0px -736px} .jiathis_style_32x32 .jtico_leshou{background-position:0px -768px} .jiathis_style_32x32 .jtico_gmw{background-position:0px -800px} .jiathis_style_32x32 .jtico_115{background-position:0px -832px} .jiathis_style_32x32 .jtico_msn{background-position:0px -864px} .jiathis_style_32x32 .jtico_caimi{background-position:0px -896px} .jiathis_style_32x32 .jtico_renjian{background-position:0px -928px} .jiathis_style_32x32 .jtico_fb{background-position:0px -960px} .jiathis_style_32x32 .jtico_ujian{background-position:0px -992px} .jiathis_style_32x32 .jtico_twitter{background-position:0px -1024px} .jiathis_style_32x32 .jtico_delicious{background-position:0px -1056px} .jiathis_style_32x32 .jtico_digg{background-position:0px -1088px} .jiathis_style_32x32 .jtico_diglog{background-position:0px -1120px} .jiathis_style_32x32 .jtico_wong{background-position:0px -1152px} .jiathis_style_32x32 .jtico_zsvs{background-position:0px -1184px} .jiathis_style_32x32 .jtico_stumbleupon{background-position:0px -1216px} .jiathis_style_32x32 .jtico_tsohu{background-position:0px -1248px} .jiathis_style_32x32 .jtico_chouti{background-position:0px -1280px} .jiathis_style_32x32 .jtico_cnfol{background-position:0px -1312px} .jiathis_style_32x32 .jtico_dig24{background-position:0px -1344px} .jiathis_style_32x32 .jtico_yijee{background-position:0px -1376px} .jiathis_style_32x32 .jtico_sdonote{background-position:0px -1408px} .jiathis_style_32x32 .jtico_buzz{background-position:0px -1440px} .jiathis_style_32x32 .jtico_wealink{background-position:0px -1472px} .jiathis_style_32x32 .jtico_evernote{background-position:0px -1504px} .jiathis_style_32x32 .jtico_linkedin{background-position:0px -1536px} .jiathis_style_32x32 .jtico_reddit{background-position:0px -1568px} .jiathis_style_32x32 .jtico_fwisp{background-position:0px -1600px} .jiathis_style_32x32 .jtico_cyzone{background-position:0px -1632px} .jiathis_style_32x32 .jtico_youdao{background-position:0px -1664px} .jiathis_style_32x32 .jtico_netvibes{background-position:0px -1696px} .jiathis_style_32x32 .jtico_myspace{background-position:0px -1728px} .jiathis_style_32x32 .jtico_tqq{background-position:0px -1760px} .jiathis_style_32x32 .jtico_feixin{background-position:0px -1792px} .jiathis_style_32x32 .jtico_youshi{background-position:0px -1824px} .jiathis_style_32x32 .jtico_xiaoyou{background-position:0px -1856px} .jiathis_style_32x32 .jtico_tifeng{background-position:0px -1888px} .jiathis_style_32x32 .jtico_dream163{background-position:0px -1920px} .jiathis_style_32x32 .jtico_ifengkb{background-position:0px -1952px} .jiathis_style_32x32 .jtico_email{background-position:0px -1984px} .jiathis_style_32x32 .jtico_taobao{background-position:0px -2016px} .jiathis_style_32x32 .jtico_jiathis{background-position:0px -2048px} .jiathis_style_32x32 .jtico_tyaolan{background-position:0px -2080px} .jiathis_style_32x32 .jtico_masar{background-position:0px -2112px} .jiathis_style_32x32 .jtico_binzhi{background-position:0px -2144px} .jiathis_style_32x32 .jtico_51{background-position:0px -2176px} .jiathis_style_32x32 .jtico_qq{background-position:0px -2208px} .jiathis_style_32x32 .jtico_digu{background-position:0px -2240px} .jiathis_style_32x32 .jtico_douban9dian{background-position:0px -2272px} .jiathis_style_32x32 .jtico_yixin{background-position:0px -2304px} .jiathis_style_32x32 .jtico_pdfonline{background-position:0px -2336px} .jiathis_style_32x32 .jtico_printfriendly{background-position:0px -2368px} .jiathis_style_32x32 .jtico_duitang{background-position:0px -2400px} .jiathis_style_32x32 .jtico_diigo{background-position:0px -2432px} .jiathis_style_32x32 .jtico_friendfeed{background-position:0px -2464px} .jiathis_style_32x32 .jtico_mixx{background-position:0px -2496px} .jiathis_style_32x32 .jtico_plaxo{background-position:0px -2528px} .jiathis_style_32x32 .jtico_tpeople{background-position:0px -2560px} .jiathis_style_32x32 .jtico_print{background-position:0px -2592px} .jiathis_style_32x32 .jtico_plurk{background-position:0px -2624px} .jiathis_style_32x32 .jtico_189mail{background-position:0px -2656px} .jiathis_style_32x32 .jtico_i139{background-position:0px -2688px} .jiathis_style_32x32 .jtico_thexun{background-position:0px -2720px} .jiathis_style_32x32 .jtico_tianya{background-position:0px -2752px} .jiathis_style_32x32 .jtico_kansohu{background-position:0px -2784px} .jiathis_style_32x32 .jtico_ganniu{background-position:0px -2816px} .jiathis_style_32x32 .jtico_189cn{background-position:0px -2848px} .jiathis_style_32x32 .jtico_mop{background-position:0px -2880px} .jiathis_style_32x32 .jtico_alibaba{background-position:0px -2912px} .jiathis_style_32x32 .jtico_mailru{background-position:0px -2944px} .jiathis_style_32x32 .jtico_leihou{background-position:0px -2976px} .jiathis_style_32x32 .jtico_139{background-position:0px -3008px} .jiathis_style_32x32 .jtico_139mail{background-position:0px -3040px} .jiathis_style_32x32 .jtico_w3c{background-position:0px -3072px} .jiathis_style_32x32 .jtico_99earth{background-position:0px -3104px} .jiathis_style_32x32 .jtico_xqw{background-position:0px -3136px} .jiathis_style_32x32 .jtico_google{background-position:0px -3168px} .jiathis_style_32x32 .jtico_jcrb{background-position:0px -3200px} .jiathis_style_32x32 .jtico_miliao{background-position:0px -3232px} .jiathis_style_32x32 .jtico_tuita{background-position:0px -3264px} .jiathis_style_32x32 .jtico_copy{background-position:0px -3296px} .jiathis_style_32x32 .jtico_pingfm{background-position:0px -3328px} .jiathis_style_32x32 .jtico_pocket{background-position:0px -3360px} .jiathis_style_32x32 .jtico_funp{background-position:0px -3392px} .jiathis_style_32x32 .jtico_phonefavs{background-position:0px -3424px} .jiathis_style_32x32 .jtico_instapaper{background-position:0px -3456px} .jiathis_style_32x32 .jtico_myshare{background-position:0px -3488px} .jiathis_style_32x32 .jtico_bitly{background-position:0px -3520px} .jiathis_style_32x32 .jtico_netlog{background-position:0px -3552px} .jiathis_style_32x32 .jtico_ydnote{background-position:0px -3584px} .jiathis_style_32x32 .jtico_meilishuo{background-position:0px -3616px} .jiathis_style_32x32 .jtico_mogujie{background-position:0px -3648px} .jiathis_style_32x32 .jtico_weixin{background-position:0px -3680px} .jiathis_style_32x32 .jtico_tianji{background-position:0px -3712px} .jiathis_style_32x32 .jtico_tumblr{background-position:0px -3744px} .jiathis_style_32x32 .jtico_ishare{background-position:0px -3776px} .jiathis_style_32x32 .jtico_pinterest{background-position:0px -3808px} .jiathis_style_32x32 .jtico_toeeee{background-position:0px -3840px} .jiathis_style_32x32 .jtico_189share{background-position:0px -3872px} .jiathis_style_32x32 .jtico_txinhua{background-position:0px -3904px} .jiathis_style_32x32 .jtico_googleplus{background-position:0px -3936px} .jiathis_style_32x32 .jtico_faxianla{background-position:0px -3968px} .jiathis_style_32x32 .jtico_iwo{background-position:0px -4000px} .jiathis_style_32x32 .jtico_cqq{background-position:0px -4032px} .jiathis_style_32x32 .jtico_mwsq{background-position:0px -704px} .jiathis_style_24x24 .jtico{text-align:left;overflow:hidden;display:block!important;height:24px!important;line-height:24px!important;padding-left:28px!important;background:url(img/jiathis_ico_24x24.png) no-repeat left;cursor:pointer} .jiathis_style_24x24 .jtico:hover{opacity:0.8;} .jiathis_style_24x24 .jiathis_txt{float:left;font-size:22px;text-decoration:none;line-height:24px!important;} .jiathis_style_24x24 .jiathis_separator{display:block;float:left;margin:0 5px;line-height:24px!important;} .jiathis_style_24x24 .jialike{position:relative;border:none;overflow:hidden;margin:-3px 5px;} .jiathis_style_24x24 .jtico_copy{background-position:0px 0px} .jiathis_style_24x24 .jtico_fav{background-position:0px -24px} .jiathis_style_24x24 .jtico_email{background-position:0px -48px} .jiathis_style_24x24 .jtico_buzz{background-position:0px -72px} .jiathis_style_24x24 .jtico_qzone{background-position:0px -96px} .jiathis_style_24x24 .jtico_baidu{background-position:0px -120px} .jiathis_style_24x24 .jtico_tsina{background-position:0px -144px} .jiathis_style_24x24 .jtico_tsohu{background-position:0px -168px} .jiathis_style_24x24 .jtico_t163{background-position:0px -192px} .jiathis_style_24x24 .jtico_tqq{background-position:0px -216px} .jiathis_style_24x24 .jtico_renren{background-position:0px -240px} .jiathis_style_24x24 .jtico_kaixin001{background-position:0px -264px} .jiathis_style_24x24 .jtico_qingbiji{background-position:0px -288px} .jiathis_style_24x24 .jtico_taobao{background-position:0px -312px} .jiathis_style_24x24 .jtico_hi{background-position:0px -336px} .jiathis_style_24x24 .jtico_xiaoyou{background-position:0px -360px} .jiathis_style_24x24 .jtico_youshi{background-position:0px -384px} .jiathis_style_24x24 .jtico_gmail{background-position:0px -408px} .jiathis_style_24x24 .jtico_hotmail{background-position:0px -432px} .jiathis_style_24x24 .jtico_xqw{background-position:0px -456px} .jiathis_style_24x24 .jtico_feixin{background-position:0px -480px} .jiathis_style_24x24 .jtico_51{background-position:0px -504px} .jiathis_style_24x24 .jtico_google{background-position:0px -528px} .jiathis_style_24x24 .jtico_youdao{background-position:0px -552px} .jiathis_style_24x24 .jtico_qq{background-position:0px -576px} .jiathis_style_24x24 .jtico_sina{background-position:0px -600px} .jiathis_style_24x24 .jtico_tuita{background-position:0px -624px} .jiathis_style_24x24 .jtico_huaban{background-position:0px -648px} .jiathis_style_24x24 .jtico_115{background-position:0px -672px} .jiathis_style_24x24 .jtico_hexun{background-position:0px -696px} .jiathis_style_24x24 .jtico_myspace{background-position:0px -720px} .jiathis_style_24x24 .jtico_139{background-position:0px -744px} .jiathis_style_24x24 .jtico_tieba{background-position:0px -768px} .jiathis_style_24x24 .jtico_sdonote{background-position:0px -792px} .jiathis_style_24x24 .jtico_digu{background-position:0px -816px} .jiathis_style_24x24 .jtico_douban{background-position:0px -840px} .jiathis_style_24x24 .jtico_ifengkb{background-position:0px -864px} .jiathis_style_24x24 .jtico_xianguo{background-position:0px -888px} .jiathis_style_24x24 .jtico_mingdao{background-position:0px -912px} .jiathis_style_24x24 .jtico_renjian{background-position:0px -936px} .jiathis_style_24x24 .jtico_gmw{background-position:0px -960px} .jiathis_style_24x24 .jtico_delicious{background-position:0px -984px} .jiathis_style_24x24 .jtico_digg{background-position:0px -1008px} .jiathis_style_24x24 .jtico_fb{background-position:0px -1032px} .jiathis_style_24x24 .jtico_twitter{background-position:0px -1056px} .jiathis_style_24x24 .jtico_ujian{background-position:0px -1080px} .jiathis_style_24x24 .jtico_poco{background-position:0px -1104px} .jiathis_style_24x24 .jtico_wealink{background-position:0px -1128px} .jiathis_style_24x24 .jtico_cnfol{background-position:0px -1152px} .jiathis_style_24x24 .jtico_qileke{background-position:0px -1200px} .jiathis_style_24x24 .jtico_tongxue{background-position:0px -1224px} .jiathis_style_24x24 .jtico_waakee{background-position:0px -1248px} .jiathis_style_24x24 .jtico_ydnote{background-position:0px -1272px} .jiathis_style_24x24 .jtico_cyzone{background-position:0px -1296px} .jiathis_style_24x24 .jtico_diandian{background-position:0px -1320px} .jiathis_style_24x24 .jtico_jcrb{background-position:0px -1344px} .jiathis_style_24x24 .jtico_99earth{background-position:0px -1368px} .jiathis_style_24x24 .jtico_chouti{background-position:0px -1392px} .jiathis_style_24x24 .jtico_dig24{background-position:0px -1416px} .jiathis_style_24x24 .jtico_douban9dian{background-position:0px -1440px} .jiathis_style_24x24 .jtico_i139{background-position:0px -1464px} .jiathis_style_24x24 .jtico_caimi{background-position:0px -1488px} .jiathis_style_24x24 .jtico_yixin{background-position:0px -1512px} .jiathis_style_24x24 .jtico_yijee{background-position:0px -1536px} .jiathis_style_24x24 .jtico_pdfonline{background-position:0px -1560px} .jiathis_style_24x24 .jtico_printfriendly{background-position:0px -1584px} .jiathis_style_24x24 .jtico_translate{background-position:0px -1608px} .jiathis_style_24x24 .jtico_duitang{background-position:0px -1632px} .jiathis_style_24x24 .jtico_diigo{background-position:0px -1656px} .jiathis_style_24x24 .jtico_evernote{background-position:0px -1680px} .jiathis_style_24x24 .jtico_friendfeed{background-position:0px -1704px} .jiathis_style_24x24 .jtico_linkedin{background-position:0px -1728px} .jiathis_style_24x24 .jtico_mixx{background-position:0px -1752px} .jiathis_style_24x24 .jtico_netlog{background-position:0px -1776px} .jiathis_style_24x24 .jtico_netvibes{background-position:0px -1800px} .jiathis_style_24x24 .jtico_phonefavs{background-position:0px -1824px} .jiathis_style_24x24 .jtico_pingfm{background-position:0px -1848px} .jiathis_style_24x24 .jtico_plaxo{background-position:0px -1872px} .jiathis_style_24x24 .jtico_tpeople{background-position:0px -1896px} .jiathis_style_24x24 .jtico_reddit{background-position:0px -1920px} .jiathis_style_24x24 .jtico_wong{background-position:0px -1944px} .jiathis_style_24x24 .jtico_stumbleupon{background-position:0px -1968px} .jiathis_style_24x24 .jtico_plurk{background-position:0px -1992px} .jiathis_style_24x24 .jtico_funp{background-position:0px -2016px} .jiathis_style_24x24 .jtico_miliao{background-position:0px -2040px} .jiathis_style_24x24 .jtico_myshare{background-position:0px -2064px} .jiathis_style_24x24 .jtico_fwisp{background-position:0px -2088px} .jiathis_style_24x24 .jtico_more,.jiathis_style_24x24 .jtico_jiathis{background-position:0px -2112px} .jiathis_style_24x24 .jtico_msn{background-position:0px -2136px} .jiathis_style_24x24 .jtico_fanfou{background-position:0px -2160px} .jiathis_style_24x24 .jtico_189mail{background-position:0px -2184px} .jiathis_style_24x24 .jtico_dream163{background-position:0px -2208px} .jiathis_style_24x24 .jtico_thexun{background-position:0px -2232px} .jiathis_style_24x24 .jtico_tianya{background-position:0px -2256px} .jiathis_style_24x24 .jtico_w3c{background-position:0px -2280px} .jiathis_style_24x24 .jtico_tifeng{background-position:0px -2304px} .jiathis_style_24x24 .jtico_bitly{background-position:0px -2328px} .jiathis_style_24x24 .jtico_kansohu{background-position:0px -2352px} .jiathis_style_24x24 .jtico_ganniu{background-position:0px -2376px} .jiathis_style_24x24 .jtico_189cn{background-position:0px -2400px} .jiathis_style_24x24 .jtico_masar{background-position:0px -2424px} .jiathis_style_24x24 .jtico_binzhi{background-position:0px -2448px} .jiathis_style_24x24 .jtico_mop{background-position:0px -2472px} .jiathis_style_24x24 .jtico_alibaba{background-position:0px -2496px} .jiathis_style_24x24 .jtico_leihou{background-position:0px -2520px} .jiathis_style_24x24 .jtico_mailru{background-position:0px -2544px} .jiathis_style_24x24 .jtico_pocket{background-position:0px -2568px} .jiathis_style_24x24 .jtico_instapaper{background-position:0px -2592px} .jiathis_style_24x24 .jtico_print{background-position:0px -2616px} .jiathis_style_24x24 .jtico_139mail{background-position:0px -2640px} .jiathis_style_24x24 .jtico_meilishuo{background-position:0px -2664px} .jiathis_style_24x24 .jtico_mogujie{background-position:0px -2688px} .jiathis_style_24x24 .jtico_weixin{background-position:0px -2712px} .jiathis_style_24x24 .jtico_tianji{background-position:0px -2736px} .jiathis_style_24x24 .jtico_tumblr{background-position:0px -2760px} .jiathis_style_24x24 .jtico_ishare{background-position:0px -2784px} .jiathis_style_24x24 .jtico_zsvs{background-position:0px -2808px} .jiathis_style_24x24 .jtico_pinterest{background-position:0px -2832px} .jiathis_style_24x24 .jtico_toeeee{background-position:0px -2856px} .jiathis_style_24x24 .jtico_tyaolan{background-position:0px -2880px} .jiathis_style_24x24 .jtico_189share{background-position:0px -2904px} .jiathis_style_24x24 .jtico_txinhua{background-position:0px -2928px} .jiathis_style_24x24 .jtico_googleplus{background-position:0px -2952px} .jiathis_style_24x24 .jtico_faxianla{background-position:0px -2976px} .jiathis_style_24x24 .jtico_iwo{background-position:0px -3000px} .jiathis_style_24x24 .jtico_cqq{background-position:0px -3024px} .jiathis_style_24x24 .jtico_mwsq{background-position:0px -1200px}
SemanterApp/semanter/libs/OpenCV/javadoc/org/opencv/calib3d/package-tree.html
jmptable/semanter
<!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_45) on Sat Dec 28 11:08:51 MSK 2013 --> <TITLE> org.opencv.calib3d Class Hierarchy </TITLE> <META NAME="date" CONTENT="2013-12-28"> <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="org.opencv.calib3d Class Hierarchy"; } } </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"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../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> OpenCV 2.4.8</EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../org/opencv/android/package-tree.html"><B>PREV</B></A>&nbsp; &nbsp;<A HREF="../../../org/opencv/core/package-tree.html"><B>NEXT</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html?org/opencv/calib3d/package-tree.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="package-tree.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> Hierarchy For Package org.opencv.calib3d </H2> </CENTER> <DL> <DT><B>Package Hierarchies:</B><DD><A HREF="../../../overview-tree.html">All Packages</A></DL> <HR> <H2> Class Hierarchy </H2> <UL> <LI TYPE="circle">java.lang.Object<UL> <LI TYPE="circle">org.opencv.calib3d.<A HREF="../../../org/opencv/calib3d/Calib3d.html" title="class in org.opencv.calib3d"><B>Calib3d</B></A><LI TYPE="circle">org.opencv.calib3d.<A HREF="../../../org/opencv/calib3d/StereoBM.html" title="class in org.opencv.calib3d"><B>StereoBM</B></A><LI TYPE="circle">org.opencv.calib3d.<A HREF="../../../org/opencv/calib3d/StereoSGBM.html" title="class in org.opencv.calib3d"><B>StereoSGBM</B></A></UL> </UL> <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"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> <a href=http://docs.opencv.org>OpenCV 2.4.8 Documentation</a></EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../org/opencv/android/package-tree.html"><B>PREV</B></A>&nbsp; &nbsp;<A HREF="../../../org/opencv/core/package-tree.html"><B>NEXT</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html?org/opencv/calib3d/package-tree.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="package-tree.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>
data/2014/01/index.html
watilde/jser.info
<blockquote cite="https://github.com/paypal/bootstrap-accessibility-plugin" title="paypal/bootstrap-accessibility-plugin"> <p class="jser-sitelink"> <strong>paypal/bootstrap-accessibility-plugin</strong><br /> <a href="https://github.com/paypal/bootstrap-accessibility-plugin" title="paypal/bootstrap-accessibility-plugin">https://github.com/paypal/bootstrap-accessibility-plugin</a> </p> </blockquote> <p>Bootstrap 3にWAI-ARIAの属性を加えるようにしてアクセシビリティ的に良くするプラグイン</p> <blockquote cite="https://github.com/lukehoban/ecmascript-asyncawait" title="lukehoban/ecmascript-asyncawait"> <p class="jser-sitelink"> <strong>lukehoban/ecmascript-asyncawait</strong><br /> <a href="https://github.com/lukehoban/ecmascript-asyncawait" title="lukehoban/ecmascript-asyncawait">https://github.com/lukehoban/ecmascript-asyncawait</a> </p> </blockquote> <p>sweet.jsでasyncとawaitの実装。<br /> 内部的にはgenerator、Promisesを使ってる</p> <blockquote cite="http://blog.getbootstrap.com/2014/01/30/bootstrap-3-1-0-released/" title="Bootstrap 3.1.0 released · Bootstrap Blog"> <p class="jser-sitelink"> <strong>Bootstrap 3.1.0 released · Bootstrap Blog</strong><br /> <a href="http://blog.getbootstrap.com/2014/01/30/bootstrap-3-1-0-released/" title="Bootstrap 3.1.0 released · Bootstrap Blog">http://blog.getbootstrap.com/2014/01/30/bootstrap-3-1-0-released/</a> </p> </blockquote> <p>Bootstrap 3.1.0リリース。<br /> ドキュメントサイトのリニューアル、公式のSassポート、Apache LicenseからMITへ、ビルドツールのアップデート</p> <blockquote cite="http://thlorenz.com/blog/live-editing-browserify" title="Live edit browserified code in chrome devtools | thlorenz.com"> <p class="jser-sitelink"> <strong>Live edit browserified code in chrome devtools | thlorenz.com</strong><br /> <a href="http://thlorenz.com/blog/live-editing-browserify" title="Live edit browserified code in chrome devtools | thlorenz.com">http://thlorenz.com/blog/live-editing-browserify</a> </p> </blockquote> <p>Chrome DevToolsのファイルマッピング機能を使うことで、browserifyの元ファイルもChrome DevToolsから編集出来る</p> <blockquote cite="http://nightwatchjs.org/" title="Nightwatch.js"> <p class="jser-sitelink"> <strong>Nightwatch.js</strong><br /> <a href="http://nightwatchjs.org/" title="Nightwatch.js">http://nightwatchjs.org/</a> </p> </blockquote> <p>Selenium WebDriver API を使ったE2Eテストを書けるテスティングフレームワーク。<br /> メソッドチェーンで動作とassertを書いてテストを書く</p> <blockquote cite="https://github.com/polygonplanet/WSHModule" title="polygonplanet/WSHModule"> <p class="jser-sitelink"> <strong>polygonplanet/WSHModule</strong><br /> <a href="https://github.com/polygonplanet/WSHModule" title="polygonplanet/WSHModule">https://github.com/polygonplanet/WSHModule</a> </p> </blockquote> <p>Nodeライクなモジュール、ES5標準に近い挙動をするようなJScript実行環境。<br /> WSH/JScriptが本来持つモノに加えてモダンな機能を加えた/修正したような感じ</p> <blockquote cite="https://github.com/scottcorgan/prominent" title="scottcorgan/prominent"> <p class="jser-sitelink"> <strong>scottcorgan/prominent</strong><br /> <a href="https://github.com/scottcorgan/prominent" title="scottcorgan/prominent">https://github.com/scottcorgan/prominent</a> </p> </blockquote> <p>DOM event listnersをpromises的に書けるようにするライブラリ。<br /> </p> <blockquote cite="https://github.com/chaijs/chai/releases/tag/1.9.0" title="Release 1.9.0 / 2014-01-29 · chaijs/chai"> <p class="jser-sitelink"> <strong>Release 1.9.0 / 2014-01-29 · chaijs/chai</strong><br /> <a href="https://github.com/chaijs/chai/releases/tag/1.9.0" title="Release 1.9.0 / 2014-01-29 · chaijs/chai">https://github.com/chaijs/chai/releases/tag/1.9.0</a> </p> </blockquote> <p>assertionライブラリのchai 1.9.0リリース。<br /> ` .throw()`のエラー表示改善</p> <blockquote cite="http://blog.chromium.org/2014/01/run-chrome-apps-on-mobile-using-apache.html" title="Chromium Blog: Run Chrome Apps on mobile using Apache Cordova"> <p class="jser-sitelink"> <strong>Chromium Blog: Run Chrome Apps on mobile using Apache Cordova</strong><br /> <a href="http://blog.chromium.org/2014/01/run-chrome-apps-on-mobile-using-apache.html" title="Chromium Blog: Run Chrome Apps on mobile using Apache Cordova">http://blog.chromium.org/2014/01/run-chrome-apps-on-mobile-using-apache.html</a> </p> </blockquote> <p> Chrome Apps をApache Cordovaをベースとしたモバイルアプリとして開発出来るtoolchainが公開された</p> <blockquote cite="http://phonegap.com/blog/2014/01/28/cordova-3_3-now-on-build/" title="PhoneGap | Cordova 3.3.0 Now on PhoneGap Build"> <p class="jser-sitelink"> <strong>PhoneGap | Cordova 3.3.0 Now on PhoneGap Build</strong><br /> <a href="http://phonegap.com/blog/2014/01/28/cordova-3_3-now-on-build/" title="PhoneGap | Cordova 3.3.0 Now on PhoneGap Build">http://phonegap.com/blog/2014/01/28/cordova-3_3-now-on-build/</a> </p> </blockquote> <p>Cordova(PhoneGap) 3.3.0リリース</p> <blockquote cite="http://coffeescript.org" title="CoffeeScript"> <p class="jser-sitelink"> <strong>CoffeeScript</strong><br /> <a href="http://coffeescript.org" title="CoffeeScript">http://coffeescript.org</a> </p> </blockquote> <p>CoffeeScript1.7.0リリース。<br /> 新たな演算子や構文が追加されてる。<br /> 配列を展開する `...`や`**`、`//`、 `%%`等。<br /> nodeのrequire.extensionsに対する対応を改善<br /> </p> <blockquote cite="http://hail2u.net/documents/bulletproof-icon-fonts.html" title="安全でアクセシブルなアイコン・フォント"> <p class="jser-sitelink"> <strong>安全でアクセシブルなアイコン・フォント</strong><br /> <a href="http://hail2u.net/documents/bulletproof-icon-fonts.html" title="安全でアクセシブルなアイコン・フォント">http://hail2u.net/documents/bulletproof-icon-fonts.html</a> </p> </blockquote> <p>アイコンフォントとfallbackについて。<br /> またスクリーン・リーダーでは擬似要素のcontentも読まれるためWAI-ARIAの属性を使ってアイコンを読まれないようにすることについても書かれてる</p> <blockquote cite="https://github.com/AriaMinaei/pretty-error" title="AriaMinaei/pretty-error"> <p class="jser-sitelink"> <strong>AriaMinaei/pretty-error</strong><br /> <a href="https://github.com/AriaMinaei/pretty-error" title="AriaMinaei/pretty-error">https://github.com/AriaMinaei/pretty-error</a> </p> </blockquote> <p>nodeのエラースタックトレースを読みやすい形に整形、色付けするモジュール</p> <blockquote cite="http://smalljs.org/package-managers/component-part-1/" title="Introduction to Component"> <p class="jser-sitelink"> <strong>Introduction to Component</strong><br /> <a href="http://smalljs.org/package-managers/component-part-1/" title="Introduction to Component">http://smalljs.org/package-managers/component-part-1/</a> </p> </blockquote> <p>JavaScriptのパッケージ管理ツールであるComponentの紹介</p> <blockquote cite="https://github.com/goodeggs/chai-webdriver" title="goodeggs/chai-webdriver"> <p class="jser-sitelink"> <strong>goodeggs/chai-webdriver</strong><br /> <a href="https://github.com/goodeggs/chai-webdriver" title="goodeggs/chai-webdriver">https://github.com/goodeggs/chai-webdriver</a> </p> </blockquote> <p>selenium-webdriverのassertionをchaiで書けるようにしたChai asertionライブラリ。</p> <blockquote cite="http://net.tutsplus.com/tutorials/javascript-ajax/testing-in-node-js/" title="Testing in Node.js | Nettuts+"> <p class="jser-sitelink"> <strong>Testing in Node.js | Nettuts+</strong><br /> <a href="http://net.tutsplus.com/tutorials/javascript-ajax/testing-in-node-js/" title="Testing in Node.js | Nettuts+">http://net.tutsplus.com/tutorials/javascript-ajax/testing-in-node-js/</a> </p> </blockquote> <p>mocha+chaiを使いTDDな感じでmochaでのテストの書き方について学んでいくチュートリアル</p> <blockquote cite="http://html5index.org/" title="HTML 5 JavaScript API Index"> <p class="jser-sitelink"> <strong>HTML 5 JavaScript API Index</strong><br /> <a href="http://html5index.org/" title="HTML 5 JavaScript API Index">http://html5index.org/</a> </p> </blockquote> <p>HTML5関係のAPIのリファレンス<br /> https://github.com/stefanhaustein/html5index<br /> JavaDocっぽい感じ</p> <blockquote cite="http://saneyukis.hatenablog.com/entry/2014/01/25/213310" title="軽量オブザーバJSライブラリのrev.2をリリースした - snyk_s log"> <p class="jser-sitelink"> <strong>軽量オブザーバJSライブラリのrev.2をリリースした - snyk_s log</strong><br /> <a href="http://saneyukis.hatenablog.com/entry/2014/01/25/213310" title="軽量オブザーバJSライブラリのrev.2をリリースした - snyk_s log">http://saneyukis.hatenablog.com/entry/2014/01/25/213310</a> </p> </blockquote> <p>シンプルなObserverライブラリ。<br /> Observerは関数ではなくhandleMessageを持ったオブジェクトに限定されている。<br /> DOMのhandleEventのような感じ</p> <blockquote cite="http://benclinkinbeard.com/posts/angular-with-browserify-from-ng-conf-2014/" title="Angular with Browserify from ng-conf 2014"> <p class="jser-sitelink"> <strong>Angular with Browserify from ng-conf 2014</strong><br /> <a href="http://benclinkinbeard.com/posts/angular-with-browserify-from-ng-conf-2014/" title="Angular with Browserify from ng-conf 2014">http://benclinkinbeard.com/posts/angular-with-browserify-from-ng-conf-2014/</a> </p> </blockquote> <p>AngularとBroserifyについての発表動画とスライド。<br /> BroserifyについてWhat/Why、AngularJSとどう合わせるかのHowが書かれてる。</p> <blockquote cite="http://qiita.com/shuhei@github/items/4aaa550d1ad30d2fc3b5" title="Node.js - Gruntfile.js が長すぎてつらい人は gulp を使ってみよう - Qiita [キータ]"> <p class="jser-sitelink"> <strong>Node.js - Gruntfile.js が長すぎてつらい人は gulp を使ってみよう - Qiita [キータ]</strong><br /> <a href="http://qiita.com/shuhei@github/items/4aaa550d1ad30d2fc3b5" title="Node.js - Gruntfile.js が長すぎてつらい人は gulp を使ってみよう - Qiita [キータ]">http://qiita.com/shuhei@github/items/4aaa550d1ad30d2fc3b5</a> </p> </blockquote> <p>gulpチュートリアル<br /> 「Web デザイナーさん向け Grunt を使った コーディング作業の効率化、はじめの一歩」のgulp版</p> <blockquote cite="http://www.slideshare.net/cwdoh/kig29th-web-animations" title="Web Animations 1.0 Overview"> <p class="jser-sitelink"> <strong>Web Animations 1.0 Overview</strong><br /> <a href="http://www.slideshare.net/cwdoh/kig29th-web-animations" title="Web Animations 1.0 Overview">http://www.slideshare.net/cwdoh/kig29th-web-animations</a> </p> </blockquote> <p>Web Animationsについてのスライド。<br /> CSS/SVG/requestAnimationFrameの問題点、どのような仕組み/モデルを持ってるか、現在のブラウザのサポート状況などについて</p> <blockquote cite="http://www.html5rocks.com/en/tutorials/webperformance/usertiming/" title="User Timing API: Understanding your Web App - HTML5 Rocks"> <p class="jser-sitelink"> <strong>User Timing API: Understanding your Web App - HTML5 Rocks</strong><br /> <a href="http://www.html5rocks.com/en/tutorials/webperformance/usertiming/" title="User Timing API: Understanding your Web App - HTML5 Rocks">http://www.html5rocks.com/en/tutorials/webperformance/usertiming/</a> </p> </blockquote> <p>User Timing APIでのパフォーマンス測定APIについて。<br /> </p> <blockquote cite="http://www.slideshare.net/ryumatsukano/backbonemarionette" title="実践Backbone.Marionette 現場の悩みと解決まで"> <p class="jser-sitelink"> <strong>実践Backbone.Marionette 現場の悩みと解決まで</strong><br /> <a href="http://www.slideshare.net/ryumatsukano/backbonemarionette" title="実践Backbone.Marionette 現場の悩みと解決まで">http://www.slideshare.net/ryumatsukano/backbonemarionette</a> </p> </blockquote> <p>Marionette.jsについてのスライド。<br /> Railsと合わせてウェブサイトを作った事例 - サーバサイドのViewと合わせた使い方、ajaxとView、親子View。<br /> Backbone.jsでテストしやすいコードを書く事、テストダブルについて。</p> <blockquote cite="https://speakerdeck.com/koba04/marionette-dot-js-in-single-page-application" title="Marionette.js in Single Page Application // Speaker Deck"> <p class="jser-sitelink"> <strong>Marionette.js in Single Page Application // Speaker Deck</strong><br /> <a href="https://speakerdeck.com/koba04/marionette-dot-js-in-single-page-application" title="Marionette.js in Single Page Application // Speaker Deck">https://speakerdeck.com/koba04/marionette-dot-js-in-single-page-application</a> </p> </blockquote> <p>Backbone.jsをベースにしたMarionette.jsについて。<br /> Viewの階層構造、Events、テンプレートなど</p> <blockquote cite="http://gihyo.jp/dev/serial/01/underscorejs" title="Underscore.jsの入り口:連載|gihyo.jp … 技術評論社"> <p class="jser-sitelink"> <strong>Underscore.jsの入り口:連載|gihyo.jp … 技術評論社</strong><br /> <a href="http://gihyo.jp/dev/serial/01/underscorejs" title="Underscore.jsの入り口:連載|gihyo.jp … 技術評論社">http://gihyo.jp/dev/serial/01/underscorejs</a> </p> </blockquote> <p>Underscore.jsについての連載。<br /> 主要なメソッドの機能について紹介されてる</p> <blockquote cite="http://blog.jquery.com/2014/01/24/jquery-1-11-and-2-1-released/" title="jQuery 1.11 and 2.1 Released | Official jQuery Blog"> <p class="jser-sitelink"> <strong>jQuery 1.11 and 2.1 Released | Official jQuery Blog</strong><br /> <a href="http://blog.jquery.com/2014/01/24/jquery-1-11-and-2-1-released/" title="jQuery 1.11 and 2.1 Released | Official jQuery Blog">http://blog.jquery.com/2014/01/24/jquery-1-11-and-2-1-released/</a> </p> </blockquote> <p>jQuery 1.11 と 2.1リリース。<br /> それぞれのモジュールがAMDとなった、+ 遅延初期化が可能に、npm/Bowerから利用できるように、sourcemap URLがデフォルトから外れた</p> <blockquote cite="http://www.oreilly.co.jp/books/9784873116587/" title="O'Reilly Japan - Backbone.jsアプリケーション開発ガイド"> <p class="jser-sitelink"> <strong>O'Reilly Japan - Backbone.jsアプリケーション開発ガイド</strong><br /> <a href="http://www.oreilly.co.jp/books/9784873116587/" title="O'Reilly Japan - Backbone.jsアプリケーション開発ガイド">http://www.oreilly.co.jp/books/9784873116587/</a> </p> </blockquote> <p>2014年02月07日 発売<br /> Developing Backbone.js Applicationsの翻訳本。<br /> http://addyosmani.github.io/backbone-fundamentals/</p> <blockquote cite="http://blog.nodejs.org/2014/01/23/node-v0-10-25-stable/" title="Node v0.10.25 (Stable)"> <p class="jser-sitelink"> <strong>Node v0.10.25 (Stable)</strong><br /> <a href="http://blog.nodejs.org/2014/01/23/node-v0-10-25-stable/" title="Node v0.10.25 (Stable)">http://blog.nodejs.org/2014/01/23/node-v0-10-25-stable/</a> </p> </blockquote> <p>Node v0.10.25 リリース。<br /> </p> <blockquote cite="https://github.com/watilde/tvm" title="watilde/tvm"> <p class="jser-sitelink"> <strong>watilde/tvm</strong><br /> <a href="https://github.com/watilde/tvm" title="watilde/tvm">https://github.com/watilde/tvm</a> </p> </blockquote> <p>TypeScriptバージョン管理コマンドラインツール</p> <blockquote cite="http://remysharp.com/2014/01/20/nodemon-1-0/" title="nodemon 1.0"> <p class="jser-sitelink"> <strong>nodemon 1.0</strong><br /> <a href="http://remysharp.com/2014/01/20/nodemon-1-0/" title="nodemon 1.0">http://remysharp.com/2014/01/20/nodemon-1-0/</a> </p> </blockquote> <p>Nodeのアプリケーションコードの変更を監視して、自動的にサーバを再起動できるnodemon 1.0リリース</p> <blockquote cite="https://github.com/dunxrion/benchmartian" title="dunxrion/benchmartian · GitHub"> <p class="jser-sitelink"> <strong>dunxrion/benchmartian · GitHub</strong><br /> <a href="https://github.com/dunxrion/benchmartian" title="dunxrion/benchmartian · GitHub">https://github.com/dunxrion/benchmartian</a> </p> </blockquote> <p>benchmark.jsを使ったベンチマークを取るコマンドラインツール</p> <blockquote cite="http://custardbelly.com/blog/blog-posts/2014/01/08/bdd-in-js-cucumberjs/index.html" title="Todd Anderson - BDD in JavaScript: CucumberJS"> <p class="jser-sitelink"> <strong>Todd Anderson - BDD in JavaScript: CucumberJS</strong><br /> <a href="http://custardbelly.com/blog/blog-posts/2014/01/08/bdd-in-js-cucumberjs/index.html" title="Todd Anderson - BDD in JavaScript: CucumberJS">http://custardbelly.com/blog/blog-posts/2014/01/08/bdd-in-js-cucumberjs/index.html</a> </p> </blockquote> <p>CucumberJSについての紹介。<br /> シナリオの書き方</p> <blockquote cite="http://eslint.org/blog/2014/01/eslint-0.3.0-released/" title="ESLint 0.3.0 released - ESLint"> <p class="jser-sitelink"> <strong>ESLint 0.3.0 released - ESLint</strong><br /> <a href="http://eslint.org/blog/2014/01/eslint-0.3.0-released/" title="ESLint 0.3.0 released - ESLint">http://eslint.org/blog/2014/01/eslint-0.3.0-released/</a> </p> </blockquote> <p>ESLint 0.3.0 リリース。<br /> jsを設定ファイルとして使えなくなったけど、JSONにコメントが使えるように。<br /> .eslintignoreの追加、stylish format がデフォルトのレポーターに変更、ルールの追加や修正</p> <blockquote cite="http://blog.millermedeiros.com/callbacks-promises-signals-and-events/" title="Callbacks, Promises, Signals and Events | Blog | Miller Medeiros"> <p class="jser-sitelink"> <strong>Callbacks, Promises, Signals and Events | Blog | Miller Medeiros</strong><br /> <a href="http://blog.millermedeiros.com/callbacks-promises-signals-and-events/" title="Callbacks, Promises, Signals and Events | Blog | Miller Medeiros">http://blog.millermedeiros.com/callbacks-promises-signals-and-events/</a> </p> </blockquote> <p>コールバック、Promises、Signals、Eventsのそれぞれの特徴について簡単にまとめられてる。</p> <blockquote cite="http://efcl.info/2014/0120/res3605/" title="npmとbrowserifyを使ったクライアントサイドのウェブアプリ開発 | Web scratch"> <p class="jser-sitelink"> <strong>npmとbrowserifyを使ったクライアントサイドのウェブアプリ開発 | Web scratch</strong><br /> <a href="http://efcl.info/2014/0120/res3605/" title="npmとbrowserifyを使ったクライアントサイドのウェブアプリ開発 | Web scratch">http://efcl.info/2014/0120/res3605/</a> </p> </blockquote> <p>browserifyについての紹介と使ってみての所感。<br /> npmやbower経由でインストールしたライブラリの使い方、gulpやbeefyでのビルドのワークフロー、source mapを使ったデバッグ等</p> <blockquote cite="https://speakerdeck.com/shuhei/introduction-to-react" title="Introduction to React // Speaker Deck"> <p class="jser-sitelink"> <strong>Introduction to React // Speaker Deck</strong><br /> <a href="https://speakerdeck.com/shuhei/introduction-to-react" title="Introduction to React // Speaker Deck">https://speakerdeck.com/shuhei/introduction-to-react</a> </p> </blockquote> <p>Facebookによって開発されてるVirtual DOMライブラリのReactについてのスライド。<br /> </p> <blockquote cite="http://coding.smashingmagazine.com/2014/01/13/better-javascript-library-for-the-dom/" title="Writing A Better JavaScript Library For The DOM | Smashing Coding"> <p class="jser-sitelink"> <strong>Writing A Better JavaScript Library For The DOM | Smashing Coding</strong><br /> <a href="http://coding.smashingmagazine.com/2014/01/13/better-javascript-library-for-the-dom/" title="Writing A Better JavaScript Library For The DOM | Smashing Coding">http://coding.smashingmagazine.com/2014/01/13/better-javascript-library-for-the-dom/</a> </p> </blockquote> <p>better-domについての記事<br /> https://github.com/chemerisuk/better-dom<br /> ネイティブの機能を使いつつ、jQueryの罠っぽい機能を避けるような作り</p> <blockquote cite="http://blog.jquery.com/2014/01/16/jquery-1-11-0-rc1-and-2-1-0-rc1-released/" title="jQuery 1.11.0 RC1 and 2.1.0 RC1 Released | Official jQuery Blog"> <p class="jser-sitelink"> <strong>jQuery 1.11.0 RC1 and 2.1.0 RC1 Released | Official jQuery Blog</strong><br /> <a href="http://blog.jquery.com/2014/01/16/jquery-1-11-0-rc1-and-2-1-0-rc1-released/" title="jQuery 1.11.0 RC1 and 2.1.0 RC1 Released | Official jQuery Blog">http://blog.jquery.com/2014/01/16/jquery-1-11-0-rc1-and-2-1-0-rc1-released/</a> </p> </blockquote> <p>jQuery 1.11.0 RC1 と 2.1.0 RC1リリース</p> <blockquote cite="http://www.2ality.com/2014/01/tc39-march-november-2013.html" title="ECMAScript 6: TC39 meetings, March–November 2013"> <p class="jser-sitelink"> <strong>ECMAScript 6: TC39 meetings, March–November 2013</strong><br /> <a href="http://www.2ality.com/2014/01/tc39-march-november-2013.html" title="ECMAScript 6: TC39 meetings, March–November 2013">http://www.2ality.com/2014/01/tc39-march-november-2013.html</a> </p> </blockquote> <p>2013年にECMAScript標準の管理をしてるTC39のミーティングで話された内容をまとめたもの。 ES6で追加される機能や仕様等について書かれている</p> <blockquote cite="http://blog.jqueryui.com/2014/01/jquery-ui-1-10-4/" title="jQuery UI 1.10.4 | jQuery UI Blog"> <p class="jser-sitelink"> <strong>jQuery UI 1.10.4 | jQuery UI Blog</strong><br /> <a href="http://blog.jqueryui.com/2014/01/jquery-ui-1-10-4/" title="jQuery UI 1.10.4 | jQuery UI Blog">http://blog.jqueryui.com/2014/01/jquery-ui-1-10-4/</a> </p> </blockquote> <p>jQuery UI 1.10.4リリース。<br /> </p> <blockquote cite="https://github.com/blog/1756-optimizing-large-selector-sets" title="Optimizing large selector sets"> <p class="jser-sitelink"> <strong>Optimizing large selector sets</strong><br /> <a href="https://github.com/blog/1756-optimizing-large-selector-sets" title="Optimizing large selector sets">https://github.com/blog/1756-optimizing-large-selector-sets</a> </p> </blockquote> <p>CSS Selectorのマッチを、最初にindexを作っておいてO(1)で探索をできるようにするSelectorSetについて。<br /> jQueryと統合できるようになってて、`on`によるdelegate eventsを改善する。</p> <blockquote cite="http://blakeembrey.com/articles/introduction-to-browserify/" title="Introduction to Browserify • Blake Embrey"> <p class="jser-sitelink"> <strong>Introduction to Browserify • Blake Embrey</strong><br /> <a href="http://blakeembrey.com/articles/introduction-to-browserify/" title="Introduction to Browserify • Blake Embrey">http://blakeembrey.com/articles/introduction-to-browserify/</a> </p> </blockquote> <p>browserifyについての紹介。<br /> NodeのCoreモジュールやnpmモジュール、Transforms機能を使ってファイルのインライン化やビルド時の環境変数の埋め込み、browserifyのオプションについて</p> <blockquote cite="https://github.com/twbs/bootstrap-sass" title="twbs/bootstrap-sass"> <p class="jser-sitelink"> <strong>twbs/bootstrap-sass</strong><br /> <a href="https://github.com/twbs/bootstrap-sass" title="twbs/bootstrap-sass">https://github.com/twbs/bootstrap-sass</a> </p> </blockquote> <p>Twitter bootstrapの公式Sassポート</p> <blockquote cite="http://www.youtube.com/playlist?list=PLjKP9DUCzZorde6sLWHJ3GNd-6VrGrbqm" title="YUIConf 2013 - YouTube"> <p class="jser-sitelink"> <strong>YUIConf 2013 - YouTube</strong><br /> <a href="http://www.youtube.com/playlist?list=PLjKP9DUCzZorde6sLWHJ3GNd-6VrGrbqm" title="YUIConf 2013 - YouTube">http://www.youtube.com/playlist?list=PLjKP9DUCzZorde6sLWHJ3GNd-6VrGrbqm</a> </p> </blockquote> <p>YUI Conf 2013の動画が公開された</p> <blockquote cite="https://github.com/mdevils/node-jscs/" title="mdevils/node-jscs"> <p class="jser-sitelink"> <strong>mdevils/node-jscs</strong><br /> <a href="https://github.com/mdevils/node-jscs/" title="mdevils/node-jscs">https://github.com/mdevils/node-jscs/</a> </p> </blockquote> <p>JavaScriptのコーディングスタイルチェックツール.<br /> JSHIntと一緒に使うことを想定してる</p> <blockquote cite="http://www.youtube.com/user/ngconfvideos" title="ng-conf 2014 - YouTube"> <p class="jser-sitelink"> <strong>ng-conf 2014 - YouTube</strong><br /> <a href="http://www.youtube.com/user/ngconfvideos" title="ng-conf 2014 - YouTube">http://www.youtube.com/user/ngconfvideos</a> </p> </blockquote> <p>ng-conf.org 2014の動画</p> <blockquote cite="http://www.amazon.com/o/ASIN/1491950293/amazon0abac-22/ref=nosim" title="Programming JavaScript Applications: Robust Web Architecture with Node, HTML5, and Modern JS Libraries: Eric Elliott: 9781491950296: Amazon.com: Books"> <p class="jser-sitelink"> <strong>Programming JavaScript Applications: Robust Web Architecture with Node, HTML5, and Modern JS Libraries: Eric Elliott: 9781491950296: Amazon.com: Books</strong><br /> <a href="http://www.amazon.com/o/ASIN/1491950293/amazon0abac-22/ref=nosim" title="Programming JavaScript Applications: Robust Web Architecture with Node, HTML5, and Modern JS Libraries: Eric Elliott: 9781491950296: Amazon.com: Books">http://www.amazon.com/o/ASIN/1491950293/amazon0abac-22/ref=nosim</a> </p> </blockquote> <p>2014年8月25日発売</p> <blockquote cite="http://blog.jetbrains.com/webstorm/2014/01/webstorm-8-eap/" title="WebStorm 8 EAP Starts Now | JetBrains WebStorm Blog"> <p class="jser-sitelink"> <strong>WebStorm 8 EAP Starts Now | JetBrains WebStorm Blog</strong><br /> <a href="http://blog.jetbrains.com/webstorm/2014/01/webstorm-8-eap/" title="WebStorm 8 EAP Starts Now | JetBrains WebStorm Blog">http://blog.jetbrains.com/webstorm/2014/01/webstorm-8-eap/</a> </p> </blockquote> <p>WebStorm 8EAPの最初のリリース。<br /> AngularJSのサポート改善、JetBrainsが買収したSpy-jsを使ったトレースツールが入った。<br /> </p> <blockquote cite="http://blog.rodneyrehm.de/archives/33-libsass.js-An-Emscripten-Experiment.html" title="libsass.js - An Emscripten Experiment | Rodney Rehm"> <p class="jser-sitelink"> <strong>libsass.js - An Emscripten Experiment | Rodney Rehm</strong><br /> <a href="http://blog.rodneyrehm.de/archives/33-libsass.js-An-Emscripten-Experiment.html" title="libsass.js - An Emscripten Experiment | Rodney Rehm">http://blog.rodneyrehm.de/archives/33-libsass.js-An-Emscripten-Experiment.html</a> </p> </blockquote> <p>libsassをEmscriptenして、Sassをブラウザ上でコンパイル出来るようにする</p> <blockquote cite="http://perfectionkills.com/state-of-function-decompilation-in-javascript/" title="State of function decompilation in Javascript — Perfection Kills"> <p class="jser-sitelink"> <strong>State of function decompilation in Javascript — Perfection Kills</strong><br /> <a href="http://perfectionkills.com/state-of-function-decompilation-in-javascript/" title="State of function decompilation in Javascript — Perfection Kills">http://perfectionkills.com/state-of-function-decompilation-in-javascript/</a> </p> </blockquote> <p>実装依存となってるFunction.prototype.toStringの挙動について。<br /> 現在のブラウザの動作、ES6で追加された関数ではどうなるか、またユーザー定義、Proxy.createFunctionについて</p> <blockquote cite="http://www.sitepen.com/blog/2013/12/31/definitive-guide-to-typescript/" title="The Definitive TypeScript Guide | Blog | SitePen"> <p class="jser-sitelink"> <strong>The Definitive TypeScript Guide | Blog | SitePen</strong><br /> <a href="http://www.sitepen.com/blog/2013/12/31/definitive-guide-to-typescript/" title="The Definitive TypeScript Guide | Blog | SitePen">http://www.sitepen.com/blog/2013/12/31/definitive-guide-to-typescript/</a> </p> </blockquote> <p>TypeScriptチュートリアル</p> <blockquote cite="https://github.com/endangeredmassa/bond" title="EndangeredMassa/bond"> <p class="jser-sitelink"> <strong>EndangeredMassa/bond</strong><br /> <a href="https://github.com/endangeredmassa/bond" title="EndangeredMassa/bond">https://github.com/endangeredmassa/bond</a> </p> </blockquote> <p>シンプルなstubとspyの機能持ったライブラリ</p> <blockquote cite="http://blog.jquery.com/2014/01/13/the-state-of-jquery-2014/" title="The State of jQuery 2014 | Official jQuery Blog"> <p class="jser-sitelink"> <strong>The State of jQuery 2014 | Official jQuery Blog</strong><br /> <a href="http://blog.jquery.com/2014/01/13/the-state-of-jquery-2014/" title="The State of jQuery 2014 | Official jQuery Blog">http://blog.jquery.com/2014/01/13/the-state-of-jquery-2014/</a> </p> </blockquote> <p>jQueryの現在と今後について。<br /> jQuery CDNがhttpsに対応した</p> <blockquote cite="http://graspjs.com/blog/2014/01/07/refactoring-javascript-with-grasp/" title="Refactoring your JavaScript code with Grasp | Grasp - JavaScript structural search, replace, and refactor"> <p class="jser-sitelink"> <strong>Refactoring your JavaScript code with Grasp | Grasp - JavaScript structural search, replace, and refactor</strong><br /> <a href="http://graspjs.com/blog/2014/01/07/refactoring-javascript-with-grasp/" title="Refactoring your JavaScript code with Grasp | Grasp - JavaScript structural search, replace, and refactor">http://graspjs.com/blog/2014/01/07/refactoring-javascript-with-grasp/</a> </p> </blockquote> <p>JS ASTを元にしたgrep/sedのようなツールであるGraspのユースケース紹介。<br /> 実際にどのようにリファクタリングを行えるかが書かれてる</p> <blockquote cite="http://jxck.hatenablog.com/entry/2014-01-12/generator-screencaset" title="ジェネレータの解説と非同期への適用 - Block Rockin’ Codes"> <p class="jser-sitelink"> <strong>ジェネレータの解説と非同期への適用 - Block Rockin’ Codes</strong><br /> <a href="http://jxck.hatenablog.com/entry/2014-01-12/generator-screencaset" title="ジェネレータの解説と非同期への適用 - Block Rockin’ Codes">http://jxck.hatenablog.com/entry/2014-01-12/generator-screencaset</a> </p> </blockquote> <p>NodeでのGeneratorについてのスクリーンキャスト。<br /> generatorの使い方、next()でどこまで進むか、非同期処理の同期化、ユーザー側とライブラリ側を分けるための抽象化(coライクのものを作る)、throwでのエラー処理、thunkifyのやってる事<br /> </p> <blockquote cite="http://ympbyc.hatenablog.com/entry/2014/01/11/sweet_js%E3%81%A7shift/reset%3A_%E9%99%90%E5%AE%9A%E7%B6%99%E7%B6%9A%E3%82%92%E4%BD%BF%E3%81%A3%E3%81%A6%E3%82%B3%E3%83%BC%E3%83%AB%E3%83%90%E3%83%83%E3%82%AF%E5%9C%B0%E7%8D%84%E3%81%8B%E3%82%89%E6%8A%9C" title="sweet.jsでshift/reset: 限定継続を使ってコールバック地獄から抜け出す - 標高+1m"> <p class="jser-sitelink"> <strong>sweet.jsでshift/reset: 限定継続を使ってコールバック地獄から抜け出す - 標高+1m</strong><br /> <a href="http://ympbyc.hatenablog.com/entry/2014/01/11/sweet_js%E3%81%A7shift/reset%3A_%E9%99%90%E5%AE%9A%E7%B6%99%E7%B6%9A%E3%82%92%E4%BD%BF%E3%81%A3%E3%81%A6%E3%82%B3%E3%83%BC%E3%83%AB%E3%83%90%E3%83%83%E3%82%AF%E5%9C%B0%E7%8D%84%E3%81%8B%E3%82%89%E6%8A%9C" title="sweet.jsでshift/reset: 限定継続を使ってコールバック地獄から抜け出す - 標高+1m">http://ympbyc.hatenablog.com/entry/2014/01/11/sweet_js%E3%81%A7shift/reset%3A_%E9%99%90%E5%AE%9A%E7%B6%99%E7%B6%9A%E3%82%92%E4%BD%BF%E3%81%A3%E3%81%A6%E3%82%B3%E3%83%BC%E3%83%AB%E3%83%90%E3%83%83%E3%82%AF%E5%9C%B0%E7%8D%84%E3%81%8B%E3%82%89%E6%8A%9C</a> </p> </blockquote> <p>sweet.jsを使ったshift/resetのような実装</p> <blockquote cite="http://linemanjs.com/" title="Lineman | Build awesome web apps, easily."> <p class="jser-sitelink"> <strong>Lineman | Build awesome web apps, easily.</strong><br /> <a href="http://linemanjs.com/" title="Lineman | Build awesome web apps, easily.">http://linemanjs.com/</a> </p> </blockquote> <p>Yeomanのようなウェブアプリのワークフロー管理ツール。<br /> プロジェクトのテンプレート、ジェネレータやAPIのStubやProxy、Gruntのタスク管理等</p> <blockquote cite="https://github.com/groupon/testium" title="groupon/testium"> <p class="jser-sitelink"> <strong>groupon/testium</strong><br /> <a href="https://github.com/groupon/testium" title="groupon/testium">https://github.com/groupon/testium</a> </p> </blockquote> <p>WebDriverとmochaを使ったIntegration testを行えるツール。<br /> webdriver-http-syncをベースにしていて同期的にテストを書けるのが特徴</p> <blockquote cite="https://github.com/lo-th/Oimo.js" title="lo-th/Oimo.js"> <p class="jser-sitelink"> <strong>lo-th/Oimo.js</strong><br /> <a href="https://github.com/lo-th/Oimo.js" title="lo-th/Oimo.js">https://github.com/lo-th/Oimo.js</a> </p> </blockquote> <p>Three.jsを使った物理エンジンライブラリ。<br /> AS3のOimoPhysicsのJavaScriptポート。</p> <blockquote cite="http://jlongster.com/Stop-Writing-JavaScript-Compilers--Make-Macros-Instead" title="Stop Writing JavaScript Compilers! Make Macros Instead"> <p class="jser-sitelink"> <strong>Stop Writing JavaScript Compilers! Make Macros Instead</strong><br /> <a href="http://jlongster.com/Stop-Writing-JavaScript-Compilers--Make-Macros-Instead" title="Stop Writing JavaScript Compilers! Make Macros Instead">http://jlongster.com/Stop-Writing-JavaScript-Compilers--Make-Macros-Instead</a> </p> </blockquote> <p>JavaScriptのマクロを書けるsweet.jsの使い方とsweet.jsを使ってES6のsyntaxをいくつか実装したmacroについて</p> <blockquote cite="http://tavendo.com/blog/post/super-vector-graphics/" title="SVG - Super Vector Graphics"> <p class="jser-sitelink"> <strong>SVG - Super Vector Graphics</strong><br /> <a href="http://tavendo.com/blog/post/super-vector-graphics/" title="SVG - Super Vector Graphics">http://tavendo.com/blog/post/super-vector-graphics/</a> </p> </blockquote> <p>SVGについての連載。<br /> SVGの基本や利点や扱い方、クロスブラウザでの表示や最適化、fallbackについて書かれてる</p> <blockquote cite="http://promise-nuggets.github.io/" title="Promise nuggets"> <p class="jser-sitelink"> <strong>Promise nuggets</strong><br /> <a href="http://promise-nuggets.github.io/" title="Promise nuggets">http://promise-nuggets.github.io/</a> </p> </blockquote> <p>Promisesに関するチュートリアル。<br /> Promisesの使い方やパターンについて書かれている</p> <blockquote cite="http://www.amazon.com/o/ASIN/1430264810/amazon0abac-22/ref=nosim" title="Amazon: Dart for Absolute Beginners [Paperback]: David Kopec"> <p class="jser-sitelink"> <strong>Amazon: Dart for Absolute Beginners [Paperback]: David Kopec</strong><br /> <a href="http://www.amazon.com/o/ASIN/1430264810/amazon0abac-22/ref=nosim" title="Amazon: Dart for Absolute Beginners [Paperback]: David Kopec">http://www.amazon.com/o/ASIN/1430264810/amazon0abac-22/ref=nosim</a> </p> </blockquote> <p>2014年7月14日発売<br /> Dart初心者向けの書籍</p> <blockquote cite="http://www.frida.re/" title="Frida"> <p class="jser-sitelink"> <strong>Frida</strong><br /> <a href="http://www.frida.re/" title="Frida">http://www.frida.re/</a> </p> </blockquote> <p>プロセスのトレース、関数のhook等を出来るツール https://github.com/frida/frida-gum/ <br /> V8とPythonを使ったバインディングがあり、JavaScriptでスクリプトを書いてプロセスを監視したりデバッグに使える。</p> <blockquote cite="http://www.amazon.co.jp/o/ASIN/4048916580/amazon0abac-22/ref=nosim" title="Amazon: サードパーティJavaScript [大型本]: Ben Vinegar, Anton Kovalyov, 水野貴明"> <p class="jser-sitelink"> <strong>Amazon: サードパーティJavaScript [大型本]: Ben Vinegar, Anton Kovalyov, 水野貴明</strong><br /> <a href="http://www.amazon.co.jp/o/ASIN/4048916580/amazon0abac-22/ref=nosim" title="Amazon: サードパーティJavaScript [大型本]: Ben Vinegar, Anton Kovalyov, 水野貴明">http://www.amazon.co.jp/o/ASIN/4048916580/amazon0abac-22/ref=nosim</a> </p> </blockquote> <p>2014年2月1日発売<br /> Third-party JavaScriptの翻訳本<br /> http://thirdpartyjs.com/</p> <blockquote cite="https://github.com/andyearnshaw/Intl.js/releases/tag/v0.1.0" title="Release Now passing all relevant tests · andyearnshaw/Intl.js"> <p class="jser-sitelink"> <strong>Release Now passing all relevant tests · andyearnshaw/Intl.js</strong><br /> <a href="https://github.com/andyearnshaw/Intl.js/releases/tag/v0.1.0" title="Release Now passing all relevant tests · andyearnshaw/Intl.js">https://github.com/andyearnshaw/Intl.js/releases/tag/v0.1.0</a> </p> </blockquote> <p>ECMAScript Internationalization API (ECMA-402)の実装であるIntl.js 0.1.0がリリース。<br /> test262 suiteを全てパスした</p> <blockquote cite="https://github.com/mozilla/sweet.js/releases/tag/v0.4.0" title="Release Infix macros · mozilla/sweet.js"> <p class="jser-sitelink"> <strong>Release Infix macros · mozilla/sweet.js</strong><br /> <a href="https://github.com/mozilla/sweet.js/releases/tag/v0.4.0" title="Release Infix macros · mozilla/sweet.js">https://github.com/mozilla/sweet.js/releases/tag/v0.4.0</a> </p> </blockquote> <p>マクロを扱えるsweet.js 0.4.0リリース</p> <blockquote cite="https://github.com/tooling/book-of-modern-frontend-tooling" title="tooling/book-of-modern-frontend-tooling"> <p class="jser-sitelink"> <strong>tooling/book-of-modern-frontend-tooling</strong><br /> <a href="https://github.com/tooling/book-of-modern-frontend-tooling" title="tooling/book-of-modern-frontend-tooling">https://github.com/tooling/book-of-modern-frontend-tooling</a> </p> </blockquote> <p>モダンなフロントエンド向けツールについて書かれている書籍。<br /> Github上で書かれいるのでコントリビューションも出来る</p> <blockquote cite="http://www.frida.re/" title="Frida"> <p class="jser-sitelink"> <strong>Frida</strong><br /> <a href="http://www.frida.re/" title="Frida">http://www.frida.re/</a> </p> </blockquote> <p>プロセスのトレース、関数のhook等を出来るツール https://github.com/frida/frida-gum/ <br /> V8とPythonを使ったバインディングがあり、JavaScriptでスクリプトを書いてプロセスを監視したりデバッグに使える。</p> <blockquote cite="http://jrburke.com/2014/01/08/requirejs-2.1.10-released/" title="RequireJS 2.1.10 Released ~ James Burke"> <p class="jser-sitelink"> <strong>RequireJS 2.1.10 Released ~ James Burke</strong><br /> <a href="http://jrburke.com/2014/01/08/requirejs-2.1.10-released/" title="RequireJS 2.1.10 Released ~ James Burke">http://jrburke.com/2014/01/08/requirejs-2.1.10-released/</a> </p> </blockquote> <p>RequireJS 2.1.10リリース。<br /> nodeIdCompat、bundlesオプションの追加</p> <blockquote cite="http://spion.github.io/posts/why-i-am-switching-to-promises.html" title="Why I am switching to promises"> <p class="jser-sitelink"> <strong>Why I am switching to promises</strong><br /> <a href="http://spion.github.io/posts/why-i-am-switching-to-promises.html" title="Why I am switching to promises">http://spion.github.io/posts/why-i-am-switching-to-promises.html</a> </p> </blockquote> <p>Promiseの利点について。<br /> throw-safeなエラーハンドリング、パフォーマンスとメモリ消費、promise.nodeifyを使ったコールバックスタイルとの互換性、Promiseの書き方やユースケース等まとまってる</p> <blockquote cite="http://Ianfeather.github.com/ianfeatherV3/ten-reasons-we-switched-from-an-icon-font-to-svg/" title="Ten reasons we switched from an icon font to SVG - Ian Feather"> <p class="jser-sitelink"> <strong>Ten reasons we switched from an icon font to SVG - Ian Feather</strong><br /> <a href="http://Ianfeather.github.com/ianfeatherV3/ten-reasons-we-switched-from-an-icon-font-to-svg/" title="Ten reasons we switched from an icon font to SVG - Ian Feather">http://Ianfeather.github.com/ianfeatherV3/ten-reasons-we-switched-from-an-icon-font-to-svg/</a> </p> </blockquote> <p>アイコンフォントとSVGを比べた時にSVGのメリットについて。<br /> </p> <blockquote cite="http://www.amazon.co.jp/o/ASIN/4883379167/amazon0abac-22/ref=nosim" title="Amazon: HTML5 Web標準API バイブル [単行本]: 羽田野 太巳"> <p class="jser-sitelink"> <strong>Amazon: HTML5 Web標準API バイブル [単行本]: 羽田野 太巳</strong><br /> <a href="http://www.amazon.co.jp/o/ASIN/4883379167/amazon0abac-22/ref=nosim" title="Amazon: HTML5 Web標準API バイブル [単行本]: 羽田野 太巳">http://www.amazon.co.jp/o/ASIN/4883379167/amazon0abac-22/ref=nosim</a> </p> </blockquote> <p>2014年1月20日発売<br /> 様々なWebPlatform APIについてチュートリアル方式で解説した書籍</p> <blockquote cite="http://www.oreilly.co.jp/books/9784873116600/" title="O'Reilly Japan - JavaScriptで学ぶ関数型プログラミング"> <p class="jser-sitelink"> <strong>O'Reilly Japan - JavaScriptで学ぶ関数型プログラミング</strong><br /> <a href="http://www.oreilly.co.jp/books/9784873116600/" title="O'Reilly Japan - JavaScriptで学ぶ関数型プログラミング">http://www.oreilly.co.jp/books/9784873116600/</a> </p> </blockquote> <p>2014年01月18日発売<br /> Functional JavaScriptの翻訳本</p> <blockquote cite="http://krasimirtsonev.com/blog/article/Dependency-injection-in-JavaScript" title="Dependency injection in JavaScript"> <p class="jser-sitelink"> <strong>Dependency injection in JavaScript</strong><br /> <a href="http://krasimirtsonev.com/blog/article/Dependency-injection-in-JavaScript" title="Dependency injection in JavaScript">http://krasimirtsonev.com/blog/article/Dependency-injection-in-JavaScript</a> </p> </blockquote> <p>JavaScriptでDIを実装してみるチュートリアル。<br /> AMDライクな依存関係を示すモジュールの定義をするアプローチとAngularJSみたいなリフレクションで関数定義から依存関係を取得するアプローチについて書かれてる</p> <blockquote cite="http://net.tutsplus.com/tutorials/javascript-ajax/managing-the-asynchronous-nature-of-node-js/" title="Managing the Asynchronous Nature of Node.js | Nettuts+"> <p class="jser-sitelink"> <strong>Managing the Asynchronous Nature of Node.js | Nettuts+</strong><br /> <a href="http://net.tutsplus.com/tutorials/javascript-ajax/managing-the-asynchronous-nature-of-node-js/" title="Managing the Asynchronous Nature of Node.js | Nettuts+">http://net.tutsplus.com/tutorials/javascript-ajax/managing-the-asynchronous-nature-of-node-js/</a> </p> </blockquote> <p>3種類の非同期なコードの構造の改善について。<br /> EvenetEmitterを使った方法、Q(Promises)を使った方法、stepを使った方法、それぞれの実装とメリット/でメッリについて書かれてる</p> <blockquote cite="http://www.kenpowers.net/blog/advanced-features-in-sinon/" title="Advanced Features in Sinon · Ken Powers"> <p class="jser-sitelink"> <strong>Advanced Features in Sinon · Ken Powers</strong><br /> <a href="http://www.kenpowers.net/blog/advanced-features-in-sinon/" title="Advanced Features in Sinon · Ken Powers">http://www.kenpowers.net/blog/advanced-features-in-sinon/</a> </p> </blockquote> <p>Sinon.jsのFake Timer、spy、Fake Serversを使ったテストについて。<br /> </p> <blockquote cite="http://blog.drewolson.org/blog/2014/01/04/node-streams-for-apis" title="Node Streams for APIs - collect {thoughts}"> <p class="jser-sitelink"> <strong>Node Streams for APIs - collect {thoughts}</strong><br /> <a href="http://blog.drewolson.org/blog/2014/01/04/node-streams-for-apis" title="Node Streams for APIs - collect {thoughts}">http://blog.drewolson.org/blog/2014/01/04/node-streams-for-apis</a> </p> </blockquote> <p>NodeのStreamを使ったAPIの実装について。<br /> テストの書き方、Streamの実装方法をAPIレンスポンスを返すものを書きながら見ていく話</p> <blockquote cite="https://leanpub.com/D3-Tips-and-Tricks" title="D3 Tips and Tricks by Malcolm Maclean [Leanpub PDF/iPad/Kindle]"> <p class="jser-sitelink"> <strong>D3 Tips and Tricks by Malcolm Maclean [Leanpub PDF/iPad/Kindle]</strong><br /> <a href="https://leanpub.com/D3-Tips-and-Tricks" title="D3 Tips and Tricks by Malcolm Maclean [Leanpub PDF/iPad/Kindle]">https://leanpub.com/D3-Tips-and-Tricks</a> </p> </blockquote> <p>D3.jsについての書籍<br /> $0から任意の値段購入できる</p> <blockquote cite="https://nicolas.perriault.net/code/2013/functional-javascript-for-crawling-the-web/" title="Functional JavaScript for crawling the Web | Code | Nicolas Perriault"> <p class="jser-sitelink"> <strong>Functional JavaScript for crawling the Web | Code | Nicolas Perriault</strong><br /> <a href="https://nicolas.perriault.net/code/2013/functional-javascript-for-crawling-the-web/" title="Functional JavaScript for crawling the Web | Code | Nicolas Perriault">https://nicolas.perriault.net/code/2013/functional-javascript-for-crawling-the-web/</a> </p> </blockquote> <p>FunctionalアプローチでDOMを走査する話。<br /> 関数呼出を重ねすぎると読みにくくなるので、関数合成的なsequence関数を作ったり、ES6の=>やRest Argumentsの利用などを使ってより小さく書くなどしてる。<br /> それぞれが関数であるのでテスト等も書きやすい。</p> <blockquote cite="http://teppeis.hatenablog.com/entry/2014/01/surrogate-pair-in-javascript" title="JavaScript Stringでサロゲートペアを扱う - teppeis blog"> <p class="jser-sitelink"> <strong>JavaScript Stringでサロゲートペアを扱う - teppeis blog</strong><br /> <a href="http://teppeis.hatenablog.com/entry/2014/01/surrogate-pair-in-javascript" title="JavaScript Stringでサロゲートペアを扱う - teppeis blog">http://teppeis.hatenablog.com/entry/2014/01/surrogate-pair-in-javascript</a> </p> </blockquote> <p>サロゲートペアを考慮した文字数カウント(正規表現、ES6 Iterator)<br /> コードポイントの取得/文字生成</p> <blockquote cite="https://medium.com/code-adventures/a3a046a04836" title="Koa 0.2.0 — Code adventures — Medium"> <p class="jser-sitelink"> <strong>Koa 0.2.0 — Code adventures — Medium</strong><br /> <a href="https://medium.com/code-adventures/a3a046a04836" title="Koa 0.2.0 — Code adventures — Medium">https://medium.com/code-adventures/a3a046a04836</a> </p> </blockquote> <p>NodeのウェブフレームワークKoa 0.2.0リリース。<br /> Socketのエラーハンドリング、Debug用のComposeモジュールの改善等</p> <blockquote cite="http://travismaynard.com/writing/getting-started-with-gulp" title="Getting Started With Gulp | Travis Maynard"> <p class="jser-sitelink"> <strong>Getting Started With Gulp | Travis Maynard</strong><br /> <a href="http://travismaynard.com/writing/getting-started-with-gulp" title="Getting Started With Gulp | Travis Maynard">http://travismaynard.com/writing/getting-started-with-gulp</a> </p> </blockquote> <p>タスク実行ツールのgulpについての導入方法や設定コードの書き方についてのチュートリアル</p> <blockquote cite="http://blog.jquerymobile.com/2013/12/23/jquery-mobile-1-4-0-released/" title="jQuery Mobile 1.4.0 Released | jQuery Mobile"> <p class="jser-sitelink"> <strong>jQuery Mobile 1.4.0 Released | jQuery Mobile</strong><br /> <a href="http://blog.jquerymobile.com/2013/12/23/jquery-mobile-1-4-0-released/" title="jQuery Mobile 1.4.0 Released | jQuery Mobile">http://blog.jquerymobile.com/2013/12/23/jquery-mobile-1-4-0-released/</a> </p> </blockquote> <p>jQuery Mobile 1.4.0リリース。</p> <blockquote cite="http://nodemanja.herokuapp.com/" title="YAND - Yet Another Node.js Documentation"> <p class="jser-sitelink"> <strong>YAND - Yet Another Node.js Documentation</strong><br /> <a href="http://nodemanja.herokuapp.com/" title="YAND - Yet Another Node.js Documentation">http://nodemanja.herokuapp.com/</a> </p> </blockquote> <p>Node.jsのドキュメントビューアサイト</p> <blockquote cite="http://www.jorisooms.be/testing-your-node-api-with-supertest/" title="Test-driving a Node.JS API"> <p class="jser-sitelink"> <strong>Test-driving a Node.JS API</strong><br /> <a href="http://www.jorisooms.be/testing-your-node-api-with-supertest/" title="Test-driving a Node.JS API">http://www.jorisooms.be/testing-your-node-api-with-supertest/</a> </p> </blockquote> <p>supertestを使ったNodeアプリのAPIをテスト駆動開発していくチュートリアル</p> <blockquote cite="https://github.com/nzakas/eslint/releases/tag/v0.2.0" title="Release v0.2.0: 0.2.0 · nzakas/eslint"> <p class="jser-sitelink"> <strong>Release v0.2.0: 0.2.0 · nzakas/eslint</strong><br /> <a href="https://github.com/nzakas/eslint/releases/tag/v0.2.0" title="Release v0.2.0: 0.2.0 · nzakas/eslint">https://github.com/nzakas/eslint/releases/tag/v0.2.0</a> </p> </blockquote> <p>eslint 0.2.0リリース。<br /> ルールの追加等</p> <blockquote cite="https://github.com/substack/faucet" title="substack/faucet"> <p class="jser-sitelink"> <strong>substack/faucet</strong><br /> <a href="https://github.com/substack/faucet" title="substack/faucet">https://github.com/substack/faucet</a> </p> </blockquote> <p>TAP系の出力を見やすく表示するCLI</p>
libs/boost_1_50_0/libs/bimap/doc/html/boost_bimap/one_minute_tutorial.html
djsedulous/namecoind
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>One minute tutorial</title> <link rel="stylesheet" href="../boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.76.1"> <link rel="home" href="../index.html" title="Chapter&#160;1.&#160;Boost.Bimap"> <link rel="up" href="../index.html" title="Chapter&#160;1.&#160;Boost.Bimap"> <link rel="prev" href="introduction.html" title="Introduction"> <link rel="next" href="the_tutorial.html" title="The tutorial"> </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="introduction.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.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="the_tutorial.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="section"> <div class="titlepage"><div><div><h2 class="title" style="clear: both"> <a name="boost_bimap.one_minute_tutorial"></a><a class="link" href="one_minute_tutorial.html" title="One minute tutorial">One minute tutorial</a> </h2></div></div></div> <a name="boost_bimap.one_minute_tutorial.what_is_a_bimap_"></a><h4> <a name="id769586"></a> <a class="link" href="one_minute_tutorial.html#boost_bimap.one_minute_tutorial.what_is_a_bimap_">What is a bimap?</a> </h4> <p> A Bimap is a data structure that represents bidirectional relations between elements of two collections. The container is designed to work as two opposed STL maps. A bimap between a collection <code class="computeroutput"><span class="identifier">X</span></code> and a collection <code class="computeroutput"><span class="identifier">Y</span></code> can be viewed as a map from <code class="computeroutput"><span class="identifier">X</span></code> to <code class="computeroutput"><span class="identifier">Y</span></code> (this view will be called the <span class="emphasis"><em>left map view</em></span>) or as a map from <code class="computeroutput"><span class="identifier">Y</span></code> to <code class="computeroutput"><span class="identifier">X</span></code> (known as the <span class="emphasis"><em>right map view</em></span>). Additionally, the bimap can also be viewed as a set of relations between <code class="computeroutput"><span class="identifier">X</span></code> and <code class="computeroutput"><span class="identifier">Y</span></code> (named the <span class="emphasis"><em>collection of relations view</em></span>). </p> <p> The following code creates an empty bimap container: </p> <pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">bimap</span><span class="special">&lt;</span><span class="identifier">X</span><span class="special">,</span><span class="identifier">Y</span><span class="special">&gt;</span> <span class="identifier">bm_type</span><span class="special">;</span> <span class="identifier">bm_type</span> <span class="identifier">bm</span><span class="special">;</span> </pre> <p> Given this code, the following is the complete description of the resulting bimap. <sup>[<a name="id769748" href="#ftn.id769748" class="footnote">1</a>]</sup> </p> <div class="itemizedlist"><ul class="itemizedlist" type="disc"> <li class="listitem"> <code class="computeroutput"><span class="identifier">bm</span><span class="special">.</span><span class="identifier">left</span></code> is signature-compatible with <code class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">map</span><span class="special">&lt;</span><span class="identifier">X</span><span class="special">,</span><span class="identifier">Y</span><span class="special">&gt;</span></code> </li> <li class="listitem"> <code class="computeroutput"><span class="identifier">bm</span><span class="special">.</span><span class="identifier">right</span></code> is signature-compatible with <code class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">map</span><span class="special">&lt;</span><span class="identifier">Y</span><span class="special">,</span><span class="identifier">X</span><span class="special">&gt;</span></code> </li> <li class="listitem"> <code class="computeroutput"><span class="identifier">bm</span></code> is signature-compatible with <code class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">set</span><span class="special">&lt;</span> <span class="identifier">relation</span><span class="special">&lt;</span><span class="identifier">X</span><span class="special">,</span><span class="identifier">Y</span><span class="special">&gt;</span> <span class="special">&gt;</span></code> </li> </ul></div> <p> <span class="inlinemediaobject"><img src="../images/bimap/simple.bimap.png" alt="simple.bimap"></span> </p> <p> You can see how a bimap container offers three views over the same collection of bidirectional relations. </p> <p> If we have any generic function that work with maps </p> <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span> <span class="keyword">class</span> <span class="identifier">MapType</span> <span class="special">&gt;</span> <span class="keyword">void</span> <span class="identifier">print_map</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">MapType</span> <span class="special">&amp;</span> <span class="identifier">m</span><span class="special">)</span> <span class="special">{</span> <span class="keyword">typedef</span> <span class="keyword">typename</span> <span class="identifier">MapType</span><span class="special">::</span><span class="identifier">const_iterator</span> <span class="identifier">const_iterator</span><span class="special">;</span> <span class="keyword">for</span><span class="special">(</span> <span class="identifier">const_iterator</span> <span class="identifier">iter</span> <span class="special">=</span> <span class="identifier">m</span><span class="special">.</span><span class="identifier">begin</span><span class="special">(),</span> <span class="identifier">iend</span> <span class="special">=</span> <span class="identifier">m</span><span class="special">.</span><span class="identifier">end</span><span class="special">();</span> <span class="identifier">iter</span> <span class="special">!=</span> <span class="identifier">iend</span><span class="special">;</span> <span class="special">++</span><span class="identifier">iter</span> <span class="special">)</span> <span class="special">{</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">cout</span> <span class="special">&lt;&lt;</span> <span class="identifier">iter</span><span class="special">-&gt;</span><span class="identifier">first</span> <span class="special">&lt;&lt;</span> <span class="string">"--&gt;"</span> <span class="special">&lt;&lt;</span> <span class="identifier">iter</span><span class="special">-&gt;</span><span class="identifier">second</span> <span class="special">&lt;&lt;</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">endl</span><span class="special">;</span> <span class="special">}</span> <span class="special">}</span> </pre> <p> We can use the <span class="emphasis"><em>left map view</em></span> and the <span class="emphasis"><em>right map view</em></span> with it </p> <pre class="programlisting"><span class="identifier">bimap</span><span class="special">&lt;</span> <span class="keyword">int</span><span class="special">,</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span> <span class="special">&gt;</span> <span class="identifier">bm</span><span class="special">;</span> <span class="special">...</span> <span class="identifier">print_map</span><span class="special">(</span> <span class="identifier">bm</span><span class="special">.</span><span class="identifier">left</span> <span class="special">);</span> <span class="identifier">print_map</span><span class="special">(</span> <span class="identifier">bm</span><span class="special">.</span><span class="identifier">right</span> <span class="special">);</span> </pre> <p> And the output will be </p> <pre class="programlisting"><code class="literal">1 --&gt; one</code> <code class="literal">2 --&gt; two</code> ... <code class="literal">one --&gt; 1</code> <code class="literal">two --&gt; 2</code> ... </pre> <a name="boost_bimap.one_minute_tutorial.layout_of_the_relation_and_the_pairs_of_a_bimap"></a><h4> <a name="id770430"></a> <a class="link" href="one_minute_tutorial.html#boost_bimap.one_minute_tutorial.layout_of_the_relation_and_the_pairs_of_a_bimap">Layout of the relation and the pairs of a bimap</a> </h4> <p> The <code class="computeroutput"><span class="identifier">relation</span></code> class represents two related elements. The two values are named left and right to express the symmetry of this type. The bimap pair classes are signature-compatible with <code class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">pairs</span></code>. </p> <p> <span class="inlinemediaobject"><img src="../images/bimap/relation.and.pair.png" alt="relation.and.pair"></span> </p> <a name="boost_bimap.one_minute_tutorial.step_by_step"></a><h4> <a name="id770497"></a> <a class="link" href="one_minute_tutorial.html#boost_bimap.one_minute_tutorial.step_by_step">Step by step</a> </h4> <p> A convinience header is avaiable in the boost directory: </p> <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">bimap</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span> </pre> <p> Lets define a bidirectional map between integers and strings: </p> <p> </p> <pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">bimap</span><span class="special">&lt;</span> <span class="keyword">int</span><span class="special">,</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span> <span class="special">&gt;</span> <span class="identifier">bm_type</span><span class="special">;</span> <span class="identifier">bm_type</span> <span class="identifier">bm</span><span class="special">;</span> </pre> <p> </p> <a name="boost_bimap.one_minute_tutorial.the_collection_of_relations_view"></a><h4> <a name="id770643"></a> <a class="link" href="one_minute_tutorial.html#boost_bimap.one_minute_tutorial.the_collection_of_relations_view">The collection of relations view</a> </h4> <p> Remember that <code class="computeroutput"><span class="identifier">bm</span></code> alone can be used as a set of relations. We can insert elements or iterate over them using this view. </p> <p> </p> <pre class="programlisting"><span class="identifier">bm</span><span class="special">.</span><span class="identifier">insert</span><span class="special">(</span> <span class="identifier">bm_type</span><span class="special">::</span><span class="identifier">value_type</span><span class="special">(</span><span class="number">1</span><span class="special">,</span> <span class="string">"one"</span> <span class="special">)</span> <span class="special">);</span> <span class="identifier">bm</span><span class="special">.</span><span class="identifier">insert</span><span class="special">(</span> <span class="identifier">bm_type</span><span class="special">::</span><span class="identifier">value_type</span><span class="special">(</span><span class="number">2</span><span class="special">,</span> <span class="string">"two"</span> <span class="special">)</span> <span class="special">);</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">cout</span> <span class="special">&lt;&lt;</span> <span class="string">"There are "</span> <span class="special">&lt;&lt;</span> <span class="identifier">bm</span><span class="special">.</span><span class="identifier">size</span><span class="special">()</span> <span class="special">&lt;&lt;</span> <span class="string">"relations"</span> <span class="special">&lt;&lt;</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">endl</span><span class="special">;</span> <span class="keyword">for</span><span class="special">(</span> <span class="identifier">bm_type</span><span class="special">::</span><span class="identifier">const_iterator</span> <span class="identifier">iter</span> <span class="special">=</span> <span class="identifier">bm</span><span class="special">.</span><span class="identifier">begin</span><span class="special">(),</span> <span class="identifier">iend</span> <span class="special">=</span> <span class="identifier">bm</span><span class="special">.</span><span class="identifier">end</span><span class="special">();</span> <span class="identifier">iter</span> <span class="special">!=</span> <span class="identifier">iend</span><span class="special">;</span> <span class="special">++</span><span class="identifier">iter</span> <span class="special">)</span> <span class="special">{</span> <span class="comment">// iter-&gt;left : data : int </span> <span class="comment">// iter-&gt;right : data : std::string </span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">cout</span> <span class="special">&lt;&lt;</span> <span class="identifier">iter</span><span class="special">-&gt;</span><span class="identifier">left</span> <span class="special">&lt;&lt;</span> <span class="string">" &lt;--&gt; "</span> <span class="special">&lt;&lt;</span> <span class="identifier">iter</span><span class="special">-&gt;</span><span class="identifier">right</span> <span class="special">&lt;&lt;</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">endl</span><span class="special">;</span> <span class="special">}</span> </pre> <p> </p> <a name="boost_bimap.one_minute_tutorial.the_left_map_view"></a><h4> <a name="id771089"></a> <a class="link" href="one_minute_tutorial.html#boost_bimap.one_minute_tutorial.the_left_map_view">The left map view</a> </h4> <p> <code class="computeroutput"><span class="identifier">bm</span><span class="special">.</span><span class="identifier">left</span></code> works like a <code class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">map</span><span class="special">&lt;</span> <span class="keyword">int</span><span class="special">,</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span> <span class="special">&gt;</span></code>. We use it in the same way we will use a standard map. </p> <p> </p> <pre class="programlisting"><a class="co" name="boost_bimap0co" href="one_minute_tutorial.html#boost_bimap0"><img src="../../../../../doc/src/images/callouts/1.png" alt="1" border="0"></a><span class="keyword">typedef</span> <span class="identifier">bm_type</span><span class="special">::</span><span class="identifier">left_map</span><span class="special">::</span><span class="identifier">const_iterator</span> <span class="identifier">left_const_iterator</span><span class="special">;</span> <span class="keyword">for</span><span class="special">(</span> <span class="identifier">left_const_iterator</span> <span class="identifier">left_iter</span> <span class="special">=</span> <span class="identifier">bm</span><span class="special">.</span><span class="identifier">left</span><span class="special">.</span><span class="identifier">begin</span><span class="special">(),</span> <span class="identifier">iend</span> <span class="special">=</span> <span class="identifier">bm</span><span class="special">.</span><span class="identifier">left</span><span class="special">.</span><span class="identifier">end</span><span class="special">();</span> <span class="identifier">left_iter</span> <span class="special">!=</span> <span class="identifier">iend</span><span class="special">;</span> <span class="special">++</span><span class="identifier">left_iter</span> <span class="special">)</span> <span class="special">{</span> <span class="comment">// left_iter-&gt;first : key : int </span> <span class="comment">// left_iter-&gt;second : data : std::string </span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">cout</span> <span class="special">&lt;&lt;</span> <span class="identifier">left_iter</span><span class="special">-&gt;</span><span class="identifier">first</span> <span class="special">&lt;&lt;</span> <span class="string">" --&gt; "</span> <span class="special">&lt;&lt;</span> <span class="identifier">left_iter</span><span class="special">-&gt;</span><span class="identifier">second</span> <span class="special">&lt;&lt;</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">endl</span><span class="special">;</span> <span class="special">}</span> <a class="co" name="boost_bimap1co" href="one_minute_tutorial.html#boost_bimap1"><img src="../../../../../doc/src/images/callouts/2.png" alt="2" border="0"></a><span class="identifier">bm_type</span><span class="special">::</span><span class="identifier">left_const_iterator</span> <span class="identifier">left_iter</span> <span class="special">=</span> <span class="identifier">bm</span><span class="special">.</span><span class="identifier">left</span><span class="special">.</span><span class="identifier">find</span><span class="special">(</span><span class="number">2</span><span class="special">);</span> <span class="identifier">assert</span><span class="special">(</span> <span class="identifier">left_iter</span><span class="special">-&gt;</span><span class="identifier">second</span> <span class="special">==</span> <span class="string">"two"</span> <span class="special">);</span> <a class="co" name="boost_bimap2co" href="one_minute_tutorial.html#boost_bimap2"><img src="../../../../../doc/src/images/callouts/3.png" alt="3" border="0"></a><span class="identifier">bm</span><span class="special">.</span><span class="identifier">left</span><span class="special">.</span><span class="identifier">insert</span><span class="special">(</span> <span class="identifier">bm_type</span><span class="special">::</span><span class="identifier">left_value_type</span><span class="special">(</span> <span class="number">3</span><span class="special">,</span> <span class="string">"three"</span> <span class="special">)</span> <span class="special">);</span> </pre> <p> </p> <div class="calloutlist"><table border="0" summary="Callout list"> <tr> <td width="5%" valign="top" align="left"><p><a name="boost_bimap0"></a><a href="#boost_bimap0co"><img src="../../../../../doc/src/images/callouts/1.png" alt="1" border="0"></a> </p></td> <td valign="top" align="left"><p> The type of <code class="computeroutput"><span class="identifier">bm</span><span class="special">.</span><span class="identifier">left</span></code> is <code class="computeroutput"><span class="identifier">bm_type</span><span class="special">::</span><span class="identifier">left_map</span></code> and the type of <code class="computeroutput"><span class="identifier">bm</span><span class="special">.</span><span class="identifier">right</span></code> is <code class="computeroutput"><span class="identifier">bm_type</span><span class="special">::</span><span class="identifier">right_map</span></code> </p></td> </tr> <tr> <td width="5%" valign="top" align="left"><p><a name="boost_bimap1"></a><a href="#boost_bimap1co"><img src="../../../../../doc/src/images/callouts/2.png" alt="2" border="0"></a> </p></td> <td valign="top" align="left"><p> <code class="computeroutput"><span class="identifier">bm_type</span><span class="special">::</span><span class="identifier">left_</span></code>-type- can be used as a shortcut for the more verbose <code class="computeroutput"><span class="identifier">bm_type</span><span class="special">::</span><span class="identifier">left_map</span><span class="special">::</span></code>-type- </p></td> </tr> <tr> <td width="5%" valign="top" align="left"><p><a name="boost_bimap2"></a><a href="#boost_bimap2co"><img src="../../../../../doc/src/images/callouts/3.png" alt="3" border="0"></a> </p></td> <td valign="top" align="left"><p> This line produces the same effect of <code class="computeroutput"><span class="identifier">bm</span><span class="special">.</span><span class="identifier">insert</span><span class="special">(</span> <span class="identifier">bm_type</span><span class="special">::</span><span class="identifier">value_type</span><span class="special">(</span><span class="number">3</span><span class="special">,</span><span class="string">"three"</span><span class="special">)</span> <span class="special">);</span></code> </p></td> </tr> </table></div> <a name="boost_bimap.one_minute_tutorial.the_right_map_view"></a><h4> <a name="id771810"></a> <a class="link" href="one_minute_tutorial.html#boost_bimap.one_minute_tutorial.the_right_map_view">The right map view</a> </h4> <p> <code class="computeroutput"><span class="identifier">bm</span><span class="special">.</span><span class="identifier">right</span></code> works like a <code class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">map</span><span class="special">&lt;</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span><span class="special">,</span> <span class="keyword">int</span> <span class="special">&gt;</span></code>. It is important to note that the key is the first type and the data is the second one, exactly as with standard maps. </p> <p> </p> <pre class="programlisting"><span class="identifier">bm_type</span><span class="special">::</span><span class="identifier">right_const_iterator</span> <span class="identifier">right_iter</span> <span class="special">=</span> <span class="identifier">bm</span><span class="special">.</span><span class="identifier">right</span><span class="special">.</span><span class="identifier">find</span><span class="special">(</span><span class="string">"two"</span><span class="special">);</span> <span class="comment">// right_iter-&gt;first : key : std::string </span><span class="comment">// right_iter-&gt;second : data : int </span> <span class="identifier">assert</span><span class="special">(</span> <span class="identifier">right_iter</span><span class="special">-&gt;</span><span class="identifier">second</span> <span class="special">==</span> <span class="number">2</span> <span class="special">);</span> <span class="identifier">assert</span><span class="special">(</span> <span class="identifier">bm</span><span class="special">.</span><span class="identifier">right</span><span class="special">.</span><span class="identifier">at</span><span class="special">(</span><span class="string">"one"</span><span class="special">)</span> <span class="special">==</span> <span class="number">1</span> <span class="special">);</span> <span class="identifier">bm</span><span class="special">.</span><span class="identifier">right</span><span class="special">.</span><span class="identifier">erase</span><span class="special">(</span><span class="string">"two"</span><span class="special">);</span> <a class="co" name="boost_bimap3co" href="one_minute_tutorial.html#boost_bimap3"><img src="../../../../../doc/src/images/callouts/1.png" alt="1" border="0"></a><span class="identifier">bm</span><span class="special">.</span><span class="identifier">right</span><span class="special">.</span><span class="identifier">insert</span><span class="special">(</span> <span class="identifier">bm_type</span><span class="special">::</span><span class="identifier">right_value_type</span><span class="special">(</span> <span class="string">"four"</span><span class="special">,</span> <span class="number">4</span> <span class="special">)</span> <span class="special">);</span> </pre> <p> </p> <div class="calloutlist"><table border="0" summary="Callout list"><tr> <td width="5%" valign="top" align="left"><p><a name="boost_bimap3"></a><a href="#boost_bimap3co"><img src="../../../../../doc/src/images/callouts/1.png" alt="1" border="0"></a> </p></td> <td valign="top" align="left"><p> This line produces the same effect of <code class="computeroutput"><span class="identifier">bm</span><span class="special">.</span><span class="identifier">insert</span><span class="special">(</span> <span class="identifier">bm_type</span><span class="special">::</span><span class="identifier">value_type</span><span class="special">(</span><span class="number">4</span><span class="special">,</span><span class="string">"four"</span><span class="special">)</span> <span class="special">);</span></code> </p></td> </tr></table></div> <a name="boost_bimap.one_minute_tutorial.differences_with_std__map"></a><h4> <a name="id772245"></a> <a class="link" href="one_minute_tutorial.html#boost_bimap.one_minute_tutorial.differences_with_std__map">Differences with std::map</a> </h4> <p> The main difference between bimap views and their standard containers counterparts is that, because of the bidirectional nature of a bimap, the values stored in it can not be modified directly using iterators. For example, when a <code class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">map</span><span class="special">&lt;</span><span class="identifier">X</span><span class="special">,</span><span class="identifier">Y</span><span class="special">&gt;</span></code> iterator is dereferenced the return type is <code class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span><span class="special">&lt;</span><span class="keyword">const</span> <span class="identifier">X</span><span class="special">,</span> <span class="identifier">Y</span><span class="special">&gt;</span></code>, so the following code is valid: <code class="computeroutput"><span class="identifier">m</span><span class="special">.</span><span class="identifier">begin</span><span class="special">()-&gt;</span><span class="identifier">second</span> <span class="special">=</span> <span class="identifier">new_value</span><span class="special">;</span></code>. However dereferencing a <code class="computeroutput"><span class="identifier">bimap</span><span class="special">&lt;</span><span class="identifier">X</span><span class="special">,</span><span class="identifier">Y</span><span class="special">&gt;::</span><span class="identifier">left_iterator</span></code> returns a type that is <span class="emphasis"><em>signature-compatible</em></span> with a <code class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span><span class="special">&lt;</span><span class="keyword">const</span> <span class="identifier">X</span><span class="special">,</span> <span class="keyword">const</span> <span class="identifier">Y</span><span class="special">&gt;</span></code> </p> <pre class="programlisting"><span class="identifier">bm</span><span class="special">.</span><span class="identifier">left</span><span class="special">.</span><span class="identifier">find</span><span class="special">(</span><span class="number">1</span><span class="special">)-&gt;</span><span class="identifier">second</span> <span class="special">=</span> <span class="string">"1"</span><span class="special">;</span> <span class="comment">// Compilation error </span></pre> <p> If you insert <code class="computeroutput"><span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="string">"one"</span><span class="special">)</span></code> and <code class="computeroutput"><span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="string">"1"</span><span class="special">)</span></code> in a <code class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">map</span><span class="special">&lt;</span><span class="keyword">int</span><span class="special">,</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span><span class="special">&gt;</span></code> the second insertion will have no effect. In a <code class="computeroutput"><span class="identifier">bimap</span><span class="special">&lt;</span><span class="identifier">X</span><span class="special">,</span><span class="identifier">Y</span><span class="special">&gt;</span></code> both keys have to remain unique. The insertion may fail in other situtions too. Lets see an example </p> <pre class="programlisting"><span class="identifier">bm</span><span class="special">.</span><span class="identifier">clear</span><span class="special">();</span> <span class="identifier">bm</span><span class="special">.</span><span class="identifier">insert</span><span class="special">(</span> <span class="identifier">bm_type</span><span class="special">::</span><span class="identifier">value_type</span><span class="special">(</span> <span class="number">1</span><span class="special">,</span> <span class="string">"one"</span> <span class="special">)</span> <span class="special">);</span> <span class="identifier">bm</span><span class="special">.</span><span class="identifier">insert</span><span class="special">(</span> <span class="identifier">bm_type</span><span class="special">::</span><span class="identifier">value_type</span><span class="special">(</span> <span class="number">1</span><span class="special">,</span> <span class="string">"1"</span> <span class="special">)</span> <span class="special">);</span> <span class="comment">// No effect! </span><span class="identifier">bm</span><span class="special">.</span><span class="identifier">insert</span><span class="special">(</span> <span class="identifier">bm_type</span><span class="special">::</span><span class="identifier">value_type</span><span class="special">(</span> <span class="number">2</span><span class="special">,</span> <span class="string">"one"</span> <span class="special">)</span> <span class="special">);</span> <span class="comment">// No effect! </span> <span class="identifier">assert</span><span class="special">(</span> <span class="identifier">bm</span><span class="special">.</span><span class="identifier">size</span><span class="special">()</span> <span class="special">==</span> <span class="number">1</span> <span class="special">);</span> </pre> <a name="boost_bimap.one_minute_tutorial.a_simple_example"></a><h4> <a name="id772905"></a> <a class="link" href="one_minute_tutorial.html#boost_bimap.one_minute_tutorial.a_simple_example">A simple example</a> </h4> <p> Look how you can reuse code that is intend to be used with std::maps, like the print_map function in this example. </p> <p> <a href="../../../example/simple_bimap.cpp" target="_top">Go to source code</a> </p> <p> </p> <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">string</span><span class="special">&gt;</span> <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">iostream</span><span class="special">&gt;</span> <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">bimap</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span> <span class="keyword">template</span><span class="special">&lt;</span> <span class="keyword">class</span> <span class="identifier">MapType</span> <span class="special">&gt;</span> <span class="keyword">void</span> <span class="identifier">print_map</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">MapType</span> <span class="special">&amp;</span> <span class="identifier">map</span><span class="special">,</span> <span class="keyword">const</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span> <span class="special">&amp;</span> <span class="identifier">separator</span><span class="special">,</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">ostream</span> <span class="special">&amp;</span> <span class="identifier">os</span> <span class="special">)</span> <span class="special">{</span> <span class="keyword">typedef</span> <span class="keyword">typename</span> <span class="identifier">MapType</span><span class="special">::</span><span class="identifier">const_iterator</span> <span class="identifier">const_iterator</span><span class="special">;</span> <span class="keyword">for</span><span class="special">(</span> <span class="identifier">const_iterator</span> <span class="identifier">i</span> <span class="special">=</span> <span class="identifier">map</span><span class="special">.</span><span class="identifier">begin</span><span class="special">(),</span> <span class="identifier">iend</span> <span class="special">=</span> <span class="identifier">map</span><span class="special">.</span><span class="identifier">end</span><span class="special">();</span> <span class="identifier">i</span> <span class="special">!=</span> <span class="identifier">iend</span><span class="special">;</span> <span class="special">++</span><span class="identifier">i</span> <span class="special">)</span> <span class="special">{</span> <span class="identifier">os</span> <span class="special">&lt;&lt;</span> <span class="identifier">i</span><span class="special">-&gt;</span><span class="identifier">first</span> <span class="special">&lt;&lt;</span> <span class="identifier">separator</span> <span class="special">&lt;&lt;</span> <span class="identifier">i</span><span class="special">-&gt;</span><span class="identifier">second</span> <span class="special">&lt;&lt;</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">endl</span><span class="special">;</span> <span class="special">}</span> <span class="special">}</span> <span class="keyword">int</span> <span class="identifier">main</span><span class="special">()</span> <span class="special">{</span> <span class="comment">// Soccer World cup </span> <span class="keyword">typedef</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">bimap</span><span class="special">&lt;</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span><span class="special">,</span> <span class="keyword">int</span> <span class="special">&gt;</span> <span class="identifier">results_bimap</span><span class="special">;</span> <span class="keyword">typedef</span> <span class="identifier">results_bimap</span><span class="special">::</span><span class="identifier">value_type</span> <span class="identifier">position</span><span class="special">;</span> <span class="identifier">results_bimap</span> <span class="identifier">results</span><span class="special">;</span> <span class="identifier">results</span><span class="special">.</span><span class="identifier">insert</span><span class="special">(</span> <span class="identifier">position</span><span class="special">(</span><span class="string">"Argentina"</span> <span class="special">,</span><span class="number">1</span><span class="special">)</span> <span class="special">);</span> <span class="identifier">results</span><span class="special">.</span><span class="identifier">insert</span><span class="special">(</span> <span class="identifier">position</span><span class="special">(</span><span class="string">"Spain"</span> <span class="special">,</span><span class="number">2</span><span class="special">)</span> <span class="special">);</span> <span class="identifier">results</span><span class="special">.</span><span class="identifier">insert</span><span class="special">(</span> <span class="identifier">position</span><span class="special">(</span><span class="string">"Germany"</span> <span class="special">,</span><span class="number">3</span><span class="special">)</span> <span class="special">);</span> <span class="identifier">results</span><span class="special">.</span><span class="identifier">insert</span><span class="special">(</span> <span class="identifier">position</span><span class="special">(</span><span class="string">"France"</span> <span class="special">,</span><span class="number">4</span><span class="special">)</span> <span class="special">);</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">cout</span> <span class="special">&lt;&lt;</span> <span class="string">"The number of countries is "</span> <span class="special">&lt;&lt;</span> <span class="identifier">results</span><span class="special">.</span><span class="identifier">size</span><span class="special">()</span> <span class="special">&lt;&lt;</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">endl</span><span class="special">;</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">cout</span> <span class="special">&lt;&lt;</span> <span class="string">"The winner is "</span> <span class="special">&lt;&lt;</span> <span class="identifier">results</span><span class="special">.</span><span class="identifier">right</span><span class="special">.</span><span class="identifier">at</span><span class="special">(</span><span class="number">1</span><span class="special">)</span> <span class="special">&lt;&lt;</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">endl</span> <span class="special">&lt;&lt;</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">endl</span><span class="special">;</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">cout</span> <span class="special">&lt;&lt;</span> <span class="string">"Countries names ordered by their final position:"</span> <span class="special">&lt;&lt;</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">endl</span><span class="special">;</span> <span class="comment">// results.right works like a std::map&lt; int, std::string &gt; </span> <span class="identifier">print_map</span><span class="special">(</span> <span class="identifier">results</span><span class="special">.</span><span class="identifier">right</span><span class="special">,</span> <span class="string">") "</span><span class="special">,</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">cout</span> <span class="special">);</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">cout</span> <span class="special">&lt;&lt;</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">endl</span> <span class="special">&lt;&lt;</span> <span class="string">"Countries names ordered alphabetically along with"</span> <span class="string">"their final position:"</span> <span class="special">&lt;&lt;</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">endl</span><span class="special">;</span> <span class="comment">// results.left works like a std::map&lt; std::string, int &gt; </span> <span class="identifier">print_map</span><span class="special">(</span> <span class="identifier">results</span><span class="special">.</span><span class="identifier">left</span><span class="special">,</span> <span class="string">" ends in position "</span><span class="special">,</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">cout</span> <span class="special">);</span> <span class="keyword">return</span> <span class="number">0</span><span class="special">;</span> <span class="special">}</span> </pre> <p> </p> <p> The output of this program will be the following: </p> <pre class="programlisting"><code class="literal">The number of countries is 4</code> <code class="literal">The winner is Argentina</code> <code class="literal">Countries names ordered by their final position:</code> <code class="literal">1) Argentina</code> <code class="literal">2) Spain</code> <code class="literal">3) Germany</code> <code class="literal">4) France</code> <code class="literal">Countries names ordered alphabetically along with their final position:</code> <code class="literal">Argentina ends in position 1</code> <code class="literal">France ends in position 4</code> <code class="literal">Germany ends in position 3</code> <code class="literal">Spain ends in position 2</code> </pre> <a name="boost_bimap.one_minute_tutorial.continuing_the_journey"></a><h4> <a name="id774177"></a> <a class="link" href="one_minute_tutorial.html#boost_bimap.one_minute_tutorial.continuing_the_journey">Continuing the journey</a> </h4> <p> For information on function signatures, see any standard library documentation or read the <a class="link" href="reference.html" title="Reference">reference</a> section of this documentation. </p> <div class="caution"><table border="0" summary="Caution"> <tr> <td rowspan="2" align="center" valign="top" width="25"><img alt="[Caution]" src="../../../../../doc/src/images/caution.png"></td> <th align="left">Caution</th> </tr> <tr><td align="left" valign="top"><p> Be aware that a bidirectional map is only signature-compatible with standard containers. Some functions may give different results, such as in the case of inserting a pair into the left map where the second value conflicts with a stored relation in the container. The functions may be slower in a bimap because of the duplicated constraints. It is strongly recommended that you read <a class="link" href="the_tutorial.html" title="The tutorial">The full tutorial</a> if you intend to use a bimap in a serious project. </p></td></tr> </table></div> <div class="footnotes"> <br><hr width="100" align="left"> <div class="footnote"><p><sup>[<a id="ftn.id769748" href="#id769748" class="para">1</a>] </sup> A type is <span class="emphasis"><em>signature-compatible</em></span> with other type if it has the same signature for functions and metadata. Preconditions, postconditions and the order of operations need not be the same. </p></div> </div> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright &#169; 2006 -2007 Matias Capeletto<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="introduction.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.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="the_tutorial.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
lib/hsqldb-2.0.0/hsqldb/doc/util-guide/transfer-tool-chapt.html
virtix/mut4j
<html> <head> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Chapter&nbsp;4.&nbsp;Transfer Tool</title> <link href="../docbook.css" rel="stylesheet" type="text/css"> <meta content="DocBook XSL-NS Stylesheets V1.74.0" name="generator"> <meta name="keywords" content="Hsqldb, Transfer"> <meta name="keywords" content="HyperSQL, Hsqldb, Hypersonic, Database, JDBC, Java"> <link rel="home" href="index.html" title="HyperSQL Utilities Guide"> <link rel="up" href="index.html" title="HyperSQL Utilities Guide"> <link rel="prev" href="dbm-chapt.html" title="Chapter&nbsp;3.&nbsp;Database Manager"> <link rel="next" href="apa.html" title="Appendix&nbsp;A.&nbsp;HyperSQL File Links"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <div class="navheader"> <table summary="Navigation header" width="100%"> <tr> <td align="left" width="30%"><a accesskey="p" href="dbm-chapt.html"><img src="../images/db/prev.png" alt="Prev"></a>&nbsp;</td><td align="center" width="40%" style="font-weight:bold;">Chapter&nbsp;4.&nbsp;Transfer Tool</td><td align="right" width="30%">&nbsp;<a accesskey="n" href="apa.html"><img src="../images/db/next.png" alt="Next"></a></td> </tr> <tr> <td valign="top" align="left" width="30%">Chapter&nbsp;3.&nbsp;Database Manager&nbsp;</td><td align="center" width="40%"><a accesskey="h" href="index.html"><img src="../images/db/home.png" alt="Home"></a></td><td valign="top" align="right" width="30%">&nbsp;Appendix&nbsp;A.&nbsp;HyperSQL File Links</td> </tr> </table> </div> <HR> <div class="chapter" lang="en"> <div class="titlepage"> <div> <div> <h2 class="title"> <a name="transfer-tool-chapt"></a>Chapter&nbsp;4.&nbsp;Transfer Tool</h2> </div> <div> <div class="authorgroup"> <div class="author"> <h3 class="author"> <span class="firstname">Fred</span> <span class="surname">Toussi</span> </h3> <div class="affiliation"> <span class="orgname">The HSQL Development Group<br> </span> </div> </div> </div> </div> </div> </div> <div class="toc"> <p> <b>Table of Contents</b> </p> <dl> <dt> <span class="section"><a href="transfer-tool-chapt.html#trantool_intro-sect">Brief Introduction</a></span> </dt> </dl> </div> <div class="section" lang="en"> <div class="titlepage"> <div> <div> <h2 class="title" style="clear: both"> <a name="trantool_intro-sect"></a>Brief Introduction</h2> </div> </div> </div> <p>Transfer Tool is a GUI program for transferring SQL schema and data from one JDBC source to another. Source and destination can be different database engines or different databases on the same server.</p> <p>Transfer Tool works in two different modes. Direct transfer maintains a connection to both source and destination and performs the transfer. Dump and Restore mode is invoked once to transfer the data from the source to a text file (Dump), then again to transfer the data from the text file to the destination (Restore). With Dump and Restore, it is possible to make any changes to database object definitions and data prior to restoring it to the target.</p> <p>Dump and Restore modes can be set via the command line with -d (--dump) or -r (--restore) options. Alternatively the Transfer Tool can be started with any of the three modes from the Database Manager's Tools menu.</p> <p>The connection dialogue allows you to save the settings for the connection you are about to make. You can then access the connection in future sessions. These settings are shared with those from the Database Manager tool. See the appendix on Database Manager for details of the connection dialogue box.</p> <p>From version 1.8.0 Transfer Tool is no longer part of the <code class="filename">hsqldb.jar</code>. You can build the <code class="filename">hsqldbutil.jar</code> using the Ant command of the same name, to build a jar that includes Transfer Tool and the Database Manager.</p> <p>When collecting meta-data, Transfer Tool performs SELECT * FROM &lt;table&gt; queries on all the tables in the source database. This may take a long time with some database engines. When the source database is HSQLDB, this means memory should be available for the result sets returned from the queries. Therefore, the memory allocation of the java process in which Transfer Tool is executed may have to be high.</p> <p>The current version of Transfer is far from ideal, as it has not been actively developed for several years. The program also lacks the ability to create UNIQUE constraints and creates UNIQUE indexes instead. However, some bugs have been fixed in the latest version and the program can be used with most of the supported databases. The best way to use the program is the DUMP and RESTORE modes, which allow you to manually change the SQL statements in the dump file before restoring to a database. A useful idea is to dump and restore the database definition separately from the database data.</p> </div> </div> <HR xmlns:xi="http://www.w3.org/2001/XInclude"> <P xmlns:xi="http://www.w3.org/2001/XInclude" class="svnrev">$Revision: 3539 $</P> <div class="navfooter"> <hr> <table summary="Navigation footer" width="100%"> <tr> <td align="left" width="40%"><a accesskey="p" href="dbm-chapt.html"><img src="../images/db/prev.png" alt="Prev"></a>&nbsp;</td><td align="center" width="20%">&nbsp;</td><td align="right" width="40%">&nbsp;<a accesskey="n" href="apa.html"><img src="../images/db/next.png" alt="Next"></a></td> </tr> <tr> <td valign="top" align="left" width="40%">Chapter&nbsp;3.&nbsp;Database Manager&nbsp;</td><td align="center" width="20%"><a accesskey="h" href="index.html"><img src="../images/db/home.png" alt="Home"></a></td><td valign="top" align="right" width="40%">&nbsp;Appendix&nbsp;A.&nbsp;HyperSQL File Links</td> </tr> </table> </div> </body> </html>
sheets/Fate_Accelerated/fate.css
kcopper8/RPGSheet
/* === GENERAL === */ .charsheet { min-width: 800px; } .sheet-row .sheet-col { width: 100%; } .sheet-header { margin-bottom: 4px; padding: 2px 4px; background: black; color: white; font-weight: bold; } .sheet-section { float: left; width: 100%; margin: 4px 0; padding: 1px; box-sizing: border-box; } .sheet-break { clear: both; } label, select { margin: 0; } .sheet-repitem, .repitem { margin-bottom: 2px; } input, textarea, select, .uneditable-input { display: inline-block; width: 100%; padding: 2px; margin-bottom: 4px; font-size: 13px; line-height: 18px; color: #555; border: 1px solid #ccc; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } input, select, .uneditable-input { height: 20px; } textarea { margin: 0; height: 120px; resize: vertical; box-sizing: border-box; } /* === LOGO === */ .sheet-logo { width: 300px; margin: 0 5px; float: left; } /* === ASPECT === */ .sheet-col-aspects input { width: 100%; } /* === APPROACHES === */ table.sheet-approaches { width: 100%; position: relative; } /* === STRESS === */ .sheet-section { width: 100%; border: 1px solid black; position: relative; border-radius: 10px; margin-bottom: 10px; padding: 5px; } table.sheet-stress { width: 100%; position: relative; } table.sheet-stress td { position: relative; } table.sheet-stress td div.sheet-checkbox-label-div { width: 50px; height: 50px; position: relative; border: 1px solid black; left: calc(50% - 25px) !important; } table.sheet-stress td div.sheet-checkbox-label-div label { position: relative; top:-50px; background: #ddd; height: 50px; width: 50px; display: block; padding-right: 0px; /* Note: This gradient may render differently in browsers that don't support the unprefixed gradient syntax */ /* IE10 Consumer Preview */ background-image: -ms-linear-gradient(bottom right, #FFFFFF 0%, #C7C7C7 100%); /* Mozilla Firefox */ background-image: -moz-linear-gradient(bottom right, #FFFFFF 0%, #C7C7C7 100%); /* Opera */ background-image: -o-linear-gradient(bottom right, #FFFFFF 0%, #C7C7C7 100%); /* Webkit (Safari/Chrome 10) */ background-image: -webkit-gradient(linear, right bottom, left top, color-stop(0, #FFFFFF), color-stop(1, #C7C7C7)); /* Webkit (Chrome 11+) */ background-image: -webkit-linear-gradient(bottom right, #FFFFFF 0%, #C7C7C7 100%); /* W3C Markup, IE10 Release Preview */ background-image: linear-gradient(to top left, #FFFFFF 0%, #C7C7C7 100%); } table.sheet-stress td div.sheet-checkbox-label-div label:hover {/* Note: This gradient may render differently in browsers that don't support the unprefixed gradient syntax */ /* IE10 Consumer Preview */ background-image: -ms-linear-gradient(bottom right, #FFFFFF 0%, #8FECFF 100%); /* Mozilla Firefox */ background-image: -moz-linear-gradient(bottom right, #FFFFFF 0%, #8FECFF 100%); /* Opera */ background-image: -o-linear-gradient(bottom right, #FFFFFF 0%, #8FECFF 100%); /* Webkit (Safari/Chrome 10) */ background-image: -webkit-gradient(linear, right bottom, left top, color-stop(0, #FFFFFF), color-stop(1, #8FECFF)); /* Webkit (Chrome 11+) */ background-image: -webkit-linear-gradient(bottom right, #FFFFFF 0%, #8FECFF 100%); /* W3C Markup, IE10 Release Preview */ background-image: linear-gradient(to top left, #FFFFFF 0%, #8FECFF 100%);} input[type=checkbox].sheet-stress-check { margin: 0px; width: 50px; height: 50px; opacity: 0; z-index: 1; position: relative; left: calc(50% - 27px) !important; top: -2px; } input[type=checkbox].sheet-stress-check:checked ~ label { background: url(http://ramyasspace.files.wordpress.com/2011/06/tick.jpg); background-size: 100%; } /* === CONSEQUENCES === */ .sheet-col-consequences { position: relative; } .sheet-col-consequences select { width: 100px; float: left; } .sheet-col-consequences input { margin-left: 2px; width: calc(100% - 102px); }
spec/fixtures/pages/service-worker/index.html
the-ress/electron
<script> const ipcRenderer = require('electron').ipcRenderer; navigator.serviceWorker.register('service-worker.js', {scope: './'}).then(function() { if (navigator.serviceWorker.controller) { var xhr = new XMLHttpRequest(); xhr.open('GET', 'http://dummy/echo'); xhr.setRequestHeader('X-Mock-Response', 'yes'); xhr.addEventListener('load', function() { ipcRenderer.send('response', xhr.responseText); }); xhr.send(); } else { ipcRenderer.send('reload'); } }).catch(function(error) { ipcRenderer.send('error', `${error.message}\n${error.stack}`); }) </script>
upbase/libs/jpgraph-2/docs/html/exframes/frame_example26.html
kalw/sing-tsung
<html><frameset rows="*,*"> <frame src="image_example26.html"><frame src="example26.html"></frameset></html>
menu.html
liberry-edu/client
<snap-drawer> <div class=snap-menu> <div class="sidebar-header text-center"> <img src=images/flat-avatar.png class="sidebar-img img-circle"> </div> <ul class=snap-ul> <li ng-repeat="item in menuItems" ng-class="{active: $state.includes('{{item.name}}') }"> <a ui-sref={{item.name}}>{{item.text}}</a> </li> </ul> </div> </snap-drawer>
common/build/Help/Tutorials/Mark_Polishook_tutorial/Synthesis (Japanese version)/I. Synthesis/4.html
danstowell/SuperCute
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Style-Type" content="text/css"> <title></title> <meta name="Generator" content="Cocoa HTML Writer"> <meta name="CocoaVersion" content="824.42"> <style type="text/css"> p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 9.0px Monaco} p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 9.0px Monaco; min-height: 12.0px} p.p3 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Hiragino Kaku Gothic Pro} p.p4 {margin: 0.0px 0.0px 0.0px 0.0px; font: 9.0px Osaka} p.p5 {margin: 0.0px 0.0px 0.0px 0.0px; font: 9.0px Monaco; color: #0019b7} p.p6 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica} p.p7 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica; min-height: 14.0px} p.p8 {margin: 0.0px 0.0px 0.0px 0.0px; font: 9.0px Monaco; color: #a71e12} p.p9 {margin: 0.0px 0.0px 0.0px 0.0px; font: 9.0px Monaco; color: #606060} span.s1 {color: #000000} span.s2 {font: 9.0px Monaco} span.s3 {color: #0019b7} span.s4 {color: #a71e12} span.s5 {font: 9.0px Osaka; color: #a71e12} span.Apple-tab-span {white-space:pre} </style> </head> <body> <p class="p1">4.</p> <p class="p2"><br></p> <p class="p3"><b>(ユニット・ジェネレータの)コントロールのレート</b></p> <p class="p2"><br></p> <p class="p4">いくつかのSuperColliderのugenは、後に.arメッセージが続けられているということに気づいているでしょう。例えば、次の様に</p> <p class="p2"><br></p> <p class="p5">SinOsc<span class="s1">.kr</span></p> <p class="p2"><br></p> <p class="p4">というものもあれば、他のugenは、次の様に.arメッセージを使うということもあります。</p> <p class="p2"><br></p> <p class="p5">SinOsc<span class="s1">.ar</span></p> <p class="p2"><br></p> <p class="p2"><br></p> <p class="p3"><b>オーディオ・レート</b></p> <p class="p2"><br></p> <p class="p4"><span class="s2">.ar</span>メッセージを持つugenはオーディオ・レートで動作します。デフォルトでは、一秒間あたり44,100サンプルです。</p> <p class="p2"><br></p> <p class="p1"><span class="s3">SinOsc</span>.ar(440, 0, 1);</p> <p class="p2"><br></p> <p class="p4">耳に聞こえるオーディオ・チェーンの一部分である場合にはいつでも、.arメッセージをユニット・ジェネレータに送ります。</p> <p class="p2"><br></p> <p class="p6"><b>Control rate</b></p> <p class="p7"><br></p> <p class="p3"><b>コントロール・レート</b></p> <p class="p2"><br></p> <p class="p4"><span class="s2">.kr</span>メッセージが後に続くugenはコントロール・レートで動作します。デフォルトでは、コントロール・レートのugenは、オーディオ・レートのugenが生成する64サンプルごとに1回だけ生成します。</p> <p class="p2"><br></p> <p class="p1"><span class="s3">SinOsc</span>.kr(440, 0, 1);</p> <p class="p2"><br></p> <p class="p4"><span class="s2">.kr</span>メッセージをユニット・ジェネレータに送るのは、それら(ユニット・ジェネレータ)をモジュレータ、すなわち、オーディオ信号を形作るまたはコントロールするもの、として使いたいときだけです。</p> <p class="p2"><br></p> <p class="p4">コントロール・レート・シグナルは、一方のオーディオ・レートと比較して計算負荷が低くなります。オーディオ・レートのugenのパラメータを変調するために使う場合には、変化のレートが異なるにも関わらず、ほとんどスムーズに聞こえます。</p> <p class="p2"><br></p> <p class="p8">////////////////////////////////////////////////////////////////////////////////////////////////////</p> <p class="p2"><br></p> <p class="p4">これは1つのUGenがオーディオ・レートで動作し、他のUGenがコントロール・レートで動作するという一例です。</p> <p class="p2"><br></p> <p class="p1">(</p> <p class="p9"><span class="s3">SynthDef</span><span class="s1">(</span>"anExample"<span class="s1">, {</span></p> <p class="p1"><span class="Apple-tab-span"> </span><span class="s3">Out</span>.ar(</p> <p class="p1"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span>0,</p> <p class="p1"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><span class="s3">SinOsc</span>.ar(</p> <p class="p1"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span>[440, 443] + <span class="s3">SinOsc</span>.kr([7, 8], 0, 7), <span class="s4">// </span><span class="s5">コントロール・レートは</span><span class="s4">CPU</span><span class="s5">サイクルをセーブする</span></p> <p class="p1"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span>0,</p> <p class="p1"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span>0.2</p> <p class="p1"><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span>)</p> <p class="p1"><span class="Apple-tab-span"> </span>)</p> <p class="p1">}).load(s);</p> <p class="p1">)</p> <p class="p2"><br></p> <p class="p9"><span class="s3">Synth</span><span class="s1">(</span>"anExample"<span class="s1">)</span></p> <p class="p2"><br></p> <p class="p4">コントロール・レートで動作するこの<span class="s2">SinOsc</span>ーSinOsc.kr([7, 8], 0, 7)ーのインスタンスは、オーディオ・レートで聞くSinOscの周波数を変調します。</p> <p class="p2"><br></p> <p class="p8">////////////////////////////////////////////////////////////////////////////////////////////////////</p> <p class="p2"><br></p> <p class="p4">将来的には、増加し続けるコンピュータの速度によって(完全に廃止されてしまわない限りは)オーディオ・レートとコントロール・レートを使い分ける必要性は減るでしょう。コントロール・レートでugenを使うことにより、オーディオ・レートでデータを生成する様な厳密さが要求されない場合には、処理にかかる負荷を抑えることができます。</p> </body> </html>
buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/share/doc/gcc-arm-none-eabi/html/ld.html/PowerPC64-ELF64.html
FabianKnapp/nexmon
<html lang="en"> <head> <title>PowerPC64 ELF64 - Untitled</title> <meta http-equiv="Content-Type" content="text/html"> <meta name="description" content="Untitled"> <meta name="generator" content="makeinfo 4.11"> <link title="Top" rel="start" href="index.html#Top"> <link rel="up" href="Machine-Dependent.html#Machine-Dependent" title="Machine Dependent"> <link rel="prev" href="PowerPC-ELF32.html#PowerPC-ELF32" title="PowerPC ELF32"> <link rel="next" href="SPU-ELF.html#SPU-ELF" title="SPU ELF"> <link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage"> <!-- This file documents the GNU linker LD (GNU Binutils) version 2.26. Copyright (C) 1991-2015 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts. A copy of the license is included in the section entitled ``GNU Free Documentation License''.--> <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="PowerPC64-ELF64"></a> Next:&nbsp;<a rel="next" accesskey="n" href="SPU-ELF.html#SPU-ELF">SPU ELF</a>, Previous:&nbsp;<a rel="previous" accesskey="p" href="PowerPC-ELF32.html#PowerPC-ELF32">PowerPC ELF32</a>, Up:&nbsp;<a rel="up" accesskey="u" href="Machine-Dependent.html#Machine-Dependent">Machine Dependent</a> <hr> </div> <h3 class="section">4.13 <samp><span class="command">ld</span></samp> and PowerPC64 64-bit ELF Support</h3> <p><a name="index-PowerPC64-ELF64-options-680"></a> <a name="index-PowerPC64-stub-grouping-681"></a> <a name="index-g_t_002d_002dstub_002dgroup_002dsize-682"></a> <dl><dt><samp><span class="option">--stub-group-size</span></samp><dd>Long branch stubs, PLT call stubs and TOC adjusting stubs are placed by <samp><span class="command">ld</span></samp> in stub sections located between groups of input sections. &lsquo;<samp><span class="samp">--stub-group-size</span></samp>&rsquo; specifies the maximum size of a group of input sections handled by one stub section. Since branch offsets are signed, a stub section may serve two groups of input sections, one group before the stub section, and one group after it. However, when using conditional branches that require stubs, it may be better (for branch prediction) that stub sections only serve one group of input sections. A negative value for &lsquo;<samp><span class="samp">N</span></samp>&rsquo; chooses this scheme, ensuring that branches to stubs always use a negative offset. Two special values of &lsquo;<samp><span class="samp">N</span></samp>&rsquo; are recognized, &lsquo;<samp><span class="samp">1</span></samp>&rsquo; and &lsquo;<samp><span class="samp">-1</span></samp>&rsquo;. These both instruct <samp><span class="command">ld</span></samp> to automatically size input section groups for the branch types detected, with the same behaviour regarding stub placement as other positive or negative values of &lsquo;<samp><span class="samp">N</span></samp>&rsquo; respectively. <p>Note that &lsquo;<samp><span class="samp">--stub-group-size</span></samp>&rsquo; does not split input sections. A single input section larger than the group size specified will of course create a larger group (of one section). If input sections are too large, it may not be possible for a branch to reach its stub. <p><a name="index-PowerPC64-stub-symbols-683"></a><a name="index-g_t_002d_002demit_002dstub_002dsyms-684"></a><br><dt><samp><span class="option">--emit-stub-syms</span></samp><dd>This option causes <samp><span class="command">ld</span></samp> to label linker stubs with a local symbol that encodes the stub type and destination. <p><a name="index-PowerPC64-dot-symbols-685"></a><a name="index-g_t_002d_002ddotsyms-686"></a><a name="index-g_t_002d_002dno_002ddotsyms-687"></a><br><dt><samp><span class="option">--dotsyms</span></samp><dt><samp><span class="option">--no-dotsyms</span></samp><dd>These two options control how <samp><span class="command">ld</span></samp> interprets version patterns in a version script. Older PowerPC64 compilers emitted both a function descriptor symbol with the same name as the function, and a code entry symbol with the name prefixed by a dot (&lsquo;<samp><span class="samp">.</span></samp>&rsquo;). To properly version a function &lsquo;<samp><span class="samp">foo</span></samp>&rsquo;, the version script thus needs to control both &lsquo;<samp><span class="samp">foo</span></samp>&rsquo; and &lsquo;<samp><span class="samp">.foo</span></samp>&rsquo;. The option &lsquo;<samp><span class="samp">--dotsyms</span></samp>&rsquo;, on by default, automatically adds the required dot-prefixed patterns. Use &lsquo;<samp><span class="samp">--no-dotsyms</span></samp>&rsquo; to disable this feature. <p><a name="index-PowerPC64-register-save_002frestore-functions-688"></a><a name="index-g_t_002d_002dsave_002drestore_002dfuncs-689"></a><a name="index-g_t_002d_002dno_002dsave_002drestore_002dfuncs-690"></a><br><dt><samp><span class="option">--save-restore-funcs</span></samp><dt><samp><span class="option">--no-save-restore-funcs</span></samp><dd>These two options control whether PowerPC64 <samp><span class="command">ld</span></samp> automatically provides out-of-line register save and restore functions used by &lsquo;<samp><span class="samp">-Os</span></samp>&rsquo; code. The default is to provide any such referenced function for a normal final link, and to not do so for a relocatable link. <p><a name="index-PowerPC64-TLS-optimization-691"></a><a name="index-g_t_002d_002dno_002dtls_002doptimize-692"></a><br><dt><samp><span class="option">--no-tls-optimize</span></samp><dd>PowerPC64 <samp><span class="command">ld</span></samp> normally performs some optimization of code sequences used to access Thread-Local Storage. Use this option to disable the optimization. <p><a name="index-PowerPC64-_005f_005ftls_005fget_005faddr-optimization-693"></a><a name="index-g_t_002d_002dtls_002dget_002daddr_002doptimize-694"></a><a name="index-g_t_002d_002dno_002dtls_002dget_002daddr_002doptimize-695"></a><br><dt><samp><span class="option">--tls-get-addr-optimize</span></samp><dt><samp><span class="option">--no-tls-get-addr-optimize</span></samp><dd>These options control whether PowerPC64 <samp><span class="command">ld</span></samp> uses a special stub to call __tls_get_addr. PowerPC64 glibc 2.22 and later support an optimization that allows the second and subsequent calls to <code>__tls_get_addr</code> for a given symbol to be resolved by the special stub without calling in to glibc. By default the linker enables this option when glibc advertises the availability of __tls_get_addr_opt. Forcing this option on when using an older glibc won't do much besides slow down your applications, but may be useful if linking an application against an older glibc with the expectation that it will normally be used on systems having a newer glibc. <p><a name="index-PowerPC64-OPD-optimization-696"></a><a name="index-g_t_002d_002dno_002dopd_002doptimize-697"></a><br><dt><samp><span class="option">--no-opd-optimize</span></samp><dd>PowerPC64 <samp><span class="command">ld</span></samp> normally removes <code>.opd</code> section entries corresponding to deleted link-once functions, or functions removed by the action of &lsquo;<samp><span class="samp">--gc-sections</span></samp>&rsquo; or linker script <code>/DISCARD/</code>. Use this option to disable <code>.opd</code> optimization. <p><a name="index-PowerPC64-OPD-spacing-698"></a><a name="index-g_t_002d_002dnon_002doverlapping_002dopd-699"></a><br><dt><samp><span class="option">--non-overlapping-opd</span></samp><dd>Some PowerPC64 compilers have an option to generate compressed <code>.opd</code> entries spaced 16 bytes apart, overlapping the third word, the static chain pointer (unused in C) with the first word of the next entry. This option expands such entries to the full 24 bytes. <p><a name="index-PowerPC64-TOC-optimization-700"></a><a name="index-g_t_002d_002dno_002dtoc_002doptimize-701"></a><br><dt><samp><span class="option">--no-toc-optimize</span></samp><dd>PowerPC64 <samp><span class="command">ld</span></samp> normally removes unused <code>.toc</code> section entries. Such entries are detected by examining relocations that reference the TOC in code sections. A reloc in a deleted code section marks a TOC word as unneeded, while a reloc in a kept code section marks a TOC word as needed. Since the TOC may reference itself, TOC relocs are also examined. TOC words marked as both needed and unneeded will of course be kept. TOC words without any referencing reloc are assumed to be part of a multi-word entry, and are kept or discarded as per the nearest marked preceding word. This works reliably for compiler generated code, but may be incorrect if assembly code is used to insert TOC entries. Use this option to disable the optimization. <p><a name="index-PowerPC64-multi_002dTOC-702"></a><a name="index-g_t_002d_002dno_002dmulti_002dtoc-703"></a><br><dt><samp><span class="option">--no-multi-toc</span></samp><dd>If given any toc option besides <code>-mcmodel=medium</code> or <code>-mcmodel=large</code>, PowerPC64 GCC generates code for a TOC model where TOC entries are accessed with a 16-bit offset from r2. This limits the total TOC size to 64K. PowerPC64 <samp><span class="command">ld</span></samp> extends this limit by grouping code sections such that each group uses less than 64K for its TOC entries, then inserts r2 adjusting stubs between inter-group calls. <samp><span class="command">ld</span></samp> does not split apart input sections, so cannot help if a single input file has a <code>.toc</code> section that exceeds 64K, most likely from linking multiple files with <samp><span class="command">ld -r</span></samp>. Use this option to turn off this feature. <p><a name="index-PowerPC64-TOC-sorting-704"></a><a name="index-g_t_002d_002dno_002dtoc_002dsort-705"></a><br><dt><samp><span class="option">--no-toc-sort</span></samp><dd>By default, <samp><span class="command">ld</span></samp> sorts TOC sections so that those whose file happens to have a section called <code>.init</code> or <code>.fini</code> are placed first, followed by TOC sections referenced by code generated with PowerPC64 gcc's <code>-mcmodel=small</code>, and lastly TOC sections referenced only by code generated with PowerPC64 gcc's <code>-mcmodel=medium</code> or <code>-mcmodel=large</code> options. Doing this results in better TOC grouping for multi-TOC. Use this option to turn off this feature. <p><a name="index-PowerPC64-PLT-stub-alignment-706"></a><a name="index-g_t_002d_002dplt_002dalign-707"></a><a name="index-g_t_002d_002dno_002dplt_002dalign-708"></a><br><dt><samp><span class="option">--plt-align</span></samp><dt><samp><span class="option">--no-plt-align</span></samp><dd>Use these options to control whether individual PLT call stubs are padded so that they don't cross a 32-byte boundary, or to the specified power of two boundary when using <code>--plt-align=</code>. Note that this isn't alignment in the usual sense. By default PLT call stubs are packed tightly. <p><a name="index-PowerPC64-PLT-call-stub-static-chain-709"></a><a name="index-g_t_002d_002dplt_002dstatic_002dchain-710"></a><a name="index-g_t_002d_002dno_002dplt_002dstatic_002dchain-711"></a><br><dt><samp><span class="option">--plt-static-chain</span></samp><dt><samp><span class="option">--no-plt-static-chain</span></samp><dd>Use these options to control whether PLT call stubs load the static chain pointer (r11). <code>ld</code> defaults to not loading the static chain since there is never any need to do so on a PLT call. <p><a name="index-PowerPC64-PLT-call-stub-thread-safety-712"></a><a name="index-g_t_002d_002dplt_002dthread_002dsafe-713"></a><a name="index-g_t_002d_002dno_002dplt_002dthread_002dsafe-714"></a><br><dt><samp><span class="option">--plt-thread-safe</span></samp><dt><samp><span class="option">--no-thread-safe</span></samp><dd>With power7's weakly ordered memory model, it is possible when using lazy binding for ld.so to update a plt entry in one thread and have another thread see the individual plt entry words update in the wrong order, despite ld.so carefully writing in the correct order and using memory write barriers. To avoid this we need some sort of read barrier in the call stub, or use LD_BIND_NOW=1. By default, <code>ld</code> looks for calls to commonly used functions that create threads, and if seen, adds the necessary barriers. Use these options to change the default behaviour. </dl> </body></html>
buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/share/doc/gcc-arm-none-eabi/html/libc/getw.html
FabianKnapp/nexmon
<html lang="en"> <head> <title>getw - Untitled</title> <meta http-equiv="Content-Type" content="text/html"> <meta name="description" content="Untitled"> <meta name="generator" content="makeinfo 4.11"> <link title="Top" rel="start" href="index.html#Top"> <link rel="up" href="Stdio.html#Stdio" title="Stdio"> <link rel="prev" href="gets.html#gets" title="gets"> <link rel="next" href="getwchar.html#getwchar" title="getwchar"> <link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage"> <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="getw"></a> Next:&nbsp;<a rel="next" accesskey="n" href="getwchar.html#getwchar">getwchar</a>, Previous:&nbsp;<a rel="previous" accesskey="p" href="gets.html#gets">gets</a>, Up:&nbsp;<a rel="up" accesskey="u" href="Stdio.html#Stdio">Stdio</a> <hr> </div> <h3 class="section">4.40 <code>getw</code>&mdash;read a word (int)</h3> <p><a name="index-getw-264"></a><strong>Synopsis</strong> <pre class="example"> #include &lt;stdio.h&gt; int getw(FILE *<var>fp</var>); </pre> <p><strong>Description</strong><br> <code>getw</code> is a function, defined in <code>stdio.h</code>. You can use <code>getw</code> to get the next word from the file or stream identified by <var>fp</var>. As a side effect, <code>getw</code> advances the file's current position indicator. <pre class="sp"> </pre> <strong>Returns</strong><br> The next word (read as an <code>int</code>), unless there is no more data or the host system reports a read error; in either of these situations, <code>getw</code> returns <code>EOF</code>. Since <code>EOF</code> is a valid <code>int</code>, you must use <code>ferror</code> or <code>feof</code> to distinguish these situations. <pre class="sp"> </pre> <strong>Portability</strong><br> <code>getw</code> is a remnant of K&amp;R C; it is not part of any ISO C Standard. <code>fread</code> should be used instead. In fact, this implementation of <code>getw</code> is based upon <code>fread</code>. <p>Supporting OS subroutines required: <code>fread</code>. <pre class="sp"> </pre> </body></html>
src/app/core/directives/ms-search-bar/ms-search-bar.html
vinayvraman/trans-it
<div flex layout="row" layout-align="start center"> <label for="ms-search-bar-input"> <md-button class="ms-search-bar-expander md-icon-button" aria-label="Expand Search Bar" ng-click="MsSearchBar.expand()" ng-if="!MsSearchBar.resultsLoading || MsSearchBar.collapsed"> <md-icon md-font-icon="icon-magnify" class="icon s24"></md-icon> </md-button> <div class="ms-search-bar-loader" layout="row" layout-align="center center" ng-if="MsSearchBar.resultsLoading && !MsSearchBar.collapsed"> <md-progress-circular class="md-accent" md-diameter="32" md-mode="indeterminate"></md-progress-circular> </div> </label> <input id="ms-search-bar-input" type="text" placeholder="Search" flex ng-model="MsSearchBar.query" ng-model-options="MsSearchBar.queryOptions" ng-blur="MsSearchBar.collapse()" ng-keydown="MsSearchBar.handleKeydown($event)"> <md-button class="ms-search-bar-collapser md-icon-button" ng-click="MsSearchBar.collapse()" aria-label="Collapse Search Bar"> <md-icon md-font-icon="icon-close" class="icon s24"></md-icon> </md-button> <div class="ms-search-bar-results" ng-if="MsSearchBar.results" ms-scroll> <div class="no-results" ng-if="MsSearchBar.results.length === 0">No Results!</div> <div class="result" ng-repeat="result in MsSearchBar.results" ng-click="MsSearchBar.handleResultClick(result)" ng-mouseenter="MsSearchBar.handleMouseenter($index)" ng-mousedown="MsSearchBar.absorbEvent($event)" ng-class="{'selected': $index == MsSearchBar.selectedResultIndex}" md-ink-ripple> <div layout="row" layout-align="start center"> <div class="icon-container" layout="row" layout-align="center center"> <i ng-if="result.icon" class="icon {{result.icon}}"></i> <div ng-if="!result.icon" class="square md-accent-bg"></div> </div> <div> <div class="title">{{result.title}}</div> <div class="description" ng-if="result.description">{{result.description}}</div> </div> </div> </div> </div> </div>
libs/saxon/doc/api/com/icl/saxon/expr/SortedSelection.html
ShuttleworthFoundation/tuxlab-Cookbook
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.4.2_06) on Thu Nov 24 12:17:51 GMT 2005 --> <TITLE> SortedSelection </TITLE> <META NAME="keywords" CONTENT="com.icl.saxon.expr.SortedSelection class"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { parent.document.title="SortedSelection"; } </SCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#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;<A HREF="../../../../com/icl/saxon/expr/SingletonNodeSet.html" title="class in com.icl.saxon.expr"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../com/icl/saxon/expr/SortKeyEnumeration.html" title="class in com.icl.saxon.expr"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="SortedSelection.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="#fields_inherited_from_class_com.icl.saxon.expr.Expression">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;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.icl.saxon.expr</FONT> <BR> Class SortedSelection</H2> <PRE> java.lang.Object <IMG SRC="../../../../resources/inherit.gif" ALT="extended by"><A HREF="../../../../com/icl/saxon/expr/Expression.html" title="class in com.icl.saxon.expr">com.icl.saxon.expr.Expression</A> <IMG SRC="../../../../resources/inherit.gif" ALT="extended by"><A HREF="../../../../com/icl/saxon/expr/NodeSetExpression.html" title="class in com.icl.saxon.expr">com.icl.saxon.expr.NodeSetExpression</A> <IMG SRC="../../../../resources/inherit.gif" ALT="extended by"><B>com.icl.saxon.expr.SortedSelection</B> </PRE> <HR> <DL> <DT>public class <B>SortedSelection</B><DT>extends <A HREF="../../../../com/icl/saxon/expr/NodeSetExpression.html" title="class in com.icl.saxon.expr">NodeSetExpression</A></DL> <P> A NodeSetExpression that retrieves nodes in order according to a specified sort key. <br> Note there is no direct XSL expression syntax that generates this. <br> The expression sorts a base NodeSet according to the value of a specified sort key. The sort key may be composite. The base NodeSet will always be in document order. <P> <P> <HR> <P> <!-- ======== NESTED CLASS SUMMARY ======== --> <!-- =========== FIELD SUMMARY =========== --> <A NAME="field_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> <B>Field Summary</B></FONT></TD> </TR> </TABLE> &nbsp;<A NAME="fields_inherited_from_class_com.icl.saxon.expr.Expression"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TD><B>Fields inherited from class com.icl.saxon.expr.<A HREF="../../../../com/icl/saxon/expr/Expression.html" title="class in com.icl.saxon.expr">Expression</A></B></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><A HREF="../../../../com/icl/saxon/expr/Expression.html#staticContext">staticContext</A></CODE></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"> <TD COLSPAN=2><FONT SIZE="+2"> <B>Constructor Summary</B></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../com/icl/saxon/expr/SortedSelection.html#SortedSelection(com.icl.saxon.expr.Expression, int)">SortedSelection</A></B>(<A HREF="../../../../com/icl/saxon/expr/Expression.html" title="class in com.icl.saxon.expr">Expression</A>&nbsp;s, int&nbsp;k)</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"> <TD COLSPAN=2><FONT SIZE="+2"> <B>Method Summary</B></FONT></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/icl/saxon/expr/SortedSelection.html#display(int)">display</A></B>(int&nbsp;level)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Diagnostic print of expression structure</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../com/icl/saxon/om/NodeEnumeration.html" title="interface in com.icl.saxon.om">NodeEnumeration</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../com/icl/saxon/expr/SortedSelection.html#enumerate(com.icl.saxon.Context, boolean)">enumerate</A></B>(<A HREF="../../../../com/icl/saxon/Context.html" title="class in com.icl.saxon">Context</A>&nbsp;context, boolean&nbsp;sort)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Evaluate the expression by sorting the base nodeset using the supplied key.</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="../../../../com/icl/saxon/expr/SortedSelection.html#getDependencies()">getDependencies</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Determine which aspects of the context the expression depends on.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../com/icl/saxon/expr/Expression.html" title="class in com.icl.saxon.expr">Expression</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../com/icl/saxon/expr/SortedSelection.html#reduce(int, com.icl.saxon.Context)">reduce</A></B>(int&nbsp;dependencies, <A HREF="../../../../com/icl/saxon/Context.html" title="class in com.icl.saxon">Context</A>&nbsp;context)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Perform a partial evaluation of the expression, by eliminating specified dependencies on the context.</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/icl/saxon/expr/SortedSelection.html#setSortKey(com.icl.saxon.sort.SortKeyDefinition, int)">setSortKey</A></B>(<A HREF="../../../../com/icl/saxon/sort/SortKeyDefinition.html" title="class in com.icl.saxon.sort">SortKeyDefinition</A>&nbsp;sk, int&nbsp;k)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Add a sort key and other sorting parameters</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../com/icl/saxon/expr/Expression.html" title="class in com.icl.saxon.expr">Expression</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../com/icl/saxon/expr/SortedSelection.html#simplify()">simplify</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Simplify an expression</TD> </TR> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_com.icl.saxon.expr.NodeSetExpression"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TD><B>Methods inherited from class com.icl.saxon.expr.<A HREF="../../../../com/icl/saxon/expr/NodeSetExpression.html" title="class in com.icl.saxon.expr">NodeSetExpression</A></B></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><A HREF="../../../../com/icl/saxon/expr/NodeSetExpression.html#evaluate(com.icl.saxon.Context)">evaluate</A>, <A HREF="../../../../com/icl/saxon/expr/NodeSetExpression.html#evaluateAsBoolean(com.icl.saxon.Context)">evaluateAsBoolean</A>, <A HREF="../../../../com/icl/saxon/expr/NodeSetExpression.html#evaluateAsNodeSet(com.icl.saxon.Context)">evaluateAsNodeSet</A>, <A HREF="../../../../com/icl/saxon/expr/NodeSetExpression.html#evaluateAsString(com.icl.saxon.Context)">evaluateAsString</A>, <A HREF="../../../../com/icl/saxon/expr/NodeSetExpression.html#getDataType()">getDataType</A>, <A HREF="../../../../com/icl/saxon/expr/NodeSetExpression.html#outputStringValue(com.icl.saxon.output.Outputter, com.icl.saxon.Context)">outputStringValue</A>, <A HREF="../../../../com/icl/saxon/expr/NodeSetExpression.html#selectFirst(com.icl.saxon.Context)">selectFirst</A></CODE></TD> </TR> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_com.icl.saxon.expr.Expression"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TD><B>Methods inherited from class com.icl.saxon.expr.<A HREF="../../../../com/icl/saxon/expr/Expression.html" title="class in com.icl.saxon.expr">Expression</A></B></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><A HREF="../../../../com/icl/saxon/expr/Expression.html#containsReferences()">containsReferences</A>, <A HREF="../../../../com/icl/saxon/expr/Expression.html#evaluateAsNumber(com.icl.saxon.Context)">evaluateAsNumber</A>, <A HREF="../../../../com/icl/saxon/expr/Expression.html#getStaticContext()">getStaticContext</A>, <A HREF="../../../../com/icl/saxon/expr/Expression.html#indent(int)">indent</A>, <A HREF="../../../../com/icl/saxon/expr/Expression.html#isContextDocumentNodeSet()">isContextDocumentNodeSet</A>, <A HREF="../../../../com/icl/saxon/expr/Expression.html#make(java.lang.String, com.icl.saxon.expr.StaticContext)">make</A>, <A HREF="../../../../com/icl/saxon/expr/Expression.html#setStaticContext(com.icl.saxon.expr.StaticContext)">setStaticContext</A>, <A HREF="../../../../com/icl/saxon/expr/Expression.html#usesCurrent()">usesCurrent</A></CODE></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"> <TD><B>Methods inherited from class java.lang.Object</B></TD> </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> <!-- ============ FIELD DETAIL =========== --> <!-- ========= CONSTRUCTOR DETAIL ======== --> <A NAME="constructor_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=1><FONT SIZE="+2"> <B>Constructor Detail</B></FONT></TD> </TR> </TABLE> <A NAME="SortedSelection(com.icl.saxon.expr.Expression, int)"><!-- --></A><H3> SortedSelection</H3> <PRE> public <B>SortedSelection</B>(<A HREF="../../../../com/icl/saxon/expr/Expression.html" title="class in com.icl.saxon.expr">Expression</A>&nbsp;s, int&nbsp;k)</PRE> <DL> <DD>Constructor <P> <DT><B>Parameters:</B><DD><CODE>s</CODE> - An expression whose value is the base nodeset to be sorted<DD><CODE>k</CODE> - the number of sort keys</DL> <!-- ============ METHOD DETAIL ========== --> <A NAME="method_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=1><FONT SIZE="+2"> <B>Method Detail</B></FONT></TD> </TR> </TABLE> <A NAME="setSortKey(com.icl.saxon.sort.SortKeyDefinition, int)"><!-- --></A><H3> setSortKey</H3> <PRE> public void <B>setSortKey</B>(<A HREF="../../../../com/icl/saxon/sort/SortKeyDefinition.html" title="class in com.icl.saxon.sort">SortKeyDefinition</A>&nbsp;sk, int&nbsp;k)</PRE> <DL> <DD>Add a sort key and other sorting parameters <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>sk</CODE> - A SortKeyDefinition<DD><CODE>k</CODE> - The index of this SortKeyDefinition. The first sort key in major-to-minor order is numbered 0 (zero), the others are 1, 2, ... in sequence. <DT><B>Throws:</B> <DD><CODE>java.lang.ArrayIndexOutOfBoundsException</CODE> - if the sort key index is out of range, according to the number of sort keys defined when the SortedSelection was initialized.</DL> </DD> </DL> <HR> <A NAME="simplify()"><!-- --></A><H3> simplify</H3> <PRE> public <A HREF="../../../../com/icl/saxon/expr/Expression.html" title="class in com.icl.saxon.expr">Expression</A> <B>simplify</B>() throws <A HREF="../../../../com/icl/saxon/expr/XPathException.html" title="class in com.icl.saxon.expr">XPathException</A></PRE> <DL> <DD>Simplify an expression <P> <DD><DL> <DT><B>Overrides:</B><DD><CODE><A HREF="../../../../com/icl/saxon/expr/Expression.html#simplify()">simplify</A></CODE> in class <CODE><A HREF="../../../../com/icl/saxon/expr/Expression.html" title="class in com.icl.saxon.expr">Expression</A></CODE></DL> </DD> <DD><DL> <DT><B>Returns:</B><DD>the simplified expression <DT><B>Throws:</B> <DD><CODE><A HREF="../../../../com/icl/saxon/expr/XPathException.html" title="class in com.icl.saxon.expr">XPathException</A></CODE></DL> </DD> </DL> <HR> <A NAME="getDependencies()"><!-- --></A><H3> getDependencies</H3> <PRE> public int <B>getDependencies</B>()</PRE> <DL> <DD>Determine which aspects of the context the expression depends on. The result is a bitwise-or'ed value composed from constants such as Context.VARIABLES and Context.CURRENT_NODE <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../com/icl/saxon/expr/Expression.html#getDependencies()">getDependencies</A></CODE> in class <CODE><A HREF="../../../../com/icl/saxon/expr/Expression.html" title="class in com.icl.saxon.expr">Expression</A></CODE></DL> </DD> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="reduce(int, com.icl.saxon.Context)"><!-- --></A><H3> reduce</H3> <PRE> public <A HREF="../../../../com/icl/saxon/expr/Expression.html" title="class in com.icl.saxon.expr">Expression</A> <B>reduce</B>(int&nbsp;dependencies, <A HREF="../../../../com/icl/saxon/Context.html" title="class in com.icl.saxon">Context</A>&nbsp;context) throws <A HREF="../../../../com/icl/saxon/expr/XPathException.html" title="class in com.icl.saxon.expr">XPathException</A></PRE> <DL> <DD>Perform a partial evaluation of the expression, by eliminating specified dependencies on the context. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../com/icl/saxon/expr/Expression.html#reduce(int, com.icl.saxon.Context)">reduce</A></CODE> in class <CODE><A HREF="../../../../com/icl/saxon/expr/Expression.html" title="class in com.icl.saxon.expr">Expression</A></CODE></DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>dependencies</CODE> - The dependencies to be removed<DD><CODE>context</CODE> - The context to be used for the partial evaluation <DT><B>Returns:</B><DD>a new expression that does not have any of the specified dependencies <DT><B>Throws:</B> <DD><CODE><A HREF="../../../../com/icl/saxon/expr/XPathException.html" title="class in com.icl.saxon.expr">XPathException</A></CODE></DL> </DD> </DL> <HR> <A NAME="enumerate(com.icl.saxon.Context, boolean)"><!-- --></A><H3> enumerate</H3> <PRE> public <A HREF="../../../../com/icl/saxon/om/NodeEnumeration.html" title="interface in com.icl.saxon.om">NodeEnumeration</A> <B>enumerate</B>(<A HREF="../../../../com/icl/saxon/Context.html" title="class in com.icl.saxon">Context</A>&nbsp;context, boolean&nbsp;sort) throws <A HREF="../../../../com/icl/saxon/expr/XPathException.html" title="class in com.icl.saxon.expr">XPathException</A></PRE> <DL> <DD>Evaluate the expression by sorting the base nodeset using the supplied key. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../com/icl/saxon/expr/NodeSetExpression.html#enumerate(com.icl.saxon.Context, boolean)">enumerate</A></CODE> in class <CODE><A HREF="../../../../com/icl/saxon/expr/NodeSetExpression.html" title="class in com.icl.saxon.expr">NodeSetExpression</A></CODE></DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>context</CODE> - The context for the evaluation<DD><CODE>sort</CODE> - True if the nodes must be returned in document order <DT><B>Returns:</B><DD>the sorted nodeset <DT><B>Throws:</B> <DD><CODE><A HREF="../../../../com/icl/saxon/expr/XPathException.html" title="class in com.icl.saxon.expr">XPathException</A></CODE></DL> </DD> </DL> <HR> <A NAME="display(int)"><!-- --></A><H3> display</H3> <PRE> public void <B>display</B>(int&nbsp;level)</PRE> <DL> <DD>Diagnostic print of expression structure <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../com/icl/saxon/expr/Expression.html#display(int)">display</A></CODE> in class <CODE><A HREF="../../../../com/icl/saxon/expr/Expression.html" title="class in com.icl.saxon.expr">Expression</A></CODE></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=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#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;<A HREF="../../../../com/icl/saxon/expr/SingletonNodeSet.html" title="class in com.icl.saxon.expr"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../com/icl/saxon/expr/SortKeyEnumeration.html" title="class in com.icl.saxon.expr"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="SortedSelection.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="#fields_inherited_from_class_com.icl.saxon.expr.Expression">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;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> </BODY> </HTML>
tests/wpt/web-platform-tests/referrer-policy/origin-when-cross-origin/meta-referrer/same-origin/http-http/iframe-tag/same-origin-insecure.no-redirect.http.html
rebstar6/servo
<!DOCTYPE html> <!-- DO NOT EDIT! Generated by referrer-policy/generic/tools/generate.py using referrer-policy/generic/template/test.release.html.template. --> <html> <head> <title>Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'</title> <meta name="description" content="Check that cross-origin subresources get the origin portion of the referrer URL and same-origin get the stripped referrer URL."> <meta name="referrer" content="origin-when-cross-origin"> <link rel="author" title="Kristijan Burnik" href="burnik@chromium.org"> <link rel="help" href="https://w3c.github.io/webappsec/specs/referrer-policy/#referrer-policy-state-origin-when-cross-origin"> <meta name="assert" content="The referrer URL is stripped-referrer when a document served over http requires an http sub-resource via iframe-tag using the meta-referrer delivery method with no-redirect and when the target request is same-origin."> <script src="/resources/testharness.js"></script> <script src="/resources/testharnessreport.js"></script> <!-- TODO(kristijanburnik): Minify and merge both: --> <script src="/referrer-policy/generic/common.js"></script> <script src="/referrer-policy/generic/referrer-policy-test-case.js?pipe=sub"></script> </head> <body> <script> ReferrerPolicyTestCase( { "referrer_policy": "origin-when-cross-origin", "delivery_method": "meta-referrer", "redirection": "no-redirect", "origin": "same-origin", "source_protocol": "http", "target_protocol": "http", "subresource": "iframe-tag", "subresource_path": "/referrer-policy/generic/subresource/document.py", "referrer_url": "stripped-referrer" }, document.querySelector("meta[name=assert]").content, new SanityChecker() ).start(); </script> <div id="log"></div> </body> </html>
www/javadoc/platform/com/sun/jna/platform/win32/LMAccess.GROUP_INFO_1.html
dfischer0/jna
<!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_11) on Tue Apr 06 11:27:13 EDT 2010 --> <TITLE> LMAccess.GROUP_INFO_1 </TITLE> <META NAME="date" CONTENT="2010-04-06"> <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="LMAccess.GROUP_INFO_1"; } } </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="class-use/LMAccess.GROUP_INFO_1.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-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../../com/sun/jna/platform/win32/LMAccess.GROUP_INFO_0.html" title="class in com.sun.jna.platform.win32"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../../com/sun/jna/platform/win32/LMAccess.GROUP_INFO_2.html" title="class in com.sun.jna.platform.win32"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?com/sun/jna/platform/win32/LMAccess.GROUP_INFO_1.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="LMAccess.GROUP_INFO_1.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;<A HREF="#nested_classes_inherited_from_class_com.sun.jna.Structure">NESTED</A>&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#methods_inherited_from_class_com.sun.jna.Structure">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;METHOD</FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <!-- ======== START OF CLASS DATA ======== --> <H2> <FONT SIZE="-1"> com.sun.jna.platform.win32</FONT> <BR> Class LMAccess.GROUP_INFO_1</H2> <PRE> java.lang.Object <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by ">com.sun.jna.Structure <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>com.sun.jna.platform.win32.LMAccess.GROUP_INFO_1</B> </PRE> <DL> <DT><B>Enclosing interface:</B><DD><A HREF="../../../../../com/sun/jna/platform/win32/LMAccess.html" title="interface in com.sun.jna.platform.win32">LMAccess</A></DD> </DL> <HR> <DL> <DT><PRE>public static class <B>LMAccess.GROUP_INFO_1</B><DT>extends com.sun.jna.Structure</DL> </PRE> <P> The GROUP_INFO_1 structure contains a global group name and a comment to associate with the group. <P> <P> <HR> <P> <!-- ======== NESTED CLASS SUMMARY ======== --> <A NAME="nested_class_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>Nested Class Summary</B></FONT></TH> </TR> </TABLE> &nbsp;<A NAME="nested_classes_inherited_from_class_com.sun.jna.Structure"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Nested classes/interfaces inherited from class com.sun.jna.Structure</B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE>com.sun.jna.Structure.ByReference, com.sun.jna.Structure.ByValue</CODE></TD> </TR> </TABLE> &nbsp; <!-- =========== 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>&nbsp;com.sun.jna.WString</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../com/sun/jna/platform/win32/LMAccess.GROUP_INFO_1.html#grpi1_comment">grpi1_comment</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Pointer to a null-terminated Unicode character string that specifies a remark associated with the global group.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;com.sun.jna.WString</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../com/sun/jna/platform/win32/LMAccess.GROUP_INFO_1.html#grpi1_name">grpi1_name</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Pointer to a null-terminated Unicode character string that specifies the name of the global group.</TD> </TR> </TABLE> &nbsp;<A NAME="fields_inherited_from_class_com.sun.jna.Structure"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Fields inherited from class com.sun.jna.Structure</B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE>ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE</CODE></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="../../../../../com/sun/jna/platform/win32/LMAccess.GROUP_INFO_1.html#LMAccess.GROUP_INFO_1()">LMAccess.GROUP_INFO_1</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../com/sun/jna/platform/win32/LMAccess.GROUP_INFO_1.html#LMAccess.GROUP_INFO_1(com.sun.jna.Pointer)">LMAccess.GROUP_INFO_1</A></B>(com.sun.jna.Pointer&nbsp;memory)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <!-- ========== METHOD SUMMARY =========== --> <A NAME="method_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Method Summary</B></FONT></TH> </TR> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_com.sun.jna.Structure"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Methods inherited from class com.sun.jna.Structure</B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE>allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, clear, ensureAllocated, equals, getAutoRead, getAutoWrite, getFieldOrder, getFields, getNativeAlignment, getPointer, getStructAlignment, hashCode, newInstance, read, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setTypeMapper, size, sortFields, toArray, toArray, toString, useMemory, useMemory, write, writeField, writeField</CODE></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, finalize, getClass, notify, notifyAll, 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="grpi1_name"><!-- --></A><H3> grpi1_name</H3> <PRE> public com.sun.jna.WString <B>grpi1_name</B></PRE> <DL> <DD>Pointer to a null-terminated Unicode character string that specifies the name of the global group. <P> <DL> </DL> </DL> <HR> <A NAME="grpi1_comment"><!-- --></A><H3> grpi1_comment</H3> <PRE> public com.sun.jna.WString <B>grpi1_comment</B></PRE> <DL> <DD>Pointer to a null-terminated Unicode character string that specifies a remark associated with the global group. This member can be a null string. The comment can contain MAXCOMMENTSZ characters. <P> <DL> </DL> </DL> <!-- ========= CONSTRUCTOR DETAIL ======== --> <A NAME="constructor_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Constructor Detail</B></FONT></TH> </TR> </TABLE> <A NAME="LMAccess.GROUP_INFO_1()"><!-- --></A><H3> LMAccess.GROUP_INFO_1</H3> <PRE> public <B>LMAccess.GROUP_INFO_1</B>()</PRE> <DL> </DL> <HR> <A NAME="LMAccess.GROUP_INFO_1(com.sun.jna.Pointer)"><!-- --></A><H3> LMAccess.GROUP_INFO_1</H3> <PRE> public <B>LMAccess.GROUP_INFO_1</B>(com.sun.jna.Pointer&nbsp;memory)</PRE> <DL> </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/LMAccess.GROUP_INFO_1.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-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../../com/sun/jna/platform/win32/LMAccess.GROUP_INFO_0.html" title="class in com.sun.jna.platform.win32"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../../com/sun/jna/platform/win32/LMAccess.GROUP_INFO_2.html" title="class in com.sun.jna.platform.win32"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?com/sun/jna/platform/win32/LMAccess.GROUP_INFO_1.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="LMAccess.GROUP_INFO_1.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;<A HREF="#nested_classes_inherited_from_class_com.sun.jna.Structure">NESTED</A>&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#methods_inherited_from_class_com.sun.jna.Structure">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;METHOD</FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML>
www/node_modules/ant/ant/manual/api/org/apache/tools/ant/taskdefs/EchoXML.html
SimoRihani/PFA-Qucit
<!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_03) on Tue May 22 06:24:52 CEST 2012 --> <title>EchoXML (Apache Ant API)</title> <meta name="date" content="2012-05-22"> <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="EchoXML (Apache Ant API)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../org/apache/tools/ant/taskdefs/Echo.EchoLevel.html" title="class in org.apache.tools.ant.taskdefs"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../../org/apache/tools/ant/taskdefs/EchoXML.NamespacePolicy.html" title="class in org.apache.tools.ant.taskdefs"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/tools/ant/taskdefs/EchoXML.html" target="_top">Frames</a></li> <li><a href="EchoXML.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="#fields_inherited_from_class_org.apache.tools.ant.ProjectComponent">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">org.apache.tools.ant.taskdefs</div> <h2 title="Class EchoXML" class="title">Class EchoXML</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li><a href="../../../../../org/apache/tools/ant/ProjectComponent.html" title="class in org.apache.tools.ant">org.apache.tools.ant.ProjectComponent</a></li> <li> <ul class="inheritance"> <li><a href="../../../../../org/apache/tools/ant/util/XMLFragment.html" title="class in org.apache.tools.ant.util">org.apache.tools.ant.util.XMLFragment</a></li> <li> <ul class="inheritance"> <li>org.apache.tools.ant.taskdefs.EchoXML</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.lang.Cloneable, <a href="../../../../../org/apache/tools/ant/DynamicElementNS.html" title="interface in org.apache.tools.ant">DynamicElementNS</a></dd> </dl> <hr> <br> <pre>public class <span class="strong">EchoXML</span> extends <a href="../../../../../org/apache/tools/ant/util/XMLFragment.html" title="class in org.apache.tools.ant.util">XMLFragment</a></pre> <div class="block">Echo XML. Known limitations: <ol> <li>Processing Instructions get ignored</li> <li>Encoding is always UTF-8</li> </ol></div> <dl><dt><span class="strong">Since:</span></dt> <dd>Ant 1.7</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/apache/tools/ant/taskdefs/EchoXML.NamespacePolicy.html" title="class in org.apache.tools.ant.taskdefs">EchoXML.NamespacePolicy</a></strong></code>&nbsp;</td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="nested_classes_inherited_from_class_org.apache.tools.ant.util.XMLFragment"> <!-- --> </a> <h3>Nested classes/interfaces inherited from class&nbsp;org.apache.tools.ant.util.<a href="../../../../../org/apache/tools/ant/util/XMLFragment.html" title="class in org.apache.tools.ant.util">XMLFragment</a></h3> <code><a href="../../../../../org/apache/tools/ant/util/XMLFragment.Child.html" title="class in org.apache.tools.ant.util">XMLFragment.Child</a></code></li> </ul> </li> </ul> <!-- =========== 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_org.apache.tools.ant.ProjectComponent"> <!-- --> </a> <h3>Fields inherited from class&nbsp;org.apache.tools.ant.<a href="../../../../../org/apache/tools/ant/ProjectComponent.html" title="class in org.apache.tools.ant">ProjectComponent</a></h3> <code><a href="../../../../../org/apache/tools/ant/ProjectComponent.html#description">description</a>, <a href="../../../../../org/apache/tools/ant/ProjectComponent.html#location">location</a>, <a href="../../../../../org/apache/tools/ant/ProjectComponent.html#project">project</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="../../../../../org/apache/tools/ant/taskdefs/EchoXML.html#EchoXML()">EchoXML</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>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/tools/ant/taskdefs/EchoXML.html#execute()">execute</a></strong>()</code> <div class="block">Execute the task.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/tools/ant/taskdefs/EchoXML.html#setAppend(boolean)">setAppend</a></strong>(boolean&nbsp;b)</code> <div class="block">Set whether to append the output file.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/tools/ant/taskdefs/EchoXML.html#setFile(java.io.File)">setFile</a></strong>(java.io.File&nbsp;f)</code> <div class="block">Set the output file.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/tools/ant/taskdefs/EchoXML.html#setNamespacePolicy(org.apache.tools.ant.taskdefs.EchoXML.NamespacePolicy)">setNamespacePolicy</a></strong>(<a href="../../../../../org/apache/tools/ant/taskdefs/EchoXML.NamespacePolicy.html" title="class in org.apache.tools.ant.taskdefs">EchoXML.NamespacePolicy</a>&nbsp;n)</code> <div class="block">Set the namespace policy for the xml file</div> </td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_org.apache.tools.ant.util.XMLFragment"> <!-- --> </a> <h3>Methods inherited from class&nbsp;org.apache.tools.ant.util.<a href="../../../../../org/apache/tools/ant/util/XMLFragment.html" title="class in org.apache.tools.ant.util">XMLFragment</a></h3> <code><a href="../../../../../org/apache/tools/ant/util/XMLFragment.html#addText(java.lang.String)">addText</a>, <a href="../../../../../org/apache/tools/ant/util/XMLFragment.html#createDynamicElement(java.lang.String, java.lang.String, java.lang.String)">createDynamicElement</a>, <a href="../../../../../org/apache/tools/ant/util/XMLFragment.html#getFragment()">getFragment</a></code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_org.apache.tools.ant.ProjectComponent"> <!-- --> </a> <h3>Methods inherited from class&nbsp;org.apache.tools.ant.<a href="../../../../../org/apache/tools/ant/ProjectComponent.html" title="class in org.apache.tools.ant">ProjectComponent</a></h3> <code><a href="../../../../../org/apache/tools/ant/ProjectComponent.html#clone()">clone</a>, <a href="../../../../../org/apache/tools/ant/ProjectComponent.html#getDescription()">getDescription</a>, <a href="../../../../../org/apache/tools/ant/ProjectComponent.html#getLocation()">getLocation</a>, <a href="../../../../../org/apache/tools/ant/ProjectComponent.html#getProject()">getProject</a>, <a href="../../../../../org/apache/tools/ant/ProjectComponent.html#log(java.lang.String)">log</a>, <a href="../../../../../org/apache/tools/ant/ProjectComponent.html#log(java.lang.String, int)">log</a>, <a href="../../../../../org/apache/tools/ant/ProjectComponent.html#setDescription(java.lang.String)">setDescription</a>, <a href="../../../../../org/apache/tools/ant/ProjectComponent.html#setLocation(org.apache.tools.ant.Location)">setLocation</a>, <a href="../../../../../org/apache/tools/ant/ProjectComponent.html#setProject(org.apache.tools.ant.Project)">setProject</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, finalize, 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="EchoXML()"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>EchoXML</h4> <pre>public&nbsp;EchoXML()</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method_detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="setFile(java.io.File)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setFile</h4> <pre>public&nbsp;void&nbsp;setFile(java.io.File&nbsp;f)</pre> <div class="block">Set the output file.</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>f</code> - the output file.</dd></dl> </li> </ul> <a name="setNamespacePolicy(org.apache.tools.ant.taskdefs.EchoXML.NamespacePolicy)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setNamespacePolicy</h4> <pre>public&nbsp;void&nbsp;setNamespacePolicy(<a href="../../../../../org/apache/tools/ant/taskdefs/EchoXML.NamespacePolicy.html" title="class in org.apache.tools.ant.taskdefs">EchoXML.NamespacePolicy</a>&nbsp;n)</pre> <div class="block">Set the namespace policy for the xml file</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>n</code> - namespace policy: "ignore," "elementsOnly," or "all"</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/tools/ant/util/DOMElementWriter.XmlNamespacePolicy.html" title="class in org.apache.tools.ant.util"><code>DOMElementWriter.XmlNamespacePolicy</code></a></dd></dl> </li> </ul> <a name="setAppend(boolean)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setAppend</h4> <pre>public&nbsp;void&nbsp;setAppend(boolean&nbsp;b)</pre> <div class="block">Set whether to append the output file.</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>b</code> - boolean append flag.</dd></dl> </li> </ul> <a name="execute()"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>execute</h4> <pre>public&nbsp;void&nbsp;execute()</pre> <div class="block">Execute the task.</div> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><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><a href="../../../../../org/apache/tools/ant/taskdefs/Echo.EchoLevel.html" title="class in org.apache.tools.ant.taskdefs"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../../org/apache/tools/ant/taskdefs/EchoXML.NamespacePolicy.html" title="class in org.apache.tools.ant.taskdefs"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/tools/ant/taskdefs/EchoXML.html" target="_top">Frames</a></li> <li><a href="EchoXML.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="#fields_inherited_from_class_org.apache.tools.ant.ProjectComponent">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>
jpress/jpress-web-core/src/main/webapp/static/lte/css/AdminLTE.css
NewGr8Player/jpress
/*! * @import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic); * AdminLTE v2.3.2 * Author: Almsaeed Studio * Website: Almsaeed Studio <http://almsaeedstudio.com> * License: Open source - MIT * Please visit http://opensource.org/licenses/MIT for more information !*/ /* * Core: General Layout Style * ------------------------- */ html, body { min-height: 100%; } .layout-boxed html, .layout-boxed body { height: 100%; } body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 400; overflow-x: hidden; overflow-y: auto; } /* Layout */ .wrapper { min-height: 100%; position: relative; overflow: hidden; } .wrapper:before, .wrapper:after { content: " "; display: table; } .wrapper:after { clear: both; } .layout-boxed .wrapper { max-width: 1250px; margin: 0 auto; min-height: 100%; box-shadow: 0 0 8px rgba(0, 0, 0, 0.5); position: relative; } .layout-boxed { background: url('../img/boxed-bg.jpg') repeat fixed; } /* * Content Wrapper - contains the main content * ```.right-side has been deprecated as of v2.0.0 in favor of .content-wrapper ``` */ .content-wrapper, .right-side, .main-footer { -webkit-transition: -webkit-transform 0.3s ease-in-out, margin 0.3s ease-in-out; -moz-transition: -moz-transform 0.3s ease-in-out, margin 0.3s ease-in-out; -o-transition: -o-transform 0.3s ease-in-out, margin 0.3s ease-in-out; transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out; margin-left: 230px; z-index: 820; } .layout-top-nav .content-wrapper, .layout-top-nav .right-side, .layout-top-nav .main-footer { margin-left: 0; } @media (max-width: 767px) { .content-wrapper, .right-side, .main-footer { margin-left: 0; } } @media (min-width: 768px) { .sidebar-collapse .content-wrapper, .sidebar-collapse .right-side, .sidebar-collapse .main-footer { margin-left: 0; } } @media (max-width: 767px) { .sidebar-open .content-wrapper, .sidebar-open .right-side, .sidebar-open .main-footer { -webkit-transform: translate(230px, 0); -ms-transform: translate(230px, 0); -o-transform: translate(230px, 0); transform: translate(230px, 0); } } .content-wrapper, .right-side { min-height: 100%; background-color: #ecf0f5; z-index: 800; } .main-footer { background: #fff; padding: 15px; color: #444; border-top: 1px solid #d2d6de; } /* Fixed layout */ .fixed .main-header, .fixed .main-sidebar, .fixed .left-side { position: fixed; } .fixed .main-header { top: 0; right: 0; left: 0; } .fixed .content-wrapper, .fixed .right-side { padding-top: 50px; } @media (max-width: 767px) { .fixed .content-wrapper, .fixed .right-side { padding-top: 100px; } } .fixed.layout-boxed .wrapper { max-width: 100%; } body.hold-transition .content-wrapper, body.hold-transition .right-side, body.hold-transition .main-footer, body.hold-transition .main-sidebar, body.hold-transition .left-side, body.hold-transition .main-header > .navbar, body.hold-transition .main-header .logo { /* Fix for IE */ -webkit-transition: none; -o-transition: none; transition: none; } /* Content */ .content { min-height: 250px; padding: 15px; margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px; } /* H1 - H6 font */ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: 'Source Sans Pro', sans-serif; } /* General Links */ a { color: #3c8dbc; } a:hover, a:active, a:focus { outline: none; text-decoration: none; color: #72afd2; } /* Page Header */ .page-header { margin: 10px 0 20px 0; font-size: 22px; } .page-header > small { color: #666; display: block; margin-top: 5px; } /* * Component: Main Header * ---------------------- */ .main-header { position: relative; max-height: 100px; z-index: 1030; } .main-header > .navbar { -webkit-transition: margin-left 0.3s ease-in-out; -o-transition: margin-left 0.3s ease-in-out; transition: margin-left 0.3s ease-in-out; margin-bottom: 0; margin-left: 230px; border: none; min-height: 50px; border-radius: 0; } .layout-top-nav .main-header > .navbar { margin-left: 0; } .main-header #navbar-search-input.form-control { background: rgba(255, 255, 255, 0.2); border-color: transparent; } .main-header #navbar-search-input.form-control:focus, .main-header #navbar-search-input.form-control:active { border-color: rgba(0, 0, 0, 0.1); background: rgba(255, 255, 255, 0.9); } .main-header #navbar-search-input.form-control::-moz-placeholder { color: #ccc; opacity: 1; } .main-header #navbar-search-input.form-control:-ms-input-placeholder { color: #ccc; } .main-header #navbar-search-input.form-control::-webkit-input-placeholder { color: #ccc; } .main-header .navbar-custom-menu, .main-header .navbar-right { float: right; } @media (max-width: 991px) { .main-header .navbar-custom-menu a, .main-header .navbar-right a { color: inherit; background: transparent; } } @media (max-width: 767px) { .main-header .navbar-right { float: none; } .navbar-collapse .main-header .navbar-right { margin: 7.5px -15px; } .main-header .navbar-right > li { color: inherit; border: 0; } } .main-header .sidebar-toggle { float: left; background-color: transparent; background-image: none; padding: 15px 15px; font-family: fontAwesome; } .main-header .sidebar-toggle:before { content: "\f0c9"; } .main-header .sidebar-toggle:hover { color: #fff; } .main-header .sidebar-toggle:focus, .main-header .sidebar-toggle:active { background: transparent; } .main-header .sidebar-toggle .icon-bar { display: none; } .main-header .navbar .nav > li.user > a > .fa, .main-header .navbar .nav > li.user > a > .glyphicon, .main-header .navbar .nav > li.user > a > .ion { margin-right: 5px; } .main-header .navbar .nav > li > a > .label { position: absolute; top: 9px; right: 7px; text-align: center; font-size: 9px; padding: 2px 3px; line-height: .9; } .main-header .logo { -webkit-transition: width 0.3s ease-in-out; -o-transition: width 0.3s ease-in-out; transition: width 0.3s ease-in-out; display: block; float: left; height: 50px; font-size: 20px; line-height: 50px; text-align: center; width: 230px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; padding: 0 15px; font-weight: 300; overflow: hidden; } .main-header .logo .logo-lg { display: block; } .main-header .logo .logo-mini { display: none; } .main-header .navbar-brand { color: #fff; } .content-header { position: relative; padding: 15px 15px 0 15px; } .content-header > h1 { margin: 0; font-size: 24px; } .content-header > h1 > small { font-size: 15px; display: inline-block; padding-left: 4px; font-weight: 300; } .content-header > .breadcrumb { float: right; background: transparent; margin-top: 0; margin-bottom: 0; font-size: 12px; padding: 7px 5px; position: absolute; top: 15px; right: 10px; border-radius: 2px; } .content-header > .breadcrumb > li > a { color: #444; text-decoration: none; display: inline-block; } .content-header > .breadcrumb > li > a > .fa, .content-header > .breadcrumb > li > a > .glyphicon, .content-header > .breadcrumb > li > a > .ion { margin-right: 5px; } .content-header > .breadcrumb > li + li:before { content: '>\00a0'; } @media (max-width: 991px) { .content-header > .breadcrumb { position: relative; margin-top: 5px; top: 0; right: 0; float: none; background: #d2d6de; padding-left: 10px; } .content-header > .breadcrumb li:before { color: #97a0b3; } } .navbar-toggle { color: #fff; border: 0; margin: 0; padding: 15px 15px; } @media (max-width: 991px) { .navbar-custom-menu .navbar-nav > li { float: left; } .navbar-custom-menu .navbar-nav { margin: 0; float: left; } .navbar-custom-menu .navbar-nav > li > a { padding-top: 15px; padding-bottom: 15px; line-height: 20px; } } @media (max-width: 767px) { .main-header { position: relative; } .main-header .logo, .main-header .navbar { width: 100%; float: none; } .main-header .navbar { margin: 0; } .main-header .navbar-custom-menu { float: right; } } @media (max-width: 991px) { .navbar-collapse.pull-left { float: none !important; } .navbar-collapse.pull-left + .navbar-custom-menu { display: block; position: absolute; top: 0; right: 40px; } } /* * Component: Sidebar * ------------------ */ .main-sidebar, .left-side { position: absolute; top: 0; left: 0; padding-top: 50px; min-height: 100%; width: 230px; z-index: 810; -webkit-transition: -webkit-transform 0.3s ease-in-out, width 0.3s ease-in-out; -moz-transition: -moz-transform 0.3s ease-in-out, width 0.3s ease-in-out; -o-transition: -o-transform 0.3s ease-in-out, width 0.3s ease-in-out; transition: transform 0.3s ease-in-out, width 0.3s ease-in-out; } @media (max-width: 767px) { .main-sidebar, .left-side { padding-top: 100px; } } @media (max-width: 767px) { .main-sidebar, .left-side { -webkit-transform: translate(-230px, 0); -ms-transform: translate(-230px, 0); -o-transform: translate(-230px, 0); transform: translate(-230px, 0); } } @media (min-width: 768px) { .sidebar-collapse .main-sidebar, .sidebar-collapse .left-side { -webkit-transform: translate(-230px, 0); -ms-transform: translate(-230px, 0); -o-transform: translate(-230px, 0); transform: translate(-230px, 0); } } @media (max-width: 767px) { .sidebar-open .main-sidebar, .sidebar-open .left-side { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); } } .sidebar { padding-bottom: 10px; } .sidebar-form input:focus { border-color: transparent; } .user-panel { position: relative; width: 100%; padding: 10px; overflow: hidden; } .user-panel:before, .user-panel:after { content: " "; display: table; } .user-panel:after { clear: both; } .user-panel > .image > img { width: 100%; max-width: 45px; height: auto; } .user-panel > .info { padding: 5px 5px 5px 15px; line-height: 1; position: absolute; left: 55px; } .user-panel > .info > p { font-weight: 600; margin-bottom: 9px; } .user-panel > .info > a { text-decoration: none; padding-right: 5px; margin-top: 3px; font-size: 11px; } .user-panel > .info > a > .fa, .user-panel > .info > a > .ion, .user-panel > .info > a > .glyphicon { margin-right: 3px; } .sidebar-menu { list-style: none; margin: 0; padding: 0; } .sidebar-menu > li { position: relative; margin: 0; padding: 0; } .sidebar-menu > li > a { padding: 12px 5px 12px 15px; display: block; } .sidebar-menu > li > a > .fa, .sidebar-menu > li > a > .glyphicon, .sidebar-menu > li > a > .ion { width: 20px; } .sidebar-menu > li .label, .sidebar-menu > li .badge { margin-top: 3px; margin-right: 5px; } .sidebar-menu li.header { padding: 10px 25px 10px 15px; font-size: 12px; } .sidebar-menu li > a > .fa-angle-left { width: auto; height: auto; padding: 0; margin-right: 10px; margin-top: 3px; } .sidebar-menu li.active > a > .fa-angle-left { -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); } .sidebar-menu li.active > .treeview-menu { display: block; } .sidebar-menu .treeview-menu { display: none; list-style: none; padding: 0; margin: 0; padding-left: 5px; } .sidebar-menu .treeview-menu .treeview-menu { padding-left: 20px; } .sidebar-menu .treeview-menu > li { margin: 0; } .sidebar-menu .treeview-menu > li > a { padding: 5px 5px 5px 15px; display: block; font-size: 14px; } .sidebar-menu .treeview-menu > li > a > .fa, .sidebar-menu .treeview-menu > li > a > .glyphicon, .sidebar-menu .treeview-menu > li > a > .ion { width: 20px; } .sidebar-menu .treeview-menu > li > a > .fa-angle-left, .sidebar-menu .treeview-menu > li > a > .fa-angle-down { width: auto; } /* * Component: Sidebar Mini */ @media (min-width: 768px) { .sidebar-mini.sidebar-collapse .content-wrapper, .sidebar-mini.sidebar-collapse .right-side, .sidebar-mini.sidebar-collapse .main-footer { margin-left: 50px !important; z-index: 840; } .sidebar-mini.sidebar-collapse .main-sidebar { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); width: 50px !important; z-index: 850; } .sidebar-mini.sidebar-collapse .sidebar-menu > li { position: relative; } .sidebar-mini.sidebar-collapse .sidebar-menu > li > a { margin-right: 0; } .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span { border-top-right-radius: 4px; } .sidebar-mini.sidebar-collapse .sidebar-menu > li:not(.treeview) > a > span { border-bottom-right-radius: 4px; } .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu { padding-top: 5px; padding-bottom: 5px; border-bottom-right-radius: 4px; } .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right), .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu { display: block !important; position: absolute; width: 180px; left: 50px; } .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span { top: 0; margin-left: -3px; padding: 12px 5px 12px 20px; background-color: inherit; } .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu { top: 44px; margin-left: 0; } .sidebar-mini.sidebar-collapse .main-sidebar .user-panel > .info, .sidebar-mini.sidebar-collapse .sidebar-form, .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span, .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu, .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > .pull-right, .sidebar-mini.sidebar-collapse .sidebar-menu li.header { display: none !important; -webkit-transform: translateZ(0); } .sidebar-mini.sidebar-collapse .main-header .logo { width: 50px; } .sidebar-mini.sidebar-collapse .main-header .logo > .logo-mini { display: block; margin-left: -15px; margin-right: -15px; font-size: 18px; } .sidebar-mini.sidebar-collapse .main-header .logo > .logo-lg { display: none; } .sidebar-mini.sidebar-collapse .main-header .navbar { margin-left: 50px; } } .sidebar-menu, .main-sidebar .user-panel, .sidebar-menu > li.header { white-space: nowrap; overflow: hidden; } .sidebar-menu:hover { overflow: visible; } .sidebar-form, .sidebar-menu > li.header { overflow: hidden; text-overflow: clip; } .sidebar-menu li > a { position: relative; } .sidebar-menu li > a > .pull-right { position: absolute; right: 10px; top: 50%; margin-top: -7px; } /* * Component: Control sidebar. By default, this is the right sidebar. */ .control-sidebar-bg { position: fixed; z-index: 1000; bottom: 0; } .control-sidebar-bg, .control-sidebar { top: 0; right: -230px; width: 230px; -webkit-transition: right 0.3s ease-in-out; -o-transition: right 0.3s ease-in-out; transition: right 0.3s ease-in-out; } .control-sidebar { position: absolute; padding-top: 50px; z-index: 1010; } @media (max-width: 768px) { .control-sidebar { padding-top: 100px; } } .control-sidebar > .tab-content { padding: 10px 15px; } .control-sidebar.control-sidebar-open, .control-sidebar.control-sidebar-open + .control-sidebar-bg { right: 0; } .control-sidebar-open .control-sidebar-bg, .control-sidebar-open .control-sidebar { right: 0; } @media (min-width: 768px) { .control-sidebar-open .content-wrapper, .control-sidebar-open .right-side, .control-sidebar-open .main-footer { margin-right: 230px; } } .nav-tabs.control-sidebar-tabs > li:first-of-type > a, .nav-tabs.control-sidebar-tabs > li:first-of-type > a:hover, .nav-tabs.control-sidebar-tabs > li:first-of-type > a:focus { border-left-width: 0; } .nav-tabs.control-sidebar-tabs > li > a { border-radius: 0; } .nav-tabs.control-sidebar-tabs > li > a, .nav-tabs.control-sidebar-tabs > li > a:hover { border-top: none; border-right: none; border-left: 1px solid transparent; border-bottom: 1px solid transparent; } .nav-tabs.control-sidebar-tabs > li > a .icon { font-size: 16px; } .nav-tabs.control-sidebar-tabs > li.active > a, .nav-tabs.control-sidebar-tabs > li.active > a:hover, .nav-tabs.control-sidebar-tabs > li.active > a:focus, .nav-tabs.control-sidebar-tabs > li.active > a:active { border-top: none; border-right: none; border-bottom: none; } @media (max-width: 768px) { .nav-tabs.control-sidebar-tabs { display: table; } .nav-tabs.control-sidebar-tabs > li { display: table-cell; } } .control-sidebar-heading { font-weight: 400; font-size: 16px; padding: 10px 0; margin-bottom: 10px; } .control-sidebar-subheading { display: block; font-weight: 400; font-size: 14px; } .control-sidebar-menu { list-style: none; padding: 0; margin: 0 -15px; } .control-sidebar-menu > li > a { display: block; padding: 10px 15px; } .control-sidebar-menu > li > a:before, .control-sidebar-menu > li > a:after { content: " "; display: table; } .control-sidebar-menu > li > a:after { clear: both; } .control-sidebar-menu > li > a > .control-sidebar-subheading { margin-top: 0; } .control-sidebar-menu .menu-icon { float: left; width: 35px; height: 35px; border-radius: 50%; text-align: center; line-height: 35px; } .control-sidebar-menu .menu-info { margin-left: 45px; margin-top: 3px; } .control-sidebar-menu .menu-info > .control-sidebar-subheading { margin: 0; } .control-sidebar-menu .menu-info > p { margin: 0; font-size: 11px; } .control-sidebar-menu .progress { margin: 0; } .control-sidebar-dark { color: #b8c7ce; } .control-sidebar-dark, .control-sidebar-dark + .control-sidebar-bg { background: #222d32; } .control-sidebar-dark .nav-tabs.control-sidebar-tabs { border-bottom: #1c2529; } .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a { background: #181f23; color: #b8c7ce; } .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a, .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover, .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:focus { border-left-color: #141a1d; border-bottom-color: #141a1d; } .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover, .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:focus, .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:active { background: #1c2529; } .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover { color: #fff; } .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a, .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:hover, .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:focus, .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:active { background: #222d32; color: #fff; } .control-sidebar-dark .control-sidebar-heading, .control-sidebar-dark .control-sidebar-subheading { color: #fff; } .control-sidebar-dark .control-sidebar-menu > li > a:hover { background: #1e282c; } .control-sidebar-dark .control-sidebar-menu > li > a .menu-info > p { color: #b8c7ce; } .control-sidebar-light { color: #5e5e5e; } .control-sidebar-light, .control-sidebar-light + .control-sidebar-bg { background: #f9fafc; border-left: 1px solid #d2d6de; } .control-sidebar-light .nav-tabs.control-sidebar-tabs { border-bottom: #d2d6de; } .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a { background: #e8ecf4; color: #444444; } .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a, .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:hover, .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:focus { border-left-color: #d2d6de; border-bottom-color: #d2d6de; } .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:hover, .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:focus, .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:active { background: #eff1f7; } .control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a, .control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:hover, .control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:focus, .control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:active { background: #f9fafc; color: #111; } .control-sidebar-light .control-sidebar-heading, .control-sidebar-light .control-sidebar-subheading { color: #111; } .control-sidebar-light .control-sidebar-menu { margin-left: -14px; } .control-sidebar-light .control-sidebar-menu > li > a:hover { background: #f4f4f5; } .control-sidebar-light .control-sidebar-menu > li > a .menu-info > p { color: #5e5e5e; } /* * Component: Dropdown menus * ------------------------- */ /*Dropdowns in general*/ .dropdown-menu { box-shadow: none; border-color: #eee; } .dropdown-menu > li > a { color: #777; } .dropdown-menu > li > a > .glyphicon, .dropdown-menu > li > a > .fa, .dropdown-menu > li > a > .ion { margin-right: 10px; } .dropdown-menu > li > a:hover { background-color: #e1e3e9; color: #333; } .dropdown-menu > .divider { background-color: #eee; } .navbar-nav > .notifications-menu > .dropdown-menu, .navbar-nav > .messages-menu > .dropdown-menu, .navbar-nav > .tasks-menu > .dropdown-menu { width: 280px; padding: 0 0 0 0; margin: 0; top: 100%; } .navbar-nav > .notifications-menu > .dropdown-menu > li, .navbar-nav > .messages-menu > .dropdown-menu > li, .navbar-nav > .tasks-menu > .dropdown-menu > li { position: relative; } .navbar-nav > .notifications-menu > .dropdown-menu > li.header, .navbar-nav > .messages-menu > .dropdown-menu > li.header, .navbar-nav > .tasks-menu > .dropdown-menu > li.header { border-top-left-radius: 4px; border-top-right-radius: 4px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; background-color: #ffffff; padding: 7px 10px; border-bottom: 1px solid #f4f4f4; color: #444444; font-size: 14px; } .navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a, .navbar-nav > .messages-menu > .dropdown-menu > li.footer > a, .navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a { border-top-left-radius: 0; border-top-right-radius: 0; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; font-size: 12px; background-color: #fff; padding: 7px 10px; border-bottom: 1px solid #eeeeee; color: #444 !important; text-align: center; } @media (max-width: 991px) { .navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a, .navbar-nav > .messages-menu > .dropdown-menu > li.footer > a, .navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a { background: #fff !important; color: #444 !important; } } .navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a:hover, .navbar-nav > .messages-menu > .dropdown-menu > li.footer > a:hover, .navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a:hover { text-decoration: none; font-weight: normal; } .navbar-nav > .notifications-menu > .dropdown-menu > li .menu, .navbar-nav > .messages-menu > .dropdown-menu > li .menu, .navbar-nav > .tasks-menu > .dropdown-menu > li .menu { max-height: 200px; margin: 0; padding: 0; list-style: none; overflow-x: hidden; } .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a, .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a, .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a { display: block; white-space: nowrap; /* Prevent text from breaking */ border-bottom: 1px solid #f4f4f4; } .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a:hover, .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:hover, .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a:hover { background: #f4f4f4; text-decoration: none; } .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a { color: #444444; overflow: hidden; text-overflow: ellipsis; padding: 10px; } .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .glyphicon, .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .fa, .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .ion { width: 20px; } .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a { margin: 0; padding: 10px 10px; } .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > div > img { margin: auto 10px auto auto; width: 40px; height: 40px; } .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 { padding: 0; margin: 0 0 0 45px; color: #444444; font-size: 15px; position: relative; } .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 > small { color: #999999; font-size: 10px; position: absolute; top: 0; right: 0; } .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > p { margin: 0 0 0 45px; font-size: 12px; color: #888888; } .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:before, .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after { content: " "; display: table; } .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after { clear: both; } .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a { padding: 10px; } .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > h3 { font-size: 14px; padding: 0; margin: 0 0 10px 0; color: #666666; } .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > .progress { padding: 0; margin: 0; } .navbar-nav > .user-menu > .dropdown-menu { border-top-right-radius: 0; border-top-left-radius: 0; padding: 1px 0 0 0; border-top-width: 0; width: 280px; } .navbar-nav > .user-menu > .dropdown-menu, .navbar-nav > .user-menu > .dropdown-menu > .user-body { border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; } .navbar-nav > .user-menu > .dropdown-menu > li.user-header { height: 175px; padding: 10px; text-align: center; } .navbar-nav > .user-menu > .dropdown-menu > li.user-header > img { z-index: 5; height: 90px; width: 90px; border: 3px solid; border-color: transparent; border-color: rgba(255, 255, 255, 0.2); } .navbar-nav > .user-menu > .dropdown-menu > li.user-header > p { z-index: 5; color: #fff; color: rgba(255, 255, 255, 0.8); font-size: 17px; margin-top: 10px; } .navbar-nav > .user-menu > .dropdown-menu > li.user-header > p > small { display: block; font-size: 12px; } .navbar-nav > .user-menu > .dropdown-menu > .user-body { padding: 15px; border-bottom: 1px solid #f4f4f4; border-top: 1px solid #dddddd; } .navbar-nav > .user-menu > .dropdown-menu > .user-body:before, .navbar-nav > .user-menu > .dropdown-menu > .user-body:after { content: " "; display: table; } .navbar-nav > .user-menu > .dropdown-menu > .user-body:after { clear: both; } .navbar-nav > .user-menu > .dropdown-menu > .user-body a { color: #444 !important; } @media (max-width: 991px) { .navbar-nav > .user-menu > .dropdown-menu > .user-body a { background: #fff !important; color: #444 !important; } } .navbar-nav > .user-menu > .dropdown-menu > .user-footer { background-color: #f9f9f9; padding: 10px; } .navbar-nav > .user-menu > .dropdown-menu > .user-footer:before, .navbar-nav > .user-menu > .dropdown-menu > .user-footer:after { content: " "; display: table; } .navbar-nav > .user-menu > .dropdown-menu > .user-footer:after { clear: both; } .navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default { color: #666666; } @media (max-width: 991px) { .navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default:hover { background-color: #f9f9f9; } } .navbar-nav > .user-menu .user-image { float: left; width: 25px; height: 25px; border-radius: 50%; margin-right: 10px; margin-top: -2px; } @media (max-width: 767px) { .navbar-nav > .user-menu .user-image { float: none; margin-right: 0; margin-top: -8px; line-height: 10px; } } /* Add fade animation to dropdown menus by appending the class .animated-dropdown-menu to the .dropdown-menu ul (or ol)*/ .open:not(.dropup) > .animated-dropdown-menu { backface-visibility: visible !important; -webkit-animation: flipInX 0.7s both; -o-animation: flipInX 0.7s both; animation: flipInX 0.7s both; } @keyframes flipInX { 0% { transform: perspective(400px) rotate3d(1, 0, 0, 90deg); transition-timing-function: ease-in; opacity: 0; } 40% { transform: perspective(400px) rotate3d(1, 0, 0, -20deg); transition-timing-function: ease-in; } 60% { transform: perspective(400px) rotate3d(1, 0, 0, 10deg); opacity: 1; } 80% { transform: perspective(400px) rotate3d(1, 0, 0, -5deg); } 100% { transform: perspective(400px); } } @-webkit-keyframes flipInX { 0% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); -webkit-transition-timing-function: ease-in; opacity: 0; } 40% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); -webkit-transition-timing-function: ease-in; } 60% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg); opacity: 1; } 80% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg); } 100% { -webkit-transform: perspective(400px); } } /* Fix dropdown menu in navbars */ .navbar-custom-menu > .navbar-nav > li { position: relative; } .navbar-custom-menu > .navbar-nav > li > .dropdown-menu { position: absolute; right: 0; left: auto; } @media (max-width: 991px) { .navbar-custom-menu > .navbar-nav { float: right; } .navbar-custom-menu > .navbar-nav > li { position: static; } .navbar-custom-menu > .navbar-nav > li > .dropdown-menu { position: absolute; right: 5%; left: auto; border: 1px solid #ddd; background: #fff; } } /* * Component: Form * --------------- */ .form-control { border-radius: 0; box-shadow: none; border-color: #d2d6de; } .form-control:focus { border-color: #3c8dbc; box-shadow: none; } .form-control::-moz-placeholder, .form-control:-ms-input-placeholder, .form-control::-webkit-input-placeholder { color: #bbb; opacity: 1; } .form-control:not(select) { -webkit-appearance: none; -moz-appearance: none; appearance: none; } .form-group.has-success label { color: #00a65a; } .form-group.has-success .form-control { border-color: #00a65a; box-shadow: none; } .form-group.has-warning label { color: #f39c12; } .form-group.has-warning .form-control { border-color: #f39c12; box-shadow: none; } .form-group.has-error label { color: #dd4b39; } .form-group.has-error .form-control { border-color: #dd4b39; box-shadow: none; } /* Input group */ .input-group .input-group-addon { border-radius: 0; border-color: #d2d6de; background-color: #fff; } /* button groups */ .btn-group-vertical .btn.btn-flat:first-of-type, .btn-group-vertical .btn.btn-flat:last-of-type { border-radius: 0; } .icheck > label { padding-left: 0; } /* support Font Awesome icons in form-control */ .form-control-feedback.fa { line-height: 34px; } .input-lg + .form-control-feedback.fa, .input-group-lg + .form-control-feedback.fa, .form-group-lg .form-control + .form-control-feedback.fa { line-height: 46px; } .input-sm + .form-control-feedback.fa, .input-group-sm + .form-control-feedback.fa, .form-group-sm .form-control + .form-control-feedback.fa { line-height: 30px; } /* * Component: Progress Bar * ----------------------- */ .progress, .progress > .progress-bar { -webkit-box-shadow: none; box-shadow: none; } .progress, .progress > .progress-bar, .progress .progress-bar, .progress > .progress-bar .progress-bar { border-radius: 1px; } /* size variation */ .progress.sm, .progress-sm { height: 10px; } .progress.sm, .progress-sm, .progress.sm .progress-bar, .progress-sm .progress-bar { border-radius: 1px; } .progress.xs, .progress-xs { height: 7px; } .progress.xs, .progress-xs, .progress.xs .progress-bar, .progress-xs .progress-bar { border-radius: 1px; } .progress.xxs, .progress-xxs { height: 3px; } .progress.xxs, .progress-xxs, .progress.xxs .progress-bar, .progress-xxs .progress-bar { border-radius: 1px; } /* Vertical bars */ .progress.vertical { position: relative; width: 30px; height: 200px; display: inline-block; margin-right: 10px; } .progress.vertical > .progress-bar { width: 100%; position: absolute; bottom: 0; } .progress.vertical.sm, .progress.vertical.progress-sm { width: 20px; } .progress.vertical.xs, .progress.vertical.progress-xs { width: 10px; } .progress.vertical.xxs, .progress.vertical.progress-xxs { width: 3px; } .progress-group .progress-text { font-weight: 600; } .progress-group .progress-number { float: right; } /* Remove margins from progress bars when put in a table */ .table tr > td .progress { margin: 0; } .progress-bar-light-blue, .progress-bar-primary { background-color: #3c8dbc; } .progress-striped .progress-bar-light-blue, .progress-striped .progress-bar-primary { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } .progress-bar-green, .progress-bar-success { background-color: #00a65a; } .progress-striped .progress-bar-green, .progress-striped .progress-bar-success { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } .progress-bar-aqua, .progress-bar-info { background-color: #00c0ef; } .progress-striped .progress-bar-aqua, .progress-striped .progress-bar-info { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } .progress-bar-yellow, .progress-bar-warning { background-color: #f39c12; } .progress-striped .progress-bar-yellow, .progress-striped .progress-bar-warning { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } .progress-bar-red, .progress-bar-danger { background-color: #dd4b39; } .progress-striped .progress-bar-red, .progress-striped .progress-bar-danger { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } /* * Component: Small Box * -------------------- */ .small-box { border-radius: 2px; position: relative; display: block; margin-bottom: 20px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); } .small-box > .inner { padding: 10px; } .small-box > .small-box-footer { position: relative; text-align: center; padding: 3px 0; color: #fff; color: rgba(255, 255, 255, 0.8); display: block; z-index: 10; background: rgba(0, 0, 0, 0.1); text-decoration: none; } .small-box > .small-box-footer:hover { color: #fff; background: rgba(0, 0, 0, 0.15); } .small-box h3 { font-size: 38px; font-weight: bold; margin: 0 0 10px 0; white-space: nowrap; padding: 0; } .small-box p { font-size: 15px; } .small-box p > small { display: block; color: #f9f9f9; font-size: 13px; margin-top: 5px; } .small-box h3, .small-box p { z-index: 5px; } .small-box .icon { -webkit-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; position: absolute; top: -10px; right: 10px; z-index: 0; font-size: 90px; color: rgba(0, 0, 0, 0.15); } .small-box:hover { text-decoration: none; color: #f9f9f9; } .small-box:hover .icon { font-size: 95px; } @media (max-width: 767px) { .small-box { text-align: center; } .small-box .icon { display: none; } .small-box p { font-size: 12px; } } /* * Component: Box * -------------- */ .box { position: relative; border-radius: 3px; background: #ffffff; border-top: 3px solid #d2d6de; margin-bottom: 20px; width: 100%; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); } .box.box-primary { border-top-color: #3c8dbc; } .box.box-info { border-top-color: #00c0ef; } .box.box-danger { border-top-color: #dd4b39; } .box.box-warning { border-top-color: #f39c12; } .box.box-success { border-top-color: #00a65a; } .box.box-default { border-top-color: #d2d6de; } .box.collapsed-box .box-body, .box.collapsed-box .box-footer { display: none; } .box .nav-stacked > li { border-bottom: 1px solid #f4f4f4; margin: 0; } .box .nav-stacked > li:last-of-type { border-bottom: none; } .box.height-control .box-body { max-height: 300px; overflow: auto; } .box .border-right { border-right: 1px solid #f4f4f4; } .box .border-left { border-left: 1px solid #f4f4f4; } .box.box-solid { border-top: 0; } .box.box-solid > .box-header .btn.btn-default { background: transparent; } .box.box-solid > .box-header .btn:hover, .box.box-solid > .box-header a:hover { background: rgba(0, 0, 0, 0.1); } .box.box-solid.box-default { border: 1px solid #d2d6de; } .box.box-solid.box-default > .box-header { color: #444444; background: #d2d6de; background-color: #d2d6de; } .box.box-solid.box-default > .box-header a, .box.box-solid.box-default > .box-header .btn { color: #444444; } .box.box-solid.box-primary { border: 1px solid #3c8dbc; } .box.box-solid.box-primary > .box-header { color: #ffffff; background: #3c8dbc; background-color: #3c8dbc; } .box.box-solid.box-primary > .box-header a, .box.box-solid.box-primary > .box-header .btn { color: #ffffff; } .box.box-solid.box-info { border: 1px solid #00c0ef; } .box.box-solid.box-info > .box-header { color: #ffffff; background: #00c0ef; background-color: #00c0ef; } .box.box-solid.box-info > .box-header a, .box.box-solid.box-info > .box-header .btn { color: #ffffff; } .box.box-solid.box-danger { border: 1px solid #dd4b39; } .box.box-solid.box-danger > .box-header { color: #ffffff; background: #dd4b39; background-color: #dd4b39; } .box.box-solid.box-danger > .box-header a, .box.box-solid.box-danger > .box-header .btn { color: #ffffff; } .box.box-solid.box-warning { border: 1px solid #f39c12; } .box.box-solid.box-warning > .box-header { color: #ffffff; background: #f39c12; background-color: #f39c12; } .box.box-solid.box-warning > .box-header a, .box.box-solid.box-warning > .box-header .btn { color: #ffffff; } .box.box-solid.box-success { border: 1px solid #00a65a; } .box.box-solid.box-success > .box-header { color: #ffffff; background: #00a65a; background-color: #00a65a; } .box.box-solid.box-success > .box-header a, .box.box-solid.box-success > .box-header .btn { color: #ffffff; } .box.box-solid > .box-header > .box-tools .btn { border: 0; box-shadow: none; } .box.box-solid[class*='bg'] > .box-header { color: #fff; } .box .box-group > .box { margin-bottom: 5px; } .box .knob-label { text-align: center; color: #333; font-weight: 100; font-size: 12px; margin-bottom: 0.3em; } .box > .overlay, .overlay-wrapper > .overlay, .box > .loading-img, .overlay-wrapper > .loading-img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .box .overlay, .overlay-wrapper .overlay { z-index: 50; background: rgba(255, 255, 255, 0.7); border-radius: 3px; } .box .overlay > .fa, .overlay-wrapper .overlay > .fa { position: absolute; top: 50%; left: 50%; margin-left: -15px; margin-top: -15px; color: #000; font-size: 30px; } .box .overlay.dark, .overlay-wrapper .overlay.dark { background: rgba(0, 0, 0, 0.5); } .box-header:before, .box-body:before, .box-footer:before, .box-header:after, .box-body:after, .box-footer:after { content: " "; display: table; } .box-header:after, .box-body:after, .box-footer:after { clear: both; } .box-header { color: #444; display: block; padding: 10px; position: relative; } .box-header.with-border { border-bottom: 1px solid #f4f4f4; } .collapsed-box .box-header.with-border { border-bottom: none; } .box-header > .fa, .box-header > .glyphicon, .box-header > .ion, .box-header .box-title { display: inline-block; font-size: 18px; margin: 0; line-height: 1; } .box-header > .fa, .box-header > .glyphicon, .box-header > .ion { margin-right: 5px; } .box-header > .box-tools { position: absolute; right: 10px; top: 5px; } .box-header > .box-tools [data-toggle="tooltip"] { position: relative; } .box-header > .box-tools.pull-right .dropdown-menu { right: 0; left: auto; } .btn-box-tool { padding: 5px; font-size: 12px; background: transparent; color: #97a0b3; } .open .btn-box-tool, .btn-box-tool:hover { color: #606c84; } .btn-box-tool.btn:active { box-shadow: none; } .box-body { border-top-left-radius: 0; border-top-right-radius: 0; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; padding: 10px; } .no-header .box-body { border-top-right-radius: 3px; border-top-left-radius: 3px; } .box-body > .table { margin-bottom: 0; } .box-body .fc { margin-top: 5px; } .box-body .full-width-chart { margin: -19px; } .box-body.no-padding .full-width-chart { margin: -9px; } .box-body .box-pane { border-top-left-radius: 0; border-top-right-radius: 0; border-bottom-right-radius: 0; border-bottom-left-radius: 3px; } .box-body .box-pane-right { border-top-left-radius: 0; border-top-right-radius: 0; border-bottom-right-radius: 3px; border-bottom-left-radius: 0; } .box-footer { border-top-left-radius: 0; border-top-right-radius: 0; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; border-top: 1px solid #f4f4f4; padding: 10px; background-color: #ffffff; } .chart-legend { margin: 10px 0; } @media (max-width: 991px) { .chart-legend > li { float: left; margin-right: 10px; } } .box-comments { background: #f7f7f7; } .box-comments .box-comment { padding: 8px 0; border-bottom: 1px solid #eee; } .box-comments .box-comment:before, .box-comments .box-comment:after { content: " "; display: table; } .box-comments .box-comment:after { clear: both; } .box-comments .box-comment:last-of-type { border-bottom: 0; } .box-comments .box-comment:first-of-type { padding-top: 0; } .box-comments .box-comment img { float: left; } .box-comments .comment-text { margin-left: 40px; color: #555; } .box-comments .username { color: #444; display: block; font-weight: 600; } .box-comments .text-muted { font-weight: 400; font-size: 12px; } /* Widget: TODO LIST */ .todo-list { margin: 0; padding: 0; list-style: none; overflow: auto; } .todo-list > li { border-radius: 2px; padding: 10px; background: #f4f4f4; margin-bottom: 2px; border-left: 2px solid #e6e7e8; color: #444; } .todo-list > li:last-of-type { margin-bottom: 0; } .todo-list > li > input[type='checkbox'] { margin: 0 10px 0 5px; } .todo-list > li .text { display: inline-block; margin-left: 5px; font-weight: 600; } .todo-list > li .label { margin-left: 10px; font-size: 9px; } .todo-list > li .tools { display: none; float: right; color: #dd4b39; } .todo-list > li .tools > .fa, .todo-list > li .tools > .glyphicon, .todo-list > li .tools > .ion { margin-right: 5px; cursor: pointer; } .todo-list > li:hover .tools { display: inline-block; } .todo-list > li.done { color: #999; } .todo-list > li.done .text { text-decoration: line-through; font-weight: 500; } .todo-list > li.done .label { background: #d2d6de !important; } .todo-list .danger { border-left-color: #dd4b39; } .todo-list .warning { border-left-color: #f39c12; } .todo-list .info { border-left-color: #00c0ef; } .todo-list .success { border-left-color: #00a65a; } .todo-list .primary { border-left-color: #3c8dbc; } .todo-list .handle { display: inline-block; cursor: move; margin: 0 5px; } /* Chat widget (DEPRECATED - this will be removed in the next major release. Use Direct Chat instead)*/ .chat { padding: 5px 20px 5px 10px; } .chat .item { margin-bottom: 10px; } .chat .item:before, .chat .item:after { content: " "; display: table; } .chat .item:after { clear: both; } .chat .item > img { width: 40px; height: 40px; border: 2px solid transparent; border-radius: 50%; } .chat .item > .online { border: 2px solid #00a65a; } .chat .item > .offline { border: 2px solid #dd4b39; } .chat .item > .message { margin-left: 55px; margin-top: -40px; } .chat .item > .message > .name { display: block; font-weight: 600; } .chat .item > .attachment { border-radius: 3px; background: #f4f4f4; margin-left: 65px; margin-right: 15px; padding: 10px; } .chat .item > .attachment > h4 { margin: 0 0 5px 0; font-weight: 600; font-size: 14px; } .chat .item > .attachment > p, .chat .item > .attachment > .filename { font-weight: 600; font-size: 13px; font-style: italic; margin: 0; } .chat .item > .attachment:before, .chat .item > .attachment:after { content: " "; display: table; } .chat .item > .attachment:after { clear: both; } .box-input { max-width: 200px; } .modal .panel-body { color: #444; } /* * Component: Info Box * ------------------- */ .info-box { display: block; min-height: 90px; background: #fff; width: 100%; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); border-radius: 2px; margin-bottom: 15px; } .info-box small { font-size: 14px; } .info-box .progress { background: rgba(0, 0, 0, 0.2); margin: 5px -10px 5px -10px; height: 2px; } .info-box .progress, .info-box .progress .progress-bar { border-radius: 0; } .info-box .progress .progress-bar { background: #fff; } .info-box-icon { border-top-left-radius: 2px; border-top-right-radius: 0; border-bottom-right-radius: 0; border-bottom-left-radius: 2px; display: block; float: left; height: 90px; width: 90px; text-align: center; font-size: 45px; line-height: 90px; background: rgba(0, 0, 0, 0.2); } .info-box-icon > img { max-width: 100%; } .info-box-content { padding: 5px 10px; margin-left: 90px; } .info-box-number { display: block; font-weight: bold; font-size: 18px; } .progress-description, .info-box-text { display: block; font-size: 14px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .info-box-text { text-transform: uppercase; } .info-box-more { display: block; } .progress-description { margin: 0; } /* * Component: Timeline * ------------------- */ .timeline { position: relative; margin: 0 0 30px 0; padding: 0; list-style: none; } .timeline:before { content: ''; position: absolute; top: 0; bottom: 0; width: 4px; background: #ddd; left: 31px; margin: 0; border-radius: 2px; } .timeline > li { position: relative; margin-right: 10px; margin-bottom: 15px; } .timeline > li:before, .timeline > li:after { content: " "; display: table; } .timeline > li:after { clear: both; } .timeline > li > .timeline-item { -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); border-radius: 3px; margin-top: 0; background: #fff; color: #444; margin-left: 60px; margin-right: 15px; padding: 0; position: relative; } .timeline > li > .timeline-item > .time { color: #999; float: right; padding: 10px; font-size: 12px; } .timeline > li > .timeline-item > .timeline-header { margin: 0; color: #555; border-bottom: 1px solid #f4f4f4; padding: 10px; font-size: 16px; line-height: 1.1; } .timeline > li > .timeline-item > .timeline-header > a { font-weight: 600; } .timeline > li > .timeline-item > .timeline-body, .timeline > li > .timeline-item > .timeline-footer { padding: 10px; } .timeline > li > .fa, .timeline > li > .glyphicon, .timeline > li > .ion { width: 30px; height: 30px; font-size: 15px; line-height: 30px; position: absolute; color: #666; background: #d2d6de; border-radius: 50%; text-align: center; left: 18px; top: 0; } .timeline > .time-label > span { font-weight: 600; padding: 5px; display: inline-block; background-color: #fff; border-radius: 4px; } .timeline-inverse > li > .timeline-item { background: #f0f0f0; border: 1px solid #ddd; -webkit-box-shadow: none; box-shadow: none; } .timeline-inverse > li > .timeline-item > .timeline-header { border-bottom-color: #ddd; } /* * Component: Button * ----------------- */ .btn { border-radius: 3px; -webkit-box-shadow: none; box-shadow: none; border: 1px solid transparent; } .btn.uppercase { text-transform: uppercase; } .btn.btn-flat { border-radius: 0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; border-width: 1px; } .btn:active { -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } .btn:focus { outline: none; } .btn.btn-file { position: relative; overflow: hidden; } .btn.btn-file > input[type='file'] { position: absolute; top: 0; right: 0; min-width: 100%; min-height: 100%; font-size: 100px; text-align: right; opacity: 0; filter: alpha(opacity=0); outline: none; background: white; cursor: inherit; display: block; } .btn-default { background-color: #f4f4f4; color: #444; border-color: #ddd; } .btn-default:hover, .btn-default:active, .btn-default.hover { background-color: #e7e7e7; } .btn-primary { background-color: #3c8dbc; border-color: #367fa9; } .btn-primary:hover, .btn-primary:active, .btn-primary.hover { background-color: #367fa9; } .btn-success { background-color: #00a65a; border-color: #008d4c; } .btn-success:hover, .btn-success:active, .btn-success.hover { background-color: #008d4c; } .btn-info { background-color: #00c0ef; border-color: #00acd6; } .btn-info:hover, .btn-info:active, .btn-info.hover { background-color: #00acd6; } .btn-danger { background-color: #dd4b39; border-color: #d73925; } .btn-danger:hover, .btn-danger:active, .btn-danger.hover { background-color: #d73925; } .btn-warning { background-color: #f39c12; border-color: #e08e0b; } .btn-warning:hover, .btn-warning:active, .btn-warning.hover { background-color: #e08e0b; } .btn-outline { border: 1px solid #fff; background: transparent; color: #fff; } .btn-outline:hover, .btn-outline:focus, .btn-outline:active { color: rgba(255, 255, 255, 0.7); border-color: rgba(255, 255, 255, 0.7); } .btn-link { -webkit-box-shadow: none; box-shadow: none; } .btn[class*='bg-']:hover { -webkit-box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2); box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2); } .btn-app { border-radius: 3px; position: relative; padding: 15px 5px; margin: 0 0 10px 10px; min-width: 80px; height: 60px; text-align: center; color: #666; border: 1px solid #ddd; background-color: #f4f4f4; font-size: 12px; } .btn-app > .fa, .btn-app > .glyphicon, .btn-app > .ion { font-size: 20px; display: block; } .btn-app:hover { background: #f4f4f4; color: #444; border-color: #aaa; } .btn-app:active, .btn-app:focus { -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } .btn-app > .badge { position: absolute; top: -3px; right: -10px; font-size: 10px; font-weight: 400; } /* * Component: Callout * ------------------ */ .callout { border-radius: 3px; margin: 0 0 20px 0; padding: 15px 30px 15px 15px; border-left: 5px solid #eee; } .callout a { color: #fff; text-decoration: underline; } .callout a:hover { color: #eee; } .callout h4 { margin-top: 0; font-weight: 600; } .callout p:last-child { margin-bottom: 0; } .callout code, .callout .highlight { background-color: #fff; } .callout.callout-danger { border-color: #c23321; } .callout.callout-warning { border-color: #c87f0a; } .callout.callout-info { border-color: #0097bc; } .callout.callout-success { border-color: #00733e; } /* * Component: alert * ---------------- */ .alert { border-radius: 3px; } .alert h4 { font-weight: 600; } .alert .icon { margin-right: 10px; } .alert .close { color: #000; opacity: 0.2; filter: alpha(opacity=20); } .alert .close:hover { opacity: 0.5; filter: alpha(opacity=50); } .alert a { color: #fff; text-decoration: underline; } .alert-success { border-color: #008d4c; } .alert-danger, .alert-error { border-color: #d73925; } .alert-warning { border-color: #e08e0b; } .alert-info { border-color: #00acd6; } /* * Component: Nav * -------------- */ .nav > li > a:hover, .nav > li > a:active, .nav > li > a:focus { color: #444; background: #f7f7f7; } /* NAV PILLS */ .nav-pills > li > a { border-radius: 0; border-top: 3px solid transparent; color: #444; } .nav-pills > li > a > .fa, .nav-pills > li > a > .glyphicon, .nav-pills > li > a > .ion { margin-right: 5px; } .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus { border-top-color: #3c8dbc; } .nav-pills > li.active > a { font-weight: 600; } /* NAV STACKED */ .nav-stacked > li > a { border-radius: 0; border-top: 0; border-left: 3px solid transparent; color: #444; } .nav-stacked > li.active > a, .nav-stacked > li.active > a:hover { background: transparent; color: #444; border-top: 0; border-left-color: #3c8dbc; } .nav-stacked > li.header { border-bottom: 1px solid #ddd; color: #777; margin-bottom: 10px; padding: 5px 10px; text-transform: uppercase; } /* NAV TABS */ .nav-tabs-custom { margin-bottom: 20px; background: #fff; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); border-radius: 3px; } .nav-tabs-custom > .nav-tabs { margin: 0; border-bottom-color: #f4f4f4; border-top-right-radius: 3px; border-top-left-radius: 3px; } .nav-tabs-custom > .nav-tabs > li { border-top: 3px solid transparent; margin-bottom: -2px; margin-right: 5px; } .nav-tabs-custom > .nav-tabs > li > a { color: #444; border-radius: 0; } .nav-tabs-custom > .nav-tabs > li > a.text-muted { color: #999; } .nav-tabs-custom > .nav-tabs > li > a, .nav-tabs-custom > .nav-tabs > li > a:hover { background: transparent; margin: 0; } .nav-tabs-custom > .nav-tabs > li > a:hover { color: #999; } .nav-tabs-custom > .nav-tabs > li:not(.active) > a:hover, .nav-tabs-custom > .nav-tabs > li:not(.active) > a:focus, .nav-tabs-custom > .nav-tabs > li:not(.active) > a:active { border-color: transparent; } .nav-tabs-custom > .nav-tabs > li.active { border-top-color: #3c8dbc; } .nav-tabs-custom > .nav-tabs > li.active > a, .nav-tabs-custom > .nav-tabs > li.active:hover > a { background-color: #fff; color: #444; } .nav-tabs-custom > .nav-tabs > li.active > a { border-top-color: transparent; border-left-color: #f4f4f4; border-right-color: #f4f4f4; } .nav-tabs-custom > .nav-tabs > li:first-of-type { margin-left: 0; } .nav-tabs-custom > .nav-tabs > li:first-of-type.active > a { border-left-color: transparent; } .nav-tabs-custom > .nav-tabs.pull-right { float: none !important; } .nav-tabs-custom > .nav-tabs.pull-right > li { float: right; } .nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type { margin-right: 0; } .nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type > a { border-left-width: 1px; } .nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type.active > a { border-left-color: #f4f4f4; border-right-color: transparent; } .nav-tabs-custom > .nav-tabs > li.header { line-height: 35px; padding: 0 10px; font-size: 20px; color: #444; } .nav-tabs-custom > .nav-tabs > li.header > .fa, .nav-tabs-custom > .nav-tabs > li.header > .glyphicon, .nav-tabs-custom > .nav-tabs > li.header > .ion { margin-right: 5px; } .nav-tabs-custom > .tab-content { background: #fff; padding: 10px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; } .nav-tabs-custom .dropdown.open > a:active, .nav-tabs-custom .dropdown.open > a:focus { background: transparent; color: #999; } .nav-tabs-custom.tab-primary > .nav-tabs > li.active { border-top-color: #3c8dbc; } .nav-tabs-custom.tab-info > .nav-tabs > li.active { border-top-color: #00c0ef; } .nav-tabs-custom.tab-danger > .nav-tabs > li.active { border-top-color: #dd4b39; } .nav-tabs-custom.tab-warning > .nav-tabs > li.active { border-top-color: #f39c12; } .nav-tabs-custom.tab-success > .nav-tabs > li.active { border-top-color: #00a65a; } .nav-tabs-custom.tab-default > .nav-tabs > li.active { border-top-color: #d2d6de; } /* PAGINATION */ .pagination > li > a { background: #fafafa; color: #666; } .pagination.pagination-flat > li > a { border-radius: 0 !important; } /* * Component: Products List * ------------------------ */ .products-list { list-style: none; margin: 0; padding: 0; } .products-list > .item { border-radius: 3px; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); padding: 10px 0; background: #fff; } .products-list > .item:before, .products-list > .item:after { content: " "; display: table; } .products-list > .item:after { clear: both; } .products-list .product-img { float: left; } .products-list .product-img img { width: 50px; height: 50px; } .products-list .product-info { margin-left: 60px; } .products-list .product-title { font-weight: 600; } .products-list .product-description { display: block; color: #999; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .product-list-in-box > .item { -webkit-box-shadow: none; box-shadow: none; border-radius: 0; border-bottom: 1px solid #f4f4f4; } .product-list-in-box > .item:last-of-type { border-bottom-width: 0; } /* * Component: Table * ---------------- */ .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td { border-top: 1px solid #f4f4f4; } .table > thead > tr > th { border-bottom: 2px solid #f4f4f4; } .table tr td .progress { margin-top: 5px; } .table-bordered { border: 1px solid #f4f4f4; } .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td { border: 1px solid #f4f4f4; } .table-bordered > thead > tr > th, .table-bordered > thead > tr > td { border-bottom-width: 2px; } .table.no-border, .table.no-border td, .table.no-border th { border: 0; } /* .text-center in tables */ table.text-center, table.text-center td, table.text-center th { text-align: center; } .table.align th { text-align: left; } .table.align td { text-align: right; } /* * Component: Label * ---------------- */ .label-default { background-color: #d2d6de; color: #444; } /* * Component: Direct Chat * ---------------------- */ .direct-chat .box-body { border-bottom-right-radius: 0; border-bottom-left-radius: 0; position: relative; overflow-x: hidden; padding: 0; } .direct-chat.chat-pane-open .direct-chat-contacts { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); } .direct-chat-messages { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); padding: 10px; height: 250px; overflow: auto; } .direct-chat-msg, .direct-chat-text { display: block; } .direct-chat-msg { margin-bottom: 10px; } .direct-chat-msg:before, .direct-chat-msg:after { content: " "; display: table; } .direct-chat-msg:after { clear: both; } .direct-chat-messages, .direct-chat-contacts { -webkit-transition: -webkit-transform 0.5s ease-in-out; -moz-transition: -moz-transform 0.5s ease-in-out; -o-transition: -o-transform 0.5s ease-in-out; transition: transform 0.5s ease-in-out; } .direct-chat-text { border-radius: 5px; position: relative; padding: 5px 10px; background: #d2d6de; border: 1px solid #d2d6de; margin: 5px 0 0 50px; color: #444444; } .direct-chat-text:after, .direct-chat-text:before { position: absolute; right: 100%; top: 15px; border: solid transparent; border-right-color: #d2d6de; content: ' '; height: 0; width: 0; pointer-events: none; } .direct-chat-text:after { border-width: 5px; margin-top: -5px; } .direct-chat-text:before { border-width: 6px; margin-top: -6px; } .right .direct-chat-text { margin-right: 50px; margin-left: 0; } .right .direct-chat-text:after, .right .direct-chat-text:before { right: auto; left: 100%; border-right-color: transparent; border-left-color: #d2d6de; } .direct-chat-img { border-radius: 50%; float: left; width: 40px; height: 40px; } .right .direct-chat-img { float: right; } .direct-chat-info { display: block; margin-bottom: 2px; font-size: 12px; } .direct-chat-name { font-weight: 600; } .direct-chat-timestamp { color: #999; } .direct-chat-contacts-open .direct-chat-contacts { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); } .direct-chat-contacts { -webkit-transform: translate(101%, 0); -ms-transform: translate(101%, 0); -o-transform: translate(101%, 0); transform: translate(101%, 0); position: absolute; top: 0; bottom: 0; height: 250px; width: 100%; background: #222d32; color: #fff; overflow: auto; } .contacts-list > li { border-bottom: 1px solid rgba(0, 0, 0, 0.2); padding: 10px; margin: 0; } .contacts-list > li:before, .contacts-list > li:after { content: " "; display: table; } .contacts-list > li:after { clear: both; } .contacts-list > li:last-of-type { border-bottom: none; } .contacts-list-img { border-radius: 50%; width: 40px; float: left; } .contacts-list-info { margin-left: 45px; color: #fff; } .contacts-list-name, .contacts-list-status { display: block; } .contacts-list-name { font-weight: 600; } .contacts-list-status { font-size: 12px; } .contacts-list-date { color: #aaa; font-weight: normal; } .contacts-list-msg { color: #999; } .direct-chat-danger .right > .direct-chat-text { background: #dd4b39; border-color: #dd4b39; color: #ffffff; } .direct-chat-danger .right > .direct-chat-text:after, .direct-chat-danger .right > .direct-chat-text:before { border-left-color: #dd4b39; } .direct-chat-primary .right > .direct-chat-text { background: #3c8dbc; border-color: #3c8dbc; color: #ffffff; } .direct-chat-primary .right > .direct-chat-text:after, .direct-chat-primary .right > .direct-chat-text:before { border-left-color: #3c8dbc; } .direct-chat-warning .right > .direct-chat-text { background: #f39c12; border-color: #f39c12; color: #ffffff; } .direct-chat-warning .right > .direct-chat-text:after, .direct-chat-warning .right > .direct-chat-text:before { border-left-color: #f39c12; } .direct-chat-info .right > .direct-chat-text { background: #00c0ef; border-color: #00c0ef; color: #ffffff; } .direct-chat-info .right > .direct-chat-text:after, .direct-chat-info .right > .direct-chat-text:before { border-left-color: #00c0ef; } .direct-chat-success .right > .direct-chat-text { background: #00a65a; border-color: #00a65a; color: #ffffff; } .direct-chat-success .right > .direct-chat-text:after, .direct-chat-success .right > .direct-chat-text:before { border-left-color: #00a65a; } /* * Component: Users List * --------------------- */ .users-list > li { width: 25%; float: left; padding: 10px; text-align: center; } .users-list > li img { border-radius: 50%; max-width: 100%; height: auto; } .users-list > li > a:hover, .users-list > li > a:hover .users-list-name { color: #999; } .users-list-name, .users-list-date { display: block; } .users-list-name { font-weight: 600; color: #444; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .users-list-date { color: #999; font-size: 12px; } /* * Component: Carousel * ------------------- */ .carousel-control.left, .carousel-control.right { background-image: none; } .carousel-control > .fa { font-size: 40px; position: absolute; top: 50%; z-index: 5; display: inline-block; margin-top: -20px; } /* * Component: modal * ---------------- */ .modal { background: rgba(0, 0, 0, 0.3); } .modal-content { border-radius: 0; -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125); box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125); border: 0; } @media (min-width: 768px) { .modal-content { -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125); box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125); } } .modal-header { border-bottom-color: #f4f4f4; } .modal-footer { border-top-color: #f4f4f4; } .modal-primary .modal-header, .modal-primary .modal-footer { border-color: #307095; } .modal-warning .modal-header, .modal-warning .modal-footer { border-color: #c87f0a; } .modal-info .modal-header, .modal-info .modal-footer { border-color: #0097bc; } .modal-success .modal-header, .modal-success .modal-footer { border-color: #00733e; } .modal-danger .modal-header, .modal-danger .modal-footer { border-color: #c23321; } /* * Component: Social Widgets * ------------------------- */ .box-widget { border: none; position: relative; } .widget-user .widget-user-header { padding: 20px; height: 120px; border-top-right-radius: 3px; border-top-left-radius: 3px; } .widget-user .widget-user-username { margin-top: 0; margin-bottom: 5px; font-size: 25px; font-weight: 300; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); } .widget-user .widget-user-desc { margin-top: 0; } .widget-user .widget-user-image { position: absolute; top: 65px; left: 50%; margin-left: -45px; } .widget-user .widget-user-image > img { width: 90px; height: auto; border: 3px solid #fff; } .widget-user .box-footer { padding-top: 30px; } .widget-user-2 .widget-user-header { padding: 20px; border-top-right-radius: 3px; border-top-left-radius: 3px; } .widget-user-2 .widget-user-username { margin-top: 5px; margin-bottom: 5px; font-size: 25px; font-weight: 300; } .widget-user-2 .widget-user-desc { margin-top: 0; } .widget-user-2 .widget-user-username, .widget-user-2 .widget-user-desc { margin-left: 75px; } .widget-user-2 .widget-user-image > img { width: 65px; height: auto; float: left; } /* * Page: Mailbox * ------------- */ .mailbox-messages > .table { margin: 0; } .mailbox-controls { padding: 5px; } .mailbox-controls.with-border { border-bottom: 1px solid #f4f4f4; } .mailbox-read-info { border-bottom: 1px solid #f4f4f4; padding: 10px; } .mailbox-read-info h3 { font-size: 20px; margin: 0; } .mailbox-read-info h5 { margin: 0; padding: 5px 0 0 0; } .mailbox-read-time { color: #999; font-size: 13px; } .mailbox-read-message { padding: 10px; } .mailbox-attachments li { float: left; width: 200px; border: 1px solid #eee; margin-bottom: 10px; margin-right: 10px; } .mailbox-attachment-name { font-weight: bold; color: #666; } .mailbox-attachment-icon, .mailbox-attachment-info, .mailbox-attachment-size { display: block; } .mailbox-attachment-info { padding: 10px; background: #f4f4f4; } .mailbox-attachment-size { color: #999; font-size: 12px; } .mailbox-attachment-icon { text-align: center; font-size: 65px; color: #666; padding: 20px 10px; } .mailbox-attachment-icon.has-img { padding: 0; } .mailbox-attachment-icon.has-img > img { max-width: 100%; height: auto; } /* * Page: Lock Screen * ----------------- */ /* ADD THIS CLASS TO THE <BODY> TAG */ .lockscreen { background: #d2d6de; } .lockscreen-logo { font-size: 35px; text-align: center; margin-bottom: 25px; font-weight: 300; } .lockscreen-logo a { color: #444; } .lockscreen-wrapper { max-width: 400px; margin: 0 auto; margin-top: 10%; } /* User name [optional] */ .lockscreen .lockscreen-name { text-align: center; font-weight: 600; } /* Will contain the image and the sign in form */ .lockscreen-item { border-radius: 4px; padding: 0; background: #fff; position: relative; margin: 10px auto 30px auto; width: 290px; } /* User image */ .lockscreen-image { border-radius: 50%; position: absolute; left: -10px; top: -25px; background: #fff; padding: 5px; z-index: 10; } .lockscreen-image > img { border-radius: 50%; width: 70px; height: 70px; } /* Contains the password input and the login button */ .lockscreen-credentials { margin-left: 70px; } .lockscreen-credentials .form-control { border: 0; } .lockscreen-credentials .btn { background-color: #fff; border: 0; padding: 0 10px; } .lockscreen-footer { margin-top: 10px; } /* * Page: Login & Register * ---------------------- */ .login-logo, .register-logo { font-size: 35px; text-align: center; margin-bottom: 25px; font-weight: 300; } .login-logo a, .register-logo a { color: #444; } .login-page, .register-page { background: #d2d6de; } .login-box, .register-box { width: 360px; margin: 7% auto; } @media (max-width: 768px) { .login-box, .register-box { width: 90%; margin-top: 20px; } } .login-box-body, .register-box-body { background: #fff; padding: 20px; border-top: 0; color: #666; } .login-box-body .form-control-feedback, .register-box-body .form-control-feedback { color: #777; } .login-box-msg, .register-box-msg { margin: 0; text-align: center; padding: 0 20px 20px 20px; } .social-auth-links { margin: 10px 0; } /* * Page: 400 and 500 error pages * ------------------------------ */ .error-page { width: 600px; margin: 20px auto 0 auto; } @media (max-width: 991px) { .error-page { width: 100%; } } .error-page > .headline { float: left; font-size: 100px; font-weight: 300; } @media (max-width: 991px) { .error-page > .headline { float: none; text-align: center; } } .error-page > .error-content { margin-left: 190px; display: block; } @media (max-width: 991px) { .error-page > .error-content { margin-left: 0; } } .error-page > .error-content > h3 { font-weight: 300; font-size: 25px; } @media (max-width: 991px) { .error-page > .error-content > h3 { text-align: center; } } /* * Page: Invoice * ------------- */ .invoice { position: relative; background: #fff; border: 1px solid #f4f4f4; padding: 20px; margin: 10px 25px; } .invoice-title { margin-top: 0; } /* * Page: Profile * ------------- */ .profile-user-img { margin: 0 auto; width: 100px; padding: 3px; border: 3px solid #d2d6de; } .profile-username { font-size: 21px; margin-top: 5px; } .post { border-bottom: 1px solid #d2d6de; margin-bottom: 15px; padding-bottom: 15px; color: #666; } .post:last-of-type { border-bottom: 0; margin-bottom: 0; padding-bottom: 0; } .post .user-block { margin-bottom: 15px; } /* * Social Buttons for Bootstrap * * Copyright 2013-2015 Panayiotis Lipiridis * Licensed under the MIT License * * https://github.com/lipis/bootstrap-social */ .btn-social { position: relative; padding-left: 44px; text-align: left; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .btn-social > :first-child { position: absolute; left: 0; top: 0; bottom: 0; width: 32px; line-height: 34px; font-size: 1.6em; text-align: center; border-right: 1px solid rgba(0, 0, 0, 0.2); } .btn-social.btn-lg { padding-left: 61px; } .btn-social.btn-lg > :first-child { line-height: 45px; width: 45px; font-size: 1.8em; } .btn-social.btn-sm { padding-left: 38px; } .btn-social.btn-sm > :first-child { line-height: 28px; width: 28px; font-size: 1.4em; } .btn-social.btn-xs { padding-left: 30px; } .btn-social.btn-xs > :first-child { line-height: 20px; width: 20px; font-size: 1.2em; } .btn-social-icon { position: relative; padding-left: 44px; text-align: left; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; height: 34px; width: 34px; padding: 0; } .btn-social-icon > :first-child { position: absolute; left: 0; top: 0; bottom: 0; width: 32px; line-height: 34px; font-size: 1.6em; text-align: center; border-right: 1px solid rgba(0, 0, 0, 0.2); } .btn-social-icon.btn-lg { padding-left: 61px; } .btn-social-icon.btn-lg > :first-child { line-height: 45px; width: 45px; font-size: 1.8em; } .btn-social-icon.btn-sm { padding-left: 38px; } .btn-social-icon.btn-sm > :first-child { line-height: 28px; width: 28px; font-size: 1.4em; } .btn-social-icon.btn-xs { padding-left: 30px; } .btn-social-icon.btn-xs > :first-child { line-height: 20px; width: 20px; font-size: 1.2em; } .btn-social-icon > :first-child { border: none; text-align: center; width: 100%; } .btn-social-icon.btn-lg { height: 45px; width: 45px; padding-left: 0; padding-right: 0; } .btn-social-icon.btn-sm { height: 30px; width: 30px; padding-left: 0; padding-right: 0; } .btn-social-icon.btn-xs { height: 22px; width: 22px; padding-left: 0; padding-right: 0; } .btn-adn { color: #ffffff; background-color: #d87a68; border-color: rgba(0, 0, 0, 0.2); } .btn-adn:focus, .btn-adn.focus { color: #ffffff; background-color: #ce563f; border-color: rgba(0, 0, 0, 0.2); } .btn-adn:hover { color: #ffffff; background-color: #ce563f; border-color: rgba(0, 0, 0, 0.2); } .btn-adn:active, .btn-adn.active, .open > .dropdown-toggle.btn-adn { color: #ffffff; background-color: #ce563f; border-color: rgba(0, 0, 0, 0.2); } .btn-adn:active, .btn-adn.active, .open > .dropdown-toggle.btn-adn { background-image: none; } .btn-adn .badge { color: #d87a68; background-color: #ffffff; } .btn-bitbucket { color: #ffffff; background-color: #205081; border-color: rgba(0, 0, 0, 0.2); } .btn-bitbucket:focus, .btn-bitbucket.focus { color: #ffffff; background-color: #163758; border-color: rgba(0, 0, 0, 0.2); } .btn-bitbucket:hover { color: #ffffff; background-color: #163758; border-color: rgba(0, 0, 0, 0.2); } .btn-bitbucket:active, .btn-bitbucket.active, .open > .dropdown-toggle.btn-bitbucket { color: #ffffff; background-color: #163758; border-color: rgba(0, 0, 0, 0.2); } .btn-bitbucket:active, .btn-bitbucket.active, .open > .dropdown-toggle.btn-bitbucket { background-image: none; } .btn-bitbucket .badge { color: #205081; background-color: #ffffff; } .btn-dropbox { color: #ffffff; background-color: #1087dd; border-color: rgba(0, 0, 0, 0.2); } .btn-dropbox:focus, .btn-dropbox.focus { color: #ffffff; background-color: #0d6aad; border-color: rgba(0, 0, 0, 0.2); } .btn-dropbox:hover { color: #ffffff; background-color: #0d6aad; border-color: rgba(0, 0, 0, 0.2); } .btn-dropbox:active, .btn-dropbox.active, .open > .dropdown-toggle.btn-dropbox { color: #ffffff; background-color: #0d6aad; border-color: rgba(0, 0, 0, 0.2); } .btn-dropbox:active, .btn-dropbox.active, .open > .dropdown-toggle.btn-dropbox { background-image: none; } .btn-dropbox .badge { color: #1087dd; background-color: #ffffff; } .btn-facebook { color: #ffffff; background-color: #3b5998; border-color: rgba(0, 0, 0, 0.2); } .btn-facebook:focus, .btn-facebook.focus { color: #ffffff; background-color: #2d4373; border-color: rgba(0, 0, 0, 0.2); } .btn-facebook:hover { color: #ffffff; background-color: #2d4373; border-color: rgba(0, 0, 0, 0.2); } .btn-facebook:active, .btn-facebook.active, .open > .dropdown-toggle.btn-facebook { color: #ffffff; background-color: #2d4373; border-color: rgba(0, 0, 0, 0.2); } .btn-facebook:active, .btn-facebook.active, .open > .dropdown-toggle.btn-facebook { background-image: none; } .btn-facebook .badge { color: #3b5998; background-color: #ffffff; } .btn-flickr { color: #ffffff; background-color: #ff0084; border-color: rgba(0, 0, 0, 0.2); } .btn-flickr:focus, .btn-flickr.focus { color: #ffffff; background-color: #cc006a; border-color: rgba(0, 0, 0, 0.2); } .btn-flickr:hover { color: #ffffff; background-color: #cc006a; border-color: rgba(0, 0, 0, 0.2); } .btn-flickr:active, .btn-flickr.active, .open > .dropdown-toggle.btn-flickr { color: #ffffff; background-color: #cc006a; border-color: rgba(0, 0, 0, 0.2); } .btn-flickr:active, .btn-flickr.active, .open > .dropdown-toggle.btn-flickr { background-image: none; } .btn-flickr .badge { color: #ff0084; background-color: #ffffff; } .btn-foursquare { color: #ffffff; background-color: #f94877; border-color: rgba(0, 0, 0, 0.2); } .btn-foursquare:focus, .btn-foursquare.focus { color: #ffffff; background-color: #f71752; border-color: rgba(0, 0, 0, 0.2); } .btn-foursquare:hover { color: #ffffff; background-color: #f71752; border-color: rgba(0, 0, 0, 0.2); } .btn-foursquare:active, .btn-foursquare.active, .open > .dropdown-toggle.btn-foursquare { color: #ffffff; background-color: #f71752; border-color: rgba(0, 0, 0, 0.2); } .btn-foursquare:active, .btn-foursquare.active, .open > .dropdown-toggle.btn-foursquare { background-image: none; } .btn-foursquare .badge { color: #f94877; background-color: #ffffff; } .btn-github { color: #ffffff; background-color: #444444; border-color: rgba(0, 0, 0, 0.2); } .btn-github:focus, .btn-github.focus { color: #ffffff; background-color: #2b2b2b; border-color: rgba(0, 0, 0, 0.2); } .btn-github:hover { color: #ffffff; background-color: #2b2b2b; border-color: rgba(0, 0, 0, 0.2); } .btn-github:active, .btn-github.active, .open > .dropdown-toggle.btn-github { color: #ffffff; background-color: #2b2b2b; border-color: rgba(0, 0, 0, 0.2); } .btn-github:active, .btn-github.active, .open > .dropdown-toggle.btn-github { background-image: none; } .btn-github .badge { color: #444444; background-color: #ffffff; } .btn-google { color: #ffffff; background-color: #dd4b39; border-color: rgba(0, 0, 0, 0.2); } .btn-google:focus, .btn-google.focus { color: #ffffff; background-color: #c23321; border-color: rgba(0, 0, 0, 0.2); } .btn-google:hover { color: #ffffff; background-color: #c23321; border-color: rgba(0, 0, 0, 0.2); } .btn-google:active, .btn-google.active, .open > .dropdown-toggle.btn-google { color: #ffffff; background-color: #c23321; border-color: rgba(0, 0, 0, 0.2); } .btn-google:active, .btn-google.active, .open > .dropdown-toggle.btn-google { background-image: none; } .btn-google .badge { color: #dd4b39; background-color: #ffffff; } .btn-instagram { color: #ffffff; background-color: #3f729b; border-color: rgba(0, 0, 0, 0.2); } .btn-instagram:focus, .btn-instagram.focus { color: #ffffff; background-color: #305777; border-color: rgba(0, 0, 0, 0.2); } .btn-instagram:hover { color: #ffffff; background-color: #305777; border-color: rgba(0, 0, 0, 0.2); } .btn-instagram:active, .btn-instagram.active, .open > .dropdown-toggle.btn-instagram { color: #ffffff; background-color: #305777; border-color: rgba(0, 0, 0, 0.2); } .btn-instagram:active, .btn-instagram.active, .open > .dropdown-toggle.btn-instagram { background-image: none; } .btn-instagram .badge { color: #3f729b; background-color: #ffffff; } .btn-linkedin { color: #ffffff; background-color: #007bb6; border-color: rgba(0, 0, 0, 0.2); } .btn-linkedin:focus, .btn-linkedin.focus { color: #ffffff; background-color: #005983; border-color: rgba(0, 0, 0, 0.2); } .btn-linkedin:hover { color: #ffffff; background-color: #005983; border-color: rgba(0, 0, 0, 0.2); } .btn-linkedin:active, .btn-linkedin.active, .open > .dropdown-toggle.btn-linkedin { color: #ffffff; background-color: #005983; border-color: rgba(0, 0, 0, 0.2); } .btn-linkedin:active, .btn-linkedin.active, .open > .dropdown-toggle.btn-linkedin { background-image: none; } .btn-linkedin .badge { color: #007bb6; background-color: #ffffff; } .btn-microsoft { color: #ffffff; background-color: #2672ec; border-color: rgba(0, 0, 0, 0.2); } .btn-microsoft:focus, .btn-microsoft.focus { color: #ffffff; background-color: #125acd; border-color: rgba(0, 0, 0, 0.2); } .btn-microsoft:hover { color: #ffffff; background-color: #125acd; border-color: rgba(0, 0, 0, 0.2); } .btn-microsoft:active, .btn-microsoft.active, .open > .dropdown-toggle.btn-microsoft { color: #ffffff; background-color: #125acd; border-color: rgba(0, 0, 0, 0.2); } .btn-microsoft:active, .btn-microsoft.active, .open > .dropdown-toggle.btn-microsoft { background-image: none; } .btn-microsoft .badge { color: #2672ec; background-color: #ffffff; } .btn-openid { color: #ffffff; background-color: #f7931e; border-color: rgba(0, 0, 0, 0.2); } .btn-openid:focus, .btn-openid.focus { color: #ffffff; background-color: #da7908; border-color: rgba(0, 0, 0, 0.2); } .btn-openid:hover { color: #ffffff; background-color: #da7908; border-color: rgba(0, 0, 0, 0.2); } .btn-openid:active, .btn-openid.active, .open > .dropdown-toggle.btn-openid { color: #ffffff; background-color: #da7908; border-color: rgba(0, 0, 0, 0.2); } .btn-openid:active, .btn-openid.active, .open > .dropdown-toggle.btn-openid { background-image: none; } .btn-openid .badge { color: #f7931e; background-color: #ffffff; } .btn-pinterest { color: #ffffff; background-color: #cb2027; border-color: rgba(0, 0, 0, 0.2); } .btn-pinterest:focus, .btn-pinterest.focus { color: #ffffff; background-color: #9f191f; border-color: rgba(0, 0, 0, 0.2); } .btn-pinterest:hover { color: #ffffff; background-color: #9f191f; border-color: rgba(0, 0, 0, 0.2); } .btn-pinterest:active, .btn-pinterest.active, .open > .dropdown-toggle.btn-pinterest { color: #ffffff; background-color: #9f191f; border-color: rgba(0, 0, 0, 0.2); } .btn-pinterest:active, .btn-pinterest.active, .open > .dropdown-toggle.btn-pinterest { background-image: none; } .btn-pinterest .badge { color: #cb2027; background-color: #ffffff; } .btn-reddit { color: #000000; background-color: #eff7ff; border-color: rgba(0, 0, 0, 0.2); } .btn-reddit:focus, .btn-reddit.focus { color: #000000; background-color: #bcddff; border-color: rgba(0, 0, 0, 0.2); } .btn-reddit:hover { color: #000000; background-color: #bcddff; border-color: rgba(0, 0, 0, 0.2); } .btn-reddit:active, .btn-reddit.active, .open > .dropdown-toggle.btn-reddit { color: #000000; background-color: #bcddff; border-color: rgba(0, 0, 0, 0.2); } .btn-reddit:active, .btn-reddit.active, .open > .dropdown-toggle.btn-reddit { background-image: none; } .btn-reddit .badge { color: #eff7ff; background-color: #000000; } .btn-soundcloud { color: #ffffff; background-color: #ff5500; border-color: rgba(0, 0, 0, 0.2); } .btn-soundcloud:focus, .btn-soundcloud.focus { color: #ffffff; background-color: #cc4400; border-color: rgba(0, 0, 0, 0.2); } .btn-soundcloud:hover { color: #ffffff; background-color: #cc4400; border-color: rgba(0, 0, 0, 0.2); } .btn-soundcloud:active, .btn-soundcloud.active, .open > .dropdown-toggle.btn-soundcloud { color: #ffffff; background-color: #cc4400; border-color: rgba(0, 0, 0, 0.2); } .btn-soundcloud:active, .btn-soundcloud.active, .open > .dropdown-toggle.btn-soundcloud { background-image: none; } .btn-soundcloud .badge { color: #ff5500; background-color: #ffffff; } .btn-tumblr { color: #ffffff; background-color: #2c4762; border-color: rgba(0, 0, 0, 0.2); } .btn-tumblr:focus, .btn-tumblr.focus { color: #ffffff; background-color: #1c2d3f; border-color: rgba(0, 0, 0, 0.2); } .btn-tumblr:hover { color: #ffffff; background-color: #1c2d3f; border-color: rgba(0, 0, 0, 0.2); } .btn-tumblr:active, .btn-tumblr.active, .open > .dropdown-toggle.btn-tumblr { color: #ffffff; background-color: #1c2d3f; border-color: rgba(0, 0, 0, 0.2); } .btn-tumblr:active, .btn-tumblr.active, .open > .dropdown-toggle.btn-tumblr { background-image: none; } .btn-tumblr .badge { color: #2c4762; background-color: #ffffff; } .btn-twitter { color: #ffffff; background-color: #55acee; border-color: rgba(0, 0, 0, 0.2); } .btn-twitter:focus, .btn-twitter.focus { color: #ffffff; background-color: #2795e9; border-color: rgba(0, 0, 0, 0.2); } .btn-twitter:hover { color: #ffffff; background-color: #2795e9; border-color: rgba(0, 0, 0, 0.2); } .btn-twitter:active, .btn-twitter.active, .open > .dropdown-toggle.btn-twitter { color: #ffffff; background-color: #2795e9; border-color: rgba(0, 0, 0, 0.2); } .btn-twitter:active, .btn-twitter.active, .open > .dropdown-toggle.btn-twitter { background-image: none; } .btn-twitter .badge { color: #55acee; background-color: #ffffff; } .btn-vimeo { color: #ffffff; background-color: #1ab7ea; border-color: rgba(0, 0, 0, 0.2); } .btn-vimeo:focus, .btn-vimeo.focus { color: #ffffff; background-color: #1295bf; border-color: rgba(0, 0, 0, 0.2); } .btn-vimeo:hover { color: #ffffff; background-color: #1295bf; border-color: rgba(0, 0, 0, 0.2); } .btn-vimeo:active, .btn-vimeo.active, .open > .dropdown-toggle.btn-vimeo { color: #ffffff; background-color: #1295bf; border-color: rgba(0, 0, 0, 0.2); } .btn-vimeo:active, .btn-vimeo.active, .open > .dropdown-toggle.btn-vimeo { background-image: none; } .btn-vimeo .badge { color: #1ab7ea; background-color: #ffffff; } .btn-vk { color: #ffffff; background-color: #587ea3; border-color: rgba(0, 0, 0, 0.2); } .btn-vk:focus, .btn-vk.focus { color: #ffffff; background-color: #466482; border-color: rgba(0, 0, 0, 0.2); } .btn-vk:hover { color: #ffffff; background-color: #466482; border-color: rgba(0, 0, 0, 0.2); } .btn-vk:active, .btn-vk.active, .open > .dropdown-toggle.btn-vk { color: #ffffff; background-color: #466482; border-color: rgba(0, 0, 0, 0.2); } .btn-vk:active, .btn-vk.active, .open > .dropdown-toggle.btn-vk { background-image: none; } .btn-vk .badge { color: #587ea3; background-color: #ffffff; } .btn-yahoo { color: #ffffff; background-color: #720e9e; border-color: rgba(0, 0, 0, 0.2); } .btn-yahoo:focus, .btn-yahoo.focus { color: #ffffff; background-color: #500a6f; border-color: rgba(0, 0, 0, 0.2); } .btn-yahoo:hover { color: #ffffff; background-color: #500a6f; border-color: rgba(0, 0, 0, 0.2); } .btn-yahoo:active, .btn-yahoo.active, .open > .dropdown-toggle.btn-yahoo { color: #ffffff; background-color: #500a6f; border-color: rgba(0, 0, 0, 0.2); } .btn-yahoo:active, .btn-yahoo.active, .open > .dropdown-toggle.btn-yahoo { background-image: none; } .btn-yahoo .badge { color: #720e9e; background-color: #ffffff; } /* * Plugin: Full Calendar * --------------------- */ .fc-button { background: #f4f4f4; background-image: none; color: #444; border-color: #ddd; border-bottom-color: #ddd; } .fc-button:hover, .fc-button:active, .fc-button.hover { background-color: #e9e9e9; } .fc-header-title h2 { font-size: 15px; line-height: 1.6em; color: #666; margin-left: 10px; } .fc-header-right { padding-right: 10px; } .fc-header-left { padding-left: 10px; } .fc-widget-header { background: #fafafa; } .fc-grid { width: 100%; border: 0; } .fc-widget-header:first-of-type, .fc-widget-content:first-of-type { border-left: 0; border-right: 0; } .fc-widget-header:last-of-type, .fc-widget-content:last-of-type { border-right: 0; } .fc-toolbar { padding: 10px; margin: 0; } .fc-day-number { font-size: 20px; font-weight: 300; padding-right: 10px; } .fc-color-picker { list-style: none; margin: 0; padding: 0; } .fc-color-picker > li { float: left; font-size: 30px; margin-right: 5px; line-height: 30px; } .fc-color-picker > li .fa { -webkit-transition: -webkit-transform linear 0.3s; -moz-transition: -moz-transform linear 0.3s; -o-transition: -o-transform linear 0.3s; transition: transform linear 0.3s; } .fc-color-picker > li .fa:hover { -webkit-transform: rotate(30deg); -ms-transform: rotate(30deg); -o-transform: rotate(30deg); transform: rotate(30deg); } #add-new-event { -webkit-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; } .external-event { padding: 5px 10px; font-weight: bold; margin-bottom: 4px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); border-radius: 3px; cursor: move; } .external-event:hover { box-shadow: inset 0 0 90px rgba(0, 0, 0, 0.2); } /* * Plugin: Select2 * --------------- */ .select2-container--default.select2-container--focus, .select2-selection.select2-container--focus, .select2-container--default:focus, .select2-selection:focus, .select2-container--default:active, .select2-selection:active { outline: none; } .select2-container--default .select2-selection--single, .select2-selection .select2-selection--single { border: 1px solid #d2d6de; border-radius: 0; padding: 6px 12px; height: 34px; } .select2-container--default.select2-container--open { border-color: #3c8dbc; } .select2-dropdown { border: 1px solid #d2d6de; border-radius: 0; } .select2-container--default .select2-results__option--highlighted[aria-selected] { background-color: #3c8dbc; color: white; } .select2-results__option { padding: 6px 12px; user-select: none; -webkit-user-select: none; } .select2-container .select2-selection--single .select2-selection__rendered { padding-left: 0; padding-right: 0; height: auto; margin-top: -4px; } .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered { padding-right: 6px; padding-left: 20px; } .select2-container--default .select2-selection--single .select2-selection__arrow { height: 28px; right: 3px; } .select2-container--default .select2-selection--single .select2-selection__arrow b { margin-top: 0; } .select2-dropdown .select2-search__field, .select2-search--inline .select2-search__field { border: 1px solid #d2d6de; } .select2-dropdown .select2-search__field:focus, .select2-search--inline .select2-search__field:focus { outline: none; border: 1px solid #3c8dbc; } .select2-container--default .select2-results__option[aria-disabled=true] { color: #999; } .select2-container--default .select2-results__option[aria-selected=true] { background-color: #ddd; } .select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[aria-selected=true]:hover { color: #444; } .select2-container--default .select2-selection--multiple { border: 1px solid #d2d6de; border-radius: 0; } .select2-container--default .select2-selection--multiple:focus { border-color: #3c8dbc; } .select2-container--default.select2-container--focus .select2-selection--multiple { border-color: #d2d6de; } .select2-container--default .select2-selection--multiple .select2-selection__choice { background-color: #3c8dbc; border-color: #367fa9; padding: 1px 10px; color: #fff; } .select2-container--default .select2-selection--multiple .select2-selection__choice__remove { margin-right: 5px; color: rgba(255, 255, 255, 0.7); } .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover { color: #fff; } .select2-container .select2-selection--single .select2-selection__rendered { padding-right: 10px; } /* * General: Miscellaneous * ---------------------- */ .pad { padding: 10px; } .margin { margin: 10px; } .margin-bottom { margin-bottom: 20px; } .margin-bottom-none { margin-bottom: 0; } .margin-r-5 { margin-right: 5px; } .inline { display: inline; } .description-block { display: block; margin: 10px 0; text-align: center; } .description-block.margin-bottom { margin-bottom: 25px; } .description-block > .description-header { margin: 0; padding: 0; font-weight: 600; font-size: 16px; } .description-block > .description-text { text-transform: uppercase; } .bg-red, .bg-yellow, .bg-aqua, .bg-blue, .bg-light-blue, .bg-green, .bg-navy, .bg-teal, .bg-olive, .bg-lime, .bg-orange, .bg-fuchsia, .bg-purple, .bg-maroon, .bg-black, .bg-red-active, .bg-yellow-active, .bg-aqua-active, .bg-blue-active, .bg-light-blue-active, .bg-green-active, .bg-navy-active, .bg-teal-active, .bg-olive-active, .bg-lime-active, .bg-orange-active, .bg-fuchsia-active, .bg-purple-active, .bg-maroon-active, .bg-black-active, .callout.callout-danger, .callout.callout-warning, .callout.callout-info, .callout.callout-success, .alert-success, .alert-danger, .alert-error, .alert-warning, .alert-info, .label-danger, .label-info, .label-warning, .label-primary, .label-success, .modal-primary .modal-body, .modal-primary .modal-header, .modal-primary .modal-footer, .modal-warning .modal-body, .modal-warning .modal-header, .modal-warning .modal-footer, .modal-info .modal-body, .modal-info .modal-header, .modal-info .modal-footer, .modal-success .modal-body, .modal-success .modal-header, .modal-success .modal-footer, .modal-danger .modal-body, .modal-danger .modal-header, .modal-danger .modal-footer { color: #fff !important; } .bg-gray { color: #000; background-color: #d2d6de !important; } .bg-gray-light { background-color: #f7f7f7; } .bg-black { background-color: #111111 !important; } .bg-red, .callout.callout-danger, .alert-danger, .alert-error, .label-danger, .modal-danger .modal-body { background-color: #dd4b39 !important; } .bg-yellow, .callout.callout-warning, .alert-warning, .label-warning, .modal-warning .modal-body { background-color: #f39c12 !important; } .bg-aqua, .callout.callout-info, .alert-info, .label-info, .modal-info .modal-body { background-color: #00c0ef !important; } .bg-blue { background-color: #0073b7 !important; } .bg-light-blue, .label-primary, .modal-primary .modal-body { background-color: #3c8dbc !important; } .bg-green, .callout.callout-success, .alert-success, .label-success, .modal-success .modal-body { background-color: #00a65a !important; } .bg-navy { background-color: #001f3f !important; } .bg-teal { background-color: #39cccc !important; } .bg-olive { background-color: #3d9970 !important; } .bg-lime { background-color: #01ff70 !important; } .bg-orange { background-color: #ff851b !important; } .bg-fuchsia { background-color: #f012be !important; } .bg-purple { background-color: #605ca8 !important; } .bg-maroon { background-color: #d81b60 !important; } .bg-gray-active { color: #000; background-color: #b5bbc8 !important; } .bg-black-active { background-color: #000000 !important; } .bg-red-active, .modal-danger .modal-header, .modal-danger .modal-footer { background-color: #d33724 !important; } .bg-yellow-active, .modal-warning .modal-header, .modal-warning .modal-footer { background-color: #db8b0b !important; } .bg-aqua-active, .modal-info .modal-header, .modal-info .modal-footer { background-color: #00a7d0 !important; } .bg-blue-active { background-color: #005384 !important; } .bg-light-blue-active, .modal-primary .modal-header, .modal-primary .modal-footer { background-color: #357ca5 !important; } .bg-green-active, .modal-success .modal-header, .modal-success .modal-footer { background-color: #008d4c !important; } .bg-navy-active { background-color: #001a35 !important; } .bg-teal-active { background-color: #30bbbb !important; } .bg-olive-active { background-color: #368763 !important; } .bg-lime-active { background-color: #00e765 !important; } .bg-orange-active { background-color: #ff7701 !important; } .bg-fuchsia-active { background-color: #db0ead !important; } .bg-purple-active { background-color: #555299 !important; } .bg-maroon-active { background-color: #ca195a !important; } [class^="bg-"].disabled { opacity: 0.65; filter: alpha(opacity=65); } .text-red { color: #dd4b39 !important; } .text-yellow { color: #f39c12 !important; } .text-aqua { color: #00c0ef !important; } .text-blue { color: #0073b7 !important; } .text-black { color: #111111 !important; } .text-light-blue { color: #3c8dbc !important; } .text-green { color: #00a65a !important; } .text-gray { color: #d2d6de !important; } .text-navy { color: #001f3f !important; } .text-teal { color: #39cccc !important; } .text-olive { color: #3d9970 !important; } .text-lime { color: #01ff70 !important; } .text-orange { color: #ff851b !important; } .text-fuchsia { color: #f012be !important; } .text-purple { color: #605ca8 !important; } .text-maroon { color: #d81b60 !important; } .link-muted { color: #7a869d; } .link-muted:hover, .link-muted:focus { color: #606c84; } .link-black { color: #666; } .link-black:hover, .link-black:focus { color: #999; } .hide { display: none !important; } .no-border { border: 0 !important; } .no-padding { padding: 0 !important; } .no-margin { margin: 0 !important; } .no-shadow { box-shadow: none !important; } .list-unstyled, .chart-legend, .contacts-list, .users-list, .mailbox-attachments { list-style: none; margin: 0; padding: 0; } .list-group-unbordered > .list-group-item { border-left: 0; border-right: 0; border-radius: 0; padding-left: 0; padding-right: 0; } .flat { border-radius: 0 !important; } .text-bold, .text-bold.table td, .text-bold.table th { font-weight: 700; } .text-sm { font-size: 12px; } .jqstooltip { padding: 5px !important; width: auto !important; height: auto !important; } .bg-teal-gradient { background: #39cccc !important; background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #39cccc), color-stop(1, #7adddd)) !important; background: -ms-linear-gradient(bottom, #39cccc, #7adddd) !important; background: -moz-linear-gradient(center bottom, #39cccc 0%, #7adddd 100%) !important; background: -o-linear-gradient(#7adddd, #39cccc) !important; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7adddd', endColorstr='#39cccc', GradientType=0) !important; color: #fff; } .bg-light-blue-gradient { background: #3c8dbc !important; background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3c8dbc), color-stop(1, #67a8ce)) !important; background: -ms-linear-gradient(bottom, #3c8dbc, #67a8ce) !important; background: -moz-linear-gradient(center bottom, #3c8dbc 0%, #67a8ce 100%) !important; background: -o-linear-gradient(#67a8ce, #3c8dbc) !important; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#67a8ce', endColorstr='#3c8dbc', GradientType=0) !important; color: #fff; } .bg-blue-gradient { background: #0073b7 !important; background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0073b7), color-stop(1, #0089db)) !important; background: -ms-linear-gradient(bottom, #0073b7, #0089db) !important; background: -moz-linear-gradient(center bottom, #0073b7 0%, #0089db 100%) !important; background: -o-linear-gradient(#0089db, #0073b7) !important; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0089db', endColorstr='#0073b7', GradientType=0) !important; color: #fff; } .bg-aqua-gradient { background: #00c0ef !important; background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00c0ef), color-stop(1, #14d1ff)) !important; background: -ms-linear-gradient(bottom, #00c0ef, #14d1ff) !important; background: -moz-linear-gradient(center bottom, #00c0ef 0%, #14d1ff 100%) !important; background: -o-linear-gradient(#14d1ff, #00c0ef) !important; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#14d1ff', endColorstr='#00c0ef', GradientType=0) !important; color: #fff; } .bg-yellow-gradient { background: #f39c12 !important; background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f39c12), color-stop(1, #f7bc60)) !important; background: -ms-linear-gradient(bottom, #f39c12, #f7bc60) !important; background: -moz-linear-gradient(center bottom, #f39c12 0%, #f7bc60 100%) !important; background: -o-linear-gradient(#f7bc60, #f39c12) !important; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7bc60', endColorstr='#f39c12', GradientType=0) !important; color: #fff; } .bg-purple-gradient { background: #605ca8 !important; background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #605ca8), color-stop(1, #9491c4)) !important; background: -ms-linear-gradient(bottom, #605ca8, #9491c4) !important; background: -moz-linear-gradient(center bottom, #605ca8 0%, #9491c4 100%) !important; background: -o-linear-gradient(#9491c4, #605ca8) !important; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9491c4', endColorstr='#605ca8', GradientType=0) !important; color: #fff; } .bg-green-gradient { background: #00a65a !important; background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00a65a), color-stop(1, #00ca6d)) !important; background: -ms-linear-gradient(bottom, #00a65a, #00ca6d) !important; background: -moz-linear-gradient(center bottom, #00a65a 0%, #00ca6d 100%) !important; background: -o-linear-gradient(#00ca6d, #00a65a) !important; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ca6d', endColorstr='#00a65a', GradientType=0) !important; color: #fff; } .bg-red-gradient { background: #dd4b39 !important; background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dd4b39), color-stop(1, #e47365)) !important; background: -ms-linear-gradient(bottom, #dd4b39, #e47365) !important; background: -moz-linear-gradient(center bottom, #dd4b39 0%, #e47365 100%) !important; background: -o-linear-gradient(#e47365, #dd4b39) !important; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e47365', endColorstr='#dd4b39', GradientType=0) !important; color: #fff; } .bg-black-gradient { background: #111111 !important; background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #111111), color-stop(1, #2b2b2b)) !important; background: -ms-linear-gradient(bottom, #111111, #2b2b2b) !important; background: -moz-linear-gradient(center bottom, #111111 0%, #2b2b2b 100%) !important; background: -o-linear-gradient(#2b2b2b, #111111) !important; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b2b2b', endColorstr='#111111', GradientType=0) !important; color: #fff; } .bg-maroon-gradient { background: #d81b60 !important; background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d81b60), color-stop(1, #e73f7c)) !important; background: -ms-linear-gradient(bottom, #d81b60, #e73f7c) !important; background: -moz-linear-gradient(center bottom, #d81b60 0%, #e73f7c 100%) !important; background: -o-linear-gradient(#e73f7c, #d81b60) !important; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e73f7c', endColorstr='#d81b60', GradientType=0) !important; color: #fff; } .description-block .description-icon { font-size: 16px; } .no-pad-top { padding-top: 0; } .position-static { position: static !important; } .list-header { font-size: 15px; padding: 10px 4px; font-weight: bold; color: #666; } .list-seperator { height: 1px; background: #f4f4f4; margin: 15px 0 9px 0; } .list-link > a { padding: 4px; color: #777; } .list-link > a:hover { color: #222; } .font-light { font-weight: 300; } .user-block:before, .user-block:after { content: " "; display: table; } .user-block:after { clear: both; } .user-block img { width: 40px; height: 40px; float: left; } .user-block .username, .user-block .description, .user-block .comment { display: block; margin-left: 50px; } .user-block .username { font-size: 16px; font-weight: 600; } .user-block .description { color: #999; font-size: 13px; } .user-block.user-block-sm .username, .user-block.user-block-sm .description, .user-block.user-block-sm .comment { margin-left: 40px; } .user-block.user-block-sm .username { font-size: 14px; } .img-sm, .img-md, .img-lg, .box-comments .box-comment img, .user-block.user-block-sm img { float: left; } .img-sm, .box-comments .box-comment img, .user-block.user-block-sm img { width: 30px !important; height: 30px !important; } .img-sm + .img-push { margin-left: 40px; } .img-md { width: 60px; height: 60px; } .img-md + .img-push { margin-left: 70px; } .img-lg { width: 100px; height: 100px; } .img-lg + .img-push { margin-left: 110px; } .img-bordered { border: 3px solid #d2d6de; padding: 3px; } .img-bordered-sm { border: 2px solid #d2d6de; padding: 2px; } .attachment-block { border: 1px solid #f4f4f4; padding: 5px; margin-bottom: 10px; background: #f7f7f7; } .attachment-block .attachment-img { max-width: 100px; max-height: 100px; height: auto; float: left; } .attachment-block .attachment-pushed { margin-left: 110px; } .attachment-block .attachment-heading { margin: 0; } .attachment-block .attachment-text { color: #555; } .connectedSortable { min-height: 100px; } .ui-helper-hidden-accessible { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .sort-highlight { background: #f4f4f4; border: 1px dashed #ddd; margin-bottom: 10px; } .full-opacity-hover { opacity: 0.65; filter: alpha(opacity=65); } .full-opacity-hover:hover { opacity: 1; filter: alpha(opacity=100); } .chart { position: relative; overflow: hidden; width: 100%; } .chart svg, .chart canvas { width: 100% !important; } /* * Misc: print * ----------- */ @media print { .no-print, .main-sidebar, .left-side, .main-header, .content-header { display: none !important; } .content-wrapper, .right-side, .main-footer { margin-left: 0 !important; min-height: 0 !important; -webkit-transform: translate(0, 0) !important; -ms-transform: translate(0, 0) !important; -o-transform: translate(0, 0) !important; transform: translate(0, 0) !important; } .fixed .content-wrapper, .fixed .right-side { padding-top: 0 !important; } .invoice { width: 100%; border: 0; margin: 0; padding: 0; } .invoice-col { float: left; width: 33.3333333%; } .table-responsive { overflow: auto; } .table-responsive > .table tr th, .table-responsive > .table tr td { white-space: normal !important; } }
lucene/test-framework/src/java/org/apache/lucene/codecs/package.html
q474818917/solr-5.2.0
<!doctype html public "-//w3c//dtd html 4.0 transitional//en"> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <!-- not a package-info.java, because we already defined this package in core/ --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body> Codecs for testing (simulate old disk formats, wacky theoretical use cases, etc) </body> </html>
B2G/gecko/layout/reftests/bugs/229591-1-ref.html
sergecodd/FireFox-OS
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <head> <style> table {border-collapse:collapse} td {border: thin solid lime} </style> </head> <html > <body style="color:lime"> <table><tr><td>cell1</td><td>cell2</td></tr> <tr><td>cell3</td><td>cell4</td></tr></table> </body> </html>
lib/fop-1.0/javadocs/org/apache/fop/afp/AFPBorderPainter.html
lewismc/yax
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.4.2_11) on Mon Jul 12 21:36:57 CEST 2010 --> <TITLE> AFPBorderPainter (Apache FOP 1.0 API) </TITLE> <META NAME="keywords" CONTENT="org.apache.fop.afp.AFPBorderPainter class"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { parent.document.title="AFPBorderPainter (Apache FOP 1.0 API)"; } </SCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/AFPBorderPainter.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> fop 1.0</EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../org/apache/fop/afp/AbstractAFPPainter.html" title="class in org.apache.fop.afp"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../org/apache/fop/afp/AFPDataObjectFactory.html" title="class in org.apache.fop.afp"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="AFPBorderPainter.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="#fields_inherited_from_class_org.apache.fop.afp.AbstractAFPPainter">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;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"> org.apache.fop.afp</FONT> <BR> Class AFPBorderPainter</H2> <PRE> java.lang.Object <IMG SRC="../../../../resources/inherit.gif" ALT="extended by"><A HREF="../../../../org/apache/fop/afp/AbstractAFPPainter.html" title="class in org.apache.fop.afp">org.apache.fop.afp.AbstractAFPPainter</A> <IMG SRC="../../../../resources/inherit.gif" ALT="extended by"><B>org.apache.fop.afp.AFPBorderPainter</B> </PRE> <HR> <DL> <DT>public class <B>AFPBorderPainter</B><DT>extends <A HREF="../../../../org/apache/fop/afp/AbstractAFPPainter.html" title="class in org.apache.fop.afp">AbstractAFPPainter</A></DL> <P> Handles the drawing of borders/lines in AFP <P> <P> <HR> <P> <!-- ======== NESTED CLASS SUMMARY ======== --> <!-- =========== FIELD SUMMARY =========== --> <A NAME="field_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> <B>Field Summary</B></FONT></TD> </TR> </TABLE> &nbsp;<A NAME="fields_inherited_from_class_org.apache.fop.afp.AbstractAFPPainter"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TD><B>Fields inherited from class org.apache.fop.afp.<A HREF="../../../../org/apache/fop/afp/AbstractAFPPainter.html" title="class in org.apache.fop.afp">AbstractAFPPainter</A></B></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><A HREF="../../../../org/apache/fop/afp/AbstractAFPPainter.html#dataStream">dataStream</A>, <A HREF="../../../../org/apache/fop/afp/AbstractAFPPainter.html#log">log</A>, <A HREF="../../../../org/apache/fop/afp/AbstractAFPPainter.html#paintingState">paintingState</A></CODE></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"> <TD COLSPAN=2><FONT SIZE="+2"> <B>Constructor Summary</B></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../org/apache/fop/afp/AFPBorderPainter.html#AFPBorderPainter(org.apache.fop.afp.AFPPaintingState, org.apache.fop.afp.DataStream)">AFPBorderPainter</A></B>(<A HREF="../../../../org/apache/fop/afp/AFPPaintingState.html" title="class in org.apache.fop.afp">AFPPaintingState</A>&nbsp;paintingState, <A HREF="../../../../org/apache/fop/afp/DataStream.html" title="class in org.apache.fop.afp">DataStream</A>&nbsp;dataStream)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Main 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"> <TD COLSPAN=2><FONT SIZE="+2"> <B>Method Summary</B></FONT></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="../../../../org/apache/fop/afp/AFPBorderPainter.html#paint(org.apache.fop.afp.PaintingInfo)">paint</A></B>(<A HREF="../../../../org/apache/fop/afp/PaintingInfo.html" title="interface in org.apache.fop.afp">PaintingInfo</A>&nbsp;paintInfo)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Paints the painting item</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"> <TD><B>Methods inherited from class java.lang.Object</B></TD> </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> <!-- ============ FIELD DETAIL =========== --> <!-- ========= CONSTRUCTOR DETAIL ======== --> <A NAME="constructor_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=1><FONT SIZE="+2"> <B>Constructor Detail</B></FONT></TD> </TR> </TABLE> <A NAME="AFPBorderPainter(org.apache.fop.afp.AFPPaintingState, org.apache.fop.afp.DataStream)"><!-- --></A><H3> AFPBorderPainter</H3> <PRE> public <B>AFPBorderPainter</B>(<A HREF="../../../../org/apache/fop/afp/AFPPaintingState.html" title="class in org.apache.fop.afp">AFPPaintingState</A>&nbsp;paintingState, <A HREF="../../../../org/apache/fop/afp/DataStream.html" title="class in org.apache.fop.afp">DataStream</A>&nbsp;dataStream)</PRE> <DL> <DD>Main constructor <P> <DT><B>Parameters:</B><DD><CODE>paintingState</CODE> - the AFP painting state converter<DD><CODE>dataStream</CODE> - the AFP datastream</DL> <!-- ============ METHOD DETAIL ========== --> <A NAME="method_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=1><FONT SIZE="+2"> <B>Method Detail</B></FONT></TD> </TR> </TABLE> <A NAME="paint(org.apache.fop.afp.PaintingInfo)"><!-- --></A><H3> paint</H3> <PRE> public void <B>paint</B>(<A HREF="../../../../org/apache/fop/afp/PaintingInfo.html" title="interface in org.apache.fop.afp">PaintingInfo</A>&nbsp;paintInfo)</PRE> <DL> <DD>Paints the painting item <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/apache/fop/afp/AbstractAFPPainter.html#paint(org.apache.fop.afp.PaintingInfo)">paint</A></CODE> in class <CODE><A HREF="../../../../org/apache/fop/afp/AbstractAFPPainter.html" title="class in org.apache.fop.afp">AbstractAFPPainter</A></CODE></DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>paintInfo</CODE> - the painting information</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=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/AFPBorderPainter.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> fop 1.0</EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../org/apache/fop/afp/AbstractAFPPainter.html" title="class in org.apache.fop.afp"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../org/apache/fop/afp/AFPDataObjectFactory.html" title="class in org.apache.fop.afp"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="AFPBorderPainter.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="#fields_inherited_from_class_org.apache.fop.afp.AbstractAFPPainter">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;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> Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved. </BODY> </HTML>
web/angular-1.3.0/docs/examples/example-example62/index-production.html
AlexKomrakov/nndl
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Example - example-example62-production</title> <link href="style.css" rel="stylesheet" type="text/css"> <script src="//ajax.googleapis.com/ajax/libs/angularjs/1.3.0-rc.5/angular.min.js"></script> <script src="//ajax.googleapis.com/ajax/libs/angularjs/1.3.0-rc.5/angular-animate.js"></script> </head> <body ng-app="ngAnimate"> <input id="setbtn" type="button" value="set" ng-click="myVar='my-class'"> <input id="clearbtn" type="button" value="clear" ng-click="myVar=''"> <br> <span class="base-class" ng-class="myVar">Sample Text</span> </body> </html>
app/src/main/assets/help/app_help.html
MauricePeek513/MySneakerProject
<html> <body style="color: white" link="#1994FA"> <li>Configure Bluefruit LE using instructions found here: <a href="http://www.adafruit.com/bluefruitle">http://www.adafruit.com/bluefruitle</a></li> <br> <li>Tap the Scan button on the bottom toolbar to start/stop peripheral scanning.</li> <br> <li>Drag the table down and release to clear the list of found peripherals and begin scanning</li> <br> <li>Tap a row in the table to view a peripheral's advertisement data.</li> <br> <li>Each peripheral's Received Signal Strength (RSSI) is displayed to the left of its name.</li> <br> <li>Tap a row's connect button to connect the corresponding device in one of the available modes: </li> <br> <b>Info</b> - displays peripheral services & characteristics <br> <br> <b>UART</b> - basic terminal, send & receive data <br> <br> <b>Pin I/O</b> - uses Bluefruit's UART to control Arduino running BLEFirmata sketch: <a href="http://www.adafruit.com/bluefruitle">http://www.adafruit.com/bluefruitle</a> <br> <br> <b>Note</b> - If a peripheral does not offer the UART service, tapping Connect will automatically enter Info mode </body> </html>
tools/apache-ant-1.8.2/docs/manual/api/org/apache/tools/ant/taskdefs/optional/jsp/compilers/package-frame.html
jeroendesloovere/PhotoSwipe
<!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 Mon Dec 20 13:46:30 EST 2010 --> <TITLE> org.apache.tools.ant.taskdefs.optional.jsp.compilers (Apache Ant API) </TITLE> <META NAME="keywords" CONTENT="org.apache.tools.ant.taskdefs.optional.jsp.compilers package"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../../stylesheet.css" TITLE="Style"> </HEAD> <BODY BGCOLOR="white"> <FONT size="+1" CLASS="FrameTitleFont"> <A HREF="../../../../../../../../org/apache/tools/ant/taskdefs/optional/jsp/compilers/package-summary.html" target="classFrame">org.apache.tools.ant.taskdefs.optional.jsp.compilers</A></FONT> <TABLE BORDER="0" WIDTH="100%" SUMMARY=""> <TR> <TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont"> Interfaces</FONT>&nbsp; <FONT CLASS="FrameItemFont"> <BR> <A HREF="JspCompilerAdapter.html" title="interface in org.apache.tools.ant.taskdefs.optional.jsp.compilers" target="classFrame"><I>JspCompilerAdapter</I></A></FONT></TD> </TR> </TABLE> <TABLE BORDER="0" WIDTH="100%" SUMMARY=""> <TR> <TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont"> Classes</FONT>&nbsp; <FONT CLASS="FrameItemFont"> <BR> <A HREF="DefaultJspCompilerAdapter.html" title="class in org.apache.tools.ant.taskdefs.optional.jsp.compilers" target="classFrame">DefaultJspCompilerAdapter</A> <BR> <A HREF="JasperC.html" title="class in org.apache.tools.ant.taskdefs.optional.jsp.compilers" target="classFrame">JasperC</A> <BR> <A HREF="JspCompilerAdapterFactory.html" title="class in org.apache.tools.ant.taskdefs.optional.jsp.compilers" target="classFrame">JspCompilerAdapterFactory</A></FONT></TD> </TR> </TABLE> </BODY> </HTML>
deps/db/docs/java/com/sleepycat/persist/raw/package-summary.html
egoitzro/poedit
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_03) on Fri Dec 18 17:26:35 EST 2009 --> <TITLE> com.sleepycat.persist.raw (Oracle - Berkeley DB Java API) </TITLE> <META NAME="date" CONTENT="2009-12-18"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../style.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="com.sleepycat.persist.raw (Oracle - Berkeley DB Java API)"; } } </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="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.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> <b>Berkeley DB</b><br><font size="-1"> version 4.8.26</font></EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../com/sleepycat/persist/model/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp; &nbsp;<A HREF="../../../../com/sleepycat/util/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?com/sleepycat/persist/raw/package-summary.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="package-summary.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> <H2> Package com.sleepycat.persist.raw </H2> Raw data access for general purpose tools and manual conversions. <P> <B>See:</B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="#package_description"><B>Description</B></A> <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Interface Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../com/sleepycat/persist/raw/RawField.html" title="interface in com.sleepycat.persist.raw">RawField</A></B></TD> <TD>The definition of a field in a <A HREF="../../../../com/sleepycat/persist/raw/RawType.html" title="interface in com.sleepycat.persist.raw"><CODE>RawType</CODE></A>.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../com/sleepycat/persist/raw/RawType.html" title="interface in com.sleepycat.persist.raw">RawType</A></B></TD> <TD>The type definition for a simple or complex persistent type, or an array of persistent types.</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Class Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../com/sleepycat/persist/raw/RawObject.html" title="class in com.sleepycat.persist.raw">RawObject</A></B></TD> <TD>A raw instance that can be used with a <A HREF="../../../../com/sleepycat/persist/raw/RawStore.html" title="class in com.sleepycat.persist.raw"><CODE>RawStore</CODE></A> or <A HREF="../../../../com/sleepycat/persist/evolve/Conversion.html" title="interface in com.sleepycat.persist.evolve"><CODE>Conversion</CODE></A>.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../com/sleepycat/persist/raw/RawStore.html" title="class in com.sleepycat.persist.raw">RawStore</A></B></TD> <TD>Provides access to the raw data in a store for use by general purpose tools.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="package_description"><!-- --></A><H2> Package com.sleepycat.persist.raw Description </H2> <P> Raw data access for general purpose tools and manual conversions. <P> <P> <DL> </DL> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.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> <b>Berkeley DB</b><br><font size="-1"> version 4.8.26</font></EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../com/sleepycat/persist/model/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp; &nbsp;<A HREF="../../../../com/sleepycat/util/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?com/sleepycat/persist/raw/package-summary.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> <font size=1>Copyright (c) 1996-2009 Oracle. All rights reserved.</font> </BODY> </HTML>
war/src/main/webapp/help/system-config/master-slave/jnlp-tunnel_zh_CN.html
andresrc/jenkins
<div> 当从节点通过JNLP启动后,节点会尝试与Jenkins指定的TCP端口连接,作为通讯通道。 但某些对安全敏感的网络可能会阻止该连接。 当Jenkins在一个负载均衡环境中运行时,也是有可能发生的,通过 <a href="http://www.serverwatch.com/tutorials/article.php/3290851">apache 反向代理</a> 到 <a href="http://en.wikipedia.org/wiki/Demilitarized_zone_(computing)">DMZ</a> 等等。 <p> 该通道选项,允许你指定其他的主机(或者端口),这对以上情况是很有用的。该字段的格式可以是"<tt>HOST:PORT</tt>", "<tt>:PORT</tt>", 或者"<tt>HOST:</tt>"。第一种格式下,JNLP 代理会连接指定的主机和端口,并且假设已经配置好了网络。 <p> 后面的两种格式,使用默认的主机名和端口号(主机名是Jenkins所运行的主机,TCP端口是Jenkins打开的端口)。在特殊情况下,<tt>HOST:</tt> format 这种格式是当Jenkins运行在反向代理环境下。 </div>
_includes/page.html
Zhu8/zhu8.github.io
{% comment %}{% include navtabs.html %}{% endcomment %} <article class="page"> {% unless page.hide_title %} <div class="page-header"> <h1>{{ page.title }}</h1> </div> {% endunless %} {{ content }} {% if page.shares %} <p>{% include shares.html %}</p> {% endif %} {% if page.disqus %} {% include disqus.html %} {% endif %} </article>
ext/dlib-19.4/docs/dlib/image_keypoint/hashed_feature_image_abstract.h.html
ruby-dlib/ruby-dlib
<html><!-- Created using the cpp_pretty_printer from the dlib C++ library. See http://dlib.net for updates. --><head><title>dlib C++ Library - hashed_feature_image_abstract.h</title></head><body bgcolor='white'><pre> <font color='#009900'>// Copyright (C) 2011 Davis E. King (davis@dlib.net) </font><font color='#009900'>// License: Boost Software License See LICENSE.txt for the full license. </font><font color='#0000FF'>#undef</font> DLIB_HASHED_IMAGE_FEATUrES_ABSTRACT_Hh_ <font color='#0000FF'>#ifdef</font> DLIB_HASHED_IMAGE_FEATUrES_ABSTRACT_Hh_ <font color='#0000FF'>#include</font> "<a style='text-decoration:none' href='../lsh/projection_hash_abstract.h.html'>../lsh/projection_hash_abstract.h</a>" <font color='#0000FF'>#include</font> <font color='#5555FF'>&lt;</font>vector<font color='#5555FF'>&gt;</font> <font color='#0000FF'>#include</font> "<a style='text-decoration:none' href='../matrix.h.html'>../matrix.h</a>" <font color='#0000FF'>#include</font> "<a style='text-decoration:none' href='../statistics.h.html'>../statistics.h</a>" <font color='#0000FF'>namespace</font> dlib <b>{</b> <font color='#009900'>// ---------------------------------------------------------------------------------------- </font> <font color='#0000FF'>template</font> <font color='#5555FF'>&lt;</font> <font color='#0000FF'>typename</font> feature_extractor, <font color='#0000FF'>typename</font> hash_function_type_ <font color='#5555FF'>=</font> projection_hash <font color='#5555FF'>&gt;</font> <font color='#0000FF'>class</font> <b><a name='hashed_feature_image'></a>hashed_feature_image</b> : noncopyable <b>{</b> <font color='#009900'>/*! REQUIREMENTS ON feature_extractor - must be an object with an interface compatible with dlib::hog_image REQUIREMENTS ON hash_function_type_ - must be an object with an interface compatible with projection_hash INITIAL VALUE - size() == 0 - uses_uniform_feature_weights() == false WHAT THIS OBJECT REPRESENTS This object is a tool for performing image feature extraction. In particular, it wraps another image feature extractor and converts the wrapped image feature vectors into sparse indicator vectors. It does this by hashing each feature vector into the range [0, get_num_dimensions()-1] and then returns a new vector which is zero everywhere except for the position determined by the hash. THREAD SAFETY Concurrent access to an instance of this object is not safe and should be protected by a mutex lock except for the case where you are copying the configuration (via copy_configuration()) of a hashed_feature_image object to many other threads. In this case, it is safe to copy the configuration of a shared object so long as no other operations are performed on it. NOTATION let BASE_FE denote the base feature_extractor object contained inside the hashed_feature_image. !*/</font> <font color='#0000FF'>public</font>: <font color='#0000FF'>typedef</font> feature_extractor feature_extractor_type; <font color='#0000FF'>typedef</font> hash_function_type_ hash_function_type; <font color='#0000FF'>typedef</font> std::vector<font color='#5555FF'>&lt;</font>std::pair<font color='#5555FF'>&lt;</font><font color='#0000FF'><u>unsigned</u></font> <font color='#0000FF'><u>int</u></font>,<font color='#0000FF'><u>double</u></font><font color='#5555FF'>&gt;</font> <font color='#5555FF'>&gt;</font> descriptor_type; <b><a name='hashed_feature_image'></a>hashed_feature_image</b> <font face='Lucida Console'>(</font> <font face='Lucida Console'>)</font>; <font color='#009900'>/*! ensures - this object is properly initialized !*/</font> <font color='#0000FF'><u>void</u></font> <b><a name='clear'></a>clear</b> <font face='Lucida Console'>(</font> <font face='Lucida Console'>)</font>; <font color='#009900'>/*! ensures - this object will have its initial value !*/</font> <font color='#0000FF'><u>void</u></font> <b><a name='set_hash'></a>set_hash</b> <font face='Lucida Console'>(</font> <font color='#0000FF'>const</font> hash_function_type<font color='#5555FF'>&amp;</font> hash <font face='Lucida Console'>)</font>; <font color='#009900'>/*! ensures - #get_hash() == hash !*/</font> <font color='#0000FF'>const</font> hash_function_type<font color='#5555FF'>&amp;</font> <b><a name='get_hash'></a>get_hash</b> <font face='Lucida Console'>(</font> <font face='Lucida Console'>)</font> <font color='#0000FF'>const</font>; <font color='#009900'>/*! ensures - returns the hash function used by this object to hash base feature vectors into integers. !*/</font> <font color='#0000FF'><u>void</u></font> <b><a name='copy_configuration'></a>copy_configuration</b> <font face='Lucida Console'>(</font> <font color='#0000FF'>const</font> feature_extractor<font color='#5555FF'>&amp;</font> item <font face='Lucida Console'>)</font>; <font color='#009900'>/*! ensures - performs BASE_FE.copy_configuration(item) !*/</font> <font color='#0000FF'><u>void</u></font> <b><a name='copy_configuration'></a>copy_configuration</b> <font face='Lucida Console'>(</font> <font color='#0000FF'>const</font> hashed_feature_image<font color='#5555FF'>&amp;</font> item <font face='Lucida Console'>)</font>; <font color='#009900'>/*! ensures - copies all the state information of item into *this, except for state information populated by load(). More precisely, given two hashed_feature_image objects H1 and H2, the following sequence of instructions should always result in both of them having the exact same state. H2.copy_configuration(H1); H1.load(img); H2.load(img); !*/</font> <font color='#0000FF'>template</font> <font color='#5555FF'>&lt;</font> <font color='#0000FF'>typename</font> image_type <font color='#5555FF'>&gt;</font> <font color='#0000FF'><u>void</u></font> <b><a name='load'></a>load</b> <font face='Lucida Console'>(</font> <font color='#0000FF'>const</font> image_type<font color='#5555FF'>&amp;</font> img <font face='Lucida Console'>)</font>; <font color='#009900'>/*! requires - image_type == any type that can be supplied to feature_extractor::load() ensures - performs BASE_FE.load(img) i.e. does feature extraction. The features can be accessed using operator() as defined below. !*/</font> <font color='#0000FF'><u>unsigned</u></font> <font color='#0000FF'><u>long</u></font> <b><a name='size'></a>size</b> <font face='Lucida Console'>(</font> <font face='Lucida Console'>)</font> <font color='#0000FF'>const</font>; <font color='#009900'>/*! ensures - returns BASE_FE.size() !*/</font> <font color='#0000FF'><u>long</u></font> <b><a name='nr'></a>nr</b> <font face='Lucida Console'>(</font> <font face='Lucida Console'>)</font> <font color='#0000FF'>const</font>; <font color='#009900'>/*! ensures - returns BASE_FE.nr() !*/</font> <font color='#0000FF'><u>long</u></font> <b><a name='nc'></a>nc</b> <font face='Lucida Console'>(</font> <font face='Lucida Console'>)</font> <font color='#0000FF'>const</font>; <font color='#009900'>/*! ensures - returns BASE_FE.nc() !*/</font> <font color='#0000FF'><u>long</u></font> <b><a name='get_num_dimensions'></a>get_num_dimensions</b> <font face='Lucida Console'>(</font> <font face='Lucida Console'>)</font> <font color='#0000FF'>const</font>; <font color='#009900'>/*! ensures - returns the dimensionality of the feature vectors returned by operator(). In this case, this is the number of hash bins. That is, get_hash().num_hash_bins() !*/</font> <font color='#0000FF'><u>void</u></font> <b><a name='use_relative_feature_weights'></a>use_relative_feature_weights</b> <font face='Lucida Console'>(</font> <font face='Lucida Console'>)</font>; <font color='#009900'>/*! ensures - #uses_uniform_feature_weights() == false !*/</font> <font color='#0000FF'><u>void</u></font> <b><a name='use_uniform_feature_weights'></a>use_uniform_feature_weights</b> <font face='Lucida Console'>(</font> <font face='Lucida Console'>)</font>; <font color='#009900'>/*! ensures - #uses_uniform_feature_weights() == true !*/</font> <font color='#0000FF'><u>bool</u></font> <b><a name='uses_uniform_feature_weights'></a>uses_uniform_feature_weights</b> <font face='Lucida Console'>(</font> <font face='Lucida Console'>)</font> <font color='#0000FF'>const</font>; <font color='#009900'>/*! ensures - returns true if this object weights each feature with a value of 1 and false if it uses a weighting of 1/N where N is the number of occurrences of the feature in an image (note that we normalize N so that it is invariant to the size of the image given to load()). !*/</font> <font color='#0000FF'>const</font> descriptor_type<font color='#5555FF'>&amp;</font> <b><a name='operator'></a>operator</b><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font> <font face='Lucida Console'>(</font> <font color='#0000FF'><u>long</u></font> row, <font color='#0000FF'><u>long</u></font> col <font face='Lucida Console'>)</font> <font color='#0000FF'>const</font>; <font color='#009900'>/*! requires - 0 &lt;= row &lt; nr() - 0 &lt;= col &lt; nc() - It must be legal to evaluate expressions of the form: get_hash()(BASE_FE(row,col)) (e.g. the hash function must be properly configured to process the feature vectors produced by the base feature extractor) ensures - hashes BASE_FE(row,col) and returns the resulting indicator vector. - To be precise, this function returns a sparse vector V such that: - V.size() == 1 - V[0].first == get_hash()(BASE_FE(row,col)) - if (uses_uniform_feature_weights()) then - V[0].second == 1 - else - V[0].second == 1/N where N is the number of times a feature in hash bin V[0].first was observed in the image given to load(). Note that we scale all the counts so that they are invariant to the size of the image. !*/</font> <font color='#0000FF'>const</font> rectangle <b><a name='get_block_rect'></a>get_block_rect</b> <font face='Lucida Console'>(</font> <font color='#0000FF'><u>long</u></font> row, <font color='#0000FF'><u>long</u></font> col <font face='Lucida Console'>)</font> <font color='#0000FF'>const</font>; <font color='#009900'>/*! ensures - returns BASE_FE.get_block_rect(row,col) I.e. returns a rectangle that tells you what part of the original image is associated with a particular feature vector. !*/</font> <font color='#0000FF'>const</font> point <b><a name='image_to_feat_space'></a>image_to_feat_space</b> <font face='Lucida Console'>(</font> <font color='#0000FF'>const</font> point<font color='#5555FF'>&amp;</font> p <font face='Lucida Console'>)</font> <font color='#0000FF'>const</font>; <font color='#009900'>/*! ensures - returns BASE_FE.image_to_feat_space(p) I.e. Each local feature is extracted from a certain point in the input image. This function returns the identity of the local feature corresponding to the image location p. Or in other words, let P == image_to_feat_space(p), then (*this)(P.y(),P.x()) == the local feature closest to, or centered at, the point p in the input image. Note that some image points might not have corresponding feature locations. E.g. border points or points outside the image. In these cases the returned point will be outside get_rect(*this). !*/</font> <font color='#0000FF'>const</font> rectangle <b><a name='image_to_feat_space'></a>image_to_feat_space</b> <font face='Lucida Console'>(</font> <font color='#0000FF'>const</font> rectangle<font color='#5555FF'>&amp;</font> rect <font face='Lucida Console'>)</font> <font color='#0000FF'>const</font>; <font color='#009900'>/*! ensures - returns BASE_FE.image_to_feat_space(rect) I.e. returns rectangle(image_to_feat_space(rect.tl_corner()), image_to_feat_space(rect.br_corner())); (i.e. maps a rectangle from image space to feature space) !*/</font> <font color='#0000FF'>const</font> point <b><a name='feat_to_image_space'></a>feat_to_image_space</b> <font face='Lucida Console'>(</font> <font color='#0000FF'>const</font> point<font color='#5555FF'>&amp;</font> p <font face='Lucida Console'>)</font> <font color='#0000FF'>const</font>; <font color='#009900'>/*! ensures - returns BASE_FE.feat_to_image_space(p) I.e. returns the location in the input image space corresponding to the center of the local feature at point p. In other words, this function computes the inverse of image_to_feat_space(). Note that it may only do so approximately, since more than one image location might correspond to the same local feature. That is, image_to_feat_space() might not be invertible so this function gives the closest possible result. !*/</font> <font color='#0000FF'>const</font> rectangle <b><a name='feat_to_image_space'></a>feat_to_image_space</b> <font face='Lucida Console'>(</font> <font color='#0000FF'>const</font> rectangle<font color='#5555FF'>&amp;</font> rect <font face='Lucida Console'>)</font> <font color='#0000FF'>const</font>; <font color='#009900'>/*! ensures - returns BASE_FE.feat_to_image_space(rect) I.e. return rectangle(feat_to_image_space(rect.tl_corner()), feat_to_image_space(rect.br_corner())); (i.e. maps a rectangle from feature space to image space) !*/</font> <b>}</b>; <font color='#009900'>// ---------------------------------------------------------------------------------------- </font> <font color='#0000FF'>template</font> <font color='#5555FF'>&lt;</font> <font color='#0000FF'>typename</font> T, <font color='#0000FF'>typename</font> U <font color='#5555FF'>&gt;</font> <font color='#0000FF'><u>void</u></font> <b><a name='serialize'></a>serialize</b> <font face='Lucida Console'>(</font> <font color='#0000FF'>const</font> hashed_feature_image<font color='#5555FF'>&lt;</font>T,U<font color='#5555FF'>&gt;</font><font color='#5555FF'>&amp;</font> item, std::ostream<font color='#5555FF'>&amp;</font> out <font face='Lucida Console'>)</font>; <font color='#009900'>/*! provides serialization support !*/</font> <font color='#009900'>// ---------------------------------------------------------------------------------------- </font> <font color='#0000FF'>template</font> <font color='#5555FF'>&lt;</font> <font color='#0000FF'>typename</font> T, <font color='#0000FF'>typename</font> U <font color='#5555FF'>&gt;</font> <font color='#0000FF'><u>void</u></font> <b><a name='deserialize'></a>deserialize</b> <font face='Lucida Console'>(</font> hashed_feature_image<font color='#5555FF'>&lt;</font>T,U<font color='#5555FF'>&gt;</font><font color='#5555FF'>&amp;</font> item, std::istream<font color='#5555FF'>&amp;</font> in <font face='Lucida Console'>)</font>; <font color='#009900'>/*! provides deserialization support !*/</font> <font color='#009900'>// ---------------------------------------------------------------------------------------- </font> <b>}</b> <font color='#0000FF'>#endif</font> <font color='#009900'>// DLIB_HASHED_IMAGE_FEATUrES_ABSTRACT_Hh_ </font> </pre></body></html>
deps/db/docs/api_reference/C/db_env_set_func_free.html
egoitzro/poedit
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>db_env_set_func_free</title> <link rel="stylesheet" href="apiReference.css" type="text/css" /> <meta name="generator" content="DocBook XSL Stylesheets V1.73.2" /> <link rel="start" href="index.html" title="Berkeley DB C API Reference" /> <link rel="up" href="setfunc.html" title="Appendix 3.  Berkeley DB Application Space Static Functions" /> <link rel="prev" href="db_env_set_func_file_map.html" title="db_env_set_func_file_map" /> <link rel="next" href="db_env_set_func_fsync.html" title="db_env_set_func_fsync" /> </head> <body> <div class="navheader"> <table width="100%" summary="Navigation header"> <tr> <th colspan="3" align="center">db_env_set_func_free</th> </tr> <tr> <td width="20%" align="left"><a accesskey="p" href="db_env_set_func_file_map.html">Prev</a> </td> <th width="60%" align="center">Appendix 3.  Berkeley DB Application Space Static Functions </th> <td width="20%" align="right"> <a accesskey="n" href="db_env_set_func_fsync.html">Next</a></td> </tr> </table> <hr /> </div> <div class="sect1" lang="en" xml:lang="en"> <div class="titlepage"> <div> <div> <h2 class="title" style="clear: both"><a id="db_env_set_func_free"></a>db_env_set_func_free</h2> </div> </div> </div> <pre class="programlisting">#include &lt;db.h&gt; int db_env_set_func_free(void (*func_free)(void *ptr)); </pre> <p> Replace Berkeley DB calls to the ANSI C X3.159-1989 (ANSI C) standard <span class="bold"><strong>free</strong></span> function with <span class="bold"><strong>func_free</strong></span>, which must conform to the standard interface specification. </p> <p> The <code class="function">db_env_set_func_free()</code> function configures all operations performed by a process and all of its threads of control, not operations confined to a single database environment. </p> <p> Although the <code class="function">db_env_set_func_free()</code> function may be called at any time during the life of the application, it should normally be called before making calls to the <a class="xref" href="envcreate.html" title="db_env_create">db_env_create</a> or <a class="xref" href="dbcreate.html" title="db_create">db_create</a> methods. </p> <p> The <code class="function">db_env_set_func_free()</code> <span> function returns a non-zero error value on failure and 0 on success. </span> </p> <div class="sect2" lang="en" xml:lang="en"> <div class="titlepage"> <div> <div> <h3 class="title"><a id="id1718499"></a>Parameters</h3> </div> </div> </div> <div class="sect3" lang="en" xml:lang="en"> <div class="titlepage"> <div> <div> <h4 class="title"><a id="id1719168"></a>func_free</h4> </div> </div> </div> <p> The <span class="bold"><strong>func_free</strong></span> parameter is the replacement function. It must conform to the standard interface specification. </p> </div> </div> <div class="sect2" lang="en" xml:lang="en"> <div class="titlepage"> <div> <div> <h3 class="title"><a id="id1719343"></a>See Also</h3> </div> </div> </div> <p> <a href="../../programmer_reference/program_runtime.html" class="olink">Run-time configuration</a> </p> </div> </div> <div class="navfooter"> <hr /> <table width="100%" summary="Navigation footer"> <tr> <td width="40%" align="left"><a accesskey="p" href="db_env_set_func_file_map.html">Prev</a> </td> <td width="20%" align="center"> <a accesskey="u" href="setfunc.html">Up</a> </td> <td width="40%" align="right"> <a accesskey="n" href="db_env_set_func_fsync.html">Next</a></td> </tr> <tr> <td width="40%" align="left" valign="top">db_env_set_func_file_map </td> <td width="20%" align="center"> <a accesskey="h" href="index.html">Home</a> </td> <td width="40%" align="right" valign="top"> db_env_set_func_fsync</td> </tr> </table> </div> </body> </html>
public/js/three.js/examples/webgl_lights_pointlights.html
billroy/jchart
<!DOCTYPE html> <html lang="en"> <head> <title>three.js webgl - lights - point lights</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0"> <link type="text/css" rel="stylesheet" href="main.css"> </head> <body> <div id="info"> <a href="http://threejs.org" target="_blank" rel="noopener">three.js</a> - point lights WebGL demo.<br /> Walt Disney head by <a href="http://davidoreilly.com/post/18087489343/disneyhead" target="_blank" rel="noopener">David OReilly</a> </div> <script type="module"> import * as THREE from '../build/three.module.js'; import Stats from './jsm/libs/stats.module.js'; import { OBJLoader } from './jsm/loaders/OBJLoader.js'; var camera, scene, renderer, light1, light2, light3, light4, object, stats; var clock = new THREE.Clock(); init(); animate(); function init() { camera = new THREE.PerspectiveCamera( 50, window.innerWidth / window.innerHeight, 1, 1000 ); camera.position.z = 100; scene = new THREE.Scene(); //model var loader = new OBJLoader(); loader.load( 'models/obj/walt/WaltHead.obj', function ( obj ) { object = obj; object.scale.multiplyScalar( 0.8 ); object.position.y = - 30; scene.add( object ); } ); var sphere = new THREE.SphereBufferGeometry( 0.5, 16, 8 ); //lights light1 = new THREE.PointLight( 0xff0040, 2, 50 ); light1.add( new THREE.Mesh( sphere, new THREE.MeshBasicMaterial( { color: 0xff0040 } ) ) ); scene.add( light1 ); light2 = new THREE.PointLight( 0x0040ff, 2, 50 ); light2.add( new THREE.Mesh( sphere, new THREE.MeshBasicMaterial( { color: 0x0040ff } ) ) ); scene.add( light2 ); light3 = new THREE.PointLight( 0x80ff80, 2, 50 ); light3.add( new THREE.Mesh( sphere, new THREE.MeshBasicMaterial( { color: 0x80ff80 } ) ) ); scene.add( light3 ); light4 = new THREE.PointLight( 0xffaa00, 2, 50 ); light4.add( new THREE.Mesh( sphere, new THREE.MeshBasicMaterial( { color: 0xffaa00 } ) ) ); scene.add( light4 ); //renderer renderer = new THREE.WebGLRenderer( { antialias: true } ); renderer.setPixelRatio( window.devicePixelRatio ); renderer.setSize( window.innerWidth, window.innerHeight ); document.body.appendChild( renderer.domElement ); //stats stats = new Stats(); document.body.appendChild( stats.dom ); window.addEventListener( 'resize', onWindowResize, false ); } function onWindowResize() { camera.aspect = window.innerWidth / window.innerHeight; camera.updateProjectionMatrix(); renderer.setSize( window.innerWidth, window.innerHeight ); } function animate() { requestAnimationFrame( animate ); render(); stats.update(); } function render() { var time = Date.now() * 0.0005; var delta = clock.getDelta(); if ( object ) object.rotation.y -= 0.5 * delta; light1.position.x = Math.sin( time * 0.7 ) * 30; light1.position.y = Math.cos( time * 0.5 ) * 40; light1.position.z = Math.cos( time * 0.3 ) * 30; light2.position.x = Math.cos( time * 0.3 ) * 30; light2.position.y = Math.sin( time * 0.5 ) * 40; light2.position.z = Math.sin( time * 0.7 ) * 30; light3.position.x = Math.sin( time * 0.7 ) * 30; light3.position.y = Math.cos( time * 0.3 ) * 40; light3.position.z = Math.sin( time * 0.5 ) * 30; light4.position.x = Math.sin( time * 0.3 ) * 30; light4.position.y = Math.cos( time * 0.7 ) * 40; light4.position.z = Math.sin( time * 0.5 ) * 30; renderer.render( scene, camera ); } </script> </body> </html>
toolchain/arm_cm0_deprecated/share/doc/gcc-arm-none-eabi/html/gccint/Debugging-Info.html
jocelynmass/nrf51
<html lang="en"> <head> <title>Debugging Info - GNU Compiler Collection (GCC) Internals</title> <meta http-equiv="Content-Type" content="text/html"> <meta name="description" content="GNU Compiler Collection (GCC) Internals"> <meta name="generator" content="makeinfo 4.8"> <link title="Top" rel="start" href="index.html#Top"> <link rel="up" href="Target-Macros.html#Target-Macros" title="Target Macros"> <link rel="prev" href="Assembler-Format.html#Assembler-Format" title="Assembler Format"> <link rel="next" href="Floating-Point.html#Floating-Point" title="Floating Point"> <link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage"> <!-- Copyright (C) 1988-2015 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with the Invariant Sections being ``Funding Free Software'', the Front-Cover Texts being (a) (see below), and with the Back-Cover Texts being (b) (see below). A copy of the license is included in the section entitled ``GNU Free Documentation License''. (a) The FSF's Front-Cover Text is: A GNU Manual (b) The FSF's Back-Cover Text is: You have freedom to copy and modify this GNU Manual, like GNU software. Copies published by the Free Software Foundation raise funds for GNU development.--> <meta http-equiv="Content-Style-Type" content="text/css"> <style type="text/css"><!-- pre.display { font-family:inherit } pre.format { font-family:inherit } pre.smalldisplay { font-family:inherit; font-size:smaller } pre.smallformat { font-family:inherit; font-size:smaller } pre.smallexample { font-size:smaller } pre.smalllisp { font-size:smaller } span.sc { font-variant:small-caps } span.roman { font-family:serif; font-weight:normal; } span.sansserif { font-family:sans-serif; font-weight:normal; } --></style> </head> <body> <div class="node"> <p> <a name="Debugging-Info"></a> Next:&nbsp;<a rel="next" accesskey="n" href="Floating-Point.html#Floating-Point">Floating Point</a>, Previous:&nbsp;<a rel="previous" accesskey="p" href="Assembler-Format.html#Assembler-Format">Assembler Format</a>, Up:&nbsp;<a rel="up" accesskey="u" href="Target-Macros.html#Target-Macros">Target Macros</a> <hr> </div> <h3 class="section">17.21 Controlling Debugging Information Format</h3> <!-- prevent bad page break with this line --> <p>This describes how to specify debugging information. <ul class="menu"> <li><a accesskey="1" href="All-Debuggers.html#All-Debuggers">All Debuggers</a>: Macros that affect all debugging formats uniformly. <li><a accesskey="2" href="DBX-Options.html#DBX-Options">DBX Options</a>: Macros enabling specific options in DBX format. <li><a accesskey="3" href="DBX-Hooks.html#DBX-Hooks">DBX Hooks</a>: Hook macros for varying DBX format. <li><a accesskey="4" href="File-Names-and-DBX.html#File-Names-and-DBX">File Names and DBX</a>: Macros controlling output of file names in DBX format. <li><a accesskey="5" href="SDB-and-DWARF.html#SDB-and-DWARF">SDB and DWARF</a>: Macros for SDB (COFF) and DWARF formats. <li><a accesskey="6" href="VMS-Debug.html#VMS-Debug">VMS Debug</a>: Macros for VMS debug format. </ul> </body></html>
toolchain/arm_cm0_deprecated/share/doc/gcc-arm-none-eabi/html/as.html/Symbol-Intro.html
jocelynmass/nrf51
<html lang="en"> <head> <title>Symbol Intro - Using as</title> <meta http-equiv="Content-Type" content="text/html"> <meta name="description" content="Using as"> <meta name="generator" content="makeinfo 4.8"> <link title="Top" rel="start" href="index.html#Top"> <link rel="up" href="Syntax.html#Syntax" title="Syntax"> <link rel="prev" href="Comments.html#Comments" title="Comments"> <link rel="next" href="Statements.html#Statements" title="Statements"> <link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage"> <!-- This file documents the GNU Assembler "as". Copyright (C) 1991-2015 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts. A copy of the license is included in the section entitled ``GNU Free Documentation License''. --> <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="Symbol-Intro"></a> Next:&nbsp;<a rel="next" accesskey="n" href="Statements.html#Statements">Statements</a>, Previous:&nbsp;<a rel="previous" accesskey="p" href="Comments.html#Comments">Comments</a>, Up:&nbsp;<a rel="up" accesskey="u" href="Syntax.html#Syntax">Syntax</a> <hr> </div> <h3 class="section">3.4 Symbols</h3> <p><a name="index-characters-used-in-symbols-128"></a>A <dfn>symbol</dfn> is one or more characters chosen from the set of all letters (both upper and lower case), digits and the three characters `<samp><span class="samp">_.$</span></samp>'. On most machines, you can also use <code>$</code> in symbol names; exceptions are noted in <a href="Machine-Dependencies.html#Machine-Dependencies">Machine Dependencies</a>. No symbol may begin with a digit. Case is significant. There is no length limit; all characters are significant. Multibyte characters are supported. Symbols are delimited by characters not in that set, or by the beginning of a file (since the source program must end with a newline, the end of a file is not a possible symbol delimiter). See <a href="Symbols.html#Symbols">Symbols</a>. <p>Symbol names may also be enclosed in double quote <code>"</code> characters. In such cases any characters are allowed, except for the NUL character. If a double quote character is to be included in the symbol name it must be preceeded by a backslash <code>\</code> character. <a name="index-length-of-symbols-129"></a> </body></html>
themes/zeropoint/css/ie6.css
cm5089/ArkVets
.expander0, #top_right, #body_right, #bottom_right, #sidebar-left, #sidebar-right, body.two-sidebars .outer, body.sidebar-first .outer, body.sidebar-second .outer, body.two-sidebars .outer a, body.sidebar-first .outer a, body.sidebar-second .outer a { zoom: 1; } /* The above rule gives hasLayout to some page elements so that IE will not be buggy */ #middlecontainer { word-wrap: break-word; } .comment { margin: 0 !important; } .block .item-list li { vertical-align: top; } /** Drupal admin tables **/ #main tr.even th, #main tr.even td, #main tr.odd th, #main tr.odd td { border-bottom: 1px solid #ccc; /* IE doesn't display borders on table rows */ } /* Ubercart */ .uc-store-admin-panel .panel-title a { margin-left: 25px !important; } /* fix layout width in IE6 */ body.layout-jello .sizer0 { width:expression(document.body.clientWidth > 1440 ? "160px" : "40%" ); } /* HOLLY HACK FOR IE 6 */ * html { height: 0; } /* ALPHA TRANSPARENCY FIX */ img, .pngfix { behavior: url(/sites/all/themes/zeropoint/css/iepngfix.htc); /* change path here and in iepngfix.htc to match theme location */ } /* NO DROP-DOWN SHADOW */ ul.firstsublayer, ul.sublayer { background-image: none !important; }
resources/library/interactivities/Enveloppe.wgt/css/ubw-main.css
gjalves/enki-sankore
html, body { margin:0; padding: 0; font-family: "helvetica neue"; font-size: 14px; color: #666666; } #ubwidget { position: absolute; top: 0; bottom: 0; left: 0; right: 0; background: url("images/bg.png"); } .theme-pad #ubwidget { border-radius: 40px; border-width: 52px; -webkit-border-image: url("images/pad-bd.png") 52 repeat; -moz-border-image: url("images/pad-bd.png") 52 repeat; border-image: url("images/pad-bd.png") 52 repeat; } .theme-slate #ubwidget { border-radius: 44px; border-width: 52px; -webkit-border-image: url("images/slate-bd.png") 52 repeat; -moz-border-image: url("images/slate-bd.png") 52 repeat; border-image: url("images/slate-bd.png") 52 repeat; } #ubwidget > .wrapper { position: absolute; top: 0px; bottom: 0px; left: 0px; right: 0px; overflow: hidden; } .theme-slate #ubwidget > .wrapper, .theme-pad #ubwidget > .wrapper { position: absolute; top: -49px; bottom: -5px; left: -5px; right: -5px; overflow: hidden; } #toolbar { display: table; width: 100%; height: 44px; font-size: 24px; color: #FFCC99; padding:0 10px; } .theme-pad #toolbar, .theme-slate #toolbar { height: 38px; padding: 6px 0 0; } .theme-slate #toolbar { color: #7F613F; text-shadow: #FFDCA9 0 1px 0; } #toolbar > * { display: table-cell; height: 100%; vertical-align: middle; } #toolbar .actions { text-align: right; } #toolbar button, h1 { font-weight: normal; font-size: 24px; color: #FFCC99; margin: 0; } .theme-slate #toolbar button, .theme-slate h1 { color: #7F613F; text-shadow: #FFDCA9 0 1px 0; } #toolbar button { border: none; padding: none; outline: none; background: none; cursor: pointer; padding-left: 34px; margin-left: 10px; height: 32px; } #toolbar button span { display: block; line-height: 32px; } #toolbar button[role='edit'] { background: url("images/toolbar-edit.png") left top no-repeat; } #toolbar button[role='view'] { display: none; color: #FFF; background: url("images/toolbar-edit.png") left -32px no-repeat; } #toolbar button[role='reload'] { background: url("images/toolbar-reload.png") left top no-repeat; } #toolbar button[role='help'] { background: url("images/toolbar-help.png") left top no-repeat; display: none; } .hasHelp #toolbar button[role='help'] { display: inline-block; } .showHelp #toolbar button[role='help'] { color: #FFF; background-position: left -32px; } .theme-slate #toolbar button[role='edit'] { background-image: url("images/slate-toolbar-edit.png"); } .theme-slate #toolbar button[role='view'] { text-shadow: #7F613F 0 -1px 0; background: url("images/slate-toolbar-edit.png") left -32px no-repeat; } .theme-slate #toolbar button[role='reload'] { background-image: url("images/slate-toolbar-reload.png"); } .theme-slate #toolbar button[role='help'] { background-image: url("images/slate-toolbar-help.png"); } .showHelp.theme-slate #toolbar button[role='help'] { text-shadow: #7F613F 0 -1px 0; } .onEdit #toolbar button[role='view'] { display: inline-block; } .onEdit #toolbar button[role='edit'] { display: none; } #help { width: 300px; height: 400px; position: absolute; margin-top: 10px; right: 10px; z-index: 10000; display: none; } .showHelp #help { display: block; } #content { position: absolute; top: 44px; bottom: 0; overflow: auto; left: 0; right: 0; background-image: -moz-radial-gradient(center center, ellipse closest-side, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0) 100%); background-image: -webkit-radial-gradient(center center, ellipse closest-side, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0) 100%); background-image: -o-radial-gradient(center center, ellipse closest-side, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0) 100%); background-image: -ms-radial-gradient(center center, ellipse closest-side, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0) 100%); background-image: radial-gradient(center center, ellipse closest-side, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0) 100%); } #parameters { display:none; padding: 10px 20px; background: url("images/parameters-bg.png"); height: 24px; -webkit-border-radius: 4px 4px 0 0; -moz-border-radius: 4px 4px 0 0; -mz-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0; } #parameters label { font-style: italic; } #parameters label > select, #parameters label > input{ margin-left: 10px; } #parameters > div.inline { float: left; } #parameters > div.inline > div{ float: left; height: 28px; margin-right: 8px; padding-top: 5px; font-family: "helvetica neue"; font-size: 14px; color: #666666; font-style: italic; } #parameters > div.inline+div.inline { margin-left: 20px; } #parameters input[type=text], #parameters input[type=number] { height: 26px; border: 1px solid #BBB; background-color: #FFF; padding: 0 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 0 #FFF; -moz-box-shadow: 0 1px 0 #FFF; -ms-box-shadow: 0 1px 0 #FFF; box-shadow: 0 1px 0 #FFF; } #parameters input.tiny { width: 40px; } #parameters input.small { width: 80px; } #parameters input.medium { width: 120px; } #parameters input.long { width: 160px; } #scene { padding: 20px; } #scene > * { margin: 0 auto; } .onEdit #scene { } .onEdit #parameters { display: block; } /* .card-container { -webkit-perspective: 600px; width:100%; height: 100%; } .card { position: relative; width:100%; height: 100%; } .card > div { position: absolute; width:100%; height: 100%; -webkit-transform-style: preserve-3d; -webkit-transition: all .5s ease-in-out; -webkit-backface-visibility: hidden; } .card > div:first-child { -webkit-transform: rotateY( 0deg ); } .card > div:last-child { -webkit-transform: rotateY( -180deg ); } .card.flip > div:first-child { -webkit-transform: rotateY( 180deg ); } .card.flip > div:last-child { -webkit-transform: rotateY( 0deg ); } */
lib/arduino_ide/Arduino 1.0.5.app/Contents/Resources/Java/hardware/tools/avr/doc/avr-libc/strrchr_8S.html
8cH9azbsFifZ/ble-morse
<!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>avr-libc: strrchr.S File Reference</title> <link href="dox.css" rel="stylesheet" type="text/css"> </head> <body> <center> <table width="80%"> <tr> <td align="left"><a href="http://www.nongnu.org/avr-libc/">AVR Libc Home Page</a></td> <td align="center" colspan=4><img src="avrs.png" alt="AVRs" align="middle" border="0"></td> <td align="right"><a href="https://savannah.nongnu.org/projects/avr-libc/">AVR Libc Development Pages</a></td> </tr> <tr> <td align="center" width="13%"><a href="index.html">Main Page</a></td> <td align="center" width="13%"><a href="pages.html">User Manual</a></td> <td align="center" width="13%"><a href="modules.html">Library Reference</a></td> <td align="center" width="13%"><a href="FAQ.html">FAQ</a></td> <td align="center" width="13%"><a href="globals.html">Alphabetical Index</a></td> <td align="center" width="13%"><a href="group__demos.html">Example Projects</a></td> </tr> </table> </center> <hr width="80%"> <!-- Generated by Doxygen 1.5.7 --> <div class="contents"> <h1>strrchr.S File Reference</h1><table border="0" cellpadding="0" cellspacing="0"> <tr><td></td></tr> </table> <hr><a name="_details"></a><h2>Detailed Description</h2> </div> <hr width="80%"> <p><center>Automatically generated by Doxygen 1.5.7 on 6 Nov 2008.</center></p> </body> </html>
layout/style/crashtests/447776-1.html
Yukarumya/Yukarum-Redfoxes
<!DOCTYPE html> <html><head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <title>Hang with zero width and word-wrap</title> </head><body> <div style="width: 0px; word-wrap: break-word;">abc</div> </body></html>
vnsoft/WebUI/AmazeUI-2.4.1/widget.basic.html
vnsofthe/odoo-dev
<!doctype html> <html class="no-js"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>Amaze UI Widget</title> <meta name="description" content=""> <meta name="keywords" content=""> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"> <meta name="renderer" content="webkit"> <meta http-equiv="Cache-Control" content="no-siteapp" /> <link rel="icon" type="image/png" href="assets/i/favicon.png"> <link rel="stylesheet" href="assets/css/amazeui.min.css"> <link rel="stylesheet" href="assets/css/app.css"> </head> <body> <!-- Header --> <header data-am-widget="header" class="am-header am-header-default"> <h1 class="am-header-title"> <a href="#title-link">Amaze UI</a> </h1> </header> <!-- Menu --> <nav data-am-widget="menu" class="am-menu am-menu-offcanvas1" data-am-menu-offcanvas> <a href="javascript: void(0)" class="am-menu-toggle"> <i class="am-menu-toggle-icon am-icon-bars"></i> </a> <div class="am-offcanvas"> <div class="am-offcanvas-bar"> <ul class="am-menu-nav sm-block-grid-1"> <li class="am-parent"> <a href="##">公司</a> <ul class="am-menu-sub am-collapse sm-block-grid-2 "> <li class=""> <a href="##">公司</a> </li> <li class=""> <a href="##">人物</a> </li> <li class=""> <a href="##">趋势</a> </li> <li class=""> <a href="##">投融资</a> </li> <li class=""> <a href="##">创业公司</a> </li> <li class=""> <a href="##">创业人物</a> </li> <li class="am-menu-nav-channel"> <a href="##" title="公司">进入栏目 &raquo;</a> </li> </ul> </li> <li class="am-parent"> <a href="##">人物</a> <ul class="am-menu-sub am-collapse sm-block-grid-3 "> <li class=""> <a href="##">公司</a> </li> <li class=""> <a href="##">人物</a> </li> <li class=""> <a href="##">趋势</a> </li> <li class=""> <a href="##">投融资</a> </li> <li class=""> <a href="##">创业公司</a> </li> <li class=""> <a href="##">创业人物</a> </li> </ul> </li> <li class="am-parent"> <a href="#c3">趋势</a> <ul class="am-menu-sub am-collapse am-avg-sm-4"> <li class=""> <a href="##">公司</a> </li> <li class=""> <a href="##">人物</a> </li> <li class=""> <a href="##">趋势</a> </li> <li class=""> <a href="##">投融资</a> </li> <li class=""> <a href="##">创业公司</a> </li> <li class=""> <a href="##">创业人物</a> </li> <li class="am-menu-nav-channel"> <a href="#c3" title="趋势">泥煤 &raquo;</a> </li> </ul> </li> <li class="am-parent"> <a href="##">投融资</a> <ul class="am-menu-sub am-collapse am-avg-sm-3"> <li class=""> <a href="##">公司</a> </li> <li class=""> <a href="##">人物</a> </li> <li class=""> <a href="##">趋势</a> </li> <li class=""> <a href="##">投融资</a> </li> <li class=""> <a href="##">创业公司</a> </li> <li class=""> <a href="##">创业人物</a> </li> </ul> </li> <li class=""> <a href="##">创业公司</a> </li> <li class=""> <a href="##">创业人物</a> </li> </ul> </div> </div> </nav> <!-- Slider --> <div data-am-widget="slider" class="am-slider am-slider-a1" data-am-slider='{"directionNav":false}'> <ul class="am-slides"> <li> <img src="http://s.amazeui.org/media/i/demos/bing-1.jpg"> </li> <li> <img src="http://s.amazeui.org/media/i/demos/bing-2.jpg"> </li> <li> <img src="http://s.amazeui.org/media/i/demos/bing-3.jpg"> </li> <li> <img src="http://s.amazeui.org/media/i/demos/bing-4.jpg"> </li> </ul> </div> <!-- List --> <div data-am-widget="list_news" class="am-list-news am-list-news-default"> <!--列表标题--> <div class="am-list-news-hd am-cf"> <!--带更多链接--> <a href="###"> <h2>左图 + 摘要</h2> <span class="am-list-news-more am-fr">更多 &raquo;</span> </a> </div> <div class="am-list-news-bd"> <ul class="am-list"> <!--缩略图在标题左边--> <li class="am-g am-list-item-desced am-list-item-thumbed am-list-item-thumb-left"> <div class="am-u-sm-4 am-list-thumb"> <a href="http://www.douban.com/online/11614662/"> <img src="http://img5.douban.com/lpic/o636459.jpg" alt="我很囧,你保重....晒晒旅行中的那些囧!" /> </a> </div> <div class="am-u-sm-8 am-list-main"> <h3 class="am-list-item-hd"> <a href="http://www.douban.com/online/11614662/">我很囧,你保重....晒晒旅行中的那些囧!</a> </h3> <div class="am-list-item-text">囧人囧事囧照,人在囧途,越囧越萌。标记《带你出发,陪我回家》http://book.douban.com/subject/25711202/为“想读”“在读”或“读过”,有机会获得此书本活动进行3个月,每月送出三本书。会有不定期bonus!</div> </div> </li> <li class="am-g am-list-item-desced am-list-item-thumbed am-list-item-thumb-left"> <div class="am-u-sm-4 am-list-thumb"> <a href="http://www.douban.com/online/11624755/"> <img src="http://img3.douban.com/lpic/o637240.jpg" alt="我最喜欢的一张画" /> </a> </div> <div class="am-u-sm-8 am-list-main"> <h3 class="am-list-item-hd"> <a href="http://www.douban.com/online/11624755/">我最喜欢的一张画</a> </h3> <div class="am-list-item-text">你最喜欢的艺术作品,告诉大家它们的------名图画,色彩,交织,撞色,线条雕塑装置当代古代现代作品的照片美我最喜欢的画群296795413进群发画,少说多发图,</div> </div> </li> <li class="am-g am-list-item-desced"> <div class="am-list-main"> <h3 class="am-list-item-hd"> <a href="http://www.douban.com/online/11645411/">“你的旅行,是什么颜色?” 晒照片,换北欧梦幻极光之旅!</a> </h3> <div class="am-list-item-text">还在苦恼圣诞礼物再也玩儿不出新意?快来抢2013最炫彩的跨国圣诞礼物!【参与方式】1.关注“UniqueWay无二之旅”豆瓣品牌小站http://brand.douban.com/uniqueway/2.上传一张**本人**在旅行中色彩最浓郁、最丰富的照片(色彩包含取景地、周边事物、服装饰品、女生彩妆等等,发挥你们无穷的创意想象力哦!^^)一定要有本人出现喔!3. 在照片下方,附上一句旅行宣言作为照片说明。 成功参与活动!* 听他们刚才说,上传照片的次</div> </div> </li> </ul> </div> </div> <!-- Gallery --> <ul data-am-widget="gallery" class="am-gallery am-avg-sm-2 am-avg-md-3 am-avg-lg-4 am-gallery-default" data-am-gallery="{ pureview: true }"> <li> <div class="am-gallery-item"> <a href="http://s.amazeui.org/media/i/demos/bing-1.jpg" class=""> <img src="http://s.amazeui.org/media/i/demos/bing-1.jpg" alt="远方 有一个地方 那里种有我们的梦想" /> <h3 class="am-gallery-title">远方 有一个地方 那里种有我们的梦想</h3> <div class="am-gallery-desc">2375-09-26</div> </a> </div> </li> <li> <div class="am-gallery-item"> <a href="http://s.amazeui.org/media/i/demos/bing-2.jpg" class=""> <img src="http://s.amazeui.org/media/i/demos/bing-2.jpg" alt="某天 也许会相遇 相遇在这个好地方" /> <h3 class="am-gallery-title">某天 也许会相遇 相遇在这个好地方</h3> <div class="am-gallery-desc">2375-09-26</div> </a> </div> </li> <li> <div class="am-gallery-item"> <a href="http://s.amazeui.org/media/i/demos/bing-3.jpg" class=""> <img src="http://s.amazeui.org/media/i/demos/bing-3.jpg" alt="不要太担心 只因为我相信" /> <h3 class="am-gallery-title">不要太担心 只因为我相信</h3> <div class="am-gallery-desc">2375-09-26</div> </a> </div> </li> <li> <div class="am-gallery-item"> <a href="http://s.amazeui.org/media/i/demos/bing-4.jpg" class=""> <img src="http://s.amazeui.org/media/i/demos/bing-4.jpg" alt="终会走过这条遥远的道路" /> <h3 class="am-gallery-title">终会走过这条遥远的道路</h3> <div class="am-gallery-desc">2375-09-26</div> </a> </div> </li> </ul> <!-- List --> <div data-am-widget="list_news" class="am-list-news am-list-news-default"> <!--列表标题--> <div class="am-list-news-hd am-cf"> <!--带更多链接--> <a href="###"> <h2>栏目标题</h2> </a> </div> <div class="am-list-news-bd"> <ul class="am-list"> <li class="am-g"> <a href="http://www.douban.com/online/11614662/" class="am-list-item-hd">我很囧,你保重....晒晒旅行中的那些囧!</a> </li> <li class="am-g"> <a href="http://www.douban.com/online/11624755/" class="am-list-item-hd">我最喜欢的一张画</a> </li> <li class="am-g"> <a href="http://www.douban.com/online/11645411/" class="am-list-item-hd">“你的旅行,是什么颜色?” 晒照片,换北欧梦幻极光之旅!</a> </li> </ul> </div> <!--更多在底部--> <div class="am-list-news-ft"> <a class="am-list-news-more am-btn am-btn-default" href="###">查看更多 &raquo;</a> </div> </div> <!-- Navbar --> <div data-am-widget="navbar" class="am-navbar am-cf am-navbar-default " id=""> <ul class="am-navbar-nav am-cf am-avg-sm-4"> <li> <a href="tel:123456789"> <span class="am-icon-phone"></span> <span class="am-navbar-label">呼叫</span> </a> </li> <li data-am-navbar-share> <a href="###"> <span class="am-icon-share-square-o"></span> <span class="am-navbar-label">分享</span> </a> </li> <li data-am-navbar-qrcode> <a href="###"> <span class="am-icon-qrcode"></span> <span class="am-navbar-label">二维码</span> </a> </li> <li> <a href="https://github.com/allmobilize/amazeui"> <span class="am-icon-github"></span> <span class="am-navbar-label">GitHub</span> </a> </li> <li> <a href="http://amazeui.org/getting-started"> <span class="am-icon-download"></span> <span class="am-navbar-label">下载使用</span> </a> </li> <li> <a href="https://github.com/allmobilize/amazeui/issues"> <span class="am-icon-location-arrow"></span> <span class="am-navbar-label">Bug 反馈</span> </a> </li> </ul> </div> <script src="assets/js/jquery.min.js"></script> <script src="assets/js/amazeui.min.js"></script> </body> </html>
venv/bin/doc/html/boost_asio/reference/ssl__context/set_options/overload2.html
NixaSoftware/CVis
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>ssl::context::set_options (2 of 2 overloads)</title> <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="../../../../boost_asio.html" title="Boost.Asio"> <link rel="up" href="../set_options.html" title="ssl::context::set_options"> <link rel="prev" href="overload1.html" title="ssl::context::set_options (1 of 2 overloads)"> <link rel="next" href="../set_password_callback.html" title="ssl::context::set_password_callback"> </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="overload1.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../set_options.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../set_password_callback.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.ssl__context.set_options.overload2"></a><a class="link" href="overload2.html" title="ssl::context::set_options (2 of 2 overloads)">ssl::context::set_options (2 of 2 overloads)</a> </h5></div></div></div> <p> Set options on the context. </p> <pre class="programlisting"><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">set_options</span><span class="special">(</span> <span class="identifier">options</span> <span class="identifier">o</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">&amp;</span> <span class="identifier">ec</span><span class="special">);</span> </pre> <p> This function may be used to configure the SSL options used by the context. </p> <h6> <a name="boost_asio.reference.ssl__context.set_options.overload2.h0"></a> <span class="phrase"><a name="boost_asio.reference.ssl__context.set_options.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.ssl__context.set_options.overload2.parameters">Parameters</a> </h6> <div class="variablelist"> <p class="title"><b></b></p> <dl class="variablelist"> <dt><span class="term">o</span></dt> <dd><p> A bitmask of options. The available option values are defined in the <a class="link" href="../../ssl__context_base.html" title="ssl::context_base"><code class="computeroutput"><span class="identifier">ssl</span><span class="special">::</span><span class="identifier">context_base</span></code></a> class. The options are bitwise-ored with any existing value for the options. </p></dd> <dt><span class="term">ec</span></dt> <dd><p> Set to indicate what error occurred, if any. </p></dd> </dl> </div> <h6> <a name="boost_asio.reference.ssl__context.set_options.overload2.h1"></a> <span class="phrase"><a name="boost_asio.reference.ssl__context.set_options.overload2.remarks"></a></span><a class="link" href="overload2.html#boost_asio.reference.ssl__context.set_options.overload2.remarks">Remarks</a> </h6> <p> Calls <code class="computeroutput"><span class="identifier">SSL_CTX_set_options</span></code>. </p> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright &#169; 2003-2013 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="overload1.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../set_options.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../set_password_callback.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
Orchestra/sw/realtimeserver/static/ui/css/orchestra-playVirtualPage.css
r8o8s1e0/ChromeWebLab
/* Copyright 2013 Google Inc 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. */ .experiment-content.orchestra-play { min-height:463px; max-height:550px; height:55%; margin-top:22px; } #orchestra-virtual-subtitle .helpAndSkipHolder { display: inline-block; margin-left: 7px; } #orchestra-playVirtual { } #orchestra-playVirtual .loading { position: absolute; height:100%; width:100%; top:0px; left:0px; -webkit-transition:opacity 0.5s; -moz-transition:opacity 0.5s; -ms-transition:opacity 0.5s; transition:opacity 0.5s; opacity:0; } #orchestra-playVirtual .loading.visible { opacity: 1; } #orchestra-playVirtual .loading .loadingNotice { position: absolute; top:30%; width:100%; } #orchestra-playVirtual .loading .loadingNotice h6{ text-align:center; margin-top:10px; text-transform:uppercase; } #orchestra-playVirtual .virtualPlayer { height:240px; } #orchestra-playVirtual .virtualPlayer .intro { position:absolute; top:66px; width:120px; left:50%; margin-left:-50px; } #orchestra-playVirtual .blobsLeftPanel { float: left; margin-left: 4px; margin-top: 19px; } #orchestra-playVirtual .blobsLeftPanel .blobsLeftPanelTitle { display: inline-block; vertical-align: text-top; } #orchestra-playVirtual .blobsWithClearAllButton { } #orchestra-playVirtual .blobsLeftPanel .blobs { float: left; } #orchestra-playVirtual .blobsLeftPanel .blobs .blob { display: block; width: 20px; height: 20px; float: left; margin-right: 5px; position: relative; -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; -khtml-user-select: none; -o-user-select: none; user-select: none; } #orchestra-playVirtual .blobsLeftPanel .blobs .blob:nth-child(6) { margin-right:0px; } #orchestra-playVirtual .blobsLeftPanel .blobs .blob .circleBackground { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background-image: url(../svg/orchestra/blobs/blob_empty.svg); } #orchestra-playVirtual .blobsLeftPanel .blobs .blob .filledImage { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; -moz-transform-origin: 50% 50%; -o-transform-origin: 50% 50%; -ms-transform-origin: 50% 50%; -webkit-transform-origin: 50% 50%; -khtml-transform-origin: 50% 50%; transform-origin: 50% 50%; } #orchestra-playVirtual .blobsLeftPanel.instrument0 .blobs .blob .filledImage { background-image: url(../svg/orchestra/blobs/blob_5.svg); } #orchestra-playVirtual .blobsLeftPanel.instrument1 .blobs .blob .filledImage { background-image: url(../svg/orchestra/blobs/blob_2.svg); } #orchestra-playVirtual .blobsLeftPanel.instrument2 .blobs .blob .filledImage { background-image: url(../svg/orchestra/blobs/blob_0.svg); } #orchestra-playVirtual .blobsLeftPanel.instrument3 .blobs .blob .filledImage { background-image: url(../svg/orchestra/blobs/blob_6.svg); } #orchestra-playVirtual .blobsLeftPanel.instrument4 .blobs .blob .filledImage { background-image: url(../svg/orchestra/blobs/blob_1.svg); } #orchestra-playVirtual .blobsLeftPanel.instrument5 .blobs .blob .filledImage { background-image: url(../svg/orchestra/blobs/blob_4.svg); } #orchestra-playVirtual .blobsLeftPanel.instrument6 .blobs .blob .filledImage { background-image: url(../svg/orchestra/blobs/blob_3.svg); } #orchestra-playVirtual .blobsLeftPanel.instrument7 .blobs .blob .filledImage { background-image: url(../svg/orchestra/blobs/blob_7.svg); } #orchestra-playVirtual .blobsLeftPanel .clearAllButton { float: left; position: relative; top: 0px; margin-left: 10px; display: inline-block; overflow: hidden; } #orchestra-playVirtual .blobsLeftPanel .clearAllButton .animationLayer { display: inline-block; } #orchestra-playVirtual .recordControls { position: absolute; right:4px; top: 32px; width: 215px; height: 22px; overflow: hidden; text-align: right; } #orchestra-playVirtual .recordButton, #orchestra-playVirtual .cancelButton { -webkit-transition-property:-webkit-transform, opacity; -moz-transition-property:-moz-transform, opacity; -ms-transition-property:-ms-transform, opacity; transition-property:transform, opacity; -webkit-transition-duration:0.5s, 0.5s; -moz-transition-duration:0.5s, 0.5s; -ms-transition-duration:0.5s, 0.5s; transition-duration:0.5s, 0.5s; } #orchestra-playVirtual .recordButton { position: absolute; padding-left:13px; right:0px; -webkit-transform:translateY(0px); -moz-transform:translateY(0px); -ms-transform:translateY(0px); transform:translateY(0px); opacity:1; } #orchestra-playVirtual .recording .recordButton { pointer-events:none; -webkit-transform:translateY(30px); -moz-transform:translateY(30px); -ms-transform:translateY(30px); transform:translateY(30px); opacity:0; } #orchestra-playVirtual .recordButton .recordIcon { width:22px; height:15px; margin-right:6px; float:left; } #orchestra-playVirtual .cancelButton { pointer-events:none; -webkit-transform:translateY(-30px); -moz-transform:translateY(-30px); -ms-transform:translateY(-30px); transform:translateY(-30px); opacity: 0; } #orchestra-playVirtual .recording .cancelButton { pointer-events:auto; -webkit-transform:translateY(0px); -moz-transform:translateY(0px); -ms-transform:translateY(0px); transform:translateY(0px); opacity: 1; } #orchestra-playVirtual #player .timeRemaining { width:190px; float:right; opacity:0; margin-right:75px; margin-top:27px; } #orchestra-playVirtual #player .timeRemaining p { color:#d87383; white-space:pre-line; line-height:19px; } #orchestra-playVirtual #player .timeRemaining .num-seconds { font-family:'Roboto Condensed', "Helvetica Neue", Arial, sans-serif; letter-spacing:-0.04em; font-size: 25px; } #orchestra-playVirtual #player.recording .timeRemaining { opacity:1; } #orchestra-playVirtual #player .timeRemaining .clockGraphicsHolder { width: 24px; height: 24px; float: right; } #orchestra-playVirtual #player .timeRemaining .clockGraphicsHolder .clockGraphics { width: 100%; height: 100%; } #orchestra-playVirtual #player .timeRemaining .textCounter { float: right; margin-top: -17px; margin-left: 5px; } #orchestra-playVirtual .virtualPlayer .blobsLeftPanel, #orchestra-playVirtual #player .timeRemaining { -webkit-transition:opacity 0.5s; -moz-transition:opacity 0.5s; -ms-transition:opacity 0.5s; transition:opacity 0.5s; } #orchestra-playVirtual #virtualPlayer.recording { } #orchestra-playVirtual #player .helpLayer { position: absolute; left: 0px; top: 0px; pointer-events: none; } #orchestra-playVirtual #player .helpLayer * { pointer-events: none; } #orchestra-playVirtual .helpPointer { font-size: 9px; color: #000000; } #orchestra-playVirtual .helpPointer .right .helpPointerContent { margin-left: 10px; } #orchestra-playVirtual .helpPointer .left .helpPointerContent { margin-right: 10px; } #orchestra-playVirtual .helpPointer .sizeDetect { display: inline-block; } #orchestra-playVirtual .helpPointer .helpContent { font-size: 9px; display: inline-block; } #orchestra-playVirtual .helpPointer .tutorialContent { display: inline-block; } #orchestra-playVirtual .tutorialIntroTitle { font-size: 17px; text-transform: uppercase; margin-left: 20px; font-family:'Roboto Condensed', "Helvetica Neue", Arial, sans-serif; letter-spacing: 0.1em; } #orchestra-playVirtual .tutorialIntroBody { font-size: 10px; color: #73807F; margin-left: 20px; } /* Recording Playback */ #orchestra-playVirtual .recordingPlayback { display:none; } #orchestra-playVirtual .virtualInstrument { position: relative; } #orchestra-playVirtual .mainVirtualInstrument { width: 300px; height: 212px; top: 21px; } #orchestra-playVirtual .info-panel .avatarIcon { margin-left: 6px; margin-right: 11px; } #orchestra-playVirtual .othersVirtualInstrument { width: 124px; height: 70px; background: rgb(119,119,184); /* Old browsers */ background: -moz-linear-gradient(top, #f8faf9 0%, #f5f6f6 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8faf9), color-stop(100%,#f5f6f6)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #f8faf9 0%,#f5f6f6 100%); /* Chrome10+,Safari5.1+ */ background: linear-gradient(top, #f8faf9 0%,#f5f6f6 100%); /* W3C */ } #orchestra-playVirtual .virtualInstrument .centeredScale { position: absolute; width: 100%; height: 100%; -moz-transform-origin: 50% 50%; -o-transform-origin: 50% 50%; -ms-transform-origin: 50% 50%; -webkit-transform-origin: 50% 50%; -khtml-transform-origin: 50% 50%; transform-origin: 50% 50%; } #orchestra-playVirtual .mainVirtualInstrument .image img, #orchestra-playVirtual .mainVirtualInstrument .hitAnimations { position: absolute; top: 0px; bottom: 0px; -moz-transform: translate(-50%, -50%) translate(150px, 106px); -o-transform: translate(-50%, -50%) translate(150px, 106px); -ms-transform: translate(-50%, -50%) translate(150px, 106px); -webkit-transform: translate(-50%, -50%) translate(150px, 106px); -khtml-transform: translate(-50%, -50%) translate(150px, 106px); transform: translate(-50%, -50%) translate(150px, 106px); } #orchestra-playVirtual .othersVirtualInstrument .image img, #orchestra-playVirtual .othersVirtualInstrument .hitAnimations { position: absolute; top: 0px; bottom: 0px; -moz-transform: translate(-50%, -50%) translate(62px, 35px); -o-transform: translate(-50%, -50%) translate(62px, 35px); -ms-transform: translate(-50%, -50%) translate(62px, 35px); -webkit-transform: translate(-50%, -50%) translate(62px, 35px); -khtml-transform: translate(-50%, -50%) translate(62px, 35px); transform: translate(-50%, -50%) translate(62px, 35px); } #orchestra-playVirtual .thumbnail .playButton { text-align:center; } #orchestra-playVirtual .thumbnail .playButton button { margin:auto; } #orchestra-playVirtual .labelAndTutorialTitle { position: absolute; left: 0px; top: 0px; width: 100%; } #orchestra-playVirtual .labelAndTutorialTitle .tutorialTitle { position: absolute; left: 0px; top: 0px; width: 100%; color: #936CAB; -webkit-text-stroke: 0.2px #936CAB; text-transform: uppercase; font-family:'Roboto Condensed', "Helvetica Neue", Arial, sans-serif; }
docs/releases/4.1.0/instructions/nouses.html
psoreide/bnd
<!DOCTYPE html> <html lang="en" ng-app="jpm"> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <link href="/releases/4.1.0/css/style.css" rel="stylesheet" /> <script src="https://code.jquery.com/jquery-3.4.1.min.js"></script> <script src="/js/releases.js"></script> <!-- Begin Jekyll SEO tag v2.5.0 --> <title>-nouses BOOLEAN</title> <meta name="generator" content="Jekyll v3.7.4" /> <meta property="og:title" content="-nouses BOOLEAN" /> <meta property="og:locale" content="en_US" /> <meta name="description" content="/** * Add the uses clauses. This method iterates over the exports and cal * * @param exports * @param uses * @throws MojoExecutionException */ void doUses(Packages exports, Map&lt;PackageRef,List&lt;PackageRef&gt;&gt; uses, Packages imports) { if (isTrue(getProperty(NOUSES))) return;" /> <meta property="og:description" content="/** * Add the uses clauses. This method iterates over the exports and cal * * @param exports * @param uses * @throws MojoExecutionException */ void doUses(Packages exports, Map&lt;PackageRef,List&lt;PackageRef&gt;&gt; uses, Packages imports) { if (isTrue(getProperty(NOUSES))) return;" /> <meta property="og:type" content="article" /> <meta property="article:published_time" content="2019-10-12T20:06:21-04:00" /> <script type="application/ld+json"> {"headline":"-nouses BOOLEAN","dateModified":"2019-10-12T20:06:21-04:00","datePublished":"2019-10-12T20:06:21-04:00","@type":"BlogPosting","mainEntityOfPage":{"@type":"WebPage","@id":"/releases/4.1.0/instructions/nouses.html"},"url":"/releases/4.1.0/instructions/nouses.html","description":"/** * Add the uses clauses. This method iterates over the exports and cal * * @param exports * @param uses * @throws MojoExecutionException */ void doUses(Packages exports, Map&lt;PackageRef,List&lt;PackageRef&gt;&gt; uses, Packages imports) { if (isTrue(getProperty(NOUSES))) return;","@context":"http://schema.org"}</script> <!-- End Jekyll SEO tag --> </head> <body> <ul class="container12 menu-bar"> <li span=11><a class=menu-link href="/releases/4.1.0/"><img class=menu-logo src='/releases/4.1.0/img/bnd-80x40-white.png'></a> <a href="/releases/4.1.0/chapters/110-introduction.html">Intro </a><a href="/releases/4.1.0/chapters/800-headers.html">Headers </a><a href="/releases/4.1.0/chapters/825-instructions-ref.html">Instructions </a><a href="/releases/4.1.0/chapters/855-macros-ref.html">Macros </a><a href="/releases/4.1.0/chapters/860-commands.html">Commands </a><div class="releases"><button class="dropbtn">4.1.0</button><div class="dropdown-content"></div></div> <li class=menu-link span=1> <a href="https://github.com/bndtools/bnd" target="_"><img style="position:absolute;top:0;right:0;margin:0;padding:0;z-index:100" src="https://camo.githubusercontent.com/38ef81f8aca64bb9a64448d0d70f1308ef5341ab/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6461726b626c75655f3132313632312e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png"></a> </ul> <ul class=container12> <li span=3> <div> <ul class="side-nav"> <li><a href="/releases/4.1.0/chapters/110-introduction.html">Introduction</a> <li><a href="/releases/4.1.0/chapters/120-install.html">How to install bnd</a> <li><a href="/releases/4.1.0/chapters/123-tour-workspace.html">Guided Tour</a> <li><a href="/releases/4.1.0/chapters/125-tour-features.html">Guided Tour Workspace & Projects</a> <li><a href="/releases/4.1.0/chapters/130-concepts.html">Concepts</a> <li><a href="/releases/4.1.0/chapters/140-best-practices.html">Best practices</a> <li><a href="/releases/4.1.0/chapters/150-build.html">Build</a> <li><a href="/releases/4.1.0/chapters/160-jars.html">Generating JARs</a> <li><a href="/releases/4.1.0/chapters/170-versioning.html">Versioning</a> <li><a href="/releases/4.1.0/chapters/180-baselining.html">Baselining</a> <li><a href="/releases/4.1.0/chapters/200-components.html">Service Components</a> <li><a href="/releases/4.1.0/chapters/210-metatype.html">Metatype</a> <li><a href="/releases/4.1.0/chapters/220-contracts.html">Contracts</a> <li><a href="/releases/4.1.0/chapters/230-manifest-annotations.html">Manifest Annotations</a> <li><a href="/releases/4.1.0/chapters/250-resolving.html">Resolving Dependencies</a> <li><a href="/releases/4.1.0/chapters/300-launching.html">Launching</a> <li><a href="/releases/4.1.0/chapters/310-testing.html">Testing</a> <li><a href="/releases/4.1.0/chapters/320-packaging.html">Packaging Applications</a> <li><a href="/releases/4.1.0/chapters/390-wrapping.html">Wrapping Libraries to OSGi Bundles</a> <li><a href="/releases/4.1.0/chapters/400-commandline.html">From the command line</a> <li><a href="/releases/4.1.0/chapters/600-developer.html">For Developers</a> <li><a href="/releases/4.1.0/chapters/610-plugin.html">Plugins</a> <li><a href="/releases/4.1.0/chapters/700-tools.html">Tools bound to bnd</a> <li><a href="/releases/4.1.0/chapters/800-headers.html">Header Reference</a> <li><a href="/releases/4.1.0/chapters/820-instructions.html">Instruction</a> <li><a href="/releases/4.1.0/chapters/825-instructions-ref.html">Instruction Index</a> <li><a href="/releases/4.1.0/chapters/850-macros.html">Macro Reference</a> <li><a href="/releases/4.1.0/chapters/855-macros-ref.html">Macro Index</a> <li><a href="/releases/4.1.0/chapters/860-commands.html">Command Reference</a> <li><a href="/releases/4.1.0/chapters/870-plugins.html">Plugins Reference</a> <li><a href="/releases/4.1.0/chapters/880-settings.html">Settings</a> <li><a href="/releases/4.1.0/chapters/900-errors.html">Errors</a> <li><a href="/releases/4.1.0/chapters/910-warnings.html">Warnings</a> <li><a href="/releases/4.1.0/chapters/920-faq.html">Frequently Asked Questions</a> </ul> </div> <li span=9> <div class=notes-margin> <h1> -nouses BOOLEAN</h1> <div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>/** * Add the uses clauses. This method iterates over the exports and cal * * @param exports * @param uses * @throws MojoExecutionException */ void doUses(Packages exports, Map&lt;PackageRef,List&lt;PackageRef&gt;&gt; uses, Packages imports) { if (isTrue(getProperty(NOUSES))) return; for (Iterator&lt;PackageRef&gt; i = exports.keySet().iterator(); i.hasNext();) { PackageRef packageRef = i.next(); String packageName = packageRef.getFQN(); setProperty(CURRENT_PACKAGE, packageName); try { doUses(packageRef, exports, uses, imports); } finally { unsetProperty(CURRENT_PACKAGE); } } } </code></pre></div></div> </div> </ul> <nav class=next-prev> <a href='/releases/4.1.0/instructions/nomanifest.html'></a> <a href='/releases/4.1.0/instructions/output.html'></a> </nav> <footer class="container12" style="border-top: 1px solid black;padding:10px 0"> <ul span=12 row> <li span=3> <ul> <li><a href="/releases/4.1.0/contact.html">Contact</a> </ul> <li span=3> <ul> <li><a href="/releases/4.1.0/">Developers</a> </ul> <li span=3> <ul> <li><a href="/releases/4.1.0/">More</a> </ul> </ul> </footer> </body> </html>
vendor/tracy/tracy/src/Tracy/assets/Bar/bar.css
janfejtek/mapping
/** * This file is part of the Tracy (https://tracy.nette.org) */ /* common styles */ #tracy-debug { display: none; direction: ltr; line-height: 1.5; } body#tracy-debug { /* in popup window */ margin: 0; display: block; } body #tracy-debug { position: absolute; bottom: 0; right: 0; } #tracy-debug * { font: inherit; line-height: inherit; color: inherit; background: transparent; margin: 0; padding: 0; border: none; text-align: inherit; list-style: inherit; opacity: 1; border-radius: 0; box-shadow: none; text-shadow: none; box-sizing: border-box; text-decoration: none; text-transform: inherit; white-space: inherit; float: none; clear: none; } #tracy-debug *:before, #tracy-debug *:after { all: unset; } #tracy-debug b, #tracy-debug strong { font-weight: bold; } #tracy-debug i, #tracy-debug em { font-style: italic; } #tracy-debug a { color: #125EAE; text-decoration: none; } #tracy-debug a:hover, #tracy-debug a:focus { background-color: #125EAE; color: white; } #tracy-debug h2, #tracy-debug h3, #tracy-debug p { margin: .4em 0; } #tracy-debug table { border-collapse: collapse; background: #FDF5CE; } #tracy-debug tr:nth-child(2n) td { background: #F7F0CB; } #tracy-debug td, #tracy-debug th { border: 1px solid #E6DFBF; padding: 2px 5px; vertical-align: top; text-align: left; } #tracy-debug th { background: #F4F3F1; color: #655E5E; font-size: 90%; font-weight: bold; } #tracy-debug pre, #tracy-debug code { font: 9pt/1.5 Consolas, monospace; } #tracy-debug pre { white-space: pre; } #tracy-debug table .tracy-right { text-align: right; } #tracy-debug svg { display: inline; } /* bar */ #tracy-debug-bar { font: normal normal 13px/1.55 Tahoma, sans-serif; color: #333; border: 1px solid #c9c9c9; background: #EDEAE0 url('data:image/png;base64,R0lGODlhAQAUALMAAOzq4e/t5e7s4/Dt5vDu5e3r4vDu5uvp4O/t5AAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAAAAAAALAAAAAABABQAAAQM0EgySEAYi1LA+UcEADs=') top; background-size: 1em; position: fixed; right: 0; bottom: 0; min-width: 50px; white-space: nowrap; z-index: 30000; opacity: .9; transition: opacity 0.2s; will-change: opacity, right, bottom; border-radius: 3px; box-shadow: 1px 1px 10px rgba(0, 0, 0, .15); } #tracy-debug-bar:hover { opacity: 1; transition: opacity 0.1s; } #tracy-debug-bar ul { list-style: none none; display: flex; flex-wrap: wrap; } #tracy-debug-bar ul:not(:first-child) li { opacity: .6; background: #F5F3EE; } #tracy-debug-bar ul:not(:first-child) li:first-child { width: 4.1em; text-align: center; } #tracy-debug-bar img { vertical-align: bottom; position: relative; top: -2px; } #tracy-debug-bar svg { vertical-align: bottom; width: 1.23em; height: 1.55em; } #tracy-debug-bar .tracy-label { margin-left: .2em; } #tracy-debug-bar li > a, #tracy-debug-bar li > span { color: #000; display: block; padding: 0 .4em; } #tracy-debug-bar li > a:hover { color: black; background: #c3c1b8; } #tracy-debug-bar li:first-child { cursor: move; } #tracy-debug-logo svg { width: 3.4em; margin: 0 .2em 0 .5em; } /* panels */ #tracy-debug .tracy-panel { display: none; font: normal normal 12px/1.5 sans-serif; background: white; color: #333; text-align: left; z-index: 20001; } body#tracy-debug .tracy-panel { /* in popup window */ display: block; } #tracy-debug h1 { font: normal normal 23px/1.4 Tahoma, sans-serif; color: #575753; margin: -5px -5px 5px; padding: 0 25px 0 5px; max-width: 700px; word-wrap: break-word; } #tracy-debug .tracy-mode-peek .tracy-inner, #tracy-debug .tracy-mode-float .tracy-inner { max-width: 700px; max-height: 500px; overflow: auto; } @media (max-height: 555px) { #tracy-debug .tracy-mode-peek .tracy-inner, #tracy-debug .tracy-mode-float .tracy-inner { max-height: calc(100vh - 55px); } } #tracy-debug .tracy-panel .tracy-icons { display: none; } #tracy-debug .tracy-mode-peek, #tracy-debug .tracy-mode-float { position: fixed; right: 0; bottom: 0; padding: 10px; min-width: 150px; min-height: 50px; border-radius: 5px; box-shadow: 1px 1px 20px rgba(102, 102, 102, 0.36); border: 1px solid rgba(0, 0, 0, 0.1); } #tracy-debug .tracy-mode-peek h1 { cursor: move; } #tracy-debug .tracy-mode-float { display: block; opacity: .95; transition: opacity 0.2s; will-change: opacity, right, bottom; } #tracy-debug .tracy-focused { display: block; opacity: 1; transition: opacity 0.1s; } #tracy-debug .tracy-mode-float h1 { cursor: move; } #tracy-debug .tracy-mode-float .tracy-icons { display: block; position: absolute; top: 0; right: 5px; font-size: 18px; } #tracy-debug .tracy-mode-window { padding: 10px; } #tracy-debug .tracy-icons a { color: #575753; } #tracy-debug .tracy-icons a:hover { color: white; } /* dump */ #tracy-debug pre.tracy-dump div { padding-left: 3ex; } #tracy-debug pre.tracy-dump div div { border-left: 1px solid rgba(0, 0, 0, .1); margin-left: .5ex; } #tracy-debug pre.tracy-dump { background: #FDF5CE; padding: .4em .7em; border: 1px dotted silver; overflow: auto; } #tracy-debug table pre.tracy-dump { padding: 0; margin: 0; border: none; } #tracy-debug .tracy-dump-array, #tracy-debug .tracy-dump-object { color: #C22; } #tracy-debug .tracy-dump-string { color: #35D; } #tracy-debug .tracy-dump-number { color: #090; } #tracy-debug .tracy-dump-null, #tracy-debug .tracy-dump-bool { color: #850; } #tracy-debug .tracy-dump-visibility, #tracy-debug .tracy-dump-hash { font-size: 85%; color: #999; } #tracy-debug .tracy-dump-indent { display: none; } /* toggle */ #tracy-debug .tracy-toggle:after { content: "\A0\25BC"; opacity: .4; } #tracy-debug .tracy-toggle.tracy-collapsed:after { content: "\A0\25BA"; } @media print { #tracy-debug * { display: none; } }
project/dexter-server/public/tool/cppcheck/CPP/help/nonreentrantFunctionsgcvt.html
KarolAntczak/Dexter
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <!--basic styles--> <link href="asset/css/bootstrap.css" rel="stylesheet" /> <link rel="stylesheet" href="asset/css/dexter.min.css" /> <link rel="stylesheet" href="asset/css/font-awesome.min.css" /> <!--[if IE 7]> <link rel="stylesheet" href="asset/css/font-awesome-ie7.min.css"> <![endif]--> <link rel="stylesheet" href="asset/css/prettify.css" /> <script src="asset/js/jquery-2.0.3.min.js"></script> <!--[if IE]> <script src="asset/js/jquery.min.js"></script> <![endif]--> <script src="asset/js/prettify.js"></script> <script type="text/javascript"> $(function() { window.prettyPrint && prettyPrint(); $('#id-check-horizontal').removeAttr('checked').on('click', function(){ $('#dt-list-1').toggleClass('dl-horizontal').prev().html(this.checked ? '&lt;dl class="dl-horizontal"&gt;' : '&lt;dl&gt;'); }); }) </script> </head> <body> <div class="space-12"></div> <div class="table-grid-info table-grid-info-striped"> <div class="table-grid-row"> <div class="table-grid-label"> Checker Code</div> <div class="table-grid-value"><h5 class="header blue"><i class="fa fa-bug"></i>&nbsp; nonreentrantFunctionsgcvt</h5> </div> </div> <div class="table-grid-row"> <div class="table-grid-label"> Description </div> <div class="table-grid-value-highlight"><i class="fa fa-th"></i>&nbsp; Avoid usage of the function 'gcvt'. </div> </div> <div class="table-grid-row"> <div class="table-grid-label"> Severity </div> <div class="table-grid-value"> Critical </div> </div> <div class="table-grid-row"> <div class="table-grid-label"> Detector / Bug Pattern </div> <div class="table-grid-value"> Avoid usage of the function 'gcvt'. </div> </div> <div class="table-grid-row"> <div class="table-grid-label"> More Information </div> <div class="table-grid-value"> The function 'gcvt' is not reentrant. For thread safe applications it is recommended to use the reentrant replacement function 'gcvt_r'. </div> </div> <div class="table-grid-row"> <div class="table-grid-label"> Bad Code </div> <div class="table-grid-value"> <pre class="prettyprint linenums warning"> </pre> </div> </div> <div class="table-grid-row"> <div class="table-grid-label"> Good Code </div> <div class="table-grid-value"> <pre class="prettyprint linenums correct"> </pre> </div> </div> <div class="table-grid-row"> <div class="table-grid-label"> CWE ID </div> <div class="table-grid-value"> <a href="asset/CWE_ID.html" target="_blank">0 </a> </div> </div> <div class="table-grid-row"> <div class="table-grid-label"> Code Review Asset </div> <div class="table-grid-value"> N/A </div> </div> <div class="table-grid-row"> <div class="table-grid-label"> URLs </div> <div class="table-grid-value"> <i class="fa fa-link"></i>&nbsp; <a target="_blank" href="http://pubs.opengroup.org/onlinepubs/009695399/functions/ecvt.html"> http://pubs.opengroup.org/onlinepubs/009695399/functions/ecvt.html </a> </div> </div> </div> <div class="space-20"></div> </body> <html>
toolbox/doc/matlab/fevalArrays.html
s-gupta/utils
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> <html> <head> <title>Description of fevalArrays</title> <meta name="keywords" content="fevalArrays"> <meta name="description" content="Used to apply the same operation to a stack of array elements."> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta name="generator" content="m2html &copy; 2003 Guillaume Flandin"> <meta name="robots" content="index, follow"> <link type="text/css" rel="stylesheet" href="../m2html.css"> </head> <body> <a name="_top"></a> <!-- menu.html matlab --> <h1>fevalArrays </h1> <h2><a name="_name"></a>PURPOSE <a href="#_top"><img alt="^" border="0" src="../up.png"></a></h2> <div class="box"><strong>Used to apply the same operation to a stack of array elements.</strong></div> <h2><a name="_synopsis"></a>SYNOPSIS <a href="#_top"><img alt="^" border="0" src="../up.png"></a></h2> <div class="box"><strong>function B = fevalArrays( A, fHandle, varargin ) </strong></div> <h2><a name="_description"></a>DESCRIPTION <a href="#_top"><img alt="^" border="0" src="../up.png"></a></h2> <div class="fragment"><pre class="comment"> Used to apply the same operation to a stack of array elements. The only constraint on the function specified in fHandle is that given two differrent input arrays a1 and a2, if a1 and a2 have the same dimensions then the outputs b1 and b2 must have the same dimensions. For long operations shows progress information. A can have arbitrary dimension. Suppose A has size d1 x d2 ... x dn. Then for the purpose of this function A has dn elements, where A(:,:,...,i) is the ith element. This function then applies the operation in fHandle, with paramters given in varargin, to each element in A. The results are returned in the array B, of size f1 x f2 x ... x fk x dn. Each of the n element of B of the form B(:,:,...,i) is the the result of applying fHandle to A(:,:,...,i). A may also be a cell array, see the last example. A limitation of fevalArrays is that it does not pass state information to fHandle. For example, fHandle may want to know how many times it's been called. This can be overcome by saving state information inside fHandle using 'persistent' variables. For an example see imwrite2. USAGE B = fevalArrays( A, fHandle, varargin ) INPUTS A - input array fHandle - operation to apply to each 'element' of A params - [varargin] parameters for each operation specified by fHandle OUTPUTS B - output array EXAMPLE B = fevalArrays( A, @rgb2gray ); % where A is MxNx3xR B = fevalArrays( A, @imresize, .5 ); % where A is MxNxR B = fevalArrays( A, @imNormalize ); % where A has arbitrary dims B = fevalArrays( A, @(x) {imresize(x{1},.5)} ); % A is cell array See also <a href="fevalImages.html" class="code" title="function X = fevalImages( fHandle, prms, srcDir, name, ext,nStr, nEnd, nDigits )">FEVALIMAGES</a>, <a href="fevalMats.html" class="code" title="function X = fevalMats( fHandle, matCont, prm, srcDir, prefix )">FEVALMATS</a>, ARRAYFUN IMWRITE2, PERSISTENT, <a href="ticStatus.html" class="code" title="function id = ticStatus( msg, updateFreq, updateMinT, erasePrev )">TICSTATUS</a>, Piotr's Image&amp;Video Toolbox Version 2.0 Copyright 2012 Piotr Dollar. [pdollar-at-caltech.edu] Please email me if you find bugs, or have suggestions or questions! Licensed under the Simplified BSD License [see external/bsd.txt]</pre></div> <!-- Start of Google Analytics Code --> <script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); </script> <script type="text/javascript"> var pageTracker = _gat._getTracker("UA-4884268-1"); pageTracker._initData(); pageTracker._trackPageview(); </script> <!-- end of Google Analytics Code --> <hr><address>Generated by <strong><a href="http://www.artefact.tk/software/matlab/m2html/" target="_parent">m2html</a></strong> &copy; 2003</address> </body> </html>
third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-overflow-horiz-001.html
axinging/chromium-crosswalk
<!DOCTYPE html> <!-- Any copyright is dedicated to the Public Domain. http://creativecommons.org/publicdomain/zero/1.0/ --> <!-- This testcase checks that we correctly handle the "overflow" property on a horizontal flex container. --> <html> <head> <title>CSS Test: Testing 'overflow' property on a horizontal flex container, with contents not overflowing</title> <link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"> <link rel="help" href="http://www.w3.org/TR/css-flexbox-1/#flex-containers"> <link rel="match" href="flexbox-overflow-horiz-001-ref.html"> <style> .flexContainer { background: purple; display: flex; width: 70px; height: 70px; float: left; margin-right: 5px; } .bigItem { background: blue; height: 200px; flex: 3; } .smallItem { background: teal; margin-bottom: 10px; flex: 1; } .scroll { overflow: scroll } .auto { overflow: auto } .hidden { overflow: hidden } </style> </head> <body> <div class="flexContainer"><!-- (overflow un-set) --> <div class="bigItem"></div> <div class="smallItem"></div> </div> <div class="flexContainer hidden"> <div class="bigItem"></div> <div class="smallItem"></div> </div> <div class="flexContainer scroll"> <div class="bigItem"></div> <div class="smallItem"></div> </div> <div class="flexContainer auto"> <div class="bigItem"></div> <div class="smallItem"></div> </div> </body> </html>
third_party/webgl/src/conformance-suites/2.0.0/conformance2/textures/image/tex-2d-rgb565-rgb-unsigned_short_5_6_5.html
endlessm/chromium-browser
<!-- Copyright (c) 2015 The Khronos Group Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and/or associated documentation files (the "Materials"), to deal in the Materials without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Materials, and to permit persons to whom the Materials are furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Materials. THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS. --> <!-- This file is auto-generated from py/tex_image_test_generator.py DO NOT EDIT! --> <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <link rel="stylesheet" href="../../../resources/js-test-style.css"/> <script src="../../../js/js-test-pre.js"></script> <script src="../../../js/webgl-test-utils.js"></script> <script src="../../../js/tests/tex-image-and-sub-image-utils.js"></script> <script src="../../../js/tests/tex-image-and-sub-image-2d-with-image.js"></script> </head> <body> <canvas id="example" width="32" height="32"></canvas> <div id="description"></div> <div id="console"></div> <script> "use strict"; function testPrologue(gl) { return true; } generateTest("RGB565", "RGB", "UNSIGNED_SHORT_5_6_5", testPrologue, "../../../resources/", 2)(); </script> </body> </html>
staticfiles/js/angular-1.1.4/docs/partials/api/ng.directive:ngClassEven.html
Laimiux/mydeatree
<h1><code ng:non-bindable="">ngClassEven</code> <span class="hint">(directive in module <code ng:non-bindable="">ng</code> )</span> </h1> <div><a href="http://github.com/angular/angular.js/edit/master/src/ng/directive/ngClass.js" class="improve-docs btn btn-primary">Improve this doc</a><h2 id="Description">Description</h2> <div class="description"><p>The <code>ngClassOdd</code> and <code>ngClassEven</code> works exactly as <a href="api/ng.directive:ngClass"><code>ngClass</code></a>, except it works in conjunction with <code>ngRepeat</code> and takes affect only on odd (even) rows.</p> <p>This directive can be applied only within a scope of an <a href="api/ng.directive:ngRepeat"><code>ngRepeat</code></a>.</p></div> <h2 id="Usage">Usage</h2> <div class="usage">as attribute<pre class="prettyprint linenums">&lt;ANY ng-class-even="{expression}"&gt; ... &lt;/ANY&gt;</pre> as class<pre class="prettyprint linenums">&lt;ANY class="ng-class-even: {expression};"&gt; ... &lt;/ANY&gt;</pre> <h3 id="Parameters">Parameters</h3> <ul class="parameters"><li><code ng:non-bindable="">ngClassEven – {expression} – </code> <p><a href="guide/expression">Expression</a> to eval. The result of the evaluation can be a string representing space delimited class names or an array.</p></li> </ul> </div> <h2 id="Example">Example</h2> <div class="example"><h4>Source</h4> <div source-edit="" source-edit-deps="angular.js" source-edit-html="index.html-115" source-edit-css="style.css-116" source-edit-js="" source-edit-unit="" source-edit-scenario="scenario.js-117"></div> <div class="tabbable"><div class="tab-pane" title="index.html"> <pre class="prettyprint linenums" ng-set-text="index.html-115" ng-html-wrap=" angular.js"></pre> <script type="text/ng-template" id="index.html-115"> <ol ng-init="names=['John', 'Mary', 'Cate', 'Suz']"> <li ng-repeat="name in names"> <span ng-class-odd="'odd'" ng-class-even="'even'"> {{name}} &nbsp; &nbsp; &nbsp; </span> </li> </ol> </script> </div> <div class="tab-pane" title="style.css"> <pre class="prettyprint linenums" ng-set-text="style.css-116"></pre> <style type="text/css" id="style.css-116"> .odd { color: red; } .even { color: blue; } </style> </div> <div class="tab-pane" title="End to end test"> <pre class="prettyprint linenums" ng-set-text="scenario.js-117"></pre> <script type="text/ng-template" id="scenario.js-117"> it('should check ng-class-odd and ng-class-even', function() { expect(element('.doc-example-live li:first span').prop('className')). toMatch(/odd/); expect(element('.doc-example-live li:last span').prop('className')). toMatch(/even/); }); </script> </div> </div><h4>Demo</h4> <div class="well doc-example-live animator-container" ng-embed-app="" ng-set-html="index.html-115" ng-eval-javascript=""></div></div> </div>
documentation/html/iOS/protocol_c_p_t_legend_delegate-p-members.html
LiDechao/core-plot
<!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>Core Plot (iOS): Member List</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="navtree.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="resize.js"></script> <script type="text/javascript" src="navtree.js"></script> <script type="text/javascript"> $(document).ready(initResizable); $(window).load(resizeHeight); </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="core-plot-logo.png"/></td> <td style="padding-left: 0.5em;"> <div id="projectname">Core Plot (iOS) </div> <div id="projectbrief">Cocoa plotting framework for Mac OS X and iOS</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="pages.html"><span>Related&#160;Pages</span></a></li> <li><a href="modules.html"><span>Animation&#160;&&#160;Constants</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="annotated.html"><span>Class&#160;List</span></a></li> <li><a href="classes.html"><span>Class&#160;Index</span></a></li> <li><a href="inherits.html"><span>Class&#160;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> </div><!-- top --> <div id="side-nav" class="ui-resizable side-nav-resizable"> <div id="nav-tree"> <div id="nav-tree-contents"> <div id="nav-sync" class="sync"></div> </div> </div> <div id="splitbar" style="-moz-user-select:none;" class="ui-resizable-handle"> </div> </div> <script type="text/javascript"> $(document).ready(function(){initNavTree('protocol_c_p_t_legend_delegate-p.html','');}); </script> <div id="doc-content"> <div class="header"> <div class="headertitle"> <div class="title">&lt;CPTLegendDelegate&gt; Member List</div> </div> </div><!--header--> <div class="contents"> <p>This is the complete list of members for <a class="el" href="protocol_c_p_t_legend_delegate-p.html">&lt;CPTLegendDelegate&gt;</a>, including all inherited members.</p> <table class="directory"> <tr class="even"><td class="entry">-&#160;</td><td><a class="elRef" href="https://developer.apple.com/library/ios/#documentation/Cocoa/Reference/Foundation/Protocols/NSObject_Protocol/Reference/NSObject.html#//apple_ref/occ/intfm/NSObject/description">description</a></td><td class="entry"><a class="elRef" href="https://developer.apple.com/library/ios/#documentation/Cocoa/Reference/Foundation/Protocols/NSObject_Protocol/Reference/NSObject.html">&lt;NSObject&gt;</a></td><td class="entry"></td></tr> <tr><td class="entry">-&#160;</td><td><a class="elRef" href="https://developer.apple.com/library/ios/#documentation/Cocoa/Reference/Foundation/Protocols/NSObject_Protocol/Reference/NSObject.html#//apple_ref/occ/intfm/NSObject/hash">hash</a></td><td class="entry"><a class="elRef" href="https://developer.apple.com/library/ios/#documentation/Cocoa/Reference/Foundation/Protocols/NSObject_Protocol/Reference/NSObject.html">&lt;NSObject&gt;</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry">-&#160;</td><td><a class="elRef" href="https://developer.apple.com/library/ios/#documentation/Cocoa/Reference/Foundation/Protocols/NSObject_Protocol/Reference/NSObject.html#//apple_ref/occ/intfm/NSObject/isEqual:">isEqual:</a></td><td class="entry"><a class="elRef" href="https://developer.apple.com/library/ios/#documentation/Cocoa/Reference/Foundation/Protocols/NSObject_Protocol/Reference/NSObject.html">&lt;NSObject&gt;</a></td><td class="entry"></td></tr> <tr><td class="entry">-&#160;</td><td><a class="el" href="protocol_c_p_t_legend_delegate-p.html#ae75c7df3b7dbf3889177af8e7addf69e">legend:fillForEntryAtIndex:forPlot:</a></td><td class="entry"><a class="el" href="protocol_c_p_t_legend_delegate-p.html">&lt;CPTLegendDelegate&gt;</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry">-&#160;</td><td><a class="el" href="protocol_c_p_t_legend_delegate-p.html#a21bbe3ee715bd7ed34b45dc89448790b">legend:fillForSwatchAtIndex:forPlot:</a></td><td class="entry"><a class="el" href="protocol_c_p_t_legend_delegate-p.html">&lt;CPTLegendDelegate&gt;</a></td><td class="entry"></td></tr> <tr><td class="entry">-&#160;</td><td><a class="el" href="protocol_c_p_t_legend_delegate-p.html#a1bd5cab7fa59ba19f7668091a0bf5c0f">legend:legendEntryForPlot:wasSelectedAtIndex:</a></td><td class="entry"><a class="el" href="protocol_c_p_t_legend_delegate-p.html">&lt;CPTLegendDelegate&gt;</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry">-&#160;</td><td><a class="el" href="protocol_c_p_t_legend_delegate-p.html#a3e79f9a14ad1aa0c0096374489c8c0d5">legend:legendEntryForPlot:wasSelectedAtIndex:withEvent:</a></td><td class="entry"><a class="el" href="protocol_c_p_t_legend_delegate-p.html">&lt;CPTLegendDelegate&gt;</a></td><td class="entry"></td></tr> <tr><td class="entry">-&#160;</td><td><a class="el" href="protocol_c_p_t_legend_delegate-p.html#acaa2b88c7672381b6f9eb0942c71c7e9">legend:lineStyleForEntryAtIndex:forPlot:</a></td><td class="entry"><a class="el" href="protocol_c_p_t_legend_delegate-p.html">&lt;CPTLegendDelegate&gt;</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry">-&#160;</td><td><a class="el" href="protocol_c_p_t_legend_delegate-p.html#aa51f854442d81c444e9393229aee9711">legend:lineStyleForSwatchAtIndex:forPlot:</a></td><td class="entry"><a class="el" href="protocol_c_p_t_legend_delegate-p.html">&lt;CPTLegendDelegate&gt;</a></td><td class="entry"></td></tr> <tr><td class="entry">-&#160;</td><td><a class="el" href="protocol_c_p_t_legend_delegate-p.html#a5aeb5bb90d09dfbe1ae63b8ced1bba68">legend:shouldDrawSwatchAtIndex:forPlot:inRect:inContext:</a></td><td class="entry"><a class="el" href="protocol_c_p_t_legend_delegate-p.html">&lt;CPTLegendDelegate&gt;</a></td><td class="entry"></td></tr> </table></div><!-- contents --> </div><!-- doc-content --> <!-- start footer part --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <ul> <li class="footer">Generated by <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.5 </li> </ul> </div> </body> </html>
LayoutTests/inspector/sources/autocomplete-general.html
smishenk/blink-crosswalk
<html> <head> <script src="./resources/empty.js"></script> <script src="../editor/editor-test.js"></script> <script src="../../http/tests/inspector/inspector-test.js"></script> <script src="../../http/tests/inspector/debugger-test.js"></script> <script> function codeSnippet() { return document.getElementById("codeSnippet").textContent; } function test() { InspectorTest.showScriptSource("empty.js", onSourceFrame); var textEditor; function onSourceFrame(sourceFrame) { textEditor = sourceFrame.textEditor; textEditor.element.focus(); InspectorTest.runTestSuite(testSuite); } var testSuite = [ // This test has to be the first. It validates that autocompletion controller // will initialize as a key will be pressed. function testCompletionsShowUpOnKeyPress(next) { textEditor.setText("name1 name2 name3 name4\nna"); textEditor.setSelection(WebInspector.TextRange.createFromLocation(1, 2)); InspectorTest.addSniffer(WebInspector.TextEditorAutocompleteController.prototype, "_onSuggestionsShownForTest", onAutocompletionSuggestBox); InspectorTest.typeIn(textEditor, "m"); function onAutocompletionSuggestBox() { document.activeElement.dispatchEvent(InspectorTest.createKeyEvent("Enter")); dumpDictionary(next); } }, function testSetInitialText(next) { textEditor.setText("one two three3_\nfour five\na_b\nsix\n123foo\n132\nseven"); dumpDictionary(next); }, function testAlphaNumericWords(next) { textEditor.setText("2 2foo foo2 2foo4 foo3bar"); dumpDictionary(next); }, function testSetText(next) { textEditor.setText("dog cat 'mouse';dog bird"); dumpDictionary(next); }, function testSimpleEdit(next) { textEditor.setSelection(WebInspector.TextRange.createFromLocation(0, 3)); InspectorTest.typeIn(textEditor, "\b", dumpDictionary.bind(null, next)); }, function testDeleteOneDogAndOneCat(next) { textEditor.setSelection(WebInspector.TextRange.createFromLocation(0, 6)); InspectorTest.typeIn(textEditor, "\b\b\b\b\b\b", dumpDictionary.bind(null, next)); } ]; function dumpDictionary(next) { var wordsInDictionary = textEditor._autocompleteController._delegate._dictionary.wordsWithPrefix(""); InspectorTest.addResult("========= Text in editor ========="); InspectorTest.dumpTextWithSelection(textEditor); InspectorTest.addResult("======= Words in dictionary ======="); InspectorTest.addResult("[" + wordsInDictionary.sort().join(", ") + "]"); InspectorTest.addResult("============="); next(); } } </script> </head> <body onload="runTest();"> <p> This test checks how text editor updates autocompletion dictionary in a response to user input. </p> </body> </html>