path
stringlengths
5
312
repo_name
stringlengths
5
116
content
stringlengths
2
1.04M
node_modules/pryjs/docs/_layouts/home.html
tangjonathan/HKQuiz
--- layout: default --- <div class="home"> {% if site.theme.header_text %} <div class="call-out" style="background-image: url('{{ site.baseurl }}/{{ site.theme.header_text_feature_image }}')"> {{ site.theme.header_text }} </div> {% endif %} <article> {{ content }} </article> </div>
packages/rocketchat-ui-flextab/client/tabs/userInfo.html
mrsimpson/Rocket.Chat
<template name="userInfo"> {{#if isLoading}} {{> loading}} {{else}} {{#if editingUser}} {{> userEdit (userToEdit)}} {{else}} {{#with user}} <div class="about clearfix"> <div class="thumb"> {{> avatar username=username}} </div> <div class="info"> <h3 title="{{name}}"><i class="status-{{status}}"></i> {{name}}</h3> <p class="secondary-font-color">@{{username}}</p> <p class="secondary-font-color"> {{#each roleTags}} <span class="role-tag" data-role="{{description}}">{{description}}</span> {{/each}} </p> {{#if utc}}<p class="secondary-font-color"><i class="icon-clock"></i>{{userTime}} (UTC {{utc}})</p>{{/if}} {{#if hasPermission 'view-full-other-user-info'}} {{#if hasEmails}} {{#each emails}} <p class="secondary-font-color"><i class="icon-mail"></i> {{address}}{{#if verified}}&nbsp;<i class="icon-ok success-color"></i>{{/if}}</p> {{/each}} {{/if}} {{#if hasPhone}} {{#each phone}} <p class="secondary-font-color"><i class="icon-phone"></i> {{phoneNumber}}</p> {{/each}} {{/if}} {{#if lastLogin}} <p class="secondary-font-color"><i class="icon-calendar"></i> {{_ "Created_at"}}: {{createdAt}}</p> {{/if}} {{#if lastLogin}} <p class="secondary-font-color"><i class="icon-calendar"></i> {{_ "Last_login"}}: {{lastLogin}}</p> {{/if}} {{#if services.facebook.id}} <p class="secondary-font-color"><i class="icon-facebook"></i><a href="{{services.facebook.link}}" target="_blank">{{services.facebook.name}}</a></p> {{/if}} {{#if services.github.id}} <p class="secondary-font-color"><i class="icon-github-circled"></i><a href="https://www.github.com/{{services.github.username}}" target="_blank">{{services.github.username}}</a></p> {{/if}} {{#if services.gitlab.id}} <p class="secondary-font-color"><i class="icon-gitlab"></i>{{services.gitlab.username}}</p> {{/if}} {{#if services.google.id}} <p class="secondary-font-color"><i class="icon-gplus"></i><a href="https://plus.google.com/{{services.google.id}}" target="_blank">{{services.google.name}}</a></p> {{/if}} {{#if services.linkedin.id}} <p class="secondary-font-color"><i class="icon-linkedin"></i><a href="{{services.linkedin.publicProfileUrl}}" target="_blank">{{linkedinUsername}}</a></p> {{/if}} {{#if servicesMeteor.id}} <p class="secondary-font-color"><i class="icon-meteor"></i>{{servicesMeteor.username}}</p> {{/if}} {{#if services.twitter.id}} <p class="secondary-font-color"><i class="icon-twitter"></i><a href="https://twitter.com/{{services.twitter.screenName}}" target="_blank">{{services.twitter.screenName}}</a></p> {{/if}} {{#if services.wordpress.id}} <p class="secondary-font-color"><i class="icon-wordpress"></i>{{services.wordpress.user_login}}</p> {{/if}} {{/if}} </div> </div> {{/with}} <nav> {{#unless isSelf user.username}} {{#if user.active}} {{> videoButtons}} {{/if}} {{#if isDirect}} {{#if isBlocker}} <button class='button button-block tertiary unblock-user'><span><i class='icon-block'></i> {{_ "Unblock_User"}}</span></button> {{else}} <button class='button button-block danger block-user'><span><i class='icon-block'></i> {{_ "Block_User"}}</span></button> {{/if}} {{/if}} {{#if showAll}} {{#if canDirectMessage user.username}} <button class='button button-block primary pvt-msg'><span><i class='icon-chat'></i> {{_ "Conversation"}}</span></button> {{/if}} {{#if canSetOwner}} {{#if isOwner}} <button class="button button-block danger unset-owner"><span>{{_ "Remove_as_owner"}}</span></button> {{else}} <button class="button button-block tertiary set-owner"><span>{{_ "Set_as_owner"}}</span></button> {{/if}} {{/if}} {{#if canSetLeader}} {{#if isLeader}} <button class="button button-block danger unset-leader"><span>{{_ "Remove_as_leader"}}</span></button> {{else}} <button class="button button-block tertiary set-leader"><span>{{_ "Set_as_leader"}}</span></button> {{/if}} {{/if}} {{#if canSetModerator}} {{#if isModerator}} <button class="button button-block danger unset-moderator"><span>{{_ "Remove_as_moderator"}}</span></button> {{else}} <button class="button button-block tertiary set-moderator"><span>{{_ "Set_as_moderator"}}</span></button> {{/if}} {{/if}} {{#if canMuteUser}} {{#if userMuted}} <button class="button button-block secondary unmute-user primary"><span>{{_ "Unmute_user"}}</span></button> {{else}} <button class="button button-block danger mute-user"><span>{{_ "Mute_user"}}</span></button> {{/if}} {{/if}} {{#if canRemoveUser}} <button class="button button-block danger remove-user"><span>{{_ "Remove_from_room"}}</span></button> {{/if}} {{/if}} {{#unless hideAdminControls}} {{#if hasPermission 'edit-other-user-info'}} <button class='button button-block primary edit-user'><span><i class='icon-edit'></i> {{_ "Edit"}}</span></button> {{/if}} {{#if hasPermission 'assign-admin-role'}} {{#if hasAdminRole}} <button class='button button-block danger remove-admin'><span><i class='icon-shield'></i> {{_ "Remove_Admin"}}</span></button> {{else}} <button class='button button-block secondary make-admin'><span><i class='icon-shield'></i> {{_ "Make_Admin"}}</span></button> {{/if}} {{/if}} {{#if hasPermission 'edit-other-user-active-status'}} {{#if active}} <button class='button button-block danger deactivate'><span><i class='icon-block'></i> {{_ "Deactivate"}}</span></button> {{else}} <button class='button button-block secondary activate'><span><i class='icon-ok-circled'></i> {{_ "Activate"}}</span></button> {{/if}} {{/if}} {{#if hasPermission 'delete-user'}} <button class='button button-block danger delete'><span><i class='icon-trash'></i> {{_ "Delete"}}</span></button> {{/if}} {{/unless}} {{/unless}} {{#if showAll}} <button class='button back'><span>{{_ "View_All"}} <i class='icon-angle-right'></i></span></button> {{/if}} </nav> {{/if}} {{/if}} </template>
doc/functionReference/prtPreProcZeroMeanColumns/isCrossValidateValid.html
jpalves/PRT
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <link rel="stylesheet" href="./../../helpwin.css"> <title>MATLAB File Help: prtPreProcZeroMeanColumns/isCrossValidateValid</title> </head> <body> <!--Single-page help--> <table border="0" cellspacing="0" width="100%"> <tr class="subheader"> <td class="headertitle">MATLAB File Help: prtPreProcZeroMeanColumns/isCrossValidateValid</td> </tr> </table> <div class="title">prtPreProcZeroMeanColumns/isCrossValidateValid</div> <div class="helptext"><pre><!--helptext --> <span class="helptopic">isCrossValidateValid</span> - True Help for <span class="helptopic">prtPreProcZeroMeanColumns/isCrossValidateValid</span> is inherited from superclass <a href="./../prtPreProc.html">prtPreProc</a></pre></div><!--after help --> <!--Property--> <div class="sectiontitle">Property Details</div> <table class="class-details"> <tr> <td class="class-detail-label">Constant</td> <td>false</td> </tr> <tr> <td class="class-detail-label">Dependent</td> <td>false</td> </tr> <tr> <td class="class-detail-label">Sealed</td> <td>false</td> </tr> <tr> <td class="class-detail-label">Transient</td> <td>false</td> </tr> <tr> <td class="class-detail-label">GetAccess</td> <td>public</td> </tr> <tr> <td class="class-detail-label">SetAccess</td> <td>protected</td> </tr> <tr> <td class="class-detail-label">GetObservable</td> <td>false</td> </tr> <tr> <td class="class-detail-label">SetObservable</td> <td>false</td> </tr> </table> </body> </html>
lit2go.ok/55/around-the-world-in-80-days/1079/chapter-34-in-which-phileas-fogg-at-last-reaches-london/index.html
adrianosb/HtmlToText
<!DOCTYPE html> <html> <head> <title>Chapter 34: In Which Phileas Fogg at Last Reaches London | Around the World in 80 Days | Jules Verne | Lit2Go ETC</title> <link rel="stylesheet" href="http://etc.usf.edu/lit2go/css/screenless.css" type="text/css" media="screen" title="no title" charset="utf-8"> <link rel="stylesheet" href="http://etc.usf.edu/lit2go/css/printless.css" type="text/css" media="print" title="no title" charset="utf-8"> <!--[if lt IE 9]> <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> <script type="text/javascript" defer src="http://etc.usf.edu/lit2go/js/js.min.js"></script> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-5574891-1']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); $(document).ready(function() { $('img').unveil(); $('#contactable').contactable({ url: 'http://etc.usf.edu/lit2go/welcome/feedback/', subject: 'Lit2Go Feedback — Chapter 34: In Which Phileas Fogg at Last Reaches London | Around the World in 80 Days | Jules Verne — http://etc.usf.edu/lit2go/55/around-the-world-in-80-days/1079/chapter-34-in-which-phileas-fogg-at-last-reaches-london/' }); }); </script> </head> <body> <div class="page"> <header> <h1> <a href="http://etc.usf.edu/lit2go/">Lit<span class="blue">2</span>Go</a> </h1> <ul> <li id="search"><form action="http://etc.usf.edu/lit2go/search/"><input type="text" name="q" placeholder="Search" value=""></form></li> </ul> </header> <nav id="shell"> <ul> <li><a href="http://etc.usf.edu/lit2go/authors/" class="">Authors</a></li> <li><a href="http://etc.usf.edu/lit2go/books/" class="selected">Books</a></li> <li><a href="http://etc.usf.edu/lit2go/genres/" class="">Genres</a></li> <li><a href="http://etc.usf.edu/lit2go/collections/" class="">Collections</a></li> <li><a href="http://etc.usf.edu/lit2go/readability/" class="">Readability</a></li> </ul> </nav> <section id="content"> <div id="contactable"><!-- contactable html placeholder --></div> <div id="page_content"> <header> <h2> <a href="http://etc.usf.edu/lit2go/55/around-the-world-in-80-days/">Around the World in 80 Days</a> </h2> <h3> by <a href="http://etc.usf.edu/lit2go/authors/118/jules-verne/">Jules Verne</a> </h3> <h4> Chapter 34: In Which Phileas Fogg at Last Reaches London </h4> </header> <div id="default"> <details open> <summary> Additional Information </summary> <div id="columns"> <ul> <li> <strong>Year Published:</strong> 1873 </li> <li> <strong>Language:</strong> English </li> <li> <strong>Country of Origin:</strong> France </li> <li> <strong>Source:</strong> Verne, J. (1873) <em> Around the World in 80 Days </em> Paris, France: Routledge </li> </ul> </div> <div id="columns"> <ul> <li> <strong>Readability:</strong> <ul> <li> Flesch–Kincaid Level: <a href="http://etc.usf.edu/lit2go/readability/flesch_kincaid_grade_level/8/" title="Flesch–Kincaid Grade Level 8.0">8.0</a> </li> </ul> </li> <li> <strong>Word Count:</strong> 1,000 </li> </ul> </div> <div id="columns"> <ul> <li> <strong>Genre:</strong> <a href="http://etc.usf.edu/lit2go/genres/2/adventure/">Adventure</a> </li> <li> <strong>Keywords:</strong> 19th century literature, adventure, french literature </li> <li> <a class="btn" data-toggle="modal" href="#cite_this" >✎ Cite This</a> </li> <li> <!-- AddThis Button BEGIN --> <div class="addthis_toolbox addthis_default_style "> <a addthis:ui_delay="500" href="http://www.addthis.com/bookmark.php?v=250&amp;pub=roywinkelman" class="addthis_button_compact">Share</a> <span class="addthis_separator">|</span> <a class="addthis_button_preferred_1"></a> <a class="addthis_button_preferred_2"></a> <a class="addthis_button_preferred_3"></a> <a class="addthis_button_preferred_4"></a> </div> <script type="text/javascript">$($.getScript("http://s7.addthis.com/js/250/addthis_widget.js?pub=roywinkelman"))</script> <!-- <script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js?pub=roywinkelman"></script> --> <!-- AddThis Button END --> </li> </ul> </div> <h4>Downloads</h4> <ul id="downloads"> <li> <a href="http://etc.usf.edu/lit2go/audio/mp3/around-the-world-in-80-days-034-chapter-34-in-which-phileas-fogg-at-last-reaches-london.1079.mp3">Audio</a> </li> </ul> <hr> </details> <div class="modal hide" id="cite_this"> <script> $($('#myTab a').click(function (e) {e.preventDefault();$('#myTab a[href="#apa"]').tab('show');})); </script> <nav> <ul id="myTab"> <li class="active"> <a href="#apa" data-toggle="tab">APA</a> </li> <li> <a href="#mla" data-toggle="tab">MLA</a> </li> <li> <a href="#chicago" data-toggle="tab">Chicago</a> </li> </ul> </nav> <div class="tab-content"> <div class="content tab-pane hide active" id="apa"> <p class="citation"> Verne, J. (1873). Chapter 34: In Which Phileas Fogg at Last Reaches London. <em>Around the World in 80 Days</em> (Lit2Go Edition). Retrieved February 15, 2016, from <span class="faux_link">http://etc.usf.edu/lit2go/55/around-the-world-in-80-days/1079/chapter-34-in-which-phileas-fogg-at-last-reaches-london/</span> </p> </div> <div class="content tab-pane" id="mla"> <p class="citation"> Verne, Jules. "Chapter 34: In Which Phileas Fogg at Last Reaches London." <em>Around the World in 80 Days</em>. Lit2Go Edition. 1873. Web. <<span class="faux_link">http://etc.usf.edu/lit2go/55/around-the-world-in-80-days/1079/chapter-34-in-which-phileas-fogg-at-last-reaches-london/</span>>. February 15, 2016. </p> </div> <div class="content tab-pane" id="chicago"> <p class="citation"> Jules Verne, "Chapter 34: In Which Phileas Fogg at Last Reaches London," <em>Around the World in 80 Days</em>, Lit2Go Edition, (1873), accessed February 15, 2016, <span class="faux_link">http://etc.usf.edu/lit2go/55/around-the-world-in-80-days/1079/chapter-34-in-which-phileas-fogg-at-last-reaches-london/</span>. </p> </div> </div> </div> <span class="top"> <nav class="passage"> <ul> <li><a href="http://etc.usf.edu/lit2go/55/around-the-world-in-80-days/1078/chapter-33-in-which-phileas-fogg-shows-himself-equal-to-the-occasion/" title="Chapter 33: In Which Phileas Fogg Shows Himself Equal to the Occasion" class="back">Back</a></li> <li><a href="http://etc.usf.edu/lit2go/55/around-the-world-in-80-days/1080/chapter-35-in-which-phileas-fogg-does-not-have-to-repeat-his-orders-to-passepartout-twice/" title="Chapter 35: In Which Phileas Fogg Does Not Have to Repeat His Orders to Passepartout Twice" class="next">Next</a></li> </ul> </nav> </span> <div id="shrink_wrap"> <div id="i_apologize_for_the_soup"> <audio controls style="width:99%;"> <source src="http://etc.usf.edu/lit2go/audio/mp3/around-the-world-in-80-days-034-chapter-34-in-which-phileas-fogg-at-last-reaches-london.1079.mp3" type="audio/mpeg" /> <source src="http://etc.usf.edu/lit2go/audio/ogg/around-the-world-in-80-days-034-chapter-34-in-which-phileas-fogg-at-last-reaches-london.1079.ogg" type="audio/ogg" /> The embedded audio player requires a modern internet browser. You should visit <a href="http://browsehappy.com/">Browse Happy</a> and update your internet browser today! </audio> <p> Phileas Fogg was in prison. He had been shut up in the Custom House, and he was to be transferred to London the next day.</p> <p> Passepartout, when he saw his master arrested, would have fallen upon Fix had he not been held back by some policemen. Aouda was thunderstruck at the suddenness of an event which she could not understand. Passepartout explained to her how it was that the honest and courageous Fogg was arrested as a robber. The young woman&#39;s heart revolted against so heinous a charge, and when she saw that she could attempt to do nothing to save her protector, she wept bitterly.</p> <p> As for Fix, he had arrested Mr. Fogg because it was his duty, whether Mr. Fogg were guilty or not.</p> <p> The thought then struck Passepartout, that he was the cause of this new misfortune! Had he not concealed Fix&#39;s errand from his master? When Fix revealed his true character and purpose, why had he not told Mr. Fogg? If the latter had been warned, he would no doubt have given Fix proof of his innocence, and satisfied him of his mistake; at least, Fix would not have continued his journey at the expense and on the heels of his master, only to arrest him the moment he set foot on English soil. Passepartout wept till he was blind, and felt like blowing his brains out.</p> <p> Aouda and he had remained, despite the cold, under the portico of the Custom House. Neither wished to leave the place; both were anxious to see Mr. Fogg again.</p> <p> That gentleman was really ruined, and that at the moment when he was about to attain his end. This arrest was fatal. Having arrived at Liverpool at twenty minutes before twelve on the 21st of December, he had till a quarter before nine that evening to reach the Reform Club, that is, nine hours and a quarter; the journey from Liverpool to London was six hours.</p> <p> If anyone, at this moment, had entered the Custom House, he would have found Mr. Fogg seated, motionless, calm, and without apparent anger, upon a wooden bench. He was not, it is true, resigned; but this last blow failed to force him into an outward betrayal of any emotion. Was he being devoured by one of those secret rages, all the more terrible because contained, and which only burst forth, with an irresistible force, at the last moment? No one could tell. There he sat, calmly waiting&mdash;for what? Did he still cherish hope? Did he still believe, now that the door of this prison was closed upon him, that he would succeed?</p> <p> However that may have been, Mr. Fogg carefully put his watch upon the table, and observed its advancing hands. Not a word escaped his lips, but his look was singularly set and stern. The situation, in any event, was a terrible one, and might be thus stated: if Phileas Fogg was honest he was ruined; if he was a knave, he was caught.</p> <p> Did escape occur to him? Did he examine to see if there were any practicable outlet from his prison? Did he think of escaping from it? Possibly; for once he walked slowly around the room. But the door was locked, and the window heavily barred with iron rods. He sat down again, and drew his journal from his pocket. On the line where these words were written, &quot;21st December, Saturday, Liverpool,&quot; he added, &quot;80th day, 11.40 a.m.,&quot; and waited.</p> <p> The Custom House clock struck one. Mr. Fogg observed that his watch was two hours too fast.</p> <p> Two hours! Admitting that he was at this moment taking an express train, he could reach London and the Reform Club by a quarter before nine, p.m. His forehead slightly wrinkled.</p> <p> At thirty&ndash;three minutes past two he heard a singular noise outside, then a hasty opening of doors. Passepartout&#39;s voice was audible, and immediately after that of Fix. Phileas Fogg&#39;s eyes brightened for an instant.</p> <p> The door swung open, and he saw Passepartout, Aouda, and Fix, who hurried towards him.</p> <p> Fix was out of breath, and his hair was in disorder. He could not speak. &quot;Sir,&quot; he stammered, &quot;sir&mdash;forgive me&mdash;most&mdash;unfortunate resemblance&mdash;robber arrested three days ago&mdash;you are free!&quot;</p> <p> Phileas Fogg was free! He walked to the detective, looked him steadily in the face, and with the only rapid motion he had ever made in his life, or which he ever would make, drew back his arms, and with the precision of a machine knocked Fix down.</p> <p> &quot;Well hit!&quot; cried Passepartout, &quot;Parbleu! that&#39;s what you might call a good application of English fists!&quot;</p> <p> Fix, who found himself on the floor, did not utter a word. He had only received his deserts. Mr. Fogg, Aouda, and Passepartout left the Custom House without delay, got into a cab, and in a few moments descended at the station.</p> <p> Phileas Fogg asked if there was an express train about to leave for London. It was forty minutes past two. The express train had left thirty&ndash;five minutes before. Phileas Fogg then ordered a special train.</p> <p> There were several rapid locomotives on hand; but the railway arrangements did not permit the special train to leave until three o&#39;clock.</p> <p> At that hour Phileas Fogg, having stimulated the engineer by the offer of a generous reward, at last set out towards London with Aouda and his faithful servant.</p> <p> It was necessary to make the journey in five hours and a half; and this would have been easy on a clear road throughout. But there were forced delays, and when Mr. Fogg stepped from the train at the terminus, all the clocks in London were striking ten minutes before nine.</p> <p> Having made the tour of the world, he was behind&ndash;hand five minutes. He had lost the wager!</p> </div> </div> <span class="bottom"> <nav class="passage"> <ul> <li><a href="http://etc.usf.edu/lit2go/55/around-the-world-in-80-days/1078/chapter-33-in-which-phileas-fogg-shows-himself-equal-to-the-occasion/" title="Chapter 33: In Which Phileas Fogg Shows Himself Equal to the Occasion" class="back">Back</a></li> <li><a href="http://etc.usf.edu/lit2go/55/around-the-world-in-80-days/1080/chapter-35-in-which-phileas-fogg-does-not-have-to-repeat-his-orders-to-passepartout-twice/" title="Chapter 35: In Which Phileas Fogg Does Not Have to Repeat His Orders to Passepartout Twice" class="next">Next</a></li> </ul> </nav> </span> </div> </div> </section> <footer screen> <div id="footer-text"> <p> This collection of children's literature is a part of the <a href="http://etc.usf.edu/">Educational Technology Clearinghouse</a> and is funded by various <a href="http://etc.usf.edu/lit2go/welcome/funding/">grants</a>. </p> <p> Copyright &copy; 2006&mdash;2016 by the <a href="http://fcit.usf.edu/">Florida Center for Instructional Technology</a>, <a href="http://www.coedu.usf.edu/">College of Education</a>, <a href="http://www.usf.edu/">University of South Florida</a>. </p> </div> <ul id="footer-links"> <li><a href="http://etc.usf.edu/lit2go/welcome/license/">License</a></li> <li><a href="http://etc.usf.edu/lit2go/welcome/credits/">Credits</a></li> <li><a href="http://etc.usf.edu/lit2go/welcome/faq/">FAQ</a></li> <li><a href="http://etc.usf.edu/lit2go/giving/">Giving</a></li> </ul> </footer> <footer print> <div id="footer-text"> <p>This document was downloaded from <a href="http://etc.usf.edu/lit2go/">Lit2Go</a>, a free online collection of stories and poems in Mp3 (audiobook) format published by the <a href="http://fcit.usf.edu/">Florida Center for Instructional Technology</a>. For more information, including classroom activities, readability data, and original sources, please visit <a href="http://etc.usf.edu/lit2go/55/around-the-world-in-80-days/1079/chapter-34-in-which-phileas-fogg-at-last-reaches-london/">http://etc.usf.edu/lit2go/55/around-the-world-in-80-days/1079/chapter-34-in-which-phileas-fogg-at-last-reaches-london/</a>.</p> </div> <div id="book-footer"> <p>Lit2Go: <em>Around the World in 80 Days</em></p> <p>Chapter 34: In Which Phileas Fogg at Last Reaches London</p> </div> </footer> <script type="text/javascript" defer src="http://etc.usf.edu/lit2go/js/details.js"></script> </div> </body> </html>
doc/functionReference/prtOutlierRemoval/crossValidate.html
covartech/PRT
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <link rel="stylesheet" href="./../../helpwin.css"> <title>MATLAB File Help: prtOutlierRemoval/crossValidate</title> </head> <body> <!--Single-page help--> <table border="0" cellspacing="0" width="100%"> <tr class="subheader"> <td class="headertitle">MATLAB File Help: prtOutlierRemoval/crossValidate</td> </tr> </table> <div class="title">prtOutlierRemoval/crossValidate</div> <div class="helptext"><pre><!--helptext --> <span class="helptopic">crossValidate</span> Cross validate prtAction using prtDataSet and cross validation keys. OUTPUTDATASET = OBJ.<span class="helptopic">crossValidate</span>(DATASET, KEYS) cross- validates the prtAction object OBJ using the prtDataSet DATASET and the KEYS. DATASET must be a labeled prtDataSet. KEYS must be a vector of integers with the same number of elements as DATASET has observations. The KEYS are are used to parition the input DATASET into test and training data sets. For each unique key, a test set will be created out of the corresponding observations of the prtDataSet. The remaining observations will be used as training data. [OUTPUTDATASET, TRAINEDACTIONS] = OBJ.<span class="helptopic">crossValidate</span>(DATASET, KEYS) outputs the trained prtAction objects TRAINEDACTIONS. TRAINEDACTIONS will have a length equal to the number of unique KEYS. Help for <span class="helptopic">prtOutlierRemoval/crossValidate</span> is inherited from superclass <a href="./../prtAction.html">prtAction</a></pre></div><!--after help --> <!--Method--> <div class="sectiontitle">Method Details</div> <table class="class-details"> <tr> <td class="class-detail-label">Defining Class</td> <td>prtAction</td> </tr> <tr> <td class="class-detail-label">Access</td> <td>public</td> </tr> <tr> <td class="class-detail-label">Sealed</td> <td>false</td> </tr> <tr> <td class="class-detail-label">Static</td> <td>false</td> </tr> </table> </body> </html>
templates/bottom-panel.html
jrowny/brackets-snippets
<div id="snippets" class="bottom-panel vert-resizable top-resizer"> <div class="toolbar simple-toolbar-layout"> <span class="title">Snippets</span> <span class="pull-right"> <button class="btn btn-mini snippets-settings">Settings...</button> <a href="#" class="snippets-close">&times;</a> </span> </div> <div class="resizable-content"></div> </div>
vendor/fop-1.1/javadocs/org/apache/fop/area/inline/class-use/Leader.html
kardeiz/fop_wrapper
<!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_35) on Tue Oct 16 22:49:48 ICT 2012 --> <TITLE> Uses of Class org.apache.fop.area.inline.Leader (Apache FOP 1.1 API) </TITLE> <META NAME="date" CONTENT="2012-10-16"> <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.fop.area.inline.Leader (Apache FOP 1.1 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="#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/fop/area/inline/Leader.html" title="class in org.apache.fop.area.inline"><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> fop 1.1</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/fop/area/inline//class-useLeader.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="Leader.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.fop.area.inline.Leader</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/fop/area/inline/Leader.html" title="class in org.apache.fop.area.inline">Leader</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.fop.render"><B>org.apache.fop.render</B></A></TD> <TD>Generic renderer interface.&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.fop.render.intermediate"><B>org.apache.fop.render.intermediate</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.fop.render.java2d"><B>org.apache.fop.render.java2d</B></A></TD> <TD>Java2D Renderer which paints rendered pages on Graphics2D instances.&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.fop.render.xml"><B>org.apache.fop.render.xml</B></A></TD> <TD>Area Tree XML Renderer.&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.fop.render"><!-- --></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/fop/area/inline/Leader.html" title="class in org.apache.fop.area.inline">Leader</A> in <A HREF="../../../../../../org/apache/fop/render/package-summary.html">org.apache.fop.render</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/fop/render/package-summary.html">org.apache.fop.render</A> with parameters of type <A HREF="../../../../../../org/apache/fop/area/inline/Leader.html" title="class in org.apache.fop.area.inline">Leader</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;void</CODE></FONT></TD> <TD><CODE><B>AbstractRenderer.</B><B><A HREF="../../../../../../org/apache/fop/render/AbstractRenderer.html#renderLeader(org.apache.fop.area.inline.Leader)">renderLeader</A></B>(<A HREF="../../../../../../org/apache/fop/area/inline/Leader.html" title="class in org.apache.fop.area.inline">Leader</A>&nbsp;area)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Render the given Leader.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.fop.render.intermediate"><!-- --></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/fop/area/inline/Leader.html" title="class in org.apache.fop.area.inline">Leader</A> in <A HREF="../../../../../../org/apache/fop/render/intermediate/package-summary.html">org.apache.fop.render.intermediate</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/fop/render/intermediate/package-summary.html">org.apache.fop.render.intermediate</A> with parameters of type <A HREF="../../../../../../org/apache/fop/area/inline/Leader.html" title="class in org.apache.fop.area.inline">Leader</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B>IFRenderer.</B><B><A HREF="../../../../../../org/apache/fop/render/intermediate/IFRenderer.html#renderLeader(org.apache.fop.area.inline.Leader)">renderLeader</A></B>(<A HREF="../../../../../../org/apache/fop/area/inline/Leader.html" title="class in org.apache.fop.area.inline">Leader</A>&nbsp;area)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Render the given Leader.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.fop.render.java2d"><!-- --></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/fop/area/inline/Leader.html" title="class in org.apache.fop.area.inline">Leader</A> in <A HREF="../../../../../../org/apache/fop/render/java2d/package-summary.html">org.apache.fop.render.java2d</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/fop/render/java2d/package-summary.html">org.apache.fop.render.java2d</A> with parameters of type <A HREF="../../../../../../org/apache/fop/area/inline/Leader.html" title="class in org.apache.fop.area.inline">Leader</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B>Java2DRenderer.</B><B><A HREF="../../../../../../org/apache/fop/render/java2d/Java2DRenderer.html#renderLeader(org.apache.fop.area.inline.Leader)">renderLeader</A></B>(<A HREF="../../../../../../org/apache/fop/area/inline/Leader.html" title="class in org.apache.fop.area.inline">Leader</A>&nbsp;area)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Render leader area.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.fop.render.xml"><!-- --></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/fop/area/inline/Leader.html" title="class in org.apache.fop.area.inline">Leader</A> in <A HREF="../../../../../../org/apache/fop/render/xml/package-summary.html">org.apache.fop.render.xml</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/fop/render/xml/package-summary.html">org.apache.fop.render.xml</A> with parameters of type <A HREF="../../../../../../org/apache/fop/area/inline/Leader.html" title="class in org.apache.fop.area.inline">Leader</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;void</CODE></FONT></TD> <TD><CODE><B>XMLRenderer.</B><B><A HREF="../../../../../../org/apache/fop/render/xml/XMLRenderer.html#renderLeader(org.apache.fop.area.inline.Leader)">renderLeader</A></B>(<A HREF="../../../../../../org/apache/fop/area/inline/Leader.html" title="class in org.apache.fop.area.inline">Leader</A>&nbsp;area)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Render the given Leader.</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/fop/area/inline/Leader.html" title="class in org.apache.fop.area.inline"><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> fop 1.1</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/fop/area/inline//class-useLeader.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="Leader.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> Copyright 1999-2012 The Apache Software Foundation. All Rights Reserved. </BODY> </HTML>
ext/c++/thirdpart/c++/boost/libs/log/doc/html/boost/log/expressions/tag/smessage.html
yinchunlong/abelkhan-1
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Struct smessage</title> <link rel="stylesheet" href="../../../../../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.76.1"> <link rel="home" href="../../../../index.html" title="Chapter&#160;1.&#160;Boost.Log v2"> <link rel="up" href="../../../../expressions.html#header.boost.log.expressions.message_hpp" title="Header &lt;boost/log/expressions/message.hpp&gt;"> <link rel="prev" href="message.html" title="Struct message"> <link rel="next" href="wmessage.html" title="Struct wmessage"> </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></tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="message.html"><img src="../../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../../../expressions.html#header.boost.log.expressions.message_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="wmessage.html"><img src="../../../../../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="refentry"> <a name="boost.log.expressions.tag.smessage"></a><div class="titlepage"></div> <div class="refnamediv"> <h2><span class="refentrytitle">Struct smessage</span></h2> <p>boost::log::expressions::tag::smessage</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="../../../../expressions.html#header.boost.log.expressions.message_hpp" title="Header &lt;boost/log/expressions/message.hpp&gt;">boost/log/expressions/message.hpp</a>&gt; </span> <span class="keyword">struct</span> <a class="link" href="smessage.html" title="Struct smessage">smessage</a> <span class="special">:</span> <span class="keyword">public</span> <span class="identifier">keyword_descriptor</span> <span class="special">{</span> <span class="comment">// types</span> <span class="keyword">typedef</span> <span class="keyword">void</span> <a name="boost.log.expressions.tag.smessage.attribute_type"></a><span class="identifier">attribute_type</span><span class="special">;</span> <span class="keyword">typedef</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span> <a name="boost.log.expressions.tag.smessage.value_type"></a><span class="identifier">value_type</span><span class="special">;</span> <span class="comment">// <a class="link" href="smessage.html#idp20772112-bb">public static functions</a></span> <span class="keyword">static</span> <span class="identifier">attribute_name</span> <a class="link" href="smessage.html#idp20772672-bb"><span class="identifier">get_name</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span> <span class="special">}</span><span class="special">;</span></pre></div> <div class="refsect1"> <a name="idp30765008"></a><h2>Description</h2> <p>Narrow character log message attribute descriptor. </p> <div class="refsect2"> <a name="idp30765744"></a><h3> <a name="idp20772112-bb"></a><code class="computeroutput">smessage</code> public static functions</h3> <div class="orderedlist"><ol class="orderedlist" type="1"><li class="listitem"><pre class="literallayout"><span class="keyword">static</span> <span class="identifier">attribute_name</span> <a name="idp20772672-bb"></a><span class="identifier">get_name</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre></li></ol></div> </div> </div> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright &#169; 2007-2016 Andrey Semashev<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="message.html"><img src="../../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../../../expressions.html#header.boost.log.expressions.message_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="wmessage.html"><img src="../../../../../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
auth/templates/registration/password_reset_form.html
thunsaker/cloudpebble
{% extends "registration/base.html" %} {% block title %}CloudPebble – Reset password{% endblock %} {% block inner_content %} <p>Forgot your password? Enter your email in below and we'll send you instructions for creating a new one.</p> <form class="form-horizontal" method='post' action=''>{% csrf_token %} {% if form.non_field_errors %} {% for error in form.non_field_errors %} <div class="alert alert-error">{{ error }}</div> {% endfor %} {% endif %} {% for field in form %} <div class="fieldWrapper"> <div class="control-group {% if field.errors %}error{% endif %}"> <label class="control-label">{{ field.label_tag }}</label> <div class="controls"> {{ field }} {% if field.errors %} <span class="help-inline"> {% for error in field.errors %} {{ error }} {% endfor %} </span> {% endif %} </div> </div> </div> {% endfor %} <div class="form-actions"> <input type='submit' class="btn btn-primary" value="Reset password" /> </div> </form> {% endblock %}
moai/3rdparty/rtaudio-4.0.8/doc/html/RtError_8h_source.html
jjimenezg93/ai-pathfinding
<HTML> <HEAD> <TITLE>The RtAudio Home Page</TITLE> <LINK HREF="doxygen.css" REL="stylesheet" TYPE="text/css"> <LINK REL="SHORTCUT ICON" HREF="http://www.music.mcgill.ca/~gary/favicon.ico"> </HEAD> <BODY BGCOLOR="#FFFFFF"> <CENTER> <a class="qindex" href="index.html">Home</a> &nbsp; <a class="qindex" href="annotated.html">Class/Enum List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; </CENTER> <HR> <!-- Generated by Doxygen 1.6.2 --> <h1>RtError.h</h1><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/************************************************************************/</span> <a name="l00010"></a>00010 <span class="comment">/************************************************************************/</span> <a name="l00011"></a>00011 <a name="l00012"></a>00012 <span class="preprocessor">#ifndef RTERROR_H</span> <a name="l00013"></a>00013 <span class="preprocessor"></span><span class="preprocessor">#define RTERROR_H</span> <a name="l00014"></a>00014 <span class="preprocessor"></span> <a name="l00015"></a>00015 <span class="preprocessor">#include &lt;exception&gt;</span> <a name="l00016"></a>00016 <span class="preprocessor">#include &lt;iostream&gt;</span> <a name="l00017"></a>00017 <span class="preprocessor">#include &lt;string&gt;</span> <a name="l00018"></a>00018 <a name="l00019"></a><a class="code" href="classRtError.html">00019</a> <span class="keyword">class </span><a class="code" href="classRtError.html" title="Exception handling class for RtAudio &amp;amp; RtMidi.">RtError</a> : <span class="keyword">public</span> std::exception <a name="l00020"></a>00020 { <a name="l00021"></a>00021 <span class="keyword">public</span>: <a name="l00023"></a><a class="code" href="classRtError.html#ab04667aae01bffc354a9ac6bda6903ac">00023</a> <span class="keyword">enum</span> <a class="code" href="classRtError.html#ab04667aae01bffc354a9ac6bda6903ac" title="Defined RtError types.">Type</a> { <a name="l00024"></a><a class="code" href="classRtError.html#ab04667aae01bffc354a9ac6bda6903aca3a1603c24a56cbdaf5f8ae4ddcb86398">00024</a> <a class="code" href="classRtError.html#ab04667aae01bffc354a9ac6bda6903aca3a1603c24a56cbdaf5f8ae4ddcb86398">WARNING</a>, <a name="l00025"></a><a class="code" href="classRtError.html#ab04667aae01bffc354a9ac6bda6903aca20e5a369394d19b704ace17002007eba">00025</a> <a class="code" href="classRtError.html#ab04667aae01bffc354a9ac6bda6903aca20e5a369394d19b704ace17002007eba">DEBUG_WARNING</a>, <a name="l00026"></a><a class="code" href="classRtError.html#ab04667aae01bffc354a9ac6bda6903aca444efd3ccf774b2ba9f9bde70ec71cd6">00026</a> <a class="code" href="classRtError.html#ab04667aae01bffc354a9ac6bda6903aca444efd3ccf774b2ba9f9bde70ec71cd6">UNSPECIFIED</a>, <a name="l00027"></a><a class="code" href="classRtError.html#ab04667aae01bffc354a9ac6bda6903acaf267eb2d710f33d649ba840eeab6ff82">00027</a> <a class="code" href="classRtError.html#ab04667aae01bffc354a9ac6bda6903acaf267eb2d710f33d649ba840eeab6ff82">NO_DEVICES_FOUND</a>, <a name="l00028"></a><a class="code" href="classRtError.html#ab04667aae01bffc354a9ac6bda6903acad6064062066fffdba258237a7c2159b1">00028</a> <a class="code" href="classRtError.html#ab04667aae01bffc354a9ac6bda6903acad6064062066fffdba258237a7c2159b1">INVALID_DEVICE</a>, <a name="l00029"></a><a class="code" href="classRtError.html#ab04667aae01bffc354a9ac6bda6903acab4f813e5a36905c89d4081a59497432e">00029</a> <a class="code" href="classRtError.html#ab04667aae01bffc354a9ac6bda6903acab4f813e5a36905c89d4081a59497432e">MEMORY_ERROR</a>, <a name="l00030"></a><a class="code" href="classRtError.html#ab04667aae01bffc354a9ac6bda6903acaa3eabf0f71120beaba94148a1b78fed6">00030</a> <a class="code" href="classRtError.html#ab04667aae01bffc354a9ac6bda6903acaa3eabf0f71120beaba94148a1b78fed6">INVALID_PARAMETER</a>, <a name="l00031"></a><a class="code" href="classRtError.html#ab04667aae01bffc354a9ac6bda6903aca8e65f51a3fbdc1a4a1552b3260df36bc">00031</a> <a class="code" href="classRtError.html#ab04667aae01bffc354a9ac6bda6903aca8e65f51a3fbdc1a4a1552b3260df36bc">INVALID_USE</a>, <a name="l00032"></a><a class="code" href="classRtError.html#ab04667aae01bffc354a9ac6bda6903aca995e97ecf6beeedaba525022a63aec6b">00032</a> <a class="code" href="classRtError.html#ab04667aae01bffc354a9ac6bda6903aca995e97ecf6beeedaba525022a63aec6b">DRIVER_ERROR</a>, <a name="l00033"></a><a class="code" href="classRtError.html#ab04667aae01bffc354a9ac6bda6903aca8947d0a2e2a84ecf3646271844e06a6b">00033</a> <a class="code" href="classRtError.html#ab04667aae01bffc354a9ac6bda6903aca8947d0a2e2a84ecf3646271844e06a6b">SYSTEM_ERROR</a>, <a name="l00034"></a><a class="code" href="classRtError.html#ab04667aae01bffc354a9ac6bda6903acaeb6282f991e2d93ab294a4272fc3f6c6">00034</a> <a class="code" href="classRtError.html#ab04667aae01bffc354a9ac6bda6903acaeb6282f991e2d93ab294a4272fc3f6c6">THREAD_ERROR</a> <a name="l00035"></a>00035 }; <a name="l00036"></a>00036 <a name="l00038"></a><a class="code" href="classRtError.html#aa479a305ccbe56be0fd9137b9b405a37">00038</a> <a class="code" href="classRtError.html#aa479a305ccbe56be0fd9137b9b405a37" title="The constructor.">RtError</a>( <span class="keyword">const</span> std::string&amp; message, <a class="code" href="classRtError.html#ab04667aae01bffc354a9ac6bda6903ac" title="Defined RtError types.">Type</a> type = <a class="code" href="classRtError.html#ab04667aae01bffc354a9ac6bda6903aca444efd3ccf774b2ba9f9bde70ec71cd6">RtError::UNSPECIFIED</a> ) throw() : message_(message), type_(type) {} <a name="l00039"></a>00039 <a name="l00041"></a><a class="code" href="classRtError.html#a6793e03386e7e69ffafb65a296dfa48c">00041</a> <span class="keyword">virtual</span> <a class="code" href="classRtError.html#a6793e03386e7e69ffafb65a296dfa48c" title="The destructor.">~RtError</a>( <span class="keywordtype">void</span> ) throw() {} <a name="l00042"></a>00042 <a name="l00044"></a><a class="code" href="classRtError.html#a251dcdac396c998c91706dd2dd3b8bfc">00044</a> <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classRtError.html#a251dcdac396c998c91706dd2dd3b8bfc" title="Prints thrown error message to stderr.">printMessage</a>( <span class="keywordtype">void</span> ) <span class="keyword">const</span> throw() { std::cerr &lt;&lt; <span class="charliteral">&#39;\n&#39;</span> &lt;&lt; message_ &lt;&lt; <span class="stringliteral">&quot;\n\n&quot;</span>; } <a name="l00045"></a>00045 <a name="l00047"></a><a class="code" href="classRtError.html#a3e316dc9b9b41fe2f64cabf34beb4fe7">00047</a> <span class="keyword">virtual</span> <span class="keyword">const</span> <a class="code" href="classRtError.html#ab04667aae01bffc354a9ac6bda6903ac" title="Defined RtError types.">Type</a>&amp; <a class="code" href="classRtError.html#a3e316dc9b9b41fe2f64cabf34beb4fe7" title="Returns the thrown error message type.">getType</a>(<span class="keywordtype">void</span>) <span class="keyword">const</span> throw() { <span class="keywordflow">return</span> type_; } <a name="l00048"></a>00048 <a name="l00050"></a><a class="code" href="classRtError.html#afd067ba6b46edd37f989cad02cd70b50">00050</a> <span class="keyword">virtual</span> <span class="keyword">const</span> std::string&amp; <a class="code" href="classRtError.html#afd067ba6b46edd37f989cad02cd70b50" title="Returns the thrown error message string.">getMessage</a>(<span class="keywordtype">void</span>) <span class="keyword">const</span> throw() { <span class="keywordflow">return</span> message_; } <a name="l00051"></a>00051 <a name="l00053"></a><a class="code" href="classRtError.html#aeb843b7a7785d66061c61ebfc29e7e9d">00053</a> <span class="keyword">virtual</span> <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code" href="classRtError.html#aeb843b7a7785d66061c61ebfc29e7e9d" title="Returns the thrown error message as a c-style string.">what</a>( <span class="keywordtype">void</span> ) <span class="keyword">const</span> throw() { <span class="keywordflow">return</span> message_.c_str(); } <a name="l00054"></a>00054 <a name="l00055"></a>00055 <span class="keyword">protected</span>: <a name="l00056"></a>00056 std::string message_; <a name="l00057"></a>00057 <a class="code" href="classRtError.html#ab04667aae01bffc354a9ac6bda6903ac" title="Defined RtError types.">Type</a> type_; <a name="l00058"></a>00058 }; <a name="l00059"></a>00059 <a name="l00060"></a>00060 <span class="preprocessor">#endif</span> </pre></div></div> <HR> <table><tr><td><img src="../images/mcgill.gif" width=165></td> <td>&copy;2001-2010 Gary P. Scavone, McGill University. All Rights Reserved.<br>Maintained by <a href="http://www.music.mcgill.ca/~gary/">Gary P. Scavone</a>.</td></tr> </table> </BODY> </HTML>
api/2.0/Thelia/Controller/Admin/AddressController.html
sitecrafting/thelia.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="robots" content="index, follow, all" /> <title>Thelia\Controller\Admin\AddressController | Thelia 2 API</title> <link rel="stylesheet" type="text/css" href="../../../css/bootstrap.min.css"> <link rel="stylesheet" type="text/css" href="../../../css/bootstrap-theme.min.css"> <link rel="stylesheet" type="text/css" href="../../../css/sami.css"> <script src="../../../js/jquery-1.11.1.min.js"></script> <script src="../../../js/bootstrap.min.js"></script> <script src="../../../js/typeahead.min.js"></script> <script src="../../../sami.js"></script> <meta name="MobileOptimized" content="width"> <meta name="HandheldFriendly" content="true"> <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1"> </head> <body id="class" data-name="class:Thelia_Controller_Admin_AddressController" data-root-path="../../../"> <div id="content"> <div id="left-column"> <div id="control-panel"> <form id="search-form" action="../../../search.html" method="GET"> <span class="glyphicon glyphicon-search"></span> <input name="search" class="typeahead form-control" type="search" placeholder="Search"> </form> </div> <div id="api-tree"></div> </div> <div id="right-column"> <nav id="site-nav" class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-elements"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="../../../index.html">Thelia 2 API</a> </div> <div class="collapse navbar-collapse" id="navbar-elements"> <ul class="nav navbar-nav"> <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> <li><a href="../../../search.html">Search</a></li> </ul> </div> </div> </nav> <div class="namespace-breadcrumbs"> <ol class="breadcrumb"> <li><span class="label label-default">class</span></li> <li><a href="../../../Thelia.html">Thelia</a></li> <li><a href="../../../Thelia/Controller.html">Controller</a></li> <li><a href="../../../Thelia/Controller/Admin.html">Admin</a></li> <li>AddressController</li> </ol> </div> <div id="page-content"> <div class="page-header"> <h1>AddressController</h1> </div> <p> class <strong>AddressController</strong> extends <a href="../../../Thelia/Controller/Admin/AbstractCrudController.html"><abbr title="Thelia\Controller\Admin\AbstractCrudController">AbstractCrudController</abbr></a> </p> <div class="description"> <p>Class AddressController</p> </div> <h2>Constants</h2> <table class="table table-condensed"> <tr> <td>TEMPLATE_404</td> <td class="last"> <p><em></em></p> <p></p> </td> </tr> </table> <h2>Methods</h2> <div class="container-fluid underlined"> <div class="row"> <div class="col-md-2 type"> <abbr title="Symfony\Component\EventDispatcher\EventDispatcher">EventDispatcher</abbr> </div> <div class="col-md-8 type"> <a href="#method_getDispatcher">getDispatcher</a>() <p>Return the event dispatcher,</p> </div> <div class="col-md-2"><small>from&nbsp; <a href="../../../Thelia/Controller/BaseController.html#method_getDispatcher"><abbr title="Thelia\Controller\BaseController">BaseController</abbr></a></small></div> </div> <div class="row"> <div class="col-md-2 type"> <a href="../../../Thelia/Core/Translation/Translator.html"><abbr title="Thelia\Core\Translation\Translator">Translator</abbr></a> </div> <div class="col-md-8 type"> <a href="#method_getTranslator">getTranslator</a>() <p>return the Translator</p> </div> <div class="col-md-2"><small>from&nbsp; <a href="../../../Thelia/Controller/BaseController.html#method_getTranslator"><abbr title="Thelia\Controller\BaseController">BaseController</abbr></a></small></div> </div> <div class="row"> <div class="col-md-2 type"> </div> <div class="col-md-8 type"> <a href="#method_redirect">redirect</a>( string $url, int $status = 302, array $cookies = array()) <p>redirect request to the specified url</p> </div> <div class="col-md-2"><small>from&nbsp; <a href="../../../Thelia/Controller/BaseController.html#method_redirect"><abbr title="Thelia\Controller\BaseController">BaseController</abbr></a></small></div> </div> <div class="row"> <div class="col-md-2 type"> <abbr title="Swift_Mailer">Swift_Mailer</abbr> </div> <div class="col-md-8 type"> <a href="#method_getMailer">getMailer</a>() <p>return an instance of \Swift_Mailer with good Transporter configured.</p> </div> <div class="col-md-2"><small>from&nbsp; <a href="../../../Thelia/Controller/BaseController.html#method_getMailer"><abbr title="Thelia\Controller\BaseController">BaseController</abbr></a></small></div> </div> <div class="row"> <div class="col-md-2 type"> </div> <div class="col-md-8 type"> <a href="#method_adminLogAppend">adminLogAppend</a>( string $resource, string $action, string $message) <p>Helper to append a message to the admin log.</p> </div> <div class="col-md-2"><small>from&nbsp; <a href="../../../Thelia/Controller/Admin/BaseAdminController.html#method_adminLogAppend"><abbr title="Thelia\Controller\Admin\BaseAdminController">BaseAdminController</abbr></a></small></div> </div> <div class="row"> <div class="col-md-2 type"> <a href="../../../Thelia/Core/HttpFoundation/Response.html"><abbr title="Thelia\Core\HttpFoundation\Response">Response</abbr></a> </div> <div class="col-md-8 type"> <a href="#method_processTemplateAction">processTemplateAction</a>( <abbr title="Thelia\Controller\Admin\unknown">unknown</abbr> $template) <p>This method process the rendering of view called from an admin page</p> </div> <div class="col-md-2"><small>from&nbsp; <a href="../../../Thelia/Controller/Admin/BaseAdminController.html#method_processTemplateAction"><abbr title="Thelia\Controller\Admin\BaseAdminController">BaseAdminController</abbr></a></small></div> </div> <div class="row"> <div class="col-md-2 type"> </div> <div class="col-md-8 type"> <a href="#method_redirectToRoute">redirectToRoute</a>( string $routeId, array $urlParameters = array(), array $routeParameters = array()) <p>Redirect to à route ID related URL</p> </div> <div class="col-md-2"><small>from&nbsp; <a href="../../../Thelia/Controller/Admin/BaseAdminController.html#method_redirectToRoute"><abbr title="Thelia\Controller\Admin\BaseAdminController">BaseAdminController</abbr></a></small></div> </div> <div class="row"> <div class="col-md-2 type"> </div> <div class="col-md-8 type"> <a href="#method___construct">__construct</a>() <p class="no-description">No description</p> </div> <div class="col-md-2"></div> </div> <div class="row"> <div class="col-md-2 type"> <abbr title="Thelia\Controller\Admin\Thelia\Core\HttpFoundation\Response">Response</abbr> </div> <div class="col-md-8 type"> <a href="#method_defaultAction">defaultAction</a>() <p>The default action is displaying the list.</p> </div> <div class="col-md-2"><small>from&nbsp; <a href="../../../Thelia/Controller/Admin/AbstractCrudController.html#method_defaultAction"><abbr title="Thelia\Controller\Admin\AbstractCrudController">AbstractCrudController</abbr></a></small></div> </div> <div class="row"> <div class="col-md-2 type"> <abbr title="Thelia\Controller\Admin\Thelia\Core\HttpFoundation\Response">Response</abbr> </div> <div class="col-md-8 type"> <a href="#method_createAction">createAction</a>() <p>Create a new object</p> </div> <div class="col-md-2"><small>from&nbsp; <a href="../../../Thelia/Controller/Admin/AbstractCrudController.html#method_createAction"><abbr title="Thelia\Controller\Admin\AbstractCrudController">AbstractCrudController</abbr></a></small></div> </div> <div class="row"> <div class="col-md-2 type"> <abbr title="Thelia\Controller\Admin\Thelia\Core\HttpFoundation\Response">Response</abbr> </div> <div class="col-md-8 type"> <a href="#method_updateAction">updateAction</a>() <p>Load a object for modification, and display the edit template.</p> </div> <div class="col-md-2"><small>from&nbsp; <a href="../../../Thelia/Controller/Admin/AbstractCrudController.html#method_updateAction"><abbr title="Thelia\Controller\Admin\AbstractCrudController">AbstractCrudController</abbr></a></small></div> </div> <div class="row"> <div class="col-md-2 type"> <abbr title="Thelia\Controller\Admin\Thelia\Core\HttpFoundation\Response">Response</abbr> </div> <div class="col-md-8 type"> <a href="#method_processUpdateAction">processUpdateAction</a>() <p>Save changes on a modified object, and either go back to the object list, or stay on the edition page.</p> </div> <div class="col-md-2"><small>from&nbsp; <a href="../../../Thelia/Controller/Admin/AbstractCrudController.html#method_processUpdateAction"><abbr title="Thelia\Controller\Admin\AbstractCrudController">AbstractCrudController</abbr></a></small></div> </div> <div class="row"> <div class="col-md-2 type"> </div> <div class="col-md-8 type"> <a href="#method_updatePositionAction">updatePositionAction</a>() <p>Update object position (only for objects whichsupport that)</p> </div> <div class="col-md-2"><small>from&nbsp; <a href="../../../Thelia/Controller/Admin/AbstractCrudController.html#method_updatePositionAction"><abbr title="Thelia\Controller\Admin\AbstractCrudController">AbstractCrudController</abbr></a></small></div> </div> <div class="row"> <div class="col-md-2 type"> </div> <div class="col-md-8 type"> <a href="#method_setToggleVisibilityAction">setToggleVisibilityAction</a>() <p>Online status toggle (only for object which support it)</p> </div> <div class="col-md-2"><small>from&nbsp; <a href="../../../Thelia/Controller/Admin/AbstractCrudController.html#method_setToggleVisibilityAction"><abbr title="Thelia\Controller\Admin\AbstractCrudController">AbstractCrudController</abbr></a></small></div> </div> <div class="row"> <div class="col-md-2 type"> <a href="../../../Thelia/Core/HttpFoundation/Response.html"><abbr title="Thelia\Core\HttpFoundation\Response">Response</abbr></a> </div> <div class="col-md-8 type"> <a href="#method_deleteAction">deleteAction</a>() <p>Delete an object</p> </div> <div class="col-md-2"><small>from&nbsp; <a href="../../../Thelia/Controller/Admin/AbstractCrudController.html#method_deleteAction"><abbr title="Thelia\Controller\Admin\AbstractCrudController">AbstractCrudController</abbr></a></small></div> </div> <div class="row"> <div class="col-md-2 type"> </div> <div class="col-md-8 type"> <a href="#method_useAddressAction">useAddressAction</a>() <p class="no-description">No description</p> </div> <div class="col-md-2"></div> </div> </div> <h2>Details</h2> <div id="method-details"> <div class="method-item"> <h3 id="method_getDispatcher"> <div class="location">in <a href="../../../Thelia/Controller/BaseController.html#method_getDispatcher"><abbr title="Thelia\Controller\BaseController">BaseController</abbr></a> at line 105</div> <code> <abbr title="Symfony\Component\EventDispatcher\EventDispatcher">EventDispatcher</abbr> <strong>getDispatcher</strong>()</code> </h3> <div class="details"> <div class="method-description"> <p>Return the event dispatcher,</p> </div> <div class="tags"> <h4>Return Value</h4> <table class="table table-condensed"> <tr> <td> <abbr title="Symfony\Component\EventDispatcher\EventDispatcher">EventDispatcher</abbr></td> <td></td> </tr> </table> </div> </div> </div> <div class="method-item"> <h3 id="method_getTranslator"> <div class="location">in <a href="../../../Thelia/Controller/BaseController.html#method_getTranslator"><abbr title="Thelia\Controller\BaseController">BaseController</abbr></a> at line 116</div> <code> <a href="../../../Thelia/Core/Translation/Translator.html"><abbr title="Thelia\Core\Translation\Translator">Translator</abbr></a> <strong>getTranslator</strong>()</code> </h3> <div class="details"> <div class="method-description"> <p>return the Translator</p> </div> <div class="tags"> <h4>Return Value</h4> <table class="table table-condensed"> <tr> <td> <a href="../../../Thelia/Core/Translation/Translator.html"><abbr title="Thelia\Core\Translation\Translator">Translator</abbr></a></td> <td></td> </tr> </table> </div> </div> </div> <div class="method-item"> <h3 id="method_redirect"> <div class="location">in <a href="../../../Thelia/Controller/BaseController.html#method_redirect"><abbr title="Thelia\Controller\BaseController">BaseController</abbr></a> at line 282</div> <code> <strong>redirect</strong>( string $url, int $status = 302, array $cookies = array())</code> </h3> <div class="details"> <div class="method-description"> <p>redirect request to the specified url</p> </div> <div class="tags"> <h4>Parameters</h4> <table class="table table-condensed"> <tr> <td> string</td> <td>$url</td> <td></td> </tr> <tr> <td> int</td> <td>$status</td> <td>http status. Must be a 30x status</td> </tr> <tr> <td> array</td> <td>$cookies</td> <td></td> </tr> </table> </div> </div> </div> <div class="method-item"> <h3 id="method_getMailer"> <div class="location">in <a href="../../../Thelia/Controller/BaseController.html#method_getMailer"><abbr title="Thelia\Controller\BaseController">BaseController</abbr></a> at line 381</div> <code> <abbr title="Swift_Mailer">Swift_Mailer</abbr> <strong>getMailer</strong>()</code> </h3> <div class="details"> <div class="method-description"> <p>return an instance of \Swift_Mailer with good Transporter configured.</p> </div> <div class="tags"> <h4>Return Value</h4> <table class="table table-condensed"> <tr> <td> <abbr title="Swift_Mailer">Swift_Mailer</abbr></td> <td></td> </tr> </table> </div> </div> </div> <div class="method-item"> <h3 id="method_adminLogAppend"> <div class="location">in <a href="../../../Thelia/Controller/Admin/BaseAdminController.html#method_adminLogAppend"><abbr title="Thelia\Controller\Admin\BaseAdminController">BaseAdminController</abbr></a> at line 66</div> <code> <strong>adminLogAppend</strong>( string $resource, string $action, string $message)</code> </h3> <div class="details"> <div class="method-description"> <p>Helper to append a message to the admin log.</p> </div> <div class="tags"> <h4>Parameters</h4> <table class="table table-condensed"> <tr> <td> string</td> <td>$resource</td> <td></td> </tr> <tr> <td> string</td> <td>$action</td> <td></td> </tr> <tr> <td> string</td> <td>$message</td> <td></td> </tr> </table> </div> </div> </div> <div class="method-item"> <h3 id="method_processTemplateAction"> <div class="location">in <a href="../../../Thelia/Controller/Admin/BaseAdminController.html#method_processTemplateAction"><abbr title="Thelia\Controller\Admin\BaseAdminController">BaseAdminController</abbr></a> at line 77</div> <code> <a href="../../../Thelia/Core/HttpFoundation/Response.html"><abbr title="Thelia\Core\HttpFoundation\Response">Response</abbr></a> <strong>processTemplateAction</strong>( <abbr title="Thelia\Controller\Admin\unknown">unknown</abbr> $template)</code> </h3> <div class="details"> <div class="method-description"> <p>This method process the rendering of view called from an admin page</p> </div> <div class="tags"> <h4>Parameters</h4> <table class="table table-condensed"> <tr> <td> <abbr title="Thelia\Controller\Admin\unknown">unknown</abbr></td> <td>$template</td> <td></td> </tr> </table> <h4>Return Value</h4> <table class="table table-condensed"> <tr> <td> <a href="../../../Thelia/Core/HttpFoundation/Response.html"><abbr title="Thelia\Core\HttpFoundation\Response">Response</abbr></a></td> <td>the response which contains the rendered view</td> </tr> </table> </div> </div> </div> <div class="method-item"> <h3 id="method_redirectToRoute"> <div class="location">in <a href="../../../Thelia/Controller/Admin/BaseAdminController.html#method_redirectToRoute"><abbr title="Thelia\Controller\Admin\BaseAdminController">BaseAdminController</abbr></a> at line 263</div> <code> <strong>redirectToRoute</strong>( string $routeId, array $urlParameters = array(), array $routeParameters = array())</code> </h3> <div class="details"> <div class="method-description"> <p>Redirect to à route ID related URL</p> </div> <div class="tags"> <h4>Parameters</h4> <table class="table table-condensed"> <tr> <td> string</td> <td>$routeId</td> <td>the route ID, as found in Config/Resources/routing/admin.xml</td> </tr> <tr> <td> array</td> <td>$urlParameters</td> <td>the URL parameters, as a var/value pair array</td> </tr> <tr> <td> array</td> <td>$routeParameters</td> <td></td> </tr> </table> </div> </div> </div> <div class="method-item"> <h3 id="method___construct"> <div class="location">at line 31</div> <code> <strong>__construct</strong>()</code> </h3> <div class="details"> <div class="tags"> </div> </div> </div> <div class="method-item"> <h3 id="method_defaultAction"> <div class="location">in <a href="../../../Thelia/Controller/Admin/AbstractCrudController.html#method_defaultAction"><abbr title="Thelia\Controller\Admin\AbstractCrudController">AbstractCrudController</abbr></a> at line 270</div> <code> <abbr title="Thelia\Controller\Admin\Thelia\Core\HttpFoundation\Response">Response</abbr> <strong>defaultAction</strong>()</code> </h3> <div class="details"> <div class="method-description"> <p>The default action is displaying the list.</p> </div> <div class="tags"> <h4>Return Value</h4> <table class="table table-condensed"> <tr> <td> <abbr title="Thelia\Controller\Admin\Thelia\Core\HttpFoundation\Response">Response</abbr></td> <td>the response</td> </tr> </table> </div> </div> </div> <div class="method-item"> <h3 id="method_createAction"> <div class="location">in <a href="../../../Thelia/Controller/Admin/AbstractCrudController.html#method_createAction"><abbr title="Thelia\Controller\Admin\AbstractCrudController">AbstractCrudController</abbr></a> at line 285</div> <code> <abbr title="Thelia\Controller\Admin\Thelia\Core\HttpFoundation\Response">Response</abbr> <strong>createAction</strong>()</code> </h3> <div class="details"> <div class="method-description"> <p>Create a new object</p> </div> <div class="tags"> <h4>Return Value</h4> <table class="table table-condensed"> <tr> <td> <abbr title="Thelia\Controller\Admin\Thelia\Core\HttpFoundation\Response">Response</abbr></td> <td>the response</td> </tr> </table> </div> </div> </div> <div class="method-item"> <h3 id="method_updateAction"> <div class="location">in <a href="../../../Thelia/Controller/Admin/AbstractCrudController.html#method_updateAction"><abbr title="Thelia\Controller\Admin\AbstractCrudController">AbstractCrudController</abbr></a> at line 359</div> <code> <abbr title="Thelia\Controller\Admin\Thelia\Core\HttpFoundation\Response">Response</abbr> <strong>updateAction</strong>()</code> </h3> <div class="details"> <div class="method-description"> <p>Load a object for modification, and display the edit template.</p> </div> <div class="tags"> <h4>Return Value</h4> <table class="table table-condensed"> <tr> <td> <abbr title="Thelia\Controller\Admin\Thelia\Core\HttpFoundation\Response">Response</abbr></td> <td>the response</td> </tr> </table> </div> </div> </div> <div class="method-item"> <h3 id="method_processUpdateAction"> <div class="location">in <a href="../../../Thelia/Controller/Admin/AbstractCrudController.html#method_processUpdateAction"><abbr title="Thelia\Controller\Admin\AbstractCrudController">AbstractCrudController</abbr></a> at line 384</div> <code> <abbr title="Thelia\Controller\Admin\Thelia\Core\HttpFoundation\Response">Response</abbr> <strong>processUpdateAction</strong>()</code> </h3> <div class="details"> <div class="method-description"> <p>Save changes on a modified object, and either go back to the object list, or stay on the edition page.</p> </div> <div class="tags"> <h4>Return Value</h4> <table class="table table-condensed"> <tr> <td> <abbr title="Thelia\Controller\Admin\Thelia\Core\HttpFoundation\Response">Response</abbr></td> <td>the response</td> </tr> </table> </div> </div> </div> <div class="method-item"> <h3 id="method_updatePositionAction"> <div class="location">in <a href="../../../Thelia/Controller/Admin/AbstractCrudController.html#method_updatePositionAction"><abbr title="Thelia\Controller\Admin\AbstractCrudController">AbstractCrudController</abbr></a> at line 460</div> <code> <strong>updatePositionAction</strong>()</code> </h3> <div class="details"> <div class="method-description"> <p>Update object position (only for objects whichsupport that)</p> </div> <div class="tags"> </div> </div> </div> <div class="method-item"> <h3 id="method_setToggleVisibilityAction"> <div class="location">in <a href="../../../Thelia/Controller/Admin/AbstractCrudController.html#method_setToggleVisibilityAction"><abbr title="Thelia\Controller\Admin\AbstractCrudController">AbstractCrudController</abbr></a> at line 531</div> <code> <strong>setToggleVisibilityAction</strong>()</code> </h3> <div class="details"> <div class="method-description"> <p>Online status toggle (only for object which support it)</p> </div> <div class="tags"> </div> </div> </div> <div class="method-item"> <h3 id="method_deleteAction"> <div class="location">in <a href="../../../Thelia/Controller/Admin/AbstractCrudController.html#method_deleteAction"><abbr title="Thelia\Controller\Admin\AbstractCrudController">AbstractCrudController</abbr></a> at line 554</div> <code> <a href="../../../Thelia/Core/HttpFoundation/Response.html"><abbr title="Thelia\Core\HttpFoundation\Response">Response</abbr></a> <strong>deleteAction</strong>()</code> </h3> <div class="details"> <div class="method-description"> <p>Delete an object</p> </div> <div class="tags"> <h4>Return Value</h4> <table class="table table-condensed"> <tr> <td> <a href="../../../Thelia/Core/HttpFoundation/Response.html"><abbr title="Thelia\Core\HttpFoundation\Response">Response</abbr></a></td> <td>the response</td> </tr> </table> </div> </div> </div> <div class="method-item"> <h3 id="method_useAddressAction"> <div class="location">at line 46</div> <code> <strong>useAddressAction</strong>()</code> </h3> <div class="details"> <div class="tags"> </div> </div> </div> </div> </div> <div id="footer"> Generated by <a href="http://sami.sensiolabs.org/">Sami, the API Documentation Generator</a>. </div> </div> </div> </body> </html>
appsensor-dot-org/site-contents/docs/v2.3.2/javadoc/org/owasp/appsensor/rpc/thrift/generated/class-use/Interval.html
jtmelton/appsensor
<!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) on Wed Apr 05 01:58:42 EDT 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.owasp.appsensor.rpc.thrift.generated.Interval (appsensor-parent 2.3.2 API)</title> <meta name="date" content="2017-04-05"> <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.owasp.appsensor.rpc.thrift.generated.Interval (appsensor-parent 2.3.2 API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <div class="header"> <h2 title="Uses of Class org.owasp.appsensor.rpc.thrift.generated.Interval" class="title">Uses of Class<br>org.owasp.appsensor.rpc.thrift.generated.Interval</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/Interval.html" title="class in org.owasp.appsensor.rpc.thrift.generated">Interval</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Package</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#org.owasp.appsensor.rpc.thrift.generated">org.owasp.appsensor.rpc.thrift.generated</a></td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="org.owasp.appsensor.rpc.thrift.generated"> <!-- --> </a> <h3>Uses of <a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/Interval.html" title="class in org.owasp.appsensor.rpc.thrift.generated">Interval</a> in <a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/package-summary.html">org.owasp.appsensor.rpc.thrift.generated</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation"> <caption><span>Fields in <a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/package-summary.html">org.owasp.appsensor.rpc.thrift.generated</a> declared as <a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/Interval.html" title="class in org.owasp.appsensor.rpc.thrift.generated">Interval</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Field and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/Interval.html" title="class in org.owasp.appsensor.rpc.thrift.generated">Interval</a></code></td> <td class="colLast"><span class="typeNameLabel">Response.</span><code><span class="memberNameLink"><a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/Response.html#interval">interval</a></span></code></td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/Interval.html" title="class in org.owasp.appsensor.rpc.thrift.generated">Interval</a></code></td> <td class="colLast"><span class="typeNameLabel">Threshold.</span><code><span class="memberNameLink"><a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/Threshold.html#interval">interval</a></span></code></td> </tr> </tbody> </table> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/package-summary.html">org.owasp.appsensor.rpc.thrift.generated</a> that return <a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/Interval.html" title="class in org.owasp.appsensor.rpc.thrift.generated">Interval</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/Interval.html" title="class in org.owasp.appsensor.rpc.thrift.generated">Interval</a></code></td> <td class="colLast"><span class="typeNameLabel">Interval.</span><code><span class="memberNameLink"><a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/Interval.html#deepCopy--">deepCopy</a></span>()</code></td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/Interval.html" title="class in org.owasp.appsensor.rpc.thrift.generated">Interval</a></code></td> <td class="colLast"><span class="typeNameLabel">Response.</span><code><span class="memberNameLink"><a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/Response.html#getInterval--">getInterval</a></span>()</code></td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/Interval.html" title="class in org.owasp.appsensor.rpc.thrift.generated">Interval</a></code></td> <td class="colLast"><span class="typeNameLabel">Threshold.</span><code><span class="memberNameLink"><a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/Threshold.html#getInterval--">getInterval</a></span>()</code></td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/Interval.html" title="class in org.owasp.appsensor.rpc.thrift.generated">Interval</a></code></td> <td class="colLast"><span class="typeNameLabel">Interval.</span><code><span class="memberNameLink"><a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/Interval.html#setDuration-int-">setDuration</a></span>(int&nbsp;duration)</code></td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/Interval.html" title="class in org.owasp.appsensor.rpc.thrift.generated">Interval</a></code></td> <td class="colLast"><span class="typeNameLabel">Interval.</span><code><span class="memberNameLink"><a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/Interval.html#setId-int-">setId</a></span>(int&nbsp;id)</code></td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/Interval.html" title="class in org.owasp.appsensor.rpc.thrift.generated">Interval</a></code></td> <td class="colLast"><span class="typeNameLabel">Interval.</span><code><span class="memberNameLink"><a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/Interval.html#setUnit-java.lang.String-">setUnit</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;unit)</code></td> </tr> </tbody> </table> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/package-summary.html">org.owasp.appsensor.rpc.thrift.generated</a> with parameters of type <a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/Interval.html" title="class in org.owasp.appsensor.rpc.thrift.generated">Interval</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><span class="typeNameLabel">Interval.</span><code><span class="memberNameLink"><a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/Interval.html#compareTo-org.owasp.appsensor.rpc.thrift.generated.Interval-">compareTo</a></span>(<a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/Interval.html" title="class in org.owasp.appsensor.rpc.thrift.generated">Interval</a>&nbsp;other)</code></td> </tr> <tr class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><span class="typeNameLabel">Interval.</span><code><span class="memberNameLink"><a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/Interval.html#equals-org.owasp.appsensor.rpc.thrift.generated.Interval-">equals</a></span>(<a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/Interval.html" title="class in org.owasp.appsensor.rpc.thrift.generated">Interval</a>&nbsp;that)</code></td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/Response.html" title="class in org.owasp.appsensor.rpc.thrift.generated">Response</a></code></td> <td class="colLast"><span class="typeNameLabel">Response.</span><code><span class="memberNameLink"><a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/Response.html#setInterval-org.owasp.appsensor.rpc.thrift.generated.Interval-">setInterval</a></span>(<a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/Interval.html" title="class in org.owasp.appsensor.rpc.thrift.generated">Interval</a>&nbsp;interval)</code></td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/Threshold.html" title="class in org.owasp.appsensor.rpc.thrift.generated">Threshold</a></code></td> <td class="colLast"><span class="typeNameLabel">Threshold.</span><code><span class="memberNameLink"><a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/Threshold.html#setInterval-org.owasp.appsensor.rpc.thrift.generated.Interval-">setInterval</a></span>(<a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/Interval.html" title="class in org.owasp.appsensor.rpc.thrift.generated">Interval</a>&nbsp;interval)</code></td> </tr> </tbody> </table> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation"> <caption><span>Constructors in <a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/package-summary.html">org.owasp.appsensor.rpc.thrift.generated</a> with parameters of type <a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/Interval.html" title="class in org.owasp.appsensor.rpc.thrift.generated">Interval</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/Interval.html#Interval-org.owasp.appsensor.rpc.thrift.generated.Interval-">Interval</a></span>(<a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/Interval.html" title="class in org.owasp.appsensor.rpc.thrift.generated">Interval</a>&nbsp;other)</code></td> </tr> <tr class="rowColor"> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/Response.html#Response-int-org.owasp.appsensor.rpc.thrift.generated.User-java.lang.String-java.lang.String-org.owasp.appsensor.rpc.thrift.generated.Interval-org.owasp.appsensor.rpc.thrift.generated.DetectionSystem-">Response</a></span>(int&nbsp;id, <a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/User.html" title="class in org.owasp.appsensor.rpc.thrift.generated">User</a>&nbsp;user, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;timestamp, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;action, <a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/Interval.html" title="class in org.owasp.appsensor.rpc.thrift.generated">Interval</a>&nbsp;interval, <a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/DetectionSystem.html" title="class in org.owasp.appsensor.rpc.thrift.generated">DetectionSystem</a>&nbsp;detectionSystem)</code></td> </tr> <tr class="altColor"> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/Threshold.html#Threshold-int-int-org.owasp.appsensor.rpc.thrift.generated.Interval-">Threshold</a></span>(int&nbsp;id, int&nbsp;count, <a href="../../../../../../../org/owasp/appsensor/rpc/thrift/generated/Interval.html" title="class in org.owasp.appsensor.rpc.thrift.generated">Interval</a>&nbsp;interval)</code></td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <p class="legalCopy"><small>Copyright &#169; 2017 <a href="http://www.owasp.org">The Open Web Application Security Project (OWASP)</a>. All rights reserved.</small></p> </body> </html>
page template.html
aplib/markdown-site-template
<!DOCTYPE html> <html lang="en-US"> <head> <meta charset="utf-8"> <title>Simple Markdown site template</title> <script src="document.min.js" userjs="user.js" icon="favicon.ico" id="DOC" onerror="var l=document.createElement('link'),s=document.createElement('script');l.rel='stylesheet';l.href='http://netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css';l.id='bootstrap.css';l.auto='1';document.head.insertBefore(l,document.getElementById('DOC'));s.src='http://aplib.github.io/document.min.js';document.head.appendChild(s);"></script> </head> <body> <!--fixed-top-bar [navbar] * [Home](index.html) * [Page1](page1.html) * [Page2](page1.html) [/navbar] --> <!--header-panel # Insert header here site description --> <!--content-panel # content text ## content text ### content text #### content text --> <!--footer-panel footer here --> <noscript><div class="alert alert-warning">This Website requires your browser to be JavaScript enabled.</div></noscript> </body> </html>
public/assets/together/lib/components/data_content_box-cab02f2b52e83642ddc017ee7d2494c1819e17a75306a4d223d89596773a8bdd.css
iigethr/web_together
.center_parent{right:-50%;float:left;position:relative}.center_child{right:50%;float:left;overflow:hidden;position:relative}.center_parent_left{right:-50%;float:left;position:relative}.center_child_left{right:50%;float:left;overflow:hidden;position:relative}.center_parent_right{left:-50%;float:right;position:relative}.center_child_right{left:50%;float:right;overflow:hidden;position:relative}.data_content{float:left}.data_content .data_content_box{float:left}.data_content .data_content_box .data_content_item{float:left;padding:8px}
projekte/2015-03-09-wpt-talso.html
zfhui/codefor.de
--- layout: project lab: OK Lab Wuppertal #needed for Aggregation on Lab-Page imgname: wuppertal/Talso.PNG title: Tal, so? showcase: 1 status: Fertig links: - url: http://www.tal.so/ name: Website colaborators: - name: Christopher - name: Nico --- Suchmaschine, von und für Wuppertal!
app/assets/stylesheets/seeimages.css
bjohnmer/sk_sith
/* * This is a manifest file that'll be compiled into application.css, which will include all the files * listed below. * * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path. * * You're free to add application-wide styles to this file and they'll appear at the bottom of the * compiled file so the styles you add here take precedence over styles defined in any styles * defined in the other CSS/SCSS files in this directory. It is generally better to create a new * file per style scope. * *= require_self *= require bootstrap.min */ .img-responsive { width: 100%; height: auto; }
api/2.1/Thelia/Form/Brand/BrandImageModification.html
sitecrafting/thelia.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="robots" content="index, follow, all" /> <title>Thelia\Form\Brand\BrandImageModification | Thelia 2 API</title> <link rel="stylesheet" type="text/css" href="../../../css/bootstrap.min.css"> <link rel="stylesheet" type="text/css" href="../../../css/bootstrap-theme.min.css"> <link rel="stylesheet" type="text/css" href="../../../css/sami.css"> <script src="../../../js/jquery-1.11.1.min.js"></script> <script src="../../../js/bootstrap.min.js"></script> <script src="../../../js/typeahead.min.js"></script> <script src="../../../sami.js"></script> <meta name="MobileOptimized" content="width"> <meta name="HandheldFriendly" content="true"> <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1"> </head> <body id="class" data-name="class:Thelia_Form_Brand_BrandImageModification" data-root-path="../../../"> <div id="content"> <div id="left-column"> <div id="control-panel"> <form id="search-form" action="../../../search.html" method="GET"> <span class="glyphicon glyphicon-search"></span> <input name="search" class="typeahead form-control" type="search" placeholder="Search"> </form> </div> <div id="api-tree"></div> </div> <div id="right-column"> <nav id="site-nav" class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-elements"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="../../../index.html">Thelia 2 API</a> </div> <div class="collapse navbar-collapse" id="navbar-elements"> <ul class="nav navbar-nav"> <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> <li><a href="../../../search.html">Search</a></li> </ul> </div> </div> </nav> <div class="namespace-breadcrumbs"> <ol class="breadcrumb"> <li><span class="label label-default">class</span></li> <li><a href="../../../Thelia.html">Thelia</a></li> <li><a href="../../../Thelia/Form.html">Form</a></li> <li><a href="../../../Thelia/Form/Brand.html">Brand</a></li> <li>BrandImageModification</li> </ol> </div> <div id="page-content"> <div class="page-header"> <h1>BrandImageModification</h1> </div> <p> class <strong>BrandImageModification</strong> extends <a href="../../../Thelia/Form/Image/ImageModification.html"><abbr title="Thelia\Form\Image\ImageModification">ImageModification</abbr></a> </p> <h2>Traits</h2> <div class="container-fluid underlined"> <div class="row"> <div class="col-md-6"> <a href="../../../Thelia/Form/StandardDescriptionFieldsTrait.html"><abbr title="Thelia\Form\StandardDescriptionFieldsTrait">Thelia\Form\StandardDescriptionFieldsTrait</abbr></a> </div> <div class="col-md-6"> A trait to add standard localized description fields to a form. </div> </div> </div> <h2>Methods</h2> <div class="container-fluid underlined"> <div class="row"> <div class="col-md-2 type"> </div> <div class="col-md-8 type"> <a href="#method___construct">__construct</a>( <abbr title="Thelia\Form\Symfony\Component\HttpFoundation\Request">Request</abbr> $request, $type = &#039;form&#039;, $data = array(), $options = array(), <abbr title="Thelia\Form\Symfony\Component\DependencyInjection\ContainerInterface">ContainerInterface</abbr> $container = null) <p class="no-description">No description</p> </div> <div class="col-md-2"><small>from&nbsp; <a href="../../../Thelia/Form/BaseForm.html#method___construct"><abbr title="Thelia\Form\BaseForm">BaseForm</abbr></a></small></div> </div> <div class="row"> <div class="col-md-2 type"> </div> <div class="col-md-8 type"> <a href="#method_initFormWithContainer">initFormWithContainer</a>($type, $data, $options) <p class="no-description">No description</p> </div> <div class="col-md-2"><small>from&nbsp; <a href="../../../Thelia/Form/BaseForm.html#method_initFormWithContainer"><abbr title="Thelia\Form\BaseForm">BaseForm</abbr></a></small></div> </div> <div class="row"> <div class="col-md-2 type"> <abbr title="Symfony\Component\Form\FormBuilderInterface">FormBuilderInterface</abbr> </div> <div class="col-md-8 type"> <a href="#method_getFormBuilder">getFormBuilder</a>() <p class="no-description">No description</p> </div> <div class="col-md-2"><small>from&nbsp; <a href="../../../Thelia/Form/BaseForm.html#method_getFormBuilder"><abbr title="Thelia\Form\BaseForm">BaseForm</abbr></a></small></div> </div> <div class="row"> <div class="col-md-2 type"> string </div> <div class="col-md-8 type"> <a href="#method_getType">getType</a>() <p class="no-description">No description</p> </div> <div class="col-md-2"><small>from&nbsp; <a href="../../../Thelia/Form/BaseForm.html#method_getType"><abbr title="Thelia\Form\BaseForm">BaseForm</abbr></a></small></div> </div> <div class="row"> <div class="col-md-2 type"> bool </div> <div class="col-md-8 type"> <a href="#method_isTemplateDefinedHiddenField">isTemplateDefinedHiddenField</a>( <abbr title="Thelia\Form\Symfony\Component\Form\FormView">FormView</abbr> $fieldView) <p>Return true if the given field value is defined only in the HTML template, and its value is defined in the template file, not the form builder.</p> </div> <div class="col-md-2"><small>from&nbsp; <a href="../../../Thelia/Form/BaseForm.html#method_isTemplateDefinedHiddenField"><abbr title="Thelia\Form\BaseForm">BaseForm</abbr></a></small></div> </div> <div class="row"> <div class="col-md-2 type"> </div> <div class="col-md-8 type"> <a href="#method_getRequest">getRequest</a>() <p class="no-description">No description</p> </div> <div class="col-md-2"><small>from&nbsp; <a href="../../../Thelia/Form/BaseForm.html#method_getRequest"><abbr title="Thelia\Form\BaseForm">BaseForm</abbr></a></small></div> </div> <div class="row"> <div class="col-md-2 type"> string </div> <div class="col-md-8 type"> <a href="#method_getSuccessUrl">getSuccessUrl</a>( string $default = null) <p>Returns the absolute URL to redirect the user to if the form is successfully processed.</p> </div> <div class="col-md-2"><small>from&nbsp; <a href="../../../Thelia/Form/BaseForm.html#method_getSuccessUrl"><abbr title="Thelia\Form\BaseForm">BaseForm</abbr></a></small></div> </div> <div class="row"> <div class="col-md-2 type"> </div> <div class="col-md-8 type"> <a href="#method_createView">createView</a>() <p class="no-description">No description</p> </div> <div class="col-md-2"><small>from&nbsp; <a href="../../../Thelia/Form/BaseForm.html#method_createView"><abbr title="Thelia\Form\BaseForm">BaseForm</abbr></a></small></div> </div> <div class="row"> <div class="col-md-2 type"> <abbr title="Symfony\Component\Form\FormView">FormView</abbr> </div> <div class="col-md-8 type"> <a href="#method_getView">getView</a>() <p class="no-description">No description</p> </div> <div class="col-md-2"><small>from&nbsp; <a href="../../../Thelia/Form/BaseForm.html#method_getView"><abbr title="Thelia\Form\BaseForm">BaseForm</abbr></a></small></div> </div> <div class="row"> <div class="col-md-2 type"> </div> <div class="col-md-8 type"> <a href="#method_setError">setError</a>( boolean $has_error = true) <p>Set the error status of the form.</p> </div> <div class="col-md-2"><small>from&nbsp; <a href="../../../Thelia/Form/BaseForm.html#method_setError"><abbr title="Thelia\Form\BaseForm">BaseForm</abbr></a></small></div> </div> <div class="row"> <div class="col-md-2 type"> boolean </div> <div class="col-md-8 type"> <a href="#method_hasError">hasError</a>() <p>Get the cuirrent error status of the form.</p> </div> <div class="col-md-2"><small>from&nbsp; <a href="../../../Thelia/Form/BaseForm.html#method_hasError"><abbr title="Thelia\Form\BaseForm">BaseForm</abbr></a></small></div> </div> <div class="row"> <div class="col-md-2 type"> </div> <div class="col-md-8 type"> <a href="#method_setErrorMessage">setErrorMessage</a>( string $message) <p>Set the error message related to global form error</p> </div> <div class="col-md-2"><small>from&nbsp; <a href="../../../Thelia/Form/BaseForm.html#method_setErrorMessage"><abbr title="Thelia\Form\BaseForm">BaseForm</abbr></a></small></div> </div> <div class="row"> <div class="col-md-2 type"> string </div> <div class="col-md-8 type"> <a href="#method_getErrorMessage">getErrorMessage</a>() <p>Get the form error message.</p> </div> <div class="col-md-2"><small>from&nbsp; <a href="../../../Thelia/Form/BaseForm.html#method_getErrorMessage"><abbr title="Thelia\Form\BaseForm">BaseForm</abbr></a></small></div> </div> <div class="row"> <div class="col-md-2 type"> <abbr title="Symfony\Component\Form\Form">Form</abbr> </div> <div class="col-md-8 type"> <a href="#method_getForm">getForm</a>() <p class="no-description">No description</p> </div> <div class="col-md-2"><small>from&nbsp; <a href="../../../Thelia/Form/BaseForm.html#method_getForm"><abbr title="Thelia\Form\BaseForm">BaseForm</abbr></a></small></div> </div> <div class="row"> <div class="col-md-2 type"> bool </div> <div class="col-md-8 type"> <a href="#method_hasContainer">hasContainer</a>() <p class="no-description">No description</p> </div> <div class="col-md-2"><small>from&nbsp; <a href="../../../Thelia/Form/BaseForm.html#method_hasContainer"><abbr title="Thelia\Form\BaseForm">BaseForm</abbr></a></small></div> </div> <div class="row"> <div class="col-md-2 type"> string </div> <div class="col-md-8 type"> <a href="#method_getName">getName</a>() <p class="no-description">No description</p> </div> <div class="col-md-2"></div> </div> </div> <h2>Details</h2> <div id="method-details"> <div class="method-item"> <h3 id="method___construct"> <div class="location">in <a href="../../../Thelia/Form/BaseForm.html#method___construct"><abbr title="Thelia\Form\BaseForm">BaseForm</abbr></a> at line 98</div> <code> <strong>__construct</strong>( <abbr title="Thelia\Form\Symfony\Component\HttpFoundation\Request">Request</abbr> $request, $type = &#039;form&#039;, $data = array(), $options = array(), <abbr title="Thelia\Form\Symfony\Component\DependencyInjection\ContainerInterface">ContainerInterface</abbr> $container = null)</code> </h3> <div class="details"> <div class="tags"> <h4>Parameters</h4> <table class="table table-condensed"> <tr> <td> <abbr title="Thelia\Form\Symfony\Component\HttpFoundation\Request">Request</abbr></td> <td>$request</td> <td></td> </tr> <tr> <td></td> <td>$type</td> <td></td> </tr> <tr> <td></td> <td>$data</td> <td></td> </tr> <tr> <td></td> <td>$options</td> <td></td> </tr> <tr> <td> <abbr title="Thelia\Form\Symfony\Component\DependencyInjection\ContainerInterface">ContainerInterface</abbr></td> <td>$container</td> <td></td> </tr> </table> </div> </div> </div> <div class="method-item"> <h3 id="method_initFormWithContainer"> <div class="location">in <a href="../../../Thelia/Form/BaseForm.html#method_initFormWithContainer"><abbr title="Thelia\Form\BaseForm">BaseForm</abbr></a> at line 183</div> <code> <strong>initFormWithContainer</strong>($type, $data, $options)</code> </h3> <div class="details"> <div class="tags"> <h4>Parameters</h4> <table class="table table-condensed"> <tr> <td></td> <td>$type</td> <td></td> </tr> <tr> <td></td> <td>$data</td> <td></td> </tr> <tr> <td></td> <td>$options</td> <td></td> </tr> </table> </div> </div> </div> <div class="method-item"> <h3 id="method_getFormBuilder"> <div class="location">in <a href="../../../Thelia/Form/BaseForm.html#method_getFormBuilder"><abbr title="Thelia\Form\BaseForm">BaseForm</abbr></a> at line 213</div> <code> <abbr title="Symfony\Component\Form\FormBuilderInterface">FormBuilderInterface</abbr> <strong>getFormBuilder</strong>()</code> </h3> <div class="details"> <div class="tags"> <h4>Return Value</h4> <table class="table table-condensed"> <tr> <td> <abbr title="Symfony\Component\Form\FormBuilderInterface">FormBuilderInterface</abbr></td> <td></td> </tr> </table> </div> </div> </div> <div class="method-item"> <h3 id="method_getType"> <div class="location">in <a href="../../../Thelia/Form/BaseForm.html#method_getType"><abbr title="Thelia\Form\BaseForm">BaseForm</abbr></a> at line 221</div> <code> string <strong>getType</strong>()</code> </h3> <div class="details"> <div class="tags"> <h4>Return Value</h4> <table class="table table-condensed"> <tr> <td> string</td> <td></td> </tr> </table> </div> </div> </div> <div class="method-item"> <h3 id="method_isTemplateDefinedHiddenField"> <div class="location">in <a href="../../../Thelia/Form/BaseForm.html#method_isTemplateDefinedHiddenField"><abbr title="Thelia\Form\BaseForm">BaseForm</abbr></a> at line 235</div> <code> bool <strong>isTemplateDefinedHiddenField</strong>( <abbr title="Thelia\Form\Symfony\Component\Form\FormView">FormView</abbr> $fieldView)</code> </h3> <div class="details"> <div class="method-description"> <p>Return true if the given field value is defined only in the HTML template, and its value is defined in the template file, not the form builder.</p> <p>Thus, it should not be included in the form hidden fields generated by form<em>hidden</em>fields Smarty function, to prevent it from exiting twice in the form.</p> </div> <div class="tags"> <h4>Parameters</h4> <table class="table table-condensed"> <tr> <td> <abbr title="Thelia\Form\Symfony\Component\Form\FormView">FormView</abbr></td> <td>$fieldView</td> <td></td> </tr> </table> <h4>Return Value</h4> <table class="table table-condensed"> <tr> <td> bool</td> <td></td> </tr> </table> </div> </div> </div> <div class="method-item"> <h3 id="method_getRequest"> <div class="location">in <a href="../../../Thelia/Form/BaseForm.html#method_getRequest"><abbr title="Thelia\Form\BaseForm">BaseForm</abbr></a> at line 242</div> <code> <strong>getRequest</strong>()</code> </h3> <div class="details"> <div class="tags"> </div> </div> </div> <div class="method-item"> <h3 id="method_getSuccessUrl"> <div class="location">in <a href="../../../Thelia/Form/BaseForm.html#method_getSuccessUrl"><abbr title="Thelia\Form\BaseForm">BaseForm</abbr></a> at line 261</div> <code> string <strong>getSuccessUrl</strong>( string $default = null)</code> </h3> <div class="details"> <div class="method-description"> <p>Returns the absolute URL to redirect the user to if the form is successfully processed.</p> </div> <div class="tags"> <h4>Parameters</h4> <table class="table table-condensed"> <tr> <td> string</td> <td>$default</td> <td>the default URL. If not given, the configured base URL is used.</td> </tr> </table> <h4>Return Value</h4> <table class="table table-condensed"> <tr> <td> string</td> <td>an absolute URL</td> </tr> </table> </div> </div> </div> <div class="method-item"> <h3 id="method_createView"> <div class="location">in <a href="../../../Thelia/Form/BaseForm.html#method_createView"><abbr title="Thelia\Form\BaseForm">BaseForm</abbr></a> at line 276</div> <code> <strong>createView</strong>()</code> </h3> <div class="details"> <div class="tags"> </div> </div> </div> <div class="method-item"> <h3 id="method_getView"> <div class="location">in <a href="../../../Thelia/Form/BaseForm.html#method_getView"><abbr title="Thelia\Form\BaseForm">BaseForm</abbr></a> at line 287</div> <code> <abbr title="Symfony\Component\Form\FormView">FormView</abbr> <strong>getView</strong>()</code> </h3> <div class="details"> <div class="tags"> <h4>Return Value</h4> <table class="table table-condensed"> <tr> <td> <abbr title="Symfony\Component\Form\FormView">FormView</abbr></td> <td></td> </tr> </table> <h4>Exceptions</h4> <table class="table table-condensed"> <tr> <td><a target="_blank" href="http://php.net/LogicException"><abbr title="LogicException">LogicException</abbr></a></td> <td></td> </tr> </table> </div> </div> </div> <div class="method-item"> <h3 id="method_setError"> <div class="location">in <a href="../../../Thelia/Form/BaseForm.html#method_setError"><abbr title="Thelia\Form\BaseForm">BaseForm</abbr></a> at line 302</div> <code> <strong>setError</strong>( boolean $has_error = true)</code> </h3> <div class="details"> <div class="method-description"> <p>Set the error status of the form.</p> </div> <div class="tags"> <h4>Parameters</h4> <table class="table table-condensed"> <tr> <td> boolean</td> <td>$has_error</td> <td></td> </tr> </table> </div> </div> </div> <div class="method-item"> <h3 id="method_hasError"> <div class="location">in <a href="../../../Thelia/Form/BaseForm.html#method_hasError"><abbr title="Thelia\Form\BaseForm">BaseForm</abbr></a> at line 314</div> <code> boolean <strong>hasError</strong>()</code> </h3> <div class="details"> <div class="method-description"> <p>Get the cuirrent error status of the form.</p> </div> <div class="tags"> <h4>Return Value</h4> <table class="table table-condensed"> <tr> <td> boolean</td> <td></td> </tr> </table> </div> </div> </div> <div class="method-item"> <h3 id="method_setErrorMessage"> <div class="location">in <a href="../../../Thelia/Form/BaseForm.html#method_setErrorMessage"><abbr title="Thelia\Form\BaseForm">BaseForm</abbr></a> at line 324</div> <code> <strong>setErrorMessage</strong>( string $message)</code> </h3> <div class="details"> <div class="method-description"> <p>Set the error message related to global form error</p> </div> <div class="tags"> <h4>Parameters</h4> <table class="table table-condensed"> <tr> <td> string</td> <td>$message</td> <td></td> </tr> </table> </div> </div> </div> <div class="method-item"> <h3 id="method_getErrorMessage"> <div class="location">in <a href="../../../Thelia/Form/BaseForm.html#method_getErrorMessage"><abbr title="Thelia\Form\BaseForm">BaseForm</abbr></a> at line 337</div> <code> string <strong>getErrorMessage</strong>()</code> </h3> <div class="details"> <div class="method-description"> <p>Get the form error message.</p> </div> <div class="tags"> <h4>Return Value</h4> <table class="table table-condensed"> <tr> <td> string</td> <td></td> </tr> </table> </div> </div> </div> <div class="method-item"> <h3 id="method_getForm"> <div class="location">in <a href="../../../Thelia/Form/BaseForm.html#method_getForm"><abbr title="Thelia\Form\BaseForm">BaseForm</abbr></a> at line 345</div> <code> <abbr title="Symfony\Component\Form\Form">Form</abbr> <strong>getForm</strong>()</code> </h3> <div class="details"> <div class="tags"> <h4>Return Value</h4> <table class="table table-condensed"> <tr> <td> <abbr title="Symfony\Component\Form\Form">Form</abbr></td> <td></td> </tr> </table> </div> </div> </div> <div class="method-item"> <h3 id="method_hasContainer"> <div class="location">in <a href="../../../Thelia/Form/BaseForm.html#method_hasContainer"><abbr title="Thelia\Form\BaseForm">BaseForm</abbr></a> at line 353</div> <code> bool <strong>hasContainer</strong>()</code> </h3> <div class="details"> <div class="tags"> <h4>Return Value</h4> <table class="table table-condensed"> <tr> <td> bool</td> <td></td> </tr> </table> </div> </div> </div> <div class="method-item"> <h3 id="method_getName"> <div class="location">at line 25</div> <code> string <strong>getName</strong>()</code> </h3> <div class="details"> <div class="tags"> <h4>Return Value</h4> <table class="table table-condensed"> <tr> <td> string</td> <td>the name of you form. This name must be unique</td> </tr> </table> </div> </div> </div> </div> </div> <div id="footer"> Generated by <a href="http://sami.sensiolabs.org/">Sami, the API Documentation Generator</a>. </div> </div> </div> </body> </html>
test/fixtures/simple.html
bgw/grunt-hogan-static
{{title}} {{body}}
lib/EMBOSS-6.6.0/jemboss/api/org/emboss/jemboss/gui/form/TextFieldInt.WholeNumberDocument.html
lauringlab/CodonShuffle
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN""http://www.w3.org/TR/REC-html40/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc on Wed Jun 04 17:23:04 BST 2003 --> <TITLE> TextFieldInt.WholeNumberDocument (Jemboss API) </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> </HEAD> <SCRIPT> function asd() { parent.document.title="TextFieldInt.WholeNumberDocument (Jemboss API)"; } </SCRIPT> <BODY BGCOLOR="white" onload="asd();"> <!-- ========== START OF NAVBAR ========== --> <A NAME="navbar_top"><!-- --></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"> <TR> <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3"> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#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="../../../../../org/emboss/jemboss/gui/form/TextFieldInt.html"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../../org/emboss/jemboss/gui/form/TextFieldSink.html"><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="TextFieldInt.WholeNumberDocument.html" TARGET="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp; <SCRIPT> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html" TARGET=""><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html" TARGET=""><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_javax.swing.text.AbstractDocument">NESTED</A>&nbsp;|&nbsp;<A HREF="#fields_inherited_from_class_javax.swing.text.PlainDocument">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> <!-- =========== END OF NAVBAR =========== --> <HR> <!-- ======== START OF CLASS DATA ======== --> <H2> <FONT SIZE="-1"> org.emboss.jemboss.gui.form</FONT> <BR> Class TextFieldInt.WholeNumberDocument</H2> <PRE> java.lang.Object | +--javax.swing.text.AbstractDocument | +--javax.swing.text.PlainDocument | +--<B>org.emboss.jemboss.gui.form.TextFieldInt.WholeNumberDocument</B> </PRE> <DL> <DT><B>All Implemented Interfaces:</B> <DD>javax.swing.text.Document, java.io.Serializable</DD> </DL> <DL> <DT><B>Enclosing class:</B><DD><A HREF="../../../../../org/emboss/jemboss/gui/form/TextFieldInt.html">TextFieldInt</A></DD> </DL> <HR> <DL> <DT>protected class <B>TextFieldInt.WholeNumberDocument</B><DT>extends javax.swing.text.PlainDocument</DL> <P> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../../serialized-form.html" TARGET="org.emboss.jemboss.gui.form.TextFieldInt.WholeNumberDocument">Serialized Form</A></DL> <HR> <P> <!-- ======== NESTED CLASS SUMMARY ======== --> <A NAME="nested_class_summary"><!-- --></A> <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> <B>Nested Class Summary</B></FONT></TD> </TR> </TABLE> &nbsp;<A NAME="nested_classes_inherited_from_class_javax.swing.text.AbstractDocument"><!-- --></A> <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TD><B>Nested classes inherited from class javax.swing.text.AbstractDocument</B></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE>javax.swing.text.AbstractDocument.AbstractElement, javax.swing.text.AbstractDocument.AttributeContext, javax.swing.text.AbstractDocument.BranchElement, javax.swing.text.AbstractDocument.Content, javax.swing.text.AbstractDocument.DefaultDocumentEvent, javax.swing.text.AbstractDocument.ElementEdit, javax.swing.text.AbstractDocument.LeafElement</CODE></TD> </TR> </TABLE> &nbsp; <!-- =========== FIELD SUMMARY =========== --> <A NAME="field_summary"><!-- --></A> <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"> <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_javax.swing.text.PlainDocument"><!-- --></A> <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TD><B>Fields inherited from class javax.swing.text.PlainDocument</B></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE>lineLimitAttribute, tabSizeAttribute</CODE></TD> </TR> </TABLE> &nbsp;<A NAME="fields_inherited_from_class_javax.swing.text.AbstractDocument"><!-- --></A> <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TD><B>Fields inherited from class javax.swing.text.AbstractDocument</B></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE>BAD_LOCATION, BidiElementName, ContentElementName, ElementNameAttribute, listenerList, ParagraphElementName, SectionElementName</CODE></TD> </TR> </TABLE> &nbsp;<A NAME="fields_inherited_from_class_javax.swing.text.Document"><!-- --></A> <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TD><B>Fields inherited from interface javax.swing.text.Document</B></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE>StreamDescriptionProperty, TitleProperty</CODE></TD> </TR> </TABLE> &nbsp; <!-- ======== CONSTRUCTOR SUMMARY ======== --> <A NAME="constructor_summary"><!-- --></A> <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> <B>Constructor Summary</B></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected </CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/emboss/jemboss/gui/form/TextFieldInt.WholeNumberDocument.html#TextFieldInt.WholeNumberDocument()">TextFieldInt.WholeNumberDocument</A></B>()</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" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"> <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/emboss/jemboss/gui/form/TextFieldInt.WholeNumberDocument.html#insertString(int, java.lang.String, javax.swing.text.AttributeSet)">insertString</A></B>(int&nbsp;offs, java.lang.String&nbsp;str, javax.swing.text.AttributeSet&nbsp;a)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_javax.swing.text.PlainDocument"><!-- --></A> <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TD><B>Methods inherited from class javax.swing.text.PlainDocument</B></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE>createDefaultRoot, getDefaultRootElement, getParagraphElement, insertUpdate, removeUpdate</CODE></TD> </TR> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_javax.swing.text.AbstractDocument"><!-- --></A> <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TD><B>Methods inherited from class javax.swing.text.AbstractDocument</B></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE>addDocumentListener, addUndoableEditListener, createBranchElement, createLeafElement, createPosition, dump, fireChangedUpdate, fireInsertUpdate, fireRemoveUpdate, fireUndoableEditUpdate, getAsynchronousLoadPriority, getAttributeContext, getBidiRootElement, getContent, getCurrentWriter, getDocumentFilter, getDocumentListeners, getDocumentProperties, getEndPosition, getLength, getListeners, getProperty, getRootElements, getStartPosition, getText, getText, getUndoableEditListeners, postRemoveUpdate, putProperty, readLock, readUnlock, remove, removeDocumentListener, removeUndoableEditListener, render, replace, setAsynchronousLoadPriority, setDocumentFilter, setDocumentProperties, writeLock, writeUnlock</CODE></TD> </TR> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"> <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" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=1><FONT SIZE="+2"> <B>Constructor Detail</B></FONT></TD> </TR> </TABLE> <A NAME="TextFieldInt.WholeNumberDocument()"><!-- --></A><H3> TextFieldInt.WholeNumberDocument</H3> <PRE> protected <B>TextFieldInt.WholeNumberDocument</B>()</PRE> <DL> </DL> <!-- ============ METHOD DETAIL ========== --> <A NAME="method_detail"><!-- --></A> <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=1><FONT SIZE="+2"> <B>Method Detail</B></FONT></TD> </TR> </TABLE> <A NAME="insertString(int, java.lang.String, javax.swing.text.AttributeSet)"><!-- --></A><H3> insertString</H3> <PRE> public void <B>insertString</B>(int&nbsp;offs, java.lang.String&nbsp;str, javax.swing.text.AttributeSet&nbsp;a) throws javax.swing.text.BadLocationException</PRE> <DL> <DD><DL> <DT><B>Specified by:</B><DD><CODE>insertString</CODE> in interface <CODE>javax.swing.text.Document</CODE><DT><B>Overrides:</B><DD><CODE>insertString</CODE> in class <CODE>javax.swing.text.PlainDocument</CODE></DL> </DD> <DD><DL> <DD><CODE>javax.swing.text.BadLocationException</CODE></DL> </DD> </DL> <!-- ========= END OF CLASS DATA ========= --> <HR> <!-- ========== START OF NAVBAR ========== --> <A NAME="navbar_bottom"><!-- --></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"> <TR> <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3"> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#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="../../../../../org/emboss/jemboss/gui/form/TextFieldInt.html"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../../org/emboss/jemboss/gui/form/TextFieldSink.html"><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="TextFieldInt.WholeNumberDocument.html" TARGET="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp; <SCRIPT> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html" TARGET=""><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html" TARGET=""><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_javax.swing.text.AbstractDocument">NESTED</A>&nbsp;|&nbsp;<A HREF="#fields_inherited_from_class_javax.swing.text.PlainDocument">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> <!-- =========== END OF NAVBAR =========== --> <HR> </BODY> </HTML>
resources/apache-jena/javadoc-arq/com/hp/hpl/jena/sparql/expr/class-use/RegexXerces.html
vuk/Clojure-Movies
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_25) on Thu Sep 12 10:52:57 BST 2013 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>Uses of Class com.hp.hpl.jena.sparql.expr.RegexXerces (Apache Jena ARQ)</title> <meta name="date" content="2013-09-12"> <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class com.hp.hpl.jena.sparql.expr.RegexXerces (Apache Jena ARQ)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../com/hp/hpl/jena/sparql/expr/RegexXerces.html" title="class in com.hp.hpl.jena.sparql.expr">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?com/hp/hpl/jena/sparql/expr/class-use/RegexXerces.html" target="_top">Frames</a></li> <li><a href="RegexXerces.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class com.hp.hpl.jena.sparql.expr.RegexXerces" class="title">Uses of Class<br>com.hp.hpl.jena.sparql.expr.RegexXerces</h2> </div> <div class="classUseContainer">No usage of com.hp.hpl.jena.sparql.expr.RegexXerces</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../com/hp/hpl/jena/sparql/expr/RegexXerces.html" title="class in com.hp.hpl.jena.sparql.expr">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?com/hp/hpl/jena/sparql/expr/class-use/RegexXerces.html" target="_top">Frames</a></li> <li><a href="RegexXerces.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Licenced under the Apache License, Version 2.0</small></p> </body> </html>
bundle.apache.derby/db-derby-10.8.3.0-bin/docs/html/pt_BR/adminguide/radminlog800279.html
acshea/edgware
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang="pt-br" xml:lang="pt-br"> <!-- 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. --> <head> <meta content="text/html; charset=utf-8" http-equiv="Content-Type" /> <meta name="copyright" content="(C) Copyright 2005" /> <meta name="DC.rights.owner" content="(C) Copyright 2005" /> <meta content="public" name="security" /> <meta content="index,follow" name="Robots" /> <meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' /> <meta content="reference" name="DC.Type" /> <meta name="DC.Title" content="Exemplo de mover o log manualmente" /> <meta scheme="URI" name="DC.Relation" content="cadminlog98.html" /> <meta scheme="URI" name="DC.Relation" content="tadminlog800206.html" /> <meta scheme="URI" name="DC.Relation" content="radminlog800241.html" /> <meta scheme="URI" name="DC.Relation" content="cadminlog800315.html" /> <meta content="XHTML" name="DC.Format" /> <meta content="radminlog800279" name="DC.Identifier" /> <meta content="pt-br" name="DC.Language" /> <link href="commonltr.css" type="text/css" rel="stylesheet" /> <title>Exemplo de mover o log manualmente</title> </head> <body id="radminlog800279"><a name="radminlog800279"><!-- --></a> <h1 class="topictitle1">Exemplo de mover o log manualmente</h1> <div> <div class="section"> <p>Caso se deseje mover o <em>log</em> para <span class="filepath">g:/discogrande/logTurismo</span>, o mesmo deverá ser movido utilizando comandos do sistema operacional:</p> </div> <div class="example"> <pre><strong>move h:\janets\logTurismo\log\*.* g:\discogrande\logTurismo\log</strong></pre> </div> <div class="section"> <p>Em seguida, a entrada <em>logDevice</em> no arquivo <em>service.properties</em> deverá ser alterada para ficar com a seguinte forma:</p> </div> <div class="example"> <pre>logDevice=g:/discogrande/logTurismo</pre> </div> <div class="section"> <div class="note"><span class="notetitle">Nota: </span>Pode ser usado tanto uma barra inclinada para frente quanto duas contrabarras como separador do caminho.</div> </div> <div class="section"> <p>Se posteriormente for desejado mover o <em>log</em> de volta para o local padrão (neste caso <span class="filepath">d:\meusbancos\bancoTurismo\log</span>), o diretório de <em>log</em> deverá ser movido manualmente da seguinte maneira:</p> </div> <div class="example"> <pre><strong>move g:\discogrande\logTurismo\log\*.* d:\meusbancos\bancoTurismo\log</strong></pre> </div> <div class="section"> <p>Em seguida, a entrada <em>logDevice</em> no arquivo <em>service.properties</em> deverá ser removida.</p> </div> <div class="section"> <div class="note"><span class="notetitle">Nota: </span>Este exemplo utiliza comandos específicos do sistema operacional Windows. Deverão ser empregados os comandos apropriados do sistema operacional utilizado, para copiar o diretório e todo o seu conteúdo para um novo local.</div> </div> </div> <div> <div class="familylinks"> <div class="parentlink"><strong>Tópico pai:</strong> <a href="cadminlog98.html" title="Pode ser melhorado o desempenho de bancos de dados grandes com muitas atualizações colocando o log do banco de dados em uma unidade separada, o que reduz a contenção de E/S.">Arquivo de log em uma unidade separada</a></div> </div> <div class="relconcepts"><strong>Conceitos relacionados</strong><br /> <div><a href="cadminlog800315.html" title="">Questões relativas ao log em um local diferente do padrão</a></div> </div> <div class="reltasks"><strong>Tarefas relacionadas</strong><br /> <div><a href="tadminlog800206.html" title="Para especificar um local diferente do padrão para o diretório de log, deve ser definido o atributo logDevice na URL de conexão com o banco de dados ao criar o banco de dados.">Utilização do atributo logDevice</a></div> </div> <div class="relref"><strong>Referências relacionadas</strong><br /> <div><a href="radminlog800241.html" title="">Exemplo de criação do log em um local diferente do padrão</a></div> </div> </div> </body> </html>
model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/api/input/base2.css
sguan-actuate/birt
*.Code { display: block; text-align: left; text-indent: 0.00pt; margin-top: 0.000000pt; margin-bottom: 0.000000pt; margin-right: 0.000000pt; margin-left: 15pt; font-size: 10.000000pt; font-weight: medium; font-style: Regular; color: #4444CC; text-decoration: none; vertical-align: baseline; text-transform: none; font-family: "Courier New"; }
engine/uk.co.spudsoft.birt.emitters.excel/doc/uk/co/spudsoft/birt/emitters/excel/class-use/StyleManagerHUtils.html
Charling-Huang/birt
<!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_09) on Fri Mar 15 22:09:10 GMT 2013 --> <title>Uses of Class uk.co.spudsoft.birt.emitters.excel.StyleManagerHUtils</title> <meta name="date" content="2013-03-15"> <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class uk.co.spudsoft.birt.emitters.excel.StyleManagerHUtils"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../uk/co/spudsoft/birt/emitters/excel/StyleManagerHUtils.html" title="class in uk.co.spudsoft.birt.emitters.excel">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?uk/co/spudsoft/birt/emitters/excel/class-use/StyleManagerHUtils.html" target="_top">Frames</a></li> <li><a href="StyleManagerHUtils.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class uk.co.spudsoft.birt.emitters.excel.StyleManagerHUtils" class="title">Uses of Class<br>uk.co.spudsoft.birt.emitters.excel.StyleManagerHUtils</h2> </div> <div class="classUseContainer">No usage of uk.co.spudsoft.birt.emitters.excel.StyleManagerHUtils</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../uk/co/spudsoft/birt/emitters/excel/StyleManagerHUtils.html" title="class in uk.co.spudsoft.birt.emitters.excel">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?uk/co/spudsoft/birt/emitters/excel/class-use/StyleManagerHUtils.html" target="_top">Frames</a></li> <li><a href="StyleManagerHUtils.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
toolchains/gcc-linaro-7.3.1-2018.05-x86_64_arm-linux-gnueabihf/share/doc/gdb/gdb/Event-Designators.html
BPI-SINOVOIP/BPI-Mainline-kernel
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <!-- Copyright (C) 1988-2018 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." --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <head> <title>Debugging with GDB: Event Designators</title> <meta name="description" content="Debugging with GDB: Event Designators"> <meta name="keywords" content="Debugging with GDB: Event Designators"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <link href="index.html#Top" rel="start" title="Top"> <link href="Concept-Index.html#Concept-Index" rel="index" title="Concept Index"> <link href="index.html#SEC_Contents" rel="contents" title="Table of Contents"> <link href="History-Interaction.html#History-Interaction" rel="up" title="History Interaction"> <link href="Word-Designators.html#Word-Designators" rel="next" title="Word Designators"> <link href="History-Interaction.html#History-Interaction" rel="prev" title="History Interaction"> <style type="text/css"> <!-- a.summary-letter {text-decoration: none} blockquote.smallquotation {font-size: smaller} div.display {margin-left: 3.2em} div.example {margin-left: 3.2em} div.indentedblock {margin-left: 3.2em} div.lisp {margin-left: 3.2em} div.smalldisplay {margin-left: 3.2em} div.smallexample {margin-left: 3.2em} div.smallindentedblock {margin-left: 3.2em; font-size: smaller} div.smalllisp {margin-left: 3.2em} kbd {font-style:oblique} pre.display {font-family: inherit} pre.format {font-family: inherit} pre.menu-comment {font-family: serif} pre.menu-preformatted {font-family: serif} pre.smalldisplay {font-family: inherit; font-size: smaller} pre.smallexample {font-size: smaller} pre.smallformat {font-family: inherit; font-size: smaller} pre.smalllisp {font-size: smaller} span.nocodebreak {white-space:nowrap} span.nolinebreak {white-space:nowrap} span.roman {font-family:serif; font-weight:normal} span.sansserif {font-family:sans-serif; font-weight:normal} ul.no-bullet {list-style: none} --> </style> </head> <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000"> <a name="Event-Designators"></a> <div class="header"> <p> Next: <a href="Word-Designators.html#Word-Designators" accesskey="n" rel="next">Word Designators</a>, Up: <a href="History-Interaction.html#History-Interaction" accesskey="u" rel="up">History Interaction</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Concept-Index.html#Concept-Index" title="Index" rel="index">Index</a>]</p> </div> <hr> <a name="Event-Designators-1"></a> <h4 class="subsection">33.1.1 Event Designators</h4> <a name="index-event-designators"></a> <p>An event designator is a reference to a command line entry in the history list. Unless the reference is absolute, events are relative to the current position in the history list. <a name="index-history-events"></a> </p> <dl compact="compact"> <dt><code>!</code></dt> <dd><p>Start a history substitution, except when followed by a space, tab, the end of the line, or &lsquo;<samp>=</samp>&rsquo;. </p> </dd> <dt><code>!<var>n</var></code></dt> <dd><p>Refer to command line <var>n</var>. </p> </dd> <dt><code>!-<var>n</var></code></dt> <dd><p>Refer to the command <var>n</var> lines back. </p> </dd> <dt><code>!!</code></dt> <dd><p>Refer to the previous command. This is a synonym for &lsquo;<samp>!-1</samp>&rsquo;. </p> </dd> <dt><code>!<var>string</var></code></dt> <dd><p>Refer to the most recent command preceding the current position in the history list starting with <var>string</var>. </p> </dd> <dt><code>!?<var>string</var>[?]</code></dt> <dd><p>Refer to the most recent command preceding the current position in the history list containing <var>string</var>. The trailing &lsquo;<samp>?</samp>&rsquo; may be omitted if the <var>string</var> is followed immediately by a newline. </p> </dd> <dt><code>^<var>string1</var>^<var>string2</var>^</code></dt> <dd><p>Quick Substitution. Repeat the last command, replacing <var>string1</var> with <var>string2</var>. Equivalent to <code>!!:s/<var>string1</var>/<var>string2</var>/</code>. </p> </dd> <dt><code>!#</code></dt> <dd><p>The entire command line typed so far. </p> </dd> </dl> </body> </html>
libraries/jssor-slider/skin/thumbnail-02.source.html
AshishNaik021/iimisac-d8
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Thumbnail Navigator Skin 02 - Jssor Slider, Carousel, Slideshow with Javascript Source Code</title> </head> <body style="padding: 0; margin: 0; font-family:Arial, Verdana;background-color:#fff;"> <script type="text/javascript" src="../js/jssor.slider.min.js"></script> <script> init_jssor_slider1 = function (containerId) { var options = { $AutoPlay: false, //[Optional] Whether to auto play, to enable slideshow, this option must be set to true, default value is false $SlideDuration: 500, //[Optional] Specifies default duration (swipe) for slide in milliseconds, default value is 500 $ThumbnailNavigatorOptions: { //[Optional] Options to specify and enable thumbnail navigator or not $Class: $JssorThumbnailNavigator$, //[Required] Class to create thumbnail navigator instance $ChanceToShow: 2, //[Required] 0 Never, 1 Mouse Over, 2 Always $Rows: 2, //[Optional] Specify lanes to arrange thumbnails, default value is 1 $SpacingX: 14, //[Optional] Horizontal space between each thumbnail in pixel, default value is 0 $SpacingY: 12, //[Optional] Vertical space between each thumbnail in pixel, default value is 0 $Cols: 6, //[Optional] Number of pieces to display, default value is 1 $ParkingPosition: 156, //[Optional] The offset position to park thumbnail $Orientation: 2 //[Optional] Orientation to arrange thumbnails, 1 horizental, 2 vertical, default value is 1 } }; var jssor_slider1 = new $JssorSlider$(containerId, options); }; </script> <!--#region Jssor Slider Begin --> <!-- To move inline styles to css file/block, please specify a class name for each element. --> <div id="slider1_container" style="position: relative; padding: 0px; margin: 0 auto; top: 0px; left: 0px; width: 960px; height: 480px; background: #24262e;"> <!-- Loading Screen --> <div u="loading" style="position: absolute; top: 0px; left: 0px;"> <div style="filter: alpha(opacity=70); opacity:0.7; position: absolute; display: block; background-color: #000000; top: 0px; left: 0px;width: 100%;height:100%;"> </div> <div style="position: absolute; display: block; background: url(../img/loading.gif) no-repeat center center; top: 0px; left: 0px;width: 100%;height:100%;"> </div> </div> <!-- Slides Container --> <div u="slides" style="cursor: move; position: absolute; left: 240px; top: 0px; width: 720px; height: 480px; overflow: hidden;"> <div> <img u="image" src="../img/travel/01.jpg" /> <img u="thumb" src="../img/travel/thumb-01.jpg" /> </div> <div> <img u="image" src="../img/travel/02.jpg" /> <img u="thumb" src="../img/travel/thumb-02.jpg" /> </div> <div> <img u="image" src="../img/travel/03.jpg" /> <img u="thumb" src="../img/travel/thumb-03.jpg" /> </div> <div> <img u="image" src="../img/travel/04.jpg" /> <img u="thumb" src="../img/travel/thumb-04.jpg" /> </div> <div> <img u="image" src="../img/travel/05.jpg" /> <img u="thumb" src="../img/travel/thumb-05.jpg" /> </div> <div> <img u="image" src="../img/travel/06.jpg" /> <img u="thumb" src="../img/travel/thumb-06.jpg" /> </div> <div> <img u="image" src="../img/travel/07.jpg" /> <img u="thumb" src="../img/travel/thumb-07.jpg" /> </div> <div> <img u="image" src="../img/travel/08.jpg" /> <img u="thumb" src="../img/travel/thumb-08.jpg" /> </div> <div> <img u="image" src="../img/travel/09.jpg" /> <img u="thumb" src="../img/travel/thumb-09.jpg" /> </div> <div> <img u="image" src="../img/travel/10.jpg" /> <img u="thumb" src="../img/travel/thumb-10.jpg" /> </div> <div> <img u="image" src="../img/travel/11.jpg" /> <img u="thumb" src="../img/travel/thumb-11.jpg" /> </div> <div> <img u="image" src="../img/travel/12.jpg" /> <img u="thumb" src="../img/travel/thumb-12.jpg" /> </div> <div> <img u="image" src="../img/travel/13.jpg" /> <img u="thumb" src="../img/travel/thumb-13.jpg" /> </div> <div> <img u="image" src="../img/travel/14.jpg" /> <img u="thumb" src="../img/travel/thumb-14.jpg" /> </div> </div> <!--#region Thumbnail Navigator Skin Begin --> <!-- Help: http://www.jssor.com/development/slider-with-thumbnail-navigator-jquery.html --> <style> /* jssor slider thumbnail navigator skin 02 css */ /* .jssort02 .p (normal) .jssort02 .p:hover (normal mouseover) .jssort02 .p.pav (active) .jssort02 .p.pdn (mousedown) */ .jssort02 { position: absolute; /* size of thumbnail navigator container */ width: 240px; height: 480px; } .jssort02 .p { position: absolute; top: 0; left: 0; width: 99px; height: 66px; } .jssort02 .t { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; } .jssort02 .w { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; } .jssort02 .c { position: absolute; top: 0px; left: 0px; width: 95px; height: 62px; border: #000 2px solid; box-sizing: content-box; background: url(../img/t01.png) -800px -800px no-repeat; _background: none; } .jssort02 .pav .c { top: 2px; _top: 0px; left: 2px; _left: 0px; width: 95px; height: 62px; border: #000 0px solid; _border: #fff 2px solid; background-position: 50% 50%; } .jssort02 .p:hover .c { top: 0px; left: 0px; width: 97px; height: 64px; border: #fff 1px solid; background-position: 50% 50%; } .jssort02 .p.pdn .c { background-position: 50% 50%; width: 95px; height: 62px; border: #000 2px solid; } * html .jssort02 .c, * html .jssort02 .pdn .c, * html .jssort02 .pav .c { /* ie quirks mode adjust */ width /**/: 99px; height /**/: 66px; } </style> <!-- thumbnail navigator container --> <div u="thumbnavigator" class="jssort02" style="left: 0px; bottom: 0px;"> <!-- Thumbnail Item Skin Begin --> <div u="slides" style="cursor: default;"> <div u="prototype" class="p"> <div class=w><div u="thumbnailtemplate" class="t"></div></div> <div class=c></div> </div> </div> <!-- Thumbnail Item Skin End --> </div> <!--#endregion Thumbnail Navigator Skin End --> <a style="display: none" href="http://www.jssor.com">Image Slider</a> <!-- Trigger --> <script> init_jssor_slider1("slider1_container"); </script> </div> <!--#endregion Jssor Slider End --> </body> </html>
varia/syntax/chat/Modern Bubbling (Compact)/Contents/Resources/Variants/Alternative Glass (Glass & Lime).css
vogel/kadu
@import url("../main.css"); @import url("../styles/alternative/_default.css"); @import url("../styles/alternative/_glass.css"); @import url("../styles/alternative/glass-out-glass.css"); @import url("../styles/alternative/glass-in-lime.css");
sites/all/modules/plugin_manager/plugin_manager_search.css
front/3-16
#edit-sinput-wrapper label { display:inline; } .search_hidden { display:none; } #edit-tag-button.selected,#edit-letter-button.selected,#edit-search-button.selected { border-width: 2px; disabled: true; } #edit-sinput-wrapper { margin: 0px; } #install_queue { position:absolute; z-index:10; background-color:white; margin-top:-10px; } #which { white-space:nowrap; } #which td { padding:5px; }
work/berkeley-db/docs/api_reference/STL/stldb_multisetoperator_ueq.html
joglomedia/masedi.net
<?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>operator!=</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++ Standard Template Library API Reference" /> <link rel="up" href="db_multiset.html" title="Chapter 8.  Db_multiset" /> <link rel="prev" href="stldb_multisetoperator_eq.html" title="operator==" /> <link rel="next" href="dbstl_iterators.html" title="Chapter 9.  Dbstl Iterator Classes" /> </head> <body> <div class="navheader"> <table width="100%" summary="Navigation header"> <tr> <th colspan="3" align="center">operator!=</th> </tr> <tr> <td width="20%" align="left"><a accesskey="p" href="stldb_multisetoperator_eq.html">Prev</a> </td> <th width="60%" align="center">Chapter 8.  Db_multiset </th> <td width="20%" align="right"> <a accesskey="n" href="dbstl_iterators.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="stldb_multisetoperator_ueq"></a>operator!=</h2> </div> </div> </div> <div class="sect2" lang="en" xml:lang="en"> <div class="titlepage"> <div> <div> <h3 class="title"><a id="stldb_multisetoperator_ueq_details"></a>Function Details</h3> </div> </div> </div> <pre class="programlisting"> bool operator!=(const self &amp;m2) const </pre> <p>Inequality comparison operator. </p> </div> <div class="sect2" lang="en" xml:lang="en"> <div class="titlepage"> <div> <div> <h3 class="title"><a id="id3396890"></a>Class</h3> </div> </div> </div> <p> <a class="link" href="db_multiset.html" title="Chapter 8.  Db_multiset">db_multiset</a> </p> </div> </div> <div class="navfooter"> <hr /> <table width="100%" summary="Navigation footer"> <tr> <td width="40%" align="left"><a accesskey="p" href="stldb_multisetoperator_eq.html">Prev</a> </td> <td width="20%" align="center"> <a accesskey="u" href="db_multiset.html">Up</a> </td> <td width="40%" align="right"> <a accesskey="n" href="dbstl_iterators.html">Next</a></td> </tr> <tr> <td width="40%" align="left" valign="top">operator== </td> <td width="20%" align="center"> <a accesskey="h" href="index.html">Home</a> </td> <td width="40%" align="right" valign="top"> Chapter 9.  Dbstl Iterator Classes </td> </tr> </table> </div> </body> </html>
libraries/gantry/css/grid-12.css
worldwideinterweb/joomla-173
/** * @version 3.2.12 October 30, 2011 * @author RocketTheme http://www.rockettheme.com * @copyright Copyright (C) 2007 - 2011 RocketTheme, LLC * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only */ /* 12 Grid */ .rt-grid-1, .rt-grid-2, .rt-grid-3, .rt-grid-4, .rt-grid-5, .rt-grid-6, .rt-grid-7, .rt-grid-8, .rt-grid-9, .rt-grid-10, .rt-grid-11, .rt-grid-12 {display: inline;float: left;position: relative;margin-left: 10px;margin-right: 10px;} .rt-container .rt-grid-1 {width: 60px;} .rt-container .rt-grid-2 {width: 140px;} .rt-container .rt-grid-3 {width: 220px;} .rt-container .rt-grid-4 {width: 300px;} .rt-container .rt-grid-5 {width: 380px;} .rt-container .rt-grid-6 {width: 460px;} .rt-container .rt-grid-7 {width: 540px;} .rt-container .rt-grid-8 {width: 620px;} .rt-container .rt-grid-9 {width: 700px;} .rt-container .rt-grid-10 {width: 780px;} .rt-container .rt-grid-11 {width: 860px;} .rt-container .rt-grid-12 {width: 940px;} /* Grid Push */ .rt-container .rt-push-1 {left: 80px;} .rt-container .rt-push-2 {left: 160px;} .rt-container .rt-push-3 {left: 240px;} .rt-container .rt-push-4 {left: 320px;} .rt-container .rt-push-5 {left: 400px;} .rt-container .rt-push-6 {left: 480px;} .rt-container .rt-push-7 {left: 560px;} .rt-container .rt-push-8 {left: 640px;} .rt-container .rt-push-9 {left: 720px;} .rt-container .rt-push-10 {left: 800px;} .rt-container .rt-push-11 {left: 880px;} /* Grid Pull */ .rt-container .rt-pull-1 {left: -80px;} .rt-container .rt-pull-2 {left: -160px;} .rt-container .rt-pull-3 {left: -240px;} .rt-container .rt-pull-4 {left: -320px;} .rt-container .rt-pull-5 {left: -400px;} .rt-container .rt-pull-6 {left: -480px;} .rt-container .rt-pull-7 {left: -560px;} .rt-container .rt-pull-8 {left: -640px;} .rt-container .rt-pull-9 {left: -720px;} .rt-container .rt-pull-10 {left: -800px;} .rt-container .rt-pull-11 {left: -880px;} /* Prefix for left nudging */ .rt-container .rt-prefix-1 {padding-left:80px;} .rt-container .rt-prefix-2 {padding-left:160px;} .rt-container .rt-prefix-3 {padding-left:240px;} .rt-container .rt-prefix-4 {padding-left:320px;} .rt-container .rt-prefix-5 {padding-left:400px;} .rt-container .rt-prefix-6 {padding-left:480px;} .rt-container .rt-prefix-7 {padding-left:560px;} .rt-container .rt-prefix-8 {padding-left:640px;} .rt-container .rt-prefix-9 {padding-left:720px;} .rt-container .rt-prefix-10 {padding-left:800px;} .rt-container .rt-prefix-11 {padding-left:880px;} /* Extras */ .left-1, .right-1 {width: 30px;} .left-2, .right-2 {width: 110px;} .left-3, .right-3 {width: 190px;} .left-4, .right-4 {width: 270px;} .left-5, .right-5 {width: 350px;} .left-6, .right-6 {width: 430px;} .left-7, .right-7 {width: 510px;} .left-8, .right-8 {width: 590px;} .left-9, .right-9 {width: 670px;} .left-10, .right-10 {width: 750px;} .left-11, .right-11 {width: 830px;}
moonlight/www/css/index.css
JesseScott/moonlight
body { -webkit-touch-callout: none; -webkit-text-size-adjust: none; -webkit-user-select: none; background-color:#000000; background-attachment:fixed; font-family:'HelveticaNeue-Light', 'HelveticaNeue', Helvetica, Arial, sans-serif; font-size:12px; height:100%; margin:0px; padding:0px; text-transform:uppercase; width:100%; } /* INFO */ .title { position:absolute; margin:0px; width:60%; left:10%; top:20%; animation:fade2 10000ms infinite; -webkit-animation:fade2 10000ms infinite; } .subtitle { position:absolute; margin:0px; width:80%; left:10%; top:30%; animation:fade2 10000ms infinite; -webkit-animation:fade2 10000ms infinite; } /* LINKS */ a { text-decoration: none; color: #E4E4E4; } /* PARAGRAPHS */ p { text-decoration: none; text-align:left; color: #505050; font-size:16px; font-weight:normal; margin:0px; overflow:visible; padding:0px; } .data { color: #E4E4E4; } /* TABLE */ .dataTable { font: 16px helvetica, sans-serif; padding-left: 0px; padding-right: 15px; } /* TEXT */ h1 { color:#E4E4E4; font-size:36px; font-weight:normal; margin:0px; overflow:visible; padding:0px; text-align:left; } h2 { color:#E4E4E4; font-size:18px; font-weight:normal; margin:0px; overflow:visible; padding:0px; text-align:center; } /* ANIMATION */ @keyframes fade1 { from { opacity: 0.6; } 50% { opacity: 0.1; } to { opacity: 0.6; } } @-webkit-keyframes fade1 { from { opacity: 0.6; } 50% { opacity: 0.1; } to { opacity: 0.6; } } @keyframes fade2 { from { opacity: 0.9; } 50% { opacity: 0.5; } to { opacity: 0.9; } } @-webkit-keyframes fade2 { from { opacity: 0.9; } 50% { opacity: 0.5; } to { opacity: 0.9; } } .blink { animation:fade1 10000ms infinite; -webkit-animation:fade1 10000ms infinite; }
src/3rdparty/src/loki-0.1.6/doc/html/a00419.html
gregorynicholas/houdini-ocean-toolkit
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"> <title>Loki: Loki::Private::IsMemberFunctionPointerRaw&lt; T(S::*)(P01, P02,...) const volatile &gt; Struct Template 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.1-p1 --> <div class="tabs"> <ul> <li><a href="main.html"><span>Main&nbsp;Page</span></a></li> <li><a href="modules.html"><span>Modules</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li id="current"><a href="classes.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> <li> <form action="search.php" method="get"> <table cellspacing="0" cellpadding="0" border="0"> <tr> <td><label>&nbsp;<u>S</u>earch&nbsp;for&nbsp;</label></td> <td><input type="text" name="query" value="" size="20" accesskey="s"/></td> </tr> </table> </form> </li> </ul></div> <div class="tabs"> <ul> <li><a href="classes.html"><span>Alphabetical&nbsp;List</span></a></li> <li><a href="annotated.html"><span>Class&nbsp;List</span></a></li> <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li> </ul></div> <div class="nav"> <a class="el" href="a00608.html">Loki</a>::<a class="el" href="a00610.html">Private</a>::<a class="el" href="a00419.html">IsMemberFunctionPointerRaw&lt; T(S::*)(P01, P02,...) const volatile &gt;</a></div> <h1>Loki::Private::IsMemberFunctionPointerRaw&lt; T(S::*)(P01, P02,...) const volatile &gt; Struct Template Reference</h1><!-- doxytag: class="Loki::Private::IsMemberFunctionPointerRaw&lt; T(S::*)(P01, P02,...) const volatile &gt;" --><a href="a01425.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0"> <tr><td></td></tr> <tr><td colspan="2"><br><h2>Public Types</h2></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top">enum &nbsp;</td><td class="memItemRight" valign="bottom"></td></tr> </table> <hr><a name="_details"></a><h2>Detailed Description</h2> <h3>template&lt;typename T, typename S, typename P01, typename P02&gt;<br> struct Loki::Private::IsMemberFunctionPointerRaw&lt; T(S::*)(P01, P02,...) const volatile &gt;</h3> <p> <p> Definition at line <a class="el" href="a00684.html#l01854">1854</a> of file <a class="el" href="a00684.html">TypeTraits.h</a>.<hr>The documentation for this struct was generated from the following file:<ul> <li><a class="el" href="a00684.html">TypeTraits.h</a></ul> <hr size="1"><address style="align: right;"><small>Generated on Sun Feb 25 16:53:01 2007 for Loki by&nbsp; <a href="http://www.doxygen.org/index.html"> <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1-p1 </small></address> </body> </html>
toolchains/gcc-linaro-7.3.1-2018.05-x86_64_arm-linux-gnueabihf/share/doc/gdb/gdb/Guile-Printing-Module.html
BPI-SINOVOIP/BPI-Mainline-kernel
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <!-- Copyright (C) 1988-2018 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." --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <head> <title>Debugging with GDB: Guile Printing Module</title> <meta name="description" content="Debugging with GDB: Guile Printing Module"> <meta name="keywords" content="Debugging with GDB: Guile Printing Module"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <link href="index.html#Top" rel="start" title="Top"> <link href="Concept-Index.html#Concept-Index" rel="index" title="Concept Index"> <link href="index.html#SEC_Contents" rel="contents" title="Table of Contents"> <link href="Guile-Modules.html#Guile-Modules" rel="up" title="Guile Modules"> <link href="Guile-Types-Module.html#Guile-Types-Module" rel="next" title="Guile Types Module"> <link href="Guile-Modules.html#Guile-Modules" rel="prev" title="Guile Modules"> <style type="text/css"> <!-- a.summary-letter {text-decoration: none} blockquote.smallquotation {font-size: smaller} div.display {margin-left: 3.2em} div.example {margin-left: 3.2em} div.indentedblock {margin-left: 3.2em} div.lisp {margin-left: 3.2em} div.smalldisplay {margin-left: 3.2em} div.smallexample {margin-left: 3.2em} div.smallindentedblock {margin-left: 3.2em; font-size: smaller} div.smalllisp {margin-left: 3.2em} kbd {font-style:oblique} pre.display {font-family: inherit} pre.format {font-family: inherit} pre.menu-comment {font-family: serif} pre.menu-preformatted {font-family: serif} pre.smalldisplay {font-family: inherit; font-size: smaller} pre.smallexample {font-size: smaller} pre.smallformat {font-family: inherit; font-size: smaller} pre.smalllisp {font-size: smaller} span.nocodebreak {white-space:nowrap} span.nolinebreak {white-space:nowrap} span.roman {font-family:serif; font-weight:normal} span.sansserif {font-family:sans-serif; font-weight:normal} ul.no-bullet {list-style: none} --> </style> </head> <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000"> <a name="Guile-Printing-Module"></a> <div class="header"> <p> Next: <a href="Guile-Types-Module.html#Guile-Types-Module" accesskey="n" rel="next">Guile Types Module</a>, Up: <a href="Guile-Modules.html#Guile-Modules" accesskey="u" rel="up">Guile Modules</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Concept-Index.html#Concept-Index" title="Index" rel="index">Index</a>]</p> </div> <hr> <a name="Guile-Printing-Module-1"></a> <h4 class="subsubsection">23.3.5.1 Guile Printing Module</h4> <p>This module provides a collection of utilities for working with pretty-printers. </p> <p>Usage: </p> <div class="smallexample"> <pre class="smallexample">(use-modules (gdb printing)) </pre></div> <dl> <dt><a name="index-prepend_002dpretty_002dprinter_0021"></a>Scheme Procedure: <strong>prepend-pretty-printer!</strong> <em>object printer</em></dt> <dd><p>Add <var>printer</var> to the front of the list of pretty-printers for <var>object</var>. The <var>object</var> must either be a <code>&lt;gdb:objfile&gt;</code> object, or <code>#f</code> in which case <var>printer</var> is added to the global list of printers. </p></dd></dl> <dl> <dt><a name="index-append_002dpretty_002dprinter_0021"></a>Scheme Procecure: <strong>append-pretty-printer!</strong> <em>object printer</em></dt> <dd><p>Add <var>printer</var> to the end of the list of pretty-printers for <var>object</var>. The <var>object</var> must either be a <code>&lt;gdb:objfile&gt;</code> object, or <code>#f</code> in which case <var>printer</var> is added to the global list of printers. </p></dd></dl> </body> </html>
src/test/resources/pages/instructorFeedbackResultsPageRankGQRView.html
thenaesh/teammates
<div class="container" id="mainContent"> <div id="topOfPage"> </div> <h1> Session Results </h1> <br> <div class="well well-plain padding-0"> <div class="form-horizontal"> <div class="panel-heading"> <div class="row"> <div class="col-sm-5 col-lg-4"> <div class="form-group"> <label class="col-lg-4 control-label"> Course ID: </label> <div class="col-lg-8"> <p class="form-control-static"> FRankUiT.CS4221 </p> </div> </div> <div class="form-group"> <label class="col-lg-4 control-label"> Session: </label> <div class="col-lg-8"> <p class="form-control-static"> Instructor Session <a href="/page/instructorFeedbackEditPage?courseid=FRankUiT.CS4221&fsname=Instructor+Session&user=FRankUiT.instructor"> [Edit] </a> </p> </div> </div> </div> <div class="col-sm-7 col-lg-6"> <div class="form-group"> <label class="col-lg-4 control-label"> Session duration: </label> <div class="col-lg-8"> <p class="form-control-static"> Sun, 01 Apr 2012, 11:59 PM    <b> to </b>    Thu, 30 Apr 2026, 11:59 PM </p> </div> </div> <div class="form-group"> <label class="col-lg-4 control-label"> Results visible from: </label> <div class="col-lg-8"> <p class="form-control-static"> Tue, 01 May 2012, 11:59 PM </p> </div> </div> </div> <div class="col-sm-4 col-lg-2"> <div class="form-group"> <div class="col-md-12"> <form action="/page/instructorFeedbackResultsDownload" method="post"> <div id="feedbackDataButtons"> <input class="btn btn-primary btn-block" id="button_download" name="fruploaddownloadbtn" type="submit" value="Download Results"> </div> <input name="user" type="hidden" value="FRankUiT.instructor"> <input name="fsname" type="hidden" value="Instructor Session"> <input name="courseid" type="hidden" value="FRankUiT.CS4221"> <input name="sectionname" type="hidden" value="All"> <input id="statsShownCheckBox" name="frshowstats" type="hidden" value="false"> <input name="frindicatemissingresponses" type="hidden" value="false"> </form> <br> <div> <a class="btn btn-primary btn-block btn-tm-actions session-unpublish-for-test" data-fsname="Instructor Session" data-original-title="Make responses no longer visible" data-placement="top" data-sending-published-email="true" data-toggle="tooltip" href="/page/instructorFeedbackUnpublish?courseid=FRankUiT.CS4221&fsname=Instructor+Session&next=%2Fpage%2FinstructorFeedbacksPage&user=FRankUiT.instructor&token=${sessionToken}" title=""> Unpublish Results </a> </div> <br> <div> <button class="btn btn-primary btn-block" id="button-print" type="input"> Print View </button> </div> </div> </div> </div> </div> <div class="row"> <span class="help-block align-center"> Non-English characters not displayed properly in the downloaded file? <span class="btn-link" data-target="#fsResultsTableWindow" data-toggle="modal" id="btn-display-table"> Click here. </span> </span> </div> </div> </div> </div> <form id="csvToHtmlForm"> <input name="courseid" type="hidden" value="FRankUiT.CS4221"> <input name="fsname" type="hidden" value="Instructor Session"> <input name="user" type="hidden" value="FRankUiT.instructor"> <input name="frgroupbysection" type="hidden" value="All"> <input name="csvtohtmltable" type="hidden" value="true"> </form> <div class="modal fade align-center" id="fsResultsTableWindow"> <div class="modal-dialog modal-lg"> <div class="modal-content"> <div class="modal-header"> <span class="help-block" style="display:inline;"> Tips: After selecting the table, <kbd> Ctrl + C </kbd> to COPY and <kbd> Ctrl + V </kbd> to PASTE to your Excel Workbook. </span>       <button class="btn btn-default" data-dismiss="modal" type="button"> Close </button> <button class="btn btn-primary" id="btn-select-element-contents" type="button"> Select Table </button> </div> <div class="modal-body"> <div class="table-responsive"> <div id="fsModalTable"> </div> <br> <div id="ajaxStatus"> </div> </div> </div> <div class="modal-footer"> </div> </div> </div> </div> <form action="/page/instructorFeedbackResultsPage?courseid=FRankUiT.CS4221&fsname=Instructor+Session&user=FRankUiT.instructor" class="form-horizontal" method="post" role="form" style="margin-bottom: 35px"> <div class="panel panel-info margin-0"> <div class="panel-body"> <div class="row"> <div class="col-sm-12 col-md-5"> <div class="form-group"> <label class="col-sm-2 control-label" for="viewSelect"> View: </label> <div class="col-sm-10" data-original-title="View results in different formats" data-toggle="tooltip" title=""> <select class="form-control" id="viewSelect" name="frsorttype"> <option value="question"> Group by - Question </option> <option value="giver-recipient-question"> Group by - Giver &gt; Recipient &gt; Question </option> <option value="recipient-giver-question"> Group by - Recipient &gt; Giver &gt; Question </option> <option selected="" value="giver-question-recipient"> Group by - Giver &gt; Question &gt; Recipient </option> <option value="recipient-question-giver"> Group by - Recipient &gt; Question &gt; Giver </option> </select> </div> </div> </div> <div class="col-sm-10 pull-right col-md-offset-0 col-md-2 margin-bottom-15px"> <div data-original-title="Group results in the current view by team" data-toggle="tooltip" title=""> <div class="checkbox padding-top-0 min-height-0"> <label> <input class="checkbox-group-by-team" id="frgroupbyteam" name="frgroupbyteam" type="checkbox"> Group by Teams </label> </div> </div> <div data-original-title="Show statistics" data-toggle="tooltip" title=""> <div class="checkbox padding-top-0 min-height-0"> <label> <input id="show-stats-checkbox" name="frshowstats" type="checkbox"> Show Statistics </label> </div> </div> <div data-original-title="Indicate missing responses" data-toggle="tooltip" title=""> <div class="checkbox padding-top-0 min-height-0"> <input id="indicate-missing-responses-checkbox" name="frindicatemissingresponses" type="checkbox" value="true"> Indicate Missing Responses </div> </div> </div> </div> <div class="row"> <div class="col-sm-12 col-md-5" data-original-title="View results by sections" data-toggle="tooltip" title=""> <div class="form-group"> <label class="col-sm-2 control-label" for="sectionSelect"> Section: </label> <div class="col-sm-10"> <select class="form-control" id="sectionSelect" name="frgroupbysection"> <option selected="" value="All"> All </option> <option value="Section 1"> Section 1 </option> <option value="Section 2"> Section 2 </option> <option value="None"> No specific recipient </option> </select> </div> </div> </div> </div> </div> </div> <div class="pull-right" style="margin-top:50px"> <a class="btn btn-default btn-xs pull-right" data-original-title="Expand all panels. You can also click on the panel heading to toggle each one individually." data-toggle="tooltip" id="collapse-panels-button" title=""> Expand All Sections </a> </div> <input name="fsname" type="hidden" value="Instructor Session"> <input name="courseid" type="hidden" value="FRankUiT.CS4221"> <input name="user" type="hidden" value="FRankUiT.instructor"> </form> <br> <div id="statusMessagesToUser" style="display: none;"> </div> <br> <br> <div class="panel panel-success"> <div class="panel-heading ajax_auto" data-target="#panelBodyCollapse-section-0-1" id="panelHeading-section-0-1" style="cursor: pointer;"> <div class="row"> <div class="col-sm-9 panel-heading-text"> <strong> No specific recipient </strong> </div> <div class="col-sm-3"> <div class="pull-right"> <a class="btn btn-success btn-xs collapse" data-original-title="Collapse or expand all student panels. You can also click on the panel heading to toggle each one individually." data-toggle="tooltip" id="collapse-panels-button-section-0" title=""> Collapse Students </a>   <div class="display-icon" style="display:inline;"> <span class="glyphicon glyphicon-chevron-down"> </span> </div> </div> </div> </div> <form action="/page/instructorFeedbackResultsPage" class="seeMoreForm-0" id="seeMore-0" style="display:none;"> <input name="courseid" type="hidden" value="FRankUiT.CS4221"> <input name="fsname" type="hidden" value="Instructor Session"> <input name="frgroupbysection" type="hidden" value="None"> <input name="user" type="hidden" value="FRankUiT.instructor"> <input name="frgroupbyteam" type="hidden" value="null"> <input name="frsorttype" type="hidden" value="giver-question-recipient"> <input id="showStats-0" name="frshowstats" type="hidden" value="on"> <input name="frindicatemissingresponses" type="hidden" value="false"> <input id="mainIndex-0" name="frmainindex" type="hidden" value="-1"> </form> </div> <div class="panel-collapse collapse" id="panelBodyCollapse-section-0-1"> <div class="panel-body" id="sectionBody-0"> </div> </div> </div> <div class="panel panel-success"> <div class="panel-heading" data-target="#panelBodyCollapse-section-1-2" id="panelHeading-section-1-2" style="cursor: pointer;"> <div class="row"> <div class="col-sm-9 panel-heading-text"> <strong> Section 1 </strong> </div> <div class="col-sm-3"> <div class="pull-right"> <a class="btn btn-success btn-xs collapse" data-original-title="Collapse or expand all student panels. You can also click on the panel heading to toggle each one individually." data-toggle="tooltip" id="collapse-panels-button-section-1" style="display: inline;" title=""> Collapse Students </a>   <div class="display-icon" style="display:inline;"> <span class="glyphicon glyphicon-chevron-up"> </span> </div> </div> </div> </div> <form action="/page/instructorFeedbackResultsPage" class="seeMoreForm-1" id="seeMore-1" style="display:none;"> <input name="courseid" type="hidden" value="FRankUiT.CS4221"> <input name="fsname" type="hidden" value="Instructor Session"> <input name="frgroupbysection" type="hidden" value="Section 1"> <input name="user" type="hidden" value="FRankUiT.instructor"> <input name="frgroupbyteam" type="hidden" value="null"> <input name="frsorttype" type="hidden" value="giver-question-recipient"> <input id="showStats-1" name="frshowstats" type="hidden" value="off"> <input name="frindicatemissingresponses" type="hidden" value="false"> <input id="mainIndex-1" name="frmainindex" type="hidden" value="-1"> </form> </div> <div class="panel-collapse collapse in" id="panelBodyCollapse-section-1-2" style="height: auto;"> <div class="panel-body" id="sectionBody-1"> There are no responses for this section yet or you do not have access to the responses collected so far. </div> </div> </div> <div class="panel panel-success"> <div class="panel-heading ajax_auto" data-target="#panelBodyCollapse-section-2-3" id="panelHeading-section-2-3" style="cursor: pointer;"> <div class="row"> <div class="col-sm-9 panel-heading-text"> <strong> Section 2 </strong> </div> <div class="col-sm-3"> <div class="pull-right"> <a class="btn btn-success btn-xs collapse" data-original-title="Collapse or expand all student panels. You can also click on the panel heading to toggle each one individually." data-toggle="tooltip" id="collapse-panels-button-section-2" title=""> Collapse Students </a>   <div class="display-icon" style="display:inline;"> <span class="glyphicon glyphicon-chevron-down"> </span> </div> </div> </div> </div> <form action="/page/instructorFeedbackResultsPage" class="seeMoreForm-2" id="seeMore-2" style="display:none;"> <input name="courseid" type="hidden" value="FRankUiT.CS4221"> <input name="fsname" type="hidden" value="Instructor Session"> <input name="frgroupbysection" type="hidden" value="Section 2"> <input name="user" type="hidden" value="FRankUiT.instructor"> <input name="frgroupbyteam" type="hidden" value="null"> <input name="frsorttype" type="hidden" value="giver-question-recipient"> <input id="showStats-2" name="frshowstats" type="hidden" value="on"> <input name="frindicatemissingresponses" type="hidden" value="false"> <input id="mainIndex-2" name="frmainindex" type="hidden" value="-1"> </form> </div> <div class="panel-collapse collapse" id="panelBodyCollapse-section-2-3"> <div class="panel-body" id="sectionBody-2"> </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading ajax-response-auto" data-target="#panelBodyCollapse-4" id="panelHeading-4" style="cursor: pointer;"> <form action="/page/instructorFeedbackResultsPage" class="responseRateForm" id="responseRate" style="display:none;"> <input name="courseid" type="hidden" value="FRankUiT.CS4221"> <input name="fsname" type="hidden" value="Instructor Session"> <input name="user" type="hidden" value="FRankUiT.instructor"> <input name="questionid" type="hidden" value="-1"> </form> <div class="display-icon pull-right"> <span class="glyphicon glyphicon-chevron-down pull-right"> </span> </div> Participants who have not responded to any question </div> <div class="panel-collapse collapse" id="panelBodyCollapse-4"> </div> </div> </div>
toolchains/gcc-linaro-7.3.1-2018.05-x86_64_arm-linux-gnueabihf/share/doc/gdb/gdb/Pretty-Printing-API.html
BPI-SINOVOIP/BPI-Mainline-kernel
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <!-- Copyright (C) 1988-2018 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." --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <head> <title>Debugging with GDB: Pretty Printing API</title> <meta name="description" content="Debugging with GDB: Pretty Printing API"> <meta name="keywords" content="Debugging with GDB: Pretty Printing API"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <link href="index.html#Top" rel="start" title="Top"> <link href="Concept-Index.html#Concept-Index" rel="index" title="Concept Index"> <link href="index.html#SEC_Contents" rel="contents" title="Table of Contents"> <link href="Python-API.html#Python-API" rel="up" title="Python API"> <link href="Selecting-Pretty_002dPrinters.html#Selecting-Pretty_002dPrinters" rel="next" title="Selecting Pretty-Printers"> <link href="Types-In-Python.html#Types-In-Python" rel="prev" title="Types In Python"> <style type="text/css"> <!-- a.summary-letter {text-decoration: none} blockquote.smallquotation {font-size: smaller} div.display {margin-left: 3.2em} div.example {margin-left: 3.2em} div.indentedblock {margin-left: 3.2em} div.lisp {margin-left: 3.2em} div.smalldisplay {margin-left: 3.2em} div.smallexample {margin-left: 3.2em} div.smallindentedblock {margin-left: 3.2em; font-size: smaller} div.smalllisp {margin-left: 3.2em} kbd {font-style:oblique} pre.display {font-family: inherit} pre.format {font-family: inherit} pre.menu-comment {font-family: serif} pre.menu-preformatted {font-family: serif} pre.smalldisplay {font-family: inherit; font-size: smaller} pre.smallexample {font-size: smaller} pre.smallformat {font-family: inherit; font-size: smaller} pre.smalllisp {font-size: smaller} span.nocodebreak {white-space:nowrap} span.nolinebreak {white-space:nowrap} span.roman {font-family:serif; font-weight:normal} span.sansserif {font-family:sans-serif; font-weight:normal} ul.no-bullet {list-style: none} --> </style> </head> <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000"> <a name="Pretty-Printing-API"></a> <div class="header"> <p> Next: <a href="Selecting-Pretty_002dPrinters.html#Selecting-Pretty_002dPrinters" accesskey="n" rel="next">Selecting Pretty-Printers</a>, Previous: <a href="Types-In-Python.html#Types-In-Python" accesskey="p" rel="prev">Types In Python</a>, Up: <a href="Python-API.html#Python-API" accesskey="u" rel="up">Python API</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Concept-Index.html#Concept-Index" title="Index" rel="index">Index</a>]</p> </div> <hr> <a name="Pretty-Printing-API-1"></a> <h4 class="subsubsection">23.2.2.5 Pretty Printing API</h4> <a name="index-python-pretty-printing-api"></a> <p>An example output is provided (see <a href="Pretty-Printing.html#Pretty-Printing">Pretty Printing</a>). </p> <p>A pretty-printer is just an object that holds a value and implements a specific interface, defined here. </p> <dl> <dt><a name="index-pretty_005fprinter_002echildren"></a>Function: <strong>pretty_printer.children</strong> <em>(self)</em></dt> <dd><p><small>GDB</small> will call this method on a pretty-printer to compute the children of the pretty-printer&rsquo;s value. </p> <p>This method must return an object conforming to the Python iterator protocol. Each item returned by the iterator must be a tuple holding two elements. The first element is the &ldquo;name&rdquo; of the child; the second element is the child&rsquo;s value. The value can be any Python object which is convertible to a <small>GDB</small> value. </p> <p>This method is optional. If it does not exist, <small>GDB</small> will act as though the value has no children. </p></dd></dl> <dl> <dt><a name="index-pretty_005fprinter_002edisplay_005fhint"></a>Function: <strong>pretty_printer.display_hint</strong> <em>(self)</em></dt> <dd><p>The CLI may call this method and use its result to change the formatting of a value. The result will also be supplied to an MI consumer as a &lsquo;<samp>displayhint</samp>&rsquo; attribute of the variable being printed. </p> <p>This method is optional. If it does exist, this method must return a string. </p> <p>Some display hints are predefined by <small>GDB</small>: </p> <dl compact="compact"> <dt>&lsquo;<samp>array</samp>&rsquo;</dt> <dd><p>Indicate that the object being printed is &ldquo;array-like&rdquo;. The CLI uses this to respect parameters such as <code>set print elements</code> and <code>set print array</code>. </p> </dd> <dt>&lsquo;<samp>map</samp>&rsquo;</dt> <dd><p>Indicate that the object being printed is &ldquo;map-like&rdquo;, and that the children of this value can be assumed to alternate between keys and values. </p> </dd> <dt>&lsquo;<samp>string</samp>&rsquo;</dt> <dd><p>Indicate that the object being printed is &ldquo;string-like&rdquo;. If the printer&rsquo;s <code>to_string</code> method returns a Python string of some kind, then <small>GDB</small> will call its internal language-specific string-printing function to format the string. For the CLI this means adding quotation marks, possibly escaping some characters, respecting <code>set print elements</code>, and the like. </p></dd> </dl> </dd></dl> <dl> <dt><a name="index-pretty_005fprinter_002eto_005fstring"></a>Function: <strong>pretty_printer.to_string</strong> <em>(self)</em></dt> <dd><p><small>GDB</small> will call this method to display the string representation of the value passed to the object&rsquo;s constructor. </p> <p>When printing from the CLI, if the <code>to_string</code> method exists, then <small>GDB</small> will prepend its result to the values returned by <code>children</code>. Exactly how this formatting is done is dependent on the display hint, and may change as more hints are added. Also, depending on the print settings (see <a href="Print-Settings.html#Print-Settings">Print Settings</a>), the CLI may print just the result of <code>to_string</code> in a stack trace, omitting the result of <code>children</code>. </p> <p>If this method returns a string, it is printed verbatim. </p> <p>Otherwise, if this method returns an instance of <code>gdb.Value</code>, then <small>GDB</small> prints this value. This may result in a call to another pretty-printer. </p> <p>If instead the method returns a Python value which is convertible to a <code>gdb.Value</code>, then <small>GDB</small> performs the conversion and prints the resulting value. Again, this may result in a call to another pretty-printer. Python scalars (integers, floats, and booleans) and strings are convertible to <code>gdb.Value</code>; other types are not. </p> <p>Finally, if this method returns <code>None</code> then no further operations are peformed in this method and nothing is printed. </p> <p>If the result is not one of these types, an exception is raised. </p></dd></dl> <p><small>GDB</small> provides a function which can be used to look up the default pretty-printer for a <code>gdb.Value</code>: </p> <a name="index-gdb_002edefault_005fvisualizer"></a> <dl> <dt><a name="index-gdb_002edefault_005fvisualizer-1"></a>Function: <strong>gdb.default_visualizer</strong> <em>(value)</em></dt> <dd><p>This function takes a <code>gdb.Value</code> object as an argument. If a pretty-printer for this value exists, then it is returned. If no such printer exists, then this returns <code>None</code>. </p></dd></dl> <hr> <div class="header"> <p> Next: <a href="Selecting-Pretty_002dPrinters.html#Selecting-Pretty_002dPrinters" accesskey="n" rel="next">Selecting Pretty-Printers</a>, Previous: <a href="Types-In-Python.html#Types-In-Python" accesskey="p" rel="prev">Types In Python</a>, Up: <a href="Python-API.html#Python-API" accesskey="u" rel="up">Python API</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Concept-Index.html#Concept-Index" title="Index" rel="index">Index</a>]</p> </div> </body> </html>
sites/all/libraries/openlayers3/apidoc/ol.interaction.DragRotateAndZoom.html
vorvor/lattammar
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>OpenLayers 3 API Reference - Class: DragRotateAndZoom</title> <script src="scripts/prettify/prettify.js"> </script> <script src="scripts/prettify/lang-css.js"> </script> <script src="scripts/jquery.min.js"> </script> <!--[if lt IE 9]> <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css"> <link type="text/css" rel="stylesheet" href="styles/bootstrap.min.css"> <link type="text/css" rel="stylesheet" href="styles/jaguar.css"> </head> <body> <div class="navbar navbar-inverse navbar-fixed-top"> <div class="navbar-inner"> <div class="container"> <a class="brand" href="/"><img src="logo-70x70.png"> OpenLayers 3</a> <label id="stability"> <input type="checkbox" id="stability-toggle"> Stable Only </label> <ul class="nav navbar-nav pull-right"> <li><a href="../doc">Docs</a></li> <li><a href="../examples">Examples</a></li> <li><a href="index.html" class="active">API</a></li> <li><a href="https://github.com/openlayers/ol3">Code</a></li> </ul> </div> </div> </div> <div id="wrap" class="clearfix"> <div class="navigation"> <div class="search"> <input id="search" type="text" class="form-control input-sm" placeholder="Search Documentation"> </div> <ul class="list"> <li class="item" data-name="ol"> <span class="title"> <a href="ol.html">ol</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> <span class="subtitle">Typedefs</span> <li data-name="ol.CanvasFunctionType" class="unstable"> <a href="ol.html#CanvasFunctionType">CanvasFunctionType</a> </li> <li data-name="ol.Color" class="unstable"> <a href="ol.html#Color">Color</a> </li> <li data-name="ol.Coordinate" class=""> <a href="ol.html#Coordinate">Coordinate</a> </li> <li data-name="ol.CoordinateFormatType" class=""> <a href="ol.html#CoordinateFormatType">CoordinateFormatType</a> </li> <li data-name="ol.Extent" class=""> <a href="ol.html#Extent">Extent</a> </li> <li data-name="ol.FeatureLoader" class="unstable"> <a href="ol.html#FeatureLoader">FeatureLoader</a> </li> <li data-name="ol.FeatureStyleFunction" class=""> <a href="ol.html#FeatureStyleFunction">FeatureStyleFunction</a> </li> <li data-name="ol.ImageLoadFunctionType" class="unstable"> <a href="ol.html#ImageLoadFunctionType">ImageLoadFunctionType</a> </li> <li data-name="ol.LoadingStrategy" class="unstable"> <a href="ol.html#LoadingStrategy">LoadingStrategy</a> </li> <li data-name="ol.OverlayPositioning" class=""> <a href="ol.html#OverlayPositioning">OverlayPositioning</a> </li> <li data-name="ol.Pixel" class=""> <a href="ol.html#Pixel">Pixel</a> </li> <li data-name="ol.PreRenderFunction" class="unstable"> <a href="ol.html#PreRenderFunction">PreRenderFunction</a> </li> <li data-name="ol.RendererType" class=""> <a href="ol.html#RendererType">RendererType</a> </li> <li data-name="ol.Size" class=""> <a href="ol.html#Size">Size</a> </li> <li data-name="ol.TileCoord" class="unstable"> <a href="ol.html#TileCoord">TileCoord</a> </li> <li data-name="ol.TileLoadFunctionType" class="unstable"> <a href="ol.html#TileLoadFunctionType">TileLoadFunctionType</a> </li> <li data-name="ol.TileUrlFunctionType" class="unstable"> <a href="ol.html#TileUrlFunctionType">TileUrlFunctionType</a> </li> <li data-name="ol.TransformFunction" class=""> <a href="ol.html#TransformFunction">TransformFunction</a> </li> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.inherits" class="unstable"> <a href="ol.html#inherits">inherits</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.Attribution"> <span class="title"> <a href="ol.Attribution.html">ol.Attribution</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.Attribution#getHTML" class=""> <a href="ol.Attribution.html#getHTML">getHTML</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.Collection"> <span class="title"> <a href="ol.Collection.html">ol.Collection</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.Collection#changed" class="unstable"> <a href="ol.Collection.html#changed">changed</a> </li> <li data-name="ol.Collection#clear" class=""> <a href="ol.Collection.html#clear">clear</a> </li> <li data-name="ol.Collection#extend" class=""> <a href="ol.Collection.html#extend">extend</a> </li> <li data-name="ol.Collection#forEach" class=""> <a href="ol.Collection.html#forEach">forEach</a> </li> <li data-name="ol.Collection#get" class=""> <a href="ol.Collection.html#get">get</a> </li> <li data-name="ol.Collection#getArray" class=""> <a href="ol.Collection.html#getArray">getArray</a> </li> <li data-name="ol.Collection#getKeys" class=""> <a href="ol.Collection.html#getKeys">getKeys</a> </li> <li data-name="ol.Collection#getLength" class=""> <a href="ol.Collection.html#getLength">getLength</a> </li> <li data-name="ol.Collection#getProperties" class=""> <a href="ol.Collection.html#getProperties">getProperties</a> </li> <li data-name="ol.Collection#getRevision" class="unstable"> <a href="ol.Collection.html#getRevision">getRevision</a> </li> <li data-name="ol.Collection#insertAt" class=""> <a href="ol.Collection.html#insertAt">insertAt</a> </li> <li data-name="ol.Collection#item" class=""> <a href="ol.Collection.html#item">item</a> </li> <li data-name="ol.Collection#on" class=""> <a href="ol.Collection.html#on">on</a> </li> <li data-name="ol.Collection#once" class=""> <a href="ol.Collection.html#once">once</a> </li> <li data-name="ol.Collection#pop" class=""> <a href="ol.Collection.html#pop">pop</a> </li> <li data-name="ol.Collection#push" class=""> <a href="ol.Collection.html#push">push</a> </li> <li data-name="ol.Collection#remove" class=""> <a href="ol.Collection.html#remove">remove</a> </li> <li data-name="ol.Collection#removeAt" class=""> <a href="ol.Collection.html#removeAt">removeAt</a> </li> <li data-name="ol.Collection#set" class=""> <a href="ol.Collection.html#set">set</a> </li> <li data-name="ol.Collection#setAt" class=""> <a href="ol.Collection.html#setAt">setAt</a> </li> <li data-name="ol.Collection#setProperties" class=""> <a href="ol.Collection.html#setProperties">setProperties</a> </li> <li data-name="ol.Collection#un" class=""> <a href="ol.Collection.html#un">un</a> </li> <li data-name="ol.Collection#unByKey" class=""> <a href="ol.Collection.html#unByKey">unByKey</a> </li> <li data-name="ol.Collection#unset" class=""> <a href="ol.Collection.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="ol.CollectionEvent#event:add" class=""> <a href="ol.CollectionEvent.html#event:add">add</a> </li> <li data-name="ol.ObjectEvent#event:change:length" class="unstable"> change:length </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> <li data-name="ol.CollectionEvent#event:remove" class=""> <a href="ol.CollectionEvent.html#event:remove">remove</a> </li> </ul> </li> <li class="item" data-name="ol.CollectionEvent"> <span class="title"> <a href="ol.CollectionEvent.html">ol.CollectionEvent</a> </span> <ul class="members itemMembers"> <span class="subtitle">Members</span> <li data-name="ol.CollectionEvent#element"><a href="ol.CollectionEvent.html#element">element</a></li> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.DeviceOrientation"> <span class="title"> <a href="ol.DeviceOrientation.html">ol.DeviceOrientation</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.DeviceOrientation#changed" class="unstable"> <a href="ol.DeviceOrientation.html#changed">changed</a> </li> <li data-name="ol.DeviceOrientation#get" class=""> <a href="ol.DeviceOrientation.html#get">get</a> </li> <li data-name="ol.DeviceOrientation#getAlpha" class="unstable"> <a href="ol.DeviceOrientation.html#getAlpha">getAlpha</a> </li> <li data-name="ol.DeviceOrientation#getBeta" class="unstable"> <a href="ol.DeviceOrientation.html#getBeta">getBeta</a> </li> <li data-name="ol.DeviceOrientation#getGamma" class="unstable"> <a href="ol.DeviceOrientation.html#getGamma">getGamma</a> </li> <li data-name="ol.DeviceOrientation#getHeading" class="unstable"> <a href="ol.DeviceOrientation.html#getHeading">getHeading</a> </li> <li data-name="ol.DeviceOrientation#getKeys" class=""> <a href="ol.DeviceOrientation.html#getKeys">getKeys</a> </li> <li data-name="ol.DeviceOrientation#getProperties" class=""> <a href="ol.DeviceOrientation.html#getProperties">getProperties</a> </li> <li data-name="ol.DeviceOrientation#getRevision" class="unstable"> <a href="ol.DeviceOrientation.html#getRevision">getRevision</a> </li> <li data-name="ol.DeviceOrientation#getTracking" class="unstable"> <a href="ol.DeviceOrientation.html#getTracking">getTracking</a> </li> <li data-name="ol.DeviceOrientation#on" class=""> <a href="ol.DeviceOrientation.html#on">on</a> </li> <li data-name="ol.DeviceOrientation#once" class=""> <a href="ol.DeviceOrientation.html#once">once</a> </li> <li data-name="ol.DeviceOrientation#set" class=""> <a href="ol.DeviceOrientation.html#set">set</a> </li> <li data-name="ol.DeviceOrientation#setProperties" class=""> <a href="ol.DeviceOrientation.html#setProperties">setProperties</a> </li> <li data-name="ol.DeviceOrientation#setTracking" class="unstable"> <a href="ol.DeviceOrientation.html#setTracking">setTracking</a> </li> <li data-name="ol.DeviceOrientation#un" class=""> <a href="ol.DeviceOrientation.html#un">un</a> </li> <li data-name="ol.DeviceOrientation#unByKey" class=""> <a href="ol.DeviceOrientation.html#unByKey">unByKey</a> </li> <li data-name="ol.DeviceOrientation#unset" class=""> <a href="ol.DeviceOrientation.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="event:change Triggered when the device orientation changes." class="unstable"> change Triggered when the device orientation changes. </li> <li data-name="ol.ObjectEvent#event:change:alpha" class="unstable"> change:alpha </li> <li data-name="ol.ObjectEvent#event:change:beta" class="unstable"> change:beta </li> <li data-name="ol.ObjectEvent#event:change:gamma" class="unstable"> change:gamma </li> <li data-name="ol.ObjectEvent#event:change:heading" class="unstable"> change:heading </li> <li data-name="ol.ObjectEvent#event:change:tracking" class="unstable"> change:tracking </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.DragBoxEvent"> <span class="title"> <a href="ol.DragBoxEvent.html">ol.DragBoxEvent</a> </span> <ul class="members itemMembers"> <span class="subtitle">Members</span> <li data-name="ol.DragBoxEvent#coordinate"><a href="ol.DragBoxEvent.html#coordinate">coordinate</a></li> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.Feature"> <span class="title"> <a href="ol.Feature.html">ol.Feature</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.Feature#changed" class="unstable"> <a href="ol.Feature.html#changed">changed</a> </li> <li data-name="ol.Feature#clone" class=""> <a href="ol.Feature.html#clone">clone</a> </li> <li data-name="ol.Feature#get" class=""> <a href="ol.Feature.html#get">get</a> </li> <li data-name="ol.Feature#getGeometry" class=""> <a href="ol.Feature.html#getGeometry">getGeometry</a> </li> <li data-name="ol.Feature#getGeometryName" class=""> <a href="ol.Feature.html#getGeometryName">getGeometryName</a> </li> <li data-name="ol.Feature#getId" class=""> <a href="ol.Feature.html#getId">getId</a> </li> <li data-name="ol.Feature#getKeys" class=""> <a href="ol.Feature.html#getKeys">getKeys</a> </li> <li data-name="ol.Feature#getProperties" class=""> <a href="ol.Feature.html#getProperties">getProperties</a> </li> <li data-name="ol.Feature#getRevision" class="unstable"> <a href="ol.Feature.html#getRevision">getRevision</a> </li> <li data-name="ol.Feature#getStyle" class=""> <a href="ol.Feature.html#getStyle">getStyle</a> </li> <li data-name="ol.Feature#getStyleFunction" class=""> <a href="ol.Feature.html#getStyleFunction">getStyleFunction</a> </li> <li data-name="ol.Feature#on" class=""> <a href="ol.Feature.html#on">on</a> </li> <li data-name="ol.Feature#once" class=""> <a href="ol.Feature.html#once">once</a> </li> <li data-name="ol.Feature#set" class=""> <a href="ol.Feature.html#set">set</a> </li> <li data-name="ol.Feature#setGeometry" class=""> <a href="ol.Feature.html#setGeometry">setGeometry</a> </li> <li data-name="ol.Feature#setGeometryName" class=""> <a href="ol.Feature.html#setGeometryName">setGeometryName</a> </li> <li data-name="ol.Feature#setId" class=""> <a href="ol.Feature.html#setId">setId</a> </li> <li data-name="ol.Feature#setProperties" class=""> <a href="ol.Feature.html#setProperties">setProperties</a> </li> <li data-name="ol.Feature#setStyle" class=""> <a href="ol.Feature.html#setStyle">setStyle</a> </li> <li data-name="ol.Feature#un" class=""> <a href="ol.Feature.html#un">un</a> </li> <li data-name="ol.Feature#unByKey" class=""> <a href="ol.Feature.html#unByKey">unByKey</a> </li> <li data-name="ol.Feature#unset" class=""> <a href="ol.Feature.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="change Triggered when the id, the geometry or the style of the feature changes.event:" class="unstable"> change Triggered when the id, the geometry or the style of the feature changes.event: </li> <li data-name="ol.ObjectEvent#event:change:geometry" class="unstable"> change:geometry </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.FeatureOverlay"> <span class="title"> <a href="ol.FeatureOverlay.html">ol.FeatureOverlay</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.FeatureOverlay#addFeature" class="unstable"> <a href="ol.FeatureOverlay.html#addFeature">addFeature</a> </li> <li data-name="ol.FeatureOverlay#getFeatures" class="unstable"> <a href="ol.FeatureOverlay.html#getFeatures">getFeatures</a> </li> <li data-name="ol.FeatureOverlay#getMap" class="unstable"> <a href="ol.FeatureOverlay.html#getMap">getMap</a> </li> <li data-name="ol.FeatureOverlay#getStyle" class="unstable"> <a href="ol.FeatureOverlay.html#getStyle">getStyle</a> </li> <li data-name="ol.FeatureOverlay#getStyleFunction" class="unstable"> <a href="ol.FeatureOverlay.html#getStyleFunction">getStyleFunction</a> </li> <li data-name="ol.FeatureOverlay#removeFeature" class="unstable"> <a href="ol.FeatureOverlay.html#removeFeature">removeFeature</a> </li> <li data-name="ol.FeatureOverlay#setFeatures" class="unstable"> <a href="ol.FeatureOverlay.html#setFeatures">setFeatures</a> </li> <li data-name="ol.FeatureOverlay#setMap" class="unstable"> <a href="ol.FeatureOverlay.html#setMap">setMap</a> </li> <li data-name="ol.FeatureOverlay#setStyle" class="unstable"> <a href="ol.FeatureOverlay.html#setStyle">setStyle</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.Geolocation"> <span class="title"> <a href="ol.Geolocation.html">ol.Geolocation</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.Geolocation#changed" class="unstable"> <a href="ol.Geolocation.html#changed">changed</a> </li> <li data-name="ol.Geolocation#get" class=""> <a href="ol.Geolocation.html#get">get</a> </li> <li data-name="ol.Geolocation#getAccuracy" class=""> <a href="ol.Geolocation.html#getAccuracy">getAccuracy</a> </li> <li data-name="ol.Geolocation#getAccuracyGeometry" class=""> <a href="ol.Geolocation.html#getAccuracyGeometry">getAccuracyGeometry</a> </li> <li data-name="ol.Geolocation#getAltitude" class=""> <a href="ol.Geolocation.html#getAltitude">getAltitude</a> </li> <li data-name="ol.Geolocation#getAltitudeAccuracy" class=""> <a href="ol.Geolocation.html#getAltitudeAccuracy">getAltitudeAccuracy</a> </li> <li data-name="ol.Geolocation#getHeading" class=""> <a href="ol.Geolocation.html#getHeading">getHeading</a> </li> <li data-name="ol.Geolocation#getKeys" class=""> <a href="ol.Geolocation.html#getKeys">getKeys</a> </li> <li data-name="ol.Geolocation#getPosition" class=""> <a href="ol.Geolocation.html#getPosition">getPosition</a> </li> <li data-name="ol.Geolocation#getProjection" class=""> <a href="ol.Geolocation.html#getProjection">getProjection</a> </li> <li data-name="ol.Geolocation#getProperties" class=""> <a href="ol.Geolocation.html#getProperties">getProperties</a> </li> <li data-name="ol.Geolocation#getRevision" class="unstable"> <a href="ol.Geolocation.html#getRevision">getRevision</a> </li> <li data-name="ol.Geolocation#getSpeed" class=""> <a href="ol.Geolocation.html#getSpeed">getSpeed</a> </li> <li data-name="ol.Geolocation#getTracking" class=""> <a href="ol.Geolocation.html#getTracking">getTracking</a> </li> <li data-name="ol.Geolocation#getTrackingOptions" class=""> <a href="ol.Geolocation.html#getTrackingOptions">getTrackingOptions</a> </li> <li data-name="ol.Geolocation#on" class=""> <a href="ol.Geolocation.html#on">on</a> </li> <li data-name="ol.Geolocation#once" class=""> <a href="ol.Geolocation.html#once">once</a> </li> <li data-name="ol.Geolocation#set" class=""> <a href="ol.Geolocation.html#set">set</a> </li> <li data-name="ol.Geolocation#setProjection" class=""> <a href="ol.Geolocation.html#setProjection">setProjection</a> </li> <li data-name="ol.Geolocation#setProperties" class=""> <a href="ol.Geolocation.html#setProperties">setProperties</a> </li> <li data-name="ol.Geolocation#setTracking" class=""> <a href="ol.Geolocation.html#setTracking">setTracking</a> </li> <li data-name="ol.Geolocation#setTrackingOptions" class=""> <a href="ol.Geolocation.html#setTrackingOptions">setTrackingOptions</a> </li> <li data-name="ol.Geolocation#un" class=""> <a href="ol.Geolocation.html#un">un</a> </li> <li data-name="ol.Geolocation#unByKey" class=""> <a href="ol.Geolocation.html#unByKey">unByKey</a> </li> <li data-name="ol.Geolocation#unset" class=""> <a href="ol.Geolocation.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="event:change Triggered when the position changes." class="unstable"> change Triggered when the position changes. </li> <li data-name="ol.ObjectEvent#event:change:accuracy" class="unstable"> change:accuracy </li> <li data-name="ol.ObjectEvent#event:change:accuracyGeometry" class="unstable"> change:accuracyGeometry </li> <li data-name="ol.ObjectEvent#event:change:altitude" class="unstable"> change:altitude </li> <li data-name="ol.ObjectEvent#event:change:altitudeAccuracy" class="unstable"> change:altitudeAccuracy </li> <li data-name="ol.ObjectEvent#event:change:heading" class="unstable"> change:heading </li> <li data-name="ol.ObjectEvent#event:change:position" class="unstable"> change:position </li> <li data-name="ol.ObjectEvent#event:change:projection" class="unstable"> change:projection </li> <li data-name="ol.ObjectEvent#event:change:speed" class="unstable"> change:speed </li> <li data-name="ol.ObjectEvent#event:change:tracking" class="unstable"> change:tracking </li> <li data-name="ol.ObjectEvent#event:change:trackingOptions" class="unstable"> change:trackingOptions </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.Graticule"> <span class="title"> <a href="ol.Graticule.html">ol.Graticule</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.Graticule#getMap" class="unstable"> <a href="ol.Graticule.html#getMap">getMap</a> </li> <li data-name="ol.Graticule#getMeridians" class="unstable"> <a href="ol.Graticule.html#getMeridians">getMeridians</a> </li> <li data-name="ol.Graticule#getParallels" class="unstable"> <a href="ol.Graticule.html#getParallels">getParallels</a> </li> <li data-name="ol.Graticule#setMap" class="unstable"> <a href="ol.Graticule.html#setMap">setMap</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.Image"> <span class="title"> <a href="ol.Image.html">ol.Image</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.Image#getImage" class="unstable"> <a href="ol.Image.html#getImage">getImage</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.ImageBase"> <span class="title"> <a href="ol.ImageBase.html">ol.ImageBase</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.ImageTile"> <span class="title"> <a href="ol.ImageTile.html">ol.ImageTile</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.ImageTile#getImage" class="unstable"> <a href="ol.ImageTile.html#getImage">getImage</a> </li> <li data-name="ol.ImageTile#getTileCoord" class="unstable"> <a href="ol.ImageTile.html#getTileCoord">getTileCoord</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.Kinetic"> <span class="title"> <a href="ol.Kinetic.html">ol.Kinetic</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.Map"> <span class="title"> <a href="ol.Map.html">ol.Map</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.Map#addControl" class=""> <a href="ol.Map.html#addControl">addControl</a> </li> <li data-name="ol.Map#addInteraction" class=""> <a href="ol.Map.html#addInteraction">addInteraction</a> </li> <li data-name="ol.Map#addLayer" class=""> <a href="ol.Map.html#addLayer">addLayer</a> </li> <li data-name="ol.Map#addOverlay" class=""> <a href="ol.Map.html#addOverlay">addOverlay</a> </li> <li data-name="ol.Map#beforeRender" class="unstable"> <a href="ol.Map.html#beforeRender">beforeRender</a> </li> <li data-name="ol.Map#changed" class="unstable"> <a href="ol.Map.html#changed">changed</a> </li> <li data-name="ol.Map#forEachFeatureAtPixel" class=""> <a href="ol.Map.html#forEachFeatureAtPixel">forEachFeatureAtPixel</a> </li> <li data-name="ol.Map#forEachLayerAtPixel" class=""> <a href="ol.Map.html#forEachLayerAtPixel">forEachLayerAtPixel</a> </li> <li data-name="ol.Map#get" class=""> <a href="ol.Map.html#get">get</a> </li> <li data-name="ol.Map#getControls" class=""> <a href="ol.Map.html#getControls">getControls</a> </li> <li data-name="ol.Map#getCoordinateFromPixel" class=""> <a href="ol.Map.html#getCoordinateFromPixel">getCoordinateFromPixel</a> </li> <li data-name="ol.Map#getEventCoordinate" class=""> <a href="ol.Map.html#getEventCoordinate">getEventCoordinate</a> </li> <li data-name="ol.Map#getEventPixel" class=""> <a href="ol.Map.html#getEventPixel">getEventPixel</a> </li> <li data-name="ol.Map#getInteractions" class=""> <a href="ol.Map.html#getInteractions">getInteractions</a> </li> <li data-name="ol.Map#getKeys" class=""> <a href="ol.Map.html#getKeys">getKeys</a> </li> <li data-name="ol.Map#getLayerGroup" class=""> <a href="ol.Map.html#getLayerGroup">getLayerGroup</a> </li> <li data-name="ol.Map#getLayers" class=""> <a href="ol.Map.html#getLayers">getLayers</a> </li> <li data-name="ol.Map#getOverlays" class=""> <a href="ol.Map.html#getOverlays">getOverlays</a> </li> <li data-name="ol.Map#getPixelFromCoordinate" class=""> <a href="ol.Map.html#getPixelFromCoordinate">getPixelFromCoordinate</a> </li> <li data-name="ol.Map#getProperties" class=""> <a href="ol.Map.html#getProperties">getProperties</a> </li> <li data-name="ol.Map#getRevision" class="unstable"> <a href="ol.Map.html#getRevision">getRevision</a> </li> <li data-name="ol.Map#getSize" class=""> <a href="ol.Map.html#getSize">getSize</a> </li> <li data-name="ol.Map#getTarget" class=""> <a href="ol.Map.html#getTarget">getTarget</a> </li> <li data-name="ol.Map#getTargetElement" class="unstable"> <a href="ol.Map.html#getTargetElement">getTargetElement</a> </li> <li data-name="ol.Map#getView" class=""> <a href="ol.Map.html#getView">getView</a> </li> <li data-name="ol.Map#getViewport" class=""> <a href="ol.Map.html#getViewport">getViewport</a> </li> <li data-name="ol.Map#hasFeatureAtPixel" class="unstable"> <a href="ol.Map.html#hasFeatureAtPixel">hasFeatureAtPixel</a> </li> <li data-name="ol.Map#on" class=""> <a href="ol.Map.html#on">on</a> </li> <li data-name="ol.Map#once" class=""> <a href="ol.Map.html#once">once</a> </li> <li data-name="ol.Map#removeControl" class=""> <a href="ol.Map.html#removeControl">removeControl</a> </li> <li data-name="ol.Map#removeInteraction" class=""> <a href="ol.Map.html#removeInteraction">removeInteraction</a> </li> <li data-name="ol.Map#removeLayer" class=""> <a href="ol.Map.html#removeLayer">removeLayer</a> </li> <li data-name="ol.Map#removeOverlay" class=""> <a href="ol.Map.html#removeOverlay">removeOverlay</a> </li> <li data-name="ol.Map#render" class=""> <a href="ol.Map.html#render">render</a> </li> <li data-name="ol.Map#renderSync" class=""> <a href="ol.Map.html#renderSync">renderSync</a> </li> <li data-name="ol.Map#set" class=""> <a href="ol.Map.html#set">set</a> </li> <li data-name="ol.Map#setLayerGroup" class=""> <a href="ol.Map.html#setLayerGroup">setLayerGroup</a> </li> <li data-name="ol.Map#setProperties" class=""> <a href="ol.Map.html#setProperties">setProperties</a> </li> <li data-name="ol.Map#setSize" class="unstable"> <a href="ol.Map.html#setSize">setSize</a> </li> <li data-name="ol.Map#setTarget" class=""> <a href="ol.Map.html#setTarget">setTarget</a> </li> <li data-name="ol.Map#setView" class=""> <a href="ol.Map.html#setView">setView</a> </li> <li data-name="ol.Map#un" class=""> <a href="ol.Map.html#un">un</a> </li> <li data-name="ol.Map#unByKey" class=""> <a href="ol.Map.html#unByKey">unByKey</a> </li> <li data-name="ol.Map#unset" class=""> <a href="ol.Map.html#unset">unset</a> </li> <li data-name="ol.Map#updateSize" class=""> <a href="ol.Map.html#updateSize">updateSize</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="ol.ObjectEvent#event:change:layerGroup" class="unstable"> change:layerGroup </li> <li data-name="ol.ObjectEvent#event:change:size" class="unstable"> change:size </li> <li data-name="ol.ObjectEvent#event:change:target" class="unstable"> change:target </li> <li data-name="ol.ObjectEvent#event:change:view" class="unstable"> change:view </li> <li data-name="ol.MapBrowserEvent#event:click" class=""> <a href="ol.MapBrowserEvent.html#event:click">click</a> </li> <li data-name="ol.MapBrowserEvent#event:dblclick" class=""> <a href="ol.MapBrowserEvent.html#event:dblclick">dblclick</a> </li> <li data-name="ol.MapEvent#event:moveend" class=""> <a href="ol.MapEvent.html#event:moveend">moveend</a> </li> <li data-name="ol.MapBrowserEvent#event:pointerdrag" class="unstable"> <a href="ol.MapBrowserEvent.html#event:pointerdrag">pointerdrag</a> </li> <li data-name="ol.MapBrowserEvent#event:pointermove" class=""> <a href="ol.MapBrowserEvent.html#event:pointermove">pointermove</a> </li> <li data-name="ol.render.Event#event:postcompose" class="unstable"> <a href="ol.render.Event.html#event:postcompose">postcompose</a> </li> <li data-name="ol.MapEvent#event:postrender" class="unstable"> <a href="ol.MapEvent.html#event:postrender">postrender</a> </li> <li data-name="ol.render.Event#event:precompose" class="unstable"> <a href="ol.render.Event.html#event:precompose">precompose</a> </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> <li data-name="ol.MapBrowserEvent#event:singleclick" class=""> <a href="ol.MapBrowserEvent.html#event:singleclick">singleclick</a> </li> </ul> </li> <li class="item" data-name="ol.MapBrowserEvent"> <span class="title"> <a href="ol.MapBrowserEvent.html">ol.MapBrowserEvent</a> </span> <ul class="members itemMembers"> <span class="subtitle">Members</span> <li data-name="ol.MapBrowserEvent#coordinate"><a href="ol.MapBrowserEvent.html#coordinate">coordinate</a></li> <li data-name="ol.MapBrowserEvent#dragging"><a href="ol.MapBrowserEvent.html#dragging">dragging</a></li> <li data-name="ol.MapBrowserEvent#frameState"><a href="ol.MapBrowserEvent.html#frameState">frameState</a></li> <li data-name="ol.MapBrowserEvent#map"><a href="ol.MapBrowserEvent.html#map">map</a></li> <li data-name="ol.MapBrowserEvent#originalEvent"><a href="ol.MapBrowserEvent.html#originalEvent">originalEvent</a></li> <li data-name="ol.MapBrowserEvent#pixel"><a href="ol.MapBrowserEvent.html#pixel">pixel</a></li> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.MapBrowserEvent#preventDefault" class=""> <a href="ol.MapBrowserEvent.html#preventDefault">preventDefault</a> </li> <li data-name="ol.MapBrowserEvent#stopPropagation" class=""> <a href="ol.MapBrowserEvent.html#stopPropagation">stopPropagation</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.MapEvent"> <span class="title"> <a href="ol.MapEvent.html">ol.MapEvent</a> </span> <ul class="members itemMembers"> <span class="subtitle">Members</span> <li data-name="ol.MapEvent#frameState"><a href="ol.MapEvent.html#frameState">frameState</a></li> <li data-name="ol.MapEvent#map"><a href="ol.MapEvent.html#map">map</a></li> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.Object"> <span class="title"> <a href="ol.Object.html">ol.Object</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.Object#changed" class="unstable"> <a href="ol.Object.html#changed">changed</a> </li> <li data-name="ol.Object#get" class=""> <a href="ol.Object.html#get">get</a> </li> <li data-name="ol.Object#getKeys" class=""> <a href="ol.Object.html#getKeys">getKeys</a> </li> <li data-name="ol.Object#getProperties" class=""> <a href="ol.Object.html#getProperties">getProperties</a> </li> <li data-name="ol.Object#getRevision" class="unstable"> <a href="ol.Object.html#getRevision">getRevision</a> </li> <li data-name="ol.Object#on" class=""> <a href="ol.Object.html#on">on</a> </li> <li data-name="ol.Object#once" class=""> <a href="ol.Object.html#once">once</a> </li> <li data-name="ol.Object#set" class=""> <a href="ol.Object.html#set">set</a> </li> <li data-name="ol.Object#setProperties" class=""> <a href="ol.Object.html#setProperties">setProperties</a> </li> <li data-name="ol.Object#un" class=""> <a href="ol.Object.html#un">un</a> </li> <li data-name="ol.Object#unByKey" class=""> <a href="ol.Object.html#unByKey">unByKey</a> </li> <li data-name="ol.Object#unset" class=""> <a href="ol.Object.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.ObjectEvent"> <span class="title"> <a href="ol.ObjectEvent.html">ol.ObjectEvent</a> </span> <ul class="members itemMembers"> <span class="subtitle">Members</span> <li data-name="ol.ObjectEvent#key"><a href="ol.ObjectEvent.html#key">key</a></li> <li data-name="ol.ObjectEvent#oldValue"><a href="ol.ObjectEvent.html#oldValue">oldValue</a></li> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.Observable"> <span class="title"> <a href="ol.Observable.html">ol.Observable</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.Observable.unByKey" class=""> <a href="ol.Observable.html#unByKey">unByKey</a> </li> <li data-name="ol.Observable#changed" class="unstable"> <a href="ol.Observable.html#changed">changed</a> </li> <li data-name="ol.Observable#getRevision" class="unstable"> <a href="ol.Observable.html#getRevision">getRevision</a> </li> <li data-name="ol.Observable#on" class=""> <a href="ol.Observable.html#on">on</a> </li> <li data-name="ol.Observable#once" class=""> <a href="ol.Observable.html#once">once</a> </li> <li data-name="ol.Observable#un" class=""> <a href="ol.Observable.html#un">un</a> </li> <li data-name="ol.Observable#unByKey" class=""> <a href="ol.Observable.html#unByKey">unByKey</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.Overlay"> <span class="title"> <a href="ol.Overlay.html">ol.Overlay</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.Overlay#changed" class="unstable"> <a href="ol.Overlay.html#changed">changed</a> </li> <li data-name="ol.Overlay#get" class=""> <a href="ol.Overlay.html#get">get</a> </li> <li data-name="ol.Overlay#getElement" class=""> <a href="ol.Overlay.html#getElement">getElement</a> </li> <li data-name="ol.Overlay#getKeys" class=""> <a href="ol.Overlay.html#getKeys">getKeys</a> </li> <li data-name="ol.Overlay#getMap" class=""> <a href="ol.Overlay.html#getMap">getMap</a> </li> <li data-name="ol.Overlay#getOffset" class=""> <a href="ol.Overlay.html#getOffset">getOffset</a> </li> <li data-name="ol.Overlay#getPosition" class=""> <a href="ol.Overlay.html#getPosition">getPosition</a> </li> <li data-name="ol.Overlay#getPositioning" class=""> <a href="ol.Overlay.html#getPositioning">getPositioning</a> </li> <li data-name="ol.Overlay#getProperties" class=""> <a href="ol.Overlay.html#getProperties">getProperties</a> </li> <li data-name="ol.Overlay#getRevision" class="unstable"> <a href="ol.Overlay.html#getRevision">getRevision</a> </li> <li data-name="ol.Overlay#on" class=""> <a href="ol.Overlay.html#on">on</a> </li> <li data-name="ol.Overlay#once" class=""> <a href="ol.Overlay.html#once">once</a> </li> <li data-name="ol.Overlay#set" class=""> <a href="ol.Overlay.html#set">set</a> </li> <li data-name="ol.Overlay#setElement" class=""> <a href="ol.Overlay.html#setElement">setElement</a> </li> <li data-name="ol.Overlay#setMap" class=""> <a href="ol.Overlay.html#setMap">setMap</a> </li> <li data-name="ol.Overlay#setOffset" class=""> <a href="ol.Overlay.html#setOffset">setOffset</a> </li> <li data-name="ol.Overlay#setPosition" class=""> <a href="ol.Overlay.html#setPosition">setPosition</a> </li> <li data-name="ol.Overlay#setPositioning" class=""> <a href="ol.Overlay.html#setPositioning">setPositioning</a> </li> <li data-name="ol.Overlay#setProperties" class=""> <a href="ol.Overlay.html#setProperties">setProperties</a> </li> <li data-name="ol.Overlay#un" class=""> <a href="ol.Overlay.html#un">un</a> </li> <li data-name="ol.Overlay#unByKey" class=""> <a href="ol.Overlay.html#unByKey">unByKey</a> </li> <li data-name="ol.Overlay#unset" class=""> <a href="ol.Overlay.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="ol.ObjectEvent#event:change:element" class="unstable"> change:element </li> <li data-name="ol.ObjectEvent#event:change:map" class="unstable"> change:map </li> <li data-name="ol.ObjectEvent#event:change:offset" class="unstable"> change:offset </li> <li data-name="ol.ObjectEvent#event:change:position" class="unstable"> change:position </li> <li data-name="ol.ObjectEvent#event:change:positioning" class="unstable"> change:positioning </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.SelectEvent"> <span class="title"> <a href="ol.SelectEvent.html">ol.SelectEvent</a> </span> <ul class="members itemMembers"> <span class="subtitle">Members</span> <li data-name="ol.SelectEvent#deselected"><a href="ol.SelectEvent.html#deselected">deselected</a></li> <li data-name="ol.SelectEvent#mapBrowserEvent"><a href="ol.SelectEvent.html#mapBrowserEvent">mapBrowserEvent</a></li> <li data-name="ol.SelectEvent#selected"><a href="ol.SelectEvent.html#selected">selected</a></li> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.Sphere"> <span class="title"> <a href="ol.Sphere.html">ol.Sphere</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.Sphere#geodesicArea" class="unstable"> <a href="ol.Sphere.html#geodesicArea">geodesicArea</a> </li> <li data-name="ol.Sphere#haversineDistance" class="unstable"> <a href="ol.Sphere.html#haversineDistance">haversineDistance</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.Tile"> <span class="title"> <a href="ol.Tile.html">ol.Tile</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.Tile#getTileCoord" class="unstable"> <a href="ol.Tile.html#getTileCoord">getTileCoord</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.View"> <span class="title"> <a href="ol.View.html">ol.View</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.View#calculateExtent" class=""> <a href="ol.View.html#calculateExtent">calculateExtent</a> </li> <li data-name="ol.View#centerOn" class="unstable"> <a href="ol.View.html#centerOn">centerOn</a> </li> <li data-name="ol.View#changed" class="unstable"> <a href="ol.View.html#changed">changed</a> </li> <li data-name="ol.View#constrainCenter" class="unstable"> <a href="ol.View.html#constrainCenter">constrainCenter</a> </li> <li data-name="ol.View#constrainResolution" class="unstable"> <a href="ol.View.html#constrainResolution">constrainResolution</a> </li> <li data-name="ol.View#constrainRotation" class="unstable"> <a href="ol.View.html#constrainRotation">constrainRotation</a> </li> <li data-name="ol.View#fitExtent" class="unstable"> <a href="ol.View.html#fitExtent">fitExtent</a> </li> <li data-name="ol.View#fitGeometry" class="unstable"> <a href="ol.View.html#fitGeometry">fitGeometry</a> </li> <li data-name="ol.View#get" class=""> <a href="ol.View.html#get">get</a> </li> <li data-name="ol.View#getCenter" class=""> <a href="ol.View.html#getCenter">getCenter</a> </li> <li data-name="ol.View#getKeys" class=""> <a href="ol.View.html#getKeys">getKeys</a> </li> <li data-name="ol.View#getProjection" class=""> <a href="ol.View.html#getProjection">getProjection</a> </li> <li data-name="ol.View#getProperties" class=""> <a href="ol.View.html#getProperties">getProperties</a> </li> <li data-name="ol.View#getResolution" class=""> <a href="ol.View.html#getResolution">getResolution</a> </li> <li data-name="ol.View#getRevision" class="unstable"> <a href="ol.View.html#getRevision">getRevision</a> </li> <li data-name="ol.View#getRotation" class=""> <a href="ol.View.html#getRotation">getRotation</a> </li> <li data-name="ol.View#getZoom" class=""> <a href="ol.View.html#getZoom">getZoom</a> </li> <li data-name="ol.View#on" class=""> <a href="ol.View.html#on">on</a> </li> <li data-name="ol.View#once" class=""> <a href="ol.View.html#once">once</a> </li> <li data-name="ol.View#rotate" class=""> <a href="ol.View.html#rotate">rotate</a> </li> <li data-name="ol.View#set" class=""> <a href="ol.View.html#set">set</a> </li> <li data-name="ol.View#setCenter" class=""> <a href="ol.View.html#setCenter">setCenter</a> </li> <li data-name="ol.View#setProperties" class=""> <a href="ol.View.html#setProperties">setProperties</a> </li> <li data-name="ol.View#setResolution" class=""> <a href="ol.View.html#setResolution">setResolution</a> </li> <li data-name="ol.View#setRotation" class=""> <a href="ol.View.html#setRotation">setRotation</a> </li> <li data-name="ol.View#setZoom" class=""> <a href="ol.View.html#setZoom">setZoom</a> </li> <li data-name="ol.View#un" class=""> <a href="ol.View.html#un">un</a> </li> <li data-name="ol.View#unByKey" class=""> <a href="ol.View.html#unByKey">unByKey</a> </li> <li data-name="ol.View#unset" class=""> <a href="ol.View.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="ol.ObjectEvent#event:change:center" class="unstable"> change:center </li> <li data-name="ol.ObjectEvent#event:change:resolution" class="unstable"> change:resolution </li> <li data-name="ol.ObjectEvent#event:change:rotation" class="unstable"> change:rotation </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.animation"> <span class="title"> <a href="ol.animation.html">ol.animation</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.animation.bounce" class="unstable"> <a href="ol.animation.html#bounce">bounce</a> </li> <li data-name="ol.animation.pan" class="unstable"> <a href="ol.animation.html#pan">pan</a> </li> <li data-name="ol.animation.rotate" class="unstable"> <a href="ol.animation.html#rotate">rotate</a> </li> <li data-name="ol.animation.zoom" class="unstable"> <a href="ol.animation.html#zoom">zoom</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.color"> <span class="title"> <a href="ol.color.html">ol.color</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.color.asArray" class="unstable"> <a href="ol.color.html#asArray">asArray</a> </li> <li data-name="ol.color.asString" class="unstable"> <a href="ol.color.html#asString">asString</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.control"> <span class="title"> <a href="ol.control.html">ol.control</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> <span class="subtitle">Typedefs</span> <li data-name="ol.control.ScaleLineUnits" class=""> <a href="ol.control.html#ScaleLineUnits">ScaleLineUnits</a> </li> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.control.defaults" class=""> <a href="ol.control.html#defaults">defaults</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.control.Attribution"> <span class="title"> <a href="ol.control.Attribution.html">ol.control.Attribution</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.control.Attribution.render" class="unstable"> <a href="ol.control.Attribution.html#render">render</a> </li> <li data-name="ol.control.Attribution#changed" class="unstable"> <a href="ol.control.Attribution.html#changed">changed</a> </li> <li data-name="ol.control.Attribution#get" class=""> <a href="ol.control.Attribution.html#get">get</a> </li> <li data-name="ol.control.Attribution#getCollapsed" class=""> <a href="ol.control.Attribution.html#getCollapsed">getCollapsed</a> </li> <li data-name="ol.control.Attribution#getCollapsible" class=""> <a href="ol.control.Attribution.html#getCollapsible">getCollapsible</a> </li> <li data-name="ol.control.Attribution#getKeys" class=""> <a href="ol.control.Attribution.html#getKeys">getKeys</a> </li> <li data-name="ol.control.Attribution#getMap" class=""> <a href="ol.control.Attribution.html#getMap">getMap</a> </li> <li data-name="ol.control.Attribution#getProperties" class=""> <a href="ol.control.Attribution.html#getProperties">getProperties</a> </li> <li data-name="ol.control.Attribution#getRevision" class="unstable"> <a href="ol.control.Attribution.html#getRevision">getRevision</a> </li> <li data-name="ol.control.Attribution#on" class=""> <a href="ol.control.Attribution.html#on">on</a> </li> <li data-name="ol.control.Attribution#once" class=""> <a href="ol.control.Attribution.html#once">once</a> </li> <li data-name="ol.control.Attribution#set" class=""> <a href="ol.control.Attribution.html#set">set</a> </li> <li data-name="ol.control.Attribution#setCollapsed" class=""> <a href="ol.control.Attribution.html#setCollapsed">setCollapsed</a> </li> <li data-name="ol.control.Attribution#setCollapsible" class=""> <a href="ol.control.Attribution.html#setCollapsible">setCollapsible</a> </li> <li data-name="ol.control.Attribution#setMap" class=""> <a href="ol.control.Attribution.html#setMap">setMap</a> </li> <li data-name="ol.control.Attribution#setProperties" class=""> <a href="ol.control.Attribution.html#setProperties">setProperties</a> </li> <li data-name="ol.control.Attribution#setTarget" class="unstable"> <a href="ol.control.Attribution.html#setTarget">setTarget</a> </li> <li data-name="ol.control.Attribution#un" class=""> <a href="ol.control.Attribution.html#un">un</a> </li> <li data-name="ol.control.Attribution#unByKey" class=""> <a href="ol.control.Attribution.html#unByKey">unByKey</a> </li> <li data-name="ol.control.Attribution#unset" class=""> <a href="ol.control.Attribution.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.control.Control"> <span class="title"> <a href="ol.control.Control.html">ol.control.Control</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.control.Control#changed" class="unstable"> <a href="ol.control.Control.html#changed">changed</a> </li> <li data-name="ol.control.Control#get" class=""> <a href="ol.control.Control.html#get">get</a> </li> <li data-name="ol.control.Control#getKeys" class=""> <a href="ol.control.Control.html#getKeys">getKeys</a> </li> <li data-name="ol.control.Control#getMap" class=""> <a href="ol.control.Control.html#getMap">getMap</a> </li> <li data-name="ol.control.Control#getProperties" class=""> <a href="ol.control.Control.html#getProperties">getProperties</a> </li> <li data-name="ol.control.Control#getRevision" class="unstable"> <a href="ol.control.Control.html#getRevision">getRevision</a> </li> <li data-name="ol.control.Control#on" class=""> <a href="ol.control.Control.html#on">on</a> </li> <li data-name="ol.control.Control#once" class=""> <a href="ol.control.Control.html#once">once</a> </li> <li data-name="ol.control.Control#set" class=""> <a href="ol.control.Control.html#set">set</a> </li> <li data-name="ol.control.Control#setMap" class=""> <a href="ol.control.Control.html#setMap">setMap</a> </li> <li data-name="ol.control.Control#setProperties" class=""> <a href="ol.control.Control.html#setProperties">setProperties</a> </li> <li data-name="ol.control.Control#setTarget" class="unstable"> <a href="ol.control.Control.html#setTarget">setTarget</a> </li> <li data-name="ol.control.Control#un" class=""> <a href="ol.control.Control.html#un">un</a> </li> <li data-name="ol.control.Control#unByKey" class=""> <a href="ol.control.Control.html#unByKey">unByKey</a> </li> <li data-name="ol.control.Control#unset" class=""> <a href="ol.control.Control.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.control.FullScreen"> <span class="title"> <a href="ol.control.FullScreen.html">ol.control.FullScreen</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.control.FullScreen#changed" class="unstable"> <a href="ol.control.FullScreen.html#changed">changed</a> </li> <li data-name="ol.control.FullScreen#get" class=""> <a href="ol.control.FullScreen.html#get">get</a> </li> <li data-name="ol.control.FullScreen#getKeys" class=""> <a href="ol.control.FullScreen.html#getKeys">getKeys</a> </li> <li data-name="ol.control.FullScreen#getMap" class=""> <a href="ol.control.FullScreen.html#getMap">getMap</a> </li> <li data-name="ol.control.FullScreen#getProperties" class=""> <a href="ol.control.FullScreen.html#getProperties">getProperties</a> </li> <li data-name="ol.control.FullScreen#getRevision" class="unstable"> <a href="ol.control.FullScreen.html#getRevision">getRevision</a> </li> <li data-name="ol.control.FullScreen#on" class=""> <a href="ol.control.FullScreen.html#on">on</a> </li> <li data-name="ol.control.FullScreen#once" class=""> <a href="ol.control.FullScreen.html#once">once</a> </li> <li data-name="ol.control.FullScreen#set" class=""> <a href="ol.control.FullScreen.html#set">set</a> </li> <li data-name="ol.control.FullScreen#setMap" class=""> <a href="ol.control.FullScreen.html#setMap">setMap</a> </li> <li data-name="ol.control.FullScreen#setProperties" class=""> <a href="ol.control.FullScreen.html#setProperties">setProperties</a> </li> <li data-name="ol.control.FullScreen#setTarget" class="unstable"> <a href="ol.control.FullScreen.html#setTarget">setTarget</a> </li> <li data-name="ol.control.FullScreen#un" class=""> <a href="ol.control.FullScreen.html#un">un</a> </li> <li data-name="ol.control.FullScreen#unByKey" class=""> <a href="ol.control.FullScreen.html#unByKey">unByKey</a> </li> <li data-name="ol.control.FullScreen#unset" class=""> <a href="ol.control.FullScreen.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.control.MousePosition"> <span class="title"> <a href="ol.control.MousePosition.html">ol.control.MousePosition</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.control.MousePosition.render" class="unstable"> <a href="ol.control.MousePosition.html#render">render</a> </li> <li data-name="ol.control.MousePosition#changed" class="unstable"> <a href="ol.control.MousePosition.html#changed">changed</a> </li> <li data-name="ol.control.MousePosition#get" class=""> <a href="ol.control.MousePosition.html#get">get</a> </li> <li data-name="ol.control.MousePosition#getCoordinateFormat" class=""> <a href="ol.control.MousePosition.html#getCoordinateFormat">getCoordinateFormat</a> </li> <li data-name="ol.control.MousePosition#getKeys" class=""> <a href="ol.control.MousePosition.html#getKeys">getKeys</a> </li> <li data-name="ol.control.MousePosition#getMap" class=""> <a href="ol.control.MousePosition.html#getMap">getMap</a> </li> <li data-name="ol.control.MousePosition#getProjection" class=""> <a href="ol.control.MousePosition.html#getProjection">getProjection</a> </li> <li data-name="ol.control.MousePosition#getProperties" class=""> <a href="ol.control.MousePosition.html#getProperties">getProperties</a> </li> <li data-name="ol.control.MousePosition#getRevision" class="unstable"> <a href="ol.control.MousePosition.html#getRevision">getRevision</a> </li> <li data-name="ol.control.MousePosition#on" class=""> <a href="ol.control.MousePosition.html#on">on</a> </li> <li data-name="ol.control.MousePosition#once" class=""> <a href="ol.control.MousePosition.html#once">once</a> </li> <li data-name="ol.control.MousePosition#set" class=""> <a href="ol.control.MousePosition.html#set">set</a> </li> <li data-name="ol.control.MousePosition#setCoordinateFormat" class=""> <a href="ol.control.MousePosition.html#setCoordinateFormat">setCoordinateFormat</a> </li> <li data-name="ol.control.MousePosition#setMap" class=""> <a href="ol.control.MousePosition.html#setMap">setMap</a> </li> <li data-name="ol.control.MousePosition#setProjection" class=""> <a href="ol.control.MousePosition.html#setProjection">setProjection</a> </li> <li data-name="ol.control.MousePosition#setProperties" class=""> <a href="ol.control.MousePosition.html#setProperties">setProperties</a> </li> <li data-name="ol.control.MousePosition#setTarget" class="unstable"> <a href="ol.control.MousePosition.html#setTarget">setTarget</a> </li> <li data-name="ol.control.MousePosition#un" class=""> <a href="ol.control.MousePosition.html#un">un</a> </li> <li data-name="ol.control.MousePosition#unByKey" class=""> <a href="ol.control.MousePosition.html#unByKey">unByKey</a> </li> <li data-name="ol.control.MousePosition#unset" class=""> <a href="ol.control.MousePosition.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="ol.ObjectEvent#event:change:coordinateFormat" class="unstable"> change:coordinateFormat </li> <li data-name="ol.ObjectEvent#event:change:projection" class="unstable"> change:projection </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.control.OverviewMap"> <span class="title"> <a href="ol.control.OverviewMap.html">ol.control.OverviewMap</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.control.OverviewMap.render" class="unstable"> <a href="ol.control.OverviewMap.html#render">render</a> </li> <li data-name="ol.control.OverviewMap#changed" class="unstable"> <a href="ol.control.OverviewMap.html#changed">changed</a> </li> <li data-name="ol.control.OverviewMap#get" class=""> <a href="ol.control.OverviewMap.html#get">get</a> </li> <li data-name="ol.control.OverviewMap#getCollapsed" class=""> <a href="ol.control.OverviewMap.html#getCollapsed">getCollapsed</a> </li> <li data-name="ol.control.OverviewMap#getCollapsible" class=""> <a href="ol.control.OverviewMap.html#getCollapsible">getCollapsible</a> </li> <li data-name="ol.control.OverviewMap#getKeys" class=""> <a href="ol.control.OverviewMap.html#getKeys">getKeys</a> </li> <li data-name="ol.control.OverviewMap#getMap" class=""> <a href="ol.control.OverviewMap.html#getMap">getMap</a> </li> <li data-name="ol.control.OverviewMap#getProperties" class=""> <a href="ol.control.OverviewMap.html#getProperties">getProperties</a> </li> <li data-name="ol.control.OverviewMap#getRevision" class="unstable"> <a href="ol.control.OverviewMap.html#getRevision">getRevision</a> </li> <li data-name="ol.control.OverviewMap#on" class=""> <a href="ol.control.OverviewMap.html#on">on</a> </li> <li data-name="ol.control.OverviewMap#once" class=""> <a href="ol.control.OverviewMap.html#once">once</a> </li> <li data-name="ol.control.OverviewMap#set" class=""> <a href="ol.control.OverviewMap.html#set">set</a> </li> <li data-name="ol.control.OverviewMap#setCollapsed" class=""> <a href="ol.control.OverviewMap.html#setCollapsed">setCollapsed</a> </li> <li data-name="ol.control.OverviewMap#setCollapsible" class=""> <a href="ol.control.OverviewMap.html#setCollapsible">setCollapsible</a> </li> <li data-name="ol.control.OverviewMap#setMap" class=""> <a href="ol.control.OverviewMap.html#setMap">setMap</a> </li> <li data-name="ol.control.OverviewMap#setProperties" class=""> <a href="ol.control.OverviewMap.html#setProperties">setProperties</a> </li> <li data-name="ol.control.OverviewMap#setTarget" class="unstable"> <a href="ol.control.OverviewMap.html#setTarget">setTarget</a> </li> <li data-name="ol.control.OverviewMap#un" class=""> <a href="ol.control.OverviewMap.html#un">un</a> </li> <li data-name="ol.control.OverviewMap#unByKey" class=""> <a href="ol.control.OverviewMap.html#unByKey">unByKey</a> </li> <li data-name="ol.control.OverviewMap#unset" class=""> <a href="ol.control.OverviewMap.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.control.Rotate"> <span class="title"> <a href="ol.control.Rotate.html">ol.control.Rotate</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.control.Rotate.render" class="unstable"> <a href="ol.control.Rotate.html#render">render</a> </li> <li data-name="ol.control.Rotate#changed" class="unstable"> <a href="ol.control.Rotate.html#changed">changed</a> </li> <li data-name="ol.control.Rotate#get" class=""> <a href="ol.control.Rotate.html#get">get</a> </li> <li data-name="ol.control.Rotate#getKeys" class=""> <a href="ol.control.Rotate.html#getKeys">getKeys</a> </li> <li data-name="ol.control.Rotate#getMap" class=""> <a href="ol.control.Rotate.html#getMap">getMap</a> </li> <li data-name="ol.control.Rotate#getProperties" class=""> <a href="ol.control.Rotate.html#getProperties">getProperties</a> </li> <li data-name="ol.control.Rotate#getRevision" class="unstable"> <a href="ol.control.Rotate.html#getRevision">getRevision</a> </li> <li data-name="ol.control.Rotate#on" class=""> <a href="ol.control.Rotate.html#on">on</a> </li> <li data-name="ol.control.Rotate#once" class=""> <a href="ol.control.Rotate.html#once">once</a> </li> <li data-name="ol.control.Rotate#set" class=""> <a href="ol.control.Rotate.html#set">set</a> </li> <li data-name="ol.control.Rotate#setMap" class=""> <a href="ol.control.Rotate.html#setMap">setMap</a> </li> <li data-name="ol.control.Rotate#setProperties" class=""> <a href="ol.control.Rotate.html#setProperties">setProperties</a> </li> <li data-name="ol.control.Rotate#setTarget" class="unstable"> <a href="ol.control.Rotate.html#setTarget">setTarget</a> </li> <li data-name="ol.control.Rotate#un" class=""> <a href="ol.control.Rotate.html#un">un</a> </li> <li data-name="ol.control.Rotate#unByKey" class=""> <a href="ol.control.Rotate.html#unByKey">unByKey</a> </li> <li data-name="ol.control.Rotate#unset" class=""> <a href="ol.control.Rotate.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.control.ScaleLine"> <span class="title"> <a href="ol.control.ScaleLine.html">ol.control.ScaleLine</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.control.ScaleLine.render" class="unstable"> <a href="ol.control.ScaleLine.html#render">render</a> </li> <li data-name="ol.control.ScaleLine#changed" class="unstable"> <a href="ol.control.ScaleLine.html#changed">changed</a> </li> <li data-name="ol.control.ScaleLine#get" class=""> <a href="ol.control.ScaleLine.html#get">get</a> </li> <li data-name="ol.control.ScaleLine#getKeys" class=""> <a href="ol.control.ScaleLine.html#getKeys">getKeys</a> </li> <li data-name="ol.control.ScaleLine#getMap" class=""> <a href="ol.control.ScaleLine.html#getMap">getMap</a> </li> <li data-name="ol.control.ScaleLine#getProperties" class=""> <a href="ol.control.ScaleLine.html#getProperties">getProperties</a> </li> <li data-name="ol.control.ScaleLine#getRevision" class="unstable"> <a href="ol.control.ScaleLine.html#getRevision">getRevision</a> </li> <li data-name="ol.control.ScaleLine#getUnits" class=""> <a href="ol.control.ScaleLine.html#getUnits">getUnits</a> </li> <li data-name="ol.control.ScaleLine#on" class=""> <a href="ol.control.ScaleLine.html#on">on</a> </li> <li data-name="ol.control.ScaleLine#once" class=""> <a href="ol.control.ScaleLine.html#once">once</a> </li> <li data-name="ol.control.ScaleLine#set" class=""> <a href="ol.control.ScaleLine.html#set">set</a> </li> <li data-name="ol.control.ScaleLine#setMap" class=""> <a href="ol.control.ScaleLine.html#setMap">setMap</a> </li> <li data-name="ol.control.ScaleLine#setProperties" class=""> <a href="ol.control.ScaleLine.html#setProperties">setProperties</a> </li> <li data-name="ol.control.ScaleLine#setTarget" class="unstable"> <a href="ol.control.ScaleLine.html#setTarget">setTarget</a> </li> <li data-name="ol.control.ScaleLine#setUnits" class=""> <a href="ol.control.ScaleLine.html#setUnits">setUnits</a> </li> <li data-name="ol.control.ScaleLine#un" class=""> <a href="ol.control.ScaleLine.html#un">un</a> </li> <li data-name="ol.control.ScaleLine#unByKey" class=""> <a href="ol.control.ScaleLine.html#unByKey">unByKey</a> </li> <li data-name="ol.control.ScaleLine#unset" class=""> <a href="ol.control.ScaleLine.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="ol.ObjectEvent#event:change:units" class="unstable"> change:units </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.control.Zoom"> <span class="title"> <a href="ol.control.Zoom.html">ol.control.Zoom</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.control.Zoom#changed" class="unstable"> <a href="ol.control.Zoom.html#changed">changed</a> </li> <li data-name="ol.control.Zoom#get" class=""> <a href="ol.control.Zoom.html#get">get</a> </li> <li data-name="ol.control.Zoom#getKeys" class=""> <a href="ol.control.Zoom.html#getKeys">getKeys</a> </li> <li data-name="ol.control.Zoom#getMap" class=""> <a href="ol.control.Zoom.html#getMap">getMap</a> </li> <li data-name="ol.control.Zoom#getProperties" class=""> <a href="ol.control.Zoom.html#getProperties">getProperties</a> </li> <li data-name="ol.control.Zoom#getRevision" class="unstable"> <a href="ol.control.Zoom.html#getRevision">getRevision</a> </li> <li data-name="ol.control.Zoom#on" class=""> <a href="ol.control.Zoom.html#on">on</a> </li> <li data-name="ol.control.Zoom#once" class=""> <a href="ol.control.Zoom.html#once">once</a> </li> <li data-name="ol.control.Zoom#set" class=""> <a href="ol.control.Zoom.html#set">set</a> </li> <li data-name="ol.control.Zoom#setMap" class=""> <a href="ol.control.Zoom.html#setMap">setMap</a> </li> <li data-name="ol.control.Zoom#setProperties" class=""> <a href="ol.control.Zoom.html#setProperties">setProperties</a> </li> <li data-name="ol.control.Zoom#setTarget" class="unstable"> <a href="ol.control.Zoom.html#setTarget">setTarget</a> </li> <li data-name="ol.control.Zoom#un" class=""> <a href="ol.control.Zoom.html#un">un</a> </li> <li data-name="ol.control.Zoom#unByKey" class=""> <a href="ol.control.Zoom.html#unByKey">unByKey</a> </li> <li data-name="ol.control.Zoom#unset" class=""> <a href="ol.control.Zoom.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.control.ZoomSlider"> <span class="title"> <a href="ol.control.ZoomSlider.html">ol.control.ZoomSlider</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.control.ZoomSlider.render" class="unstable"> <a href="ol.control.ZoomSlider.html#render">render</a> </li> <li data-name="ol.control.ZoomSlider#changed" class="unstable"> <a href="ol.control.ZoomSlider.html#changed">changed</a> </li> <li data-name="ol.control.ZoomSlider#get" class=""> <a href="ol.control.ZoomSlider.html#get">get</a> </li> <li data-name="ol.control.ZoomSlider#getKeys" class=""> <a href="ol.control.ZoomSlider.html#getKeys">getKeys</a> </li> <li data-name="ol.control.ZoomSlider#getMap" class=""> <a href="ol.control.ZoomSlider.html#getMap">getMap</a> </li> <li data-name="ol.control.ZoomSlider#getProperties" class=""> <a href="ol.control.ZoomSlider.html#getProperties">getProperties</a> </li> <li data-name="ol.control.ZoomSlider#getRevision" class="unstable"> <a href="ol.control.ZoomSlider.html#getRevision">getRevision</a> </li> <li data-name="ol.control.ZoomSlider#on" class=""> <a href="ol.control.ZoomSlider.html#on">on</a> </li> <li data-name="ol.control.ZoomSlider#once" class=""> <a href="ol.control.ZoomSlider.html#once">once</a> </li> <li data-name="ol.control.ZoomSlider#set" class=""> <a href="ol.control.ZoomSlider.html#set">set</a> </li> <li data-name="ol.control.ZoomSlider#setMap" class=""> <a href="ol.control.ZoomSlider.html#setMap">setMap</a> </li> <li data-name="ol.control.ZoomSlider#setProperties" class=""> <a href="ol.control.ZoomSlider.html#setProperties">setProperties</a> </li> <li data-name="ol.control.ZoomSlider#setTarget" class="unstable"> <a href="ol.control.ZoomSlider.html#setTarget">setTarget</a> </li> <li data-name="ol.control.ZoomSlider#un" class=""> <a href="ol.control.ZoomSlider.html#un">un</a> </li> <li data-name="ol.control.ZoomSlider#unByKey" class=""> <a href="ol.control.ZoomSlider.html#unByKey">unByKey</a> </li> <li data-name="ol.control.ZoomSlider#unset" class=""> <a href="ol.control.ZoomSlider.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.control.ZoomToExtent"> <span class="title"> <a href="ol.control.ZoomToExtent.html">ol.control.ZoomToExtent</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.control.ZoomToExtent#changed" class="unstable"> <a href="ol.control.ZoomToExtent.html#changed">changed</a> </li> <li data-name="ol.control.ZoomToExtent#get" class=""> <a href="ol.control.ZoomToExtent.html#get">get</a> </li> <li data-name="ol.control.ZoomToExtent#getKeys" class=""> <a href="ol.control.ZoomToExtent.html#getKeys">getKeys</a> </li> <li data-name="ol.control.ZoomToExtent#getMap" class=""> <a href="ol.control.ZoomToExtent.html#getMap">getMap</a> </li> <li data-name="ol.control.ZoomToExtent#getProperties" class=""> <a href="ol.control.ZoomToExtent.html#getProperties">getProperties</a> </li> <li data-name="ol.control.ZoomToExtent#getRevision" class="unstable"> <a href="ol.control.ZoomToExtent.html#getRevision">getRevision</a> </li> <li data-name="ol.control.ZoomToExtent#on" class=""> <a href="ol.control.ZoomToExtent.html#on">on</a> </li> <li data-name="ol.control.ZoomToExtent#once" class=""> <a href="ol.control.ZoomToExtent.html#once">once</a> </li> <li data-name="ol.control.ZoomToExtent#set" class=""> <a href="ol.control.ZoomToExtent.html#set">set</a> </li> <li data-name="ol.control.ZoomToExtent#setMap" class=""> <a href="ol.control.ZoomToExtent.html#setMap">setMap</a> </li> <li data-name="ol.control.ZoomToExtent#setProperties" class=""> <a href="ol.control.ZoomToExtent.html#setProperties">setProperties</a> </li> <li data-name="ol.control.ZoomToExtent#setTarget" class="unstable"> <a href="ol.control.ZoomToExtent.html#setTarget">setTarget</a> </li> <li data-name="ol.control.ZoomToExtent#un" class=""> <a href="ol.control.ZoomToExtent.html#un">un</a> </li> <li data-name="ol.control.ZoomToExtent#unByKey" class=""> <a href="ol.control.ZoomToExtent.html#unByKey">unByKey</a> </li> <li data-name="ol.control.ZoomToExtent#unset" class=""> <a href="ol.control.ZoomToExtent.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.coordinate"> <span class="title"> <a href="ol.coordinate.html">ol.coordinate</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.coordinate.add" class=""> <a href="ol.coordinate.html#add">add</a> </li> <li data-name="ol.coordinate.createStringXY" class=""> <a href="ol.coordinate.html#createStringXY">createStringXY</a> </li> <li data-name="ol.coordinate.format" class=""> <a href="ol.coordinate.html#format">format</a> </li> <li data-name="ol.coordinate.rotate" class=""> <a href="ol.coordinate.html#rotate">rotate</a> </li> <li data-name="ol.coordinate.toStringHDMS" class=""> <a href="ol.coordinate.html#toStringHDMS">toStringHDMS</a> </li> <li data-name="ol.coordinate.toStringXY" class=""> <a href="ol.coordinate.html#toStringXY">toStringXY</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.easing"> <span class="title"> <a href="ol.easing.html">ol.easing</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.easing.easeIn" class="unstable"> <a href="ol.easing.html#easeIn">easeIn</a> </li> <li data-name="ol.easing.easeOut" class="unstable"> <a href="ol.easing.html#easeOut">easeOut</a> </li> <li data-name="ol.easing.inAndOut" class="unstable"> <a href="ol.easing.html#inAndOut">inAndOut</a> </li> <li data-name="ol.easing.linear" class="unstable"> <a href="ol.easing.html#linear">linear</a> </li> <li data-name="ol.easing.upAndDown" class="unstable"> <a href="ol.easing.html#upAndDown">upAndDown</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.events"> <span class="title"> <a href="ol.events.html">ol.events</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> <span class="subtitle">Typedefs</span> <li data-name="ol.events.ConditionType" class=""> <a href="ol.events.html#ConditionType">ConditionType</a> </li> </ul> <ul class="methods itemMembers"> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.events.condition"> <span class="title"> <a href="ol.events.condition.html">ol.events.condition</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.events.condition.altKeyOnly" class=""> <a href="ol.events.condition.html#altKeyOnly">altKeyOnly</a> </li> <li data-name="ol.events.condition.altShiftKeysOnly" class=""> <a href="ol.events.condition.html#altShiftKeysOnly">altShiftKeysOnly</a> </li> <li data-name="ol.events.condition.always" class=""> <a href="ol.events.condition.html#always">always</a> </li> <li data-name="ol.events.condition.click" class=""> <a href="ol.events.condition.html#click">click</a> </li> <li data-name="ol.events.condition.mouseOnly" class=""> <a href="ol.events.condition.html#mouseOnly">mouseOnly</a> </li> <li data-name="ol.events.condition.never" class=""> <a href="ol.events.condition.html#never">never</a> </li> <li data-name="ol.events.condition.noModifierKeys" class=""> <a href="ol.events.condition.html#noModifierKeys">noModifierKeys</a> </li> <li data-name="ol.events.condition.platformModifierKeyOnly" class=""> <a href="ol.events.condition.html#platformModifierKeyOnly">platformModifierKeyOnly</a> </li> <li data-name="ol.events.condition.pointerMove" class="unstable"> <a href="ol.events.condition.html#pointerMove">pointerMove</a> </li> <li data-name="ol.events.condition.shiftKeyOnly" class=""> <a href="ol.events.condition.html#shiftKeyOnly">shiftKeyOnly</a> </li> <li data-name="ol.events.condition.singleClick" class=""> <a href="ol.events.condition.html#singleClick">singleClick</a> </li> <li data-name="ol.events.condition.targetNotEditable" class="unstable"> <a href="ol.events.condition.html#targetNotEditable">targetNotEditable</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.extent"> <span class="title"> <a href="ol.extent.html">ol.extent</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.extent.applyTransform" class=""> <a href="ol.extent.html#applyTransform">applyTransform</a> </li> <li data-name="ol.extent.boundingExtent" class=""> <a href="ol.extent.html#boundingExtent">boundingExtent</a> </li> <li data-name="ol.extent.buffer" class=""> <a href="ol.extent.html#buffer">buffer</a> </li> <li data-name="ol.extent.containsCoordinate" class=""> <a href="ol.extent.html#containsCoordinate">containsCoordinate</a> </li> <li data-name="ol.extent.containsExtent" class=""> <a href="ol.extent.html#containsExtent">containsExtent</a> </li> <li data-name="ol.extent.containsXY" class=""> <a href="ol.extent.html#containsXY">containsXY</a> </li> <li data-name="ol.extent.createEmpty" class=""> <a href="ol.extent.html#createEmpty">createEmpty</a> </li> <li data-name="ol.extent.equals" class=""> <a href="ol.extent.html#equals">equals</a> </li> <li data-name="ol.extent.extend" class=""> <a href="ol.extent.html#extend">extend</a> </li> <li data-name="ol.extent.getBottomLeft" class=""> <a href="ol.extent.html#getBottomLeft">getBottomLeft</a> </li> <li data-name="ol.extent.getBottomRight" class=""> <a href="ol.extent.html#getBottomRight">getBottomRight</a> </li> <li data-name="ol.extent.getCenter" class=""> <a href="ol.extent.html#getCenter">getCenter</a> </li> <li data-name="ol.extent.getHeight" class=""> <a href="ol.extent.html#getHeight">getHeight</a> </li> <li data-name="ol.extent.getIntersection" class=""> <a href="ol.extent.html#getIntersection">getIntersection</a> </li> <li data-name="ol.extent.getSize" class=""> <a href="ol.extent.html#getSize">getSize</a> </li> <li data-name="ol.extent.getTopLeft" class=""> <a href="ol.extent.html#getTopLeft">getTopLeft</a> </li> <li data-name="ol.extent.getTopRight" class=""> <a href="ol.extent.html#getTopRight">getTopRight</a> </li> <li data-name="ol.extent.getWidth" class=""> <a href="ol.extent.html#getWidth">getWidth</a> </li> <li data-name="ol.extent.intersects" class=""> <a href="ol.extent.html#intersects">intersects</a> </li> <li data-name="ol.extent.isEmpty" class=""> <a href="ol.extent.html#isEmpty">isEmpty</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.featureloader"> <span class="title"> <a href="ol.featureloader.html">ol.featureloader</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.featureloader.xhr" class="unstable"> <a href="ol.featureloader.html#xhr">xhr</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.format"> <span class="title"> <a href="ol.format.html">ol.format</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> <span class="subtitle">Typedefs</span> <li data-name="ol.format.IGCZ" class="unstable"> <a href="ol.format.html#IGCZ">IGCZ</a> </li> </ul> <ul class="methods itemMembers"> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.format.EsriJSON"> <span class="title"> <a href="ol.format.EsriJSON.html">ol.format.EsriJSON</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.format.EsriJSON#readFeature" class="unstable"> <a href="ol.format.EsriJSON.html#readFeature">readFeature</a> </li> <li data-name="ol.format.EsriJSON#readFeatures" class="unstable"> <a href="ol.format.EsriJSON.html#readFeatures">readFeatures</a> </li> <li data-name="ol.format.EsriJSON#readGeometry" class="unstable"> <a href="ol.format.EsriJSON.html#readGeometry">readGeometry</a> </li> <li data-name="ol.format.EsriJSON#readProjection" class="unstable"> <a href="ol.format.EsriJSON.html#readProjection">readProjection</a> </li> <li data-name="ol.format.EsriJSON#writeFeature" class="unstable"> <a href="ol.format.EsriJSON.html#writeFeature">writeFeature</a> </li> <li data-name="ol.format.EsriJSON#writeFeatureObject" class="unstable"> <a href="ol.format.EsriJSON.html#writeFeatureObject">writeFeatureObject</a> </li> <li data-name="ol.format.EsriJSON#writeFeatures" class="unstable"> <a href="ol.format.EsriJSON.html#writeFeatures">writeFeatures</a> </li> <li data-name="ol.format.EsriJSON#writeFeaturesObject" class="unstable"> <a href="ol.format.EsriJSON.html#writeFeaturesObject">writeFeaturesObject</a> </li> <li data-name="ol.format.EsriJSON#writeGeometry" class="unstable"> <a href="ol.format.EsriJSON.html#writeGeometry">writeGeometry</a> </li> <li data-name="ol.format.EsriJSON#writeGeometryObject" class="unstable"> <a href="ol.format.EsriJSON.html#writeGeometryObject">writeGeometryObject</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.format.Feature"> <span class="title"> <a href="ol.format.Feature.html">ol.format.Feature</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.format.GML"> <span class="title"> <a href="ol.format.GML.html">ol.format.GML</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.format.GML#readFeatures" class=""> <a href="ol.format.GML.html#readFeatures">readFeatures</a> </li> <li data-name="ol.format.GML#writeFeatures" class=""> <a href="ol.format.GML.html#writeFeatures">writeFeatures</a> </li> <li data-name="ol.format.GML#writeFeaturesNode" class="unstable"> <a href="ol.format.GML.html#writeFeaturesNode">writeFeaturesNode</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.format.GML2"> <span class="title"> <a href="ol.format.GML2.html">ol.format.GML2</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.format.GML2#readFeatures" class=""> <a href="ol.format.GML2.html#readFeatures">readFeatures</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.format.GML3"> <span class="title"> <a href="ol.format.GML3.html">ol.format.GML3</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.format.GML3#readFeatures" class=""> <a href="ol.format.GML3.html#readFeatures">readFeatures</a> </li> <li data-name="ol.format.GML3#writeFeatures" class=""> <a href="ol.format.GML3.html#writeFeatures">writeFeatures</a> </li> <li data-name="ol.format.GML3#writeFeaturesNode" class="unstable"> <a href="ol.format.GML3.html#writeFeaturesNode">writeFeaturesNode</a> </li> <li data-name="ol.format.GML3#writeGeometryNode" class="unstable"> <a href="ol.format.GML3.html#writeGeometryNode">writeGeometryNode</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.format.GMLBase"> <span class="title"> <a href="ol.format.GMLBase.html">ol.format.GMLBase</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.format.GMLBase#readFeatures" class=""> <a href="ol.format.GMLBase.html#readFeatures">readFeatures</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.format.GPX"> <span class="title"> <a href="ol.format.GPX.html">ol.format.GPX</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.format.GPX#readFeature" class=""> <a href="ol.format.GPX.html#readFeature">readFeature</a> </li> <li data-name="ol.format.GPX#readFeatures" class=""> <a href="ol.format.GPX.html#readFeatures">readFeatures</a> </li> <li data-name="ol.format.GPX#readProjection" class=""> <a href="ol.format.GPX.html#readProjection">readProjection</a> </li> <li data-name="ol.format.GPX#writeFeatures" class=""> <a href="ol.format.GPX.html#writeFeatures">writeFeatures</a> </li> <li data-name="ol.format.GPX#writeFeaturesNode" class="unstable"> <a href="ol.format.GPX.html#writeFeaturesNode">writeFeaturesNode</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.format.GeoJSON"> <span class="title"> <a href="ol.format.GeoJSON.html">ol.format.GeoJSON</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.format.GeoJSON#readFeature" class=""> <a href="ol.format.GeoJSON.html#readFeature">readFeature</a> </li> <li data-name="ol.format.GeoJSON#readFeatures" class=""> <a href="ol.format.GeoJSON.html#readFeatures">readFeatures</a> </li> <li data-name="ol.format.GeoJSON#readGeometry" class=""> <a href="ol.format.GeoJSON.html#readGeometry">readGeometry</a> </li> <li data-name="ol.format.GeoJSON#readProjection" class=""> <a href="ol.format.GeoJSON.html#readProjection">readProjection</a> </li> <li data-name="ol.format.GeoJSON#writeFeature" class=""> <a href="ol.format.GeoJSON.html#writeFeature">writeFeature</a> </li> <li data-name="ol.format.GeoJSON#writeFeatureObject" class=""> <a href="ol.format.GeoJSON.html#writeFeatureObject">writeFeatureObject</a> </li> <li data-name="ol.format.GeoJSON#writeFeatures" class=""> <a href="ol.format.GeoJSON.html#writeFeatures">writeFeatures</a> </li> <li data-name="ol.format.GeoJSON#writeFeaturesObject" class=""> <a href="ol.format.GeoJSON.html#writeFeaturesObject">writeFeaturesObject</a> </li> <li data-name="ol.format.GeoJSON#writeGeometry" class=""> <a href="ol.format.GeoJSON.html#writeGeometry">writeGeometry</a> </li> <li data-name="ol.format.GeoJSON#writeGeometryObject" class=""> <a href="ol.format.GeoJSON.html#writeGeometryObject">writeGeometryObject</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.format.IGC"> <span class="title"> <a href="ol.format.IGC.html">ol.format.IGC</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.format.IGC#readFeature" class="unstable"> <a href="ol.format.IGC.html#readFeature">readFeature</a> </li> <li data-name="ol.format.IGC#readFeatures" class="unstable"> <a href="ol.format.IGC.html#readFeatures">readFeatures</a> </li> <li data-name="ol.format.IGC#readProjection" class="unstable"> <a href="ol.format.IGC.html#readProjection">readProjection</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.format.JSONFeature"> <span class="title"> <a href="ol.format.JSONFeature.html">ol.format.JSONFeature</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.format.KML"> <span class="title"> <a href="ol.format.KML.html">ol.format.KML</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.format.KML#readFeature" class=""> <a href="ol.format.KML.html#readFeature">readFeature</a> </li> <li data-name="ol.format.KML#readFeatures" class=""> <a href="ol.format.KML.html#readFeatures">readFeatures</a> </li> <li data-name="ol.format.KML#readName" class=""> <a href="ol.format.KML.html#readName">readName</a> </li> <li data-name="ol.format.KML#readNetworkLinks" class="unstable"> <a href="ol.format.KML.html#readNetworkLinks">readNetworkLinks</a> </li> <li data-name="ol.format.KML#readProjection" class=""> <a href="ol.format.KML.html#readProjection">readProjection</a> </li> <li data-name="ol.format.KML#writeFeatures" class=""> <a href="ol.format.KML.html#writeFeatures">writeFeatures</a> </li> <li data-name="ol.format.KML#writeFeaturesNode" class="unstable"> <a href="ol.format.KML.html#writeFeaturesNode">writeFeaturesNode</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.format.OSMXML"> <span class="title"> <a href="ol.format.OSMXML.html">ol.format.OSMXML</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.format.OSMXML#readFeatures" class=""> <a href="ol.format.OSMXML.html#readFeatures">readFeatures</a> </li> <li data-name="ol.format.OSMXML#readProjection" class=""> <a href="ol.format.OSMXML.html#readProjection">readProjection</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.format.Polyline"> <span class="title"> <a href="ol.format.Polyline.html">ol.format.Polyline</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.format.Polyline.decodeDeltas" class="unstable"> <a href="ol.format.Polyline.html#decodeDeltas">decodeDeltas</a> </li> <li data-name="ol.format.Polyline.decodeFloats" class="unstable"> <a href="ol.format.Polyline.html#decodeFloats">decodeFloats</a> </li> <li data-name="ol.format.Polyline.encodeDeltas" class="unstable"> <a href="ol.format.Polyline.html#encodeDeltas">encodeDeltas</a> </li> <li data-name="ol.format.Polyline.encodeFloats" class="unstable"> <a href="ol.format.Polyline.html#encodeFloats">encodeFloats</a> </li> <li data-name="ol.format.Polyline#readFeature" class=""> <a href="ol.format.Polyline.html#readFeature">readFeature</a> </li> <li data-name="ol.format.Polyline#readFeatures" class=""> <a href="ol.format.Polyline.html#readFeatures">readFeatures</a> </li> <li data-name="ol.format.Polyline#readGeometry" class=""> <a href="ol.format.Polyline.html#readGeometry">readGeometry</a> </li> <li data-name="ol.format.Polyline#readProjection" class=""> <a href="ol.format.Polyline.html#readProjection">readProjection</a> </li> <li data-name="ol.format.Polyline#writeGeometry" class=""> <a href="ol.format.Polyline.html#writeGeometry">writeGeometry</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.format.TextFeature"> <span class="title"> <a href="ol.format.TextFeature.html">ol.format.TextFeature</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.format.TopoJSON"> <span class="title"> <a href="ol.format.TopoJSON.html">ol.format.TopoJSON</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.format.TopoJSON#readFeatures" class=""> <a href="ol.format.TopoJSON.html#readFeatures">readFeatures</a> </li> <li data-name="ol.format.TopoJSON#readProjection" class=""> <a href="ol.format.TopoJSON.html#readProjection">readProjection</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.format.WFS"> <span class="title"> <a href="ol.format.WFS.html">ol.format.WFS</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> <span class="subtitle">Typedefs</span> <li data-name="ol.format.WFS.FeatureCollectionMetadata" class=""> <a href="ol.format.WFS.html#FeatureCollectionMetadata">FeatureCollectionMetadata</a> </li> <li data-name="ol.format.WFS.TransactionResponse" class=""> <a href="ol.format.WFS.html#TransactionResponse">TransactionResponse</a> </li> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.format.WFS#readFeatureCollectionMetadata" class=""> <a href="ol.format.WFS.html#readFeatureCollectionMetadata">readFeatureCollectionMetadata</a> </li> <li data-name="ol.format.WFS#readFeatures" class=""> <a href="ol.format.WFS.html#readFeatures">readFeatures</a> </li> <li data-name="ol.format.WFS#readProjection" class=""> <a href="ol.format.WFS.html#readProjection">readProjection</a> </li> <li data-name="ol.format.WFS#readTransactionResponse" class=""> <a href="ol.format.WFS.html#readTransactionResponse">readTransactionResponse</a> </li> <li data-name="ol.format.WFS#writeGetFeature" class=""> <a href="ol.format.WFS.html#writeGetFeature">writeGetFeature</a> </li> <li data-name="ol.format.WFS#writeTransaction" class=""> <a href="ol.format.WFS.html#writeTransaction">writeTransaction</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.format.WKT"> <span class="title"> <a href="ol.format.WKT.html">ol.format.WKT</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.format.WKT#readFeature" class=""> <a href="ol.format.WKT.html#readFeature">readFeature</a> </li> <li data-name="ol.format.WKT#readFeatures" class=""> <a href="ol.format.WKT.html#readFeatures">readFeatures</a> </li> <li data-name="ol.format.WKT#readGeometry" class=""> <a href="ol.format.WKT.html#readGeometry">readGeometry</a> </li> <li data-name="ol.format.WKT#writeFeature" class=""> <a href="ol.format.WKT.html#writeFeature">writeFeature</a> </li> <li data-name="ol.format.WKT#writeFeatures" class=""> <a href="ol.format.WKT.html#writeFeatures">writeFeatures</a> </li> <li data-name="ol.format.WKT#writeGeometry" class=""> <a href="ol.format.WKT.html#writeGeometry">writeGeometry</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.format.WMSCapabilities"> <span class="title"> <a href="ol.format.WMSCapabilities.html">ol.format.WMSCapabilities</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.format.WMSCapabilities#read" class="unstable"> <a href="ol.format.WMSCapabilities.html#read">read</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.format.WMSGetFeatureInfo"> <span class="title"> <a href="ol.format.WMSGetFeatureInfo.html">ol.format.WMSGetFeatureInfo</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.format.WMSGetFeatureInfo#readFeatures" class=""> <a href="ol.format.WMSGetFeatureInfo.html#readFeatures">readFeatures</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.format.WMTSCapabilities"> <span class="title"> <a href="ol.format.WMTSCapabilities.html">ol.format.WMTSCapabilities</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.format.WMTSCapabilities#read" class="unstable"> <a href="ol.format.WMTSCapabilities.html#read">read</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.format.XML"> <span class="title"> <a href="ol.format.XML.html">ol.format.XML</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.format.XMLFeature"> <span class="title"> <a href="ol.format.XMLFeature.html">ol.format.XMLFeature</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.geom"> <span class="title"> <a href="ol.geom.html">ol.geom</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> <span class="subtitle">Typedefs</span> <li data-name="ol.geom.GeometryLayout" class=""> <a href="ol.geom.html#GeometryLayout">GeometryLayout</a> </li> <li data-name="ol.geom.GeometryType" class=""> <a href="ol.geom.html#GeometryType">GeometryType</a> </li> </ul> <ul class="methods itemMembers"> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.geom.Circle"> <span class="title"> <a href="ol.geom.Circle.html">ol.geom.Circle</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.geom.Circle#applyTransform" class=""> <a href="ol.geom.Circle.html#applyTransform">applyTransform</a> </li> <li data-name="ol.geom.Circle#changed" class="unstable"> <a href="ol.geom.Circle.html#changed">changed</a> </li> <li data-name="ol.geom.Circle#clone" class="unstable"> <a href="ol.geom.Circle.html#clone">clone</a> </li> <li data-name="ol.geom.Circle#get" class=""> <a href="ol.geom.Circle.html#get">get</a> </li> <li data-name="ol.geom.Circle#getCenter" class="unstable"> <a href="ol.geom.Circle.html#getCenter">getCenter</a> </li> <li data-name="ol.geom.Circle#getClosestPoint" class=""> <a href="ol.geom.Circle.html#getClosestPoint">getClosestPoint</a> </li> <li data-name="ol.geom.Circle#getExtent" class=""> <a href="ol.geom.Circle.html#getExtent">getExtent</a> </li> <li data-name="ol.geom.Circle#getFirstCoordinate" class=""> <a href="ol.geom.Circle.html#getFirstCoordinate">getFirstCoordinate</a> </li> <li data-name="ol.geom.Circle#getKeys" class=""> <a href="ol.geom.Circle.html#getKeys">getKeys</a> </li> <li data-name="ol.geom.Circle#getLastCoordinate" class=""> <a href="ol.geom.Circle.html#getLastCoordinate">getLastCoordinate</a> </li> <li data-name="ol.geom.Circle#getLayout" class=""> <a href="ol.geom.Circle.html#getLayout">getLayout</a> </li> <li data-name="ol.geom.Circle#getProperties" class=""> <a href="ol.geom.Circle.html#getProperties">getProperties</a> </li> <li data-name="ol.geom.Circle#getRadius" class="unstable"> <a href="ol.geom.Circle.html#getRadius">getRadius</a> </li> <li data-name="ol.geom.Circle#getRevision" class="unstable"> <a href="ol.geom.Circle.html#getRevision">getRevision</a> </li> <li data-name="ol.geom.Circle#getType" class="unstable"> <a href="ol.geom.Circle.html#getType">getType</a> </li> <li data-name="ol.geom.Circle#intersectsExtent" class=""> <a href="ol.geom.Circle.html#intersectsExtent">intersectsExtent</a> </li> <li data-name="ol.geom.Circle#on" class=""> <a href="ol.geom.Circle.html#on">on</a> </li> <li data-name="ol.geom.Circle#once" class=""> <a href="ol.geom.Circle.html#once">once</a> </li> <li data-name="ol.geom.Circle#set" class=""> <a href="ol.geom.Circle.html#set">set</a> </li> <li data-name="ol.geom.Circle#setCenter" class="unstable"> <a href="ol.geom.Circle.html#setCenter">setCenter</a> </li> <li data-name="ol.geom.Circle#setCenterAndRadius" class="unstable"> <a href="ol.geom.Circle.html#setCenterAndRadius">setCenterAndRadius</a> </li> <li data-name="ol.geom.Circle#setProperties" class=""> <a href="ol.geom.Circle.html#setProperties">setProperties</a> </li> <li data-name="ol.geom.Circle#setRadius" class="unstable"> <a href="ol.geom.Circle.html#setRadius">setRadius</a> </li> <li data-name="ol.geom.Circle#transform" class=""> <a href="ol.geom.Circle.html#transform">transform</a> </li> <li data-name="ol.geom.Circle#translate" class=""> <a href="ol.geom.Circle.html#translate">translate</a> </li> <li data-name="ol.geom.Circle#un" class=""> <a href="ol.geom.Circle.html#un">un</a> </li> <li data-name="ol.geom.Circle#unByKey" class=""> <a href="ol.geom.Circle.html#unByKey">unByKey</a> </li> <li data-name="ol.geom.Circle#unset" class=""> <a href="ol.geom.Circle.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="event:change Triggered when the geometry changes." class="unstable"> change Triggered when the geometry changes. </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.geom.Geometry"> <span class="title"> <a href="ol.geom.Geometry.html">ol.geom.Geometry</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.geom.Geometry#changed" class="unstable"> <a href="ol.geom.Geometry.html#changed">changed</a> </li> <li data-name="ol.geom.Geometry#get" class=""> <a href="ol.geom.Geometry.html#get">get</a> </li> <li data-name="ol.geom.Geometry#getClosestPoint" class=""> <a href="ol.geom.Geometry.html#getClosestPoint">getClosestPoint</a> </li> <li data-name="ol.geom.Geometry#getExtent" class=""> <a href="ol.geom.Geometry.html#getExtent">getExtent</a> </li> <li data-name="ol.geom.Geometry#getKeys" class=""> <a href="ol.geom.Geometry.html#getKeys">getKeys</a> </li> <li data-name="ol.geom.Geometry#getProperties" class=""> <a href="ol.geom.Geometry.html#getProperties">getProperties</a> </li> <li data-name="ol.geom.Geometry#getRevision" class="unstable"> <a href="ol.geom.Geometry.html#getRevision">getRevision</a> </li> <li data-name="ol.geom.Geometry#on" class=""> <a href="ol.geom.Geometry.html#on">on</a> </li> <li data-name="ol.geom.Geometry#once" class=""> <a href="ol.geom.Geometry.html#once">once</a> </li> <li data-name="ol.geom.Geometry#set" class=""> <a href="ol.geom.Geometry.html#set">set</a> </li> <li data-name="ol.geom.Geometry#setProperties" class=""> <a href="ol.geom.Geometry.html#setProperties">setProperties</a> </li> <li data-name="ol.geom.Geometry#un" class=""> <a href="ol.geom.Geometry.html#un">un</a> </li> <li data-name="ol.geom.Geometry#unByKey" class=""> <a href="ol.geom.Geometry.html#unByKey">unByKey</a> </li> <li data-name="ol.geom.Geometry#unset" class=""> <a href="ol.geom.Geometry.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="event:change Triggered when the geometry changes." class="unstable"> change Triggered when the geometry changes. </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.geom.GeometryCollection"> <span class="title"> <a href="ol.geom.GeometryCollection.html">ol.geom.GeometryCollection</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.geom.GeometryCollection#applyTransform" class=""> <a href="ol.geom.GeometryCollection.html#applyTransform">applyTransform</a> </li> <li data-name="ol.geom.GeometryCollection#changed" class="unstable"> <a href="ol.geom.GeometryCollection.html#changed">changed</a> </li> <li data-name="ol.geom.GeometryCollection#clone" class=""> <a href="ol.geom.GeometryCollection.html#clone">clone</a> </li> <li data-name="ol.geom.GeometryCollection#get" class=""> <a href="ol.geom.GeometryCollection.html#get">get</a> </li> <li data-name="ol.geom.GeometryCollection#getClosestPoint" class=""> <a href="ol.geom.GeometryCollection.html#getClosestPoint">getClosestPoint</a> </li> <li data-name="ol.geom.GeometryCollection#getExtent" class=""> <a href="ol.geom.GeometryCollection.html#getExtent">getExtent</a> </li> <li data-name="ol.geom.GeometryCollection#getGeometries" class=""> <a href="ol.geom.GeometryCollection.html#getGeometries">getGeometries</a> </li> <li data-name="ol.geom.GeometryCollection#getKeys" class=""> <a href="ol.geom.GeometryCollection.html#getKeys">getKeys</a> </li> <li data-name="ol.geom.GeometryCollection#getProperties" class=""> <a href="ol.geom.GeometryCollection.html#getProperties">getProperties</a> </li> <li data-name="ol.geom.GeometryCollection#getRevision" class="unstable"> <a href="ol.geom.GeometryCollection.html#getRevision">getRevision</a> </li> <li data-name="ol.geom.GeometryCollection#getType" class=""> <a href="ol.geom.GeometryCollection.html#getType">getType</a> </li> <li data-name="ol.geom.GeometryCollection#intersectsExtent" class=""> <a href="ol.geom.GeometryCollection.html#intersectsExtent">intersectsExtent</a> </li> <li data-name="ol.geom.GeometryCollection#on" class=""> <a href="ol.geom.GeometryCollection.html#on">on</a> </li> <li data-name="ol.geom.GeometryCollection#once" class=""> <a href="ol.geom.GeometryCollection.html#once">once</a> </li> <li data-name="ol.geom.GeometryCollection#set" class=""> <a href="ol.geom.GeometryCollection.html#set">set</a> </li> <li data-name="ol.geom.GeometryCollection#setGeometries" class=""> <a href="ol.geom.GeometryCollection.html#setGeometries">setGeometries</a> </li> <li data-name="ol.geom.GeometryCollection#setProperties" class=""> <a href="ol.geom.GeometryCollection.html#setProperties">setProperties</a> </li> <li data-name="ol.geom.GeometryCollection#translate" class="unstable"> <a href="ol.geom.GeometryCollection.html#translate">translate</a> </li> <li data-name="ol.geom.GeometryCollection#un" class=""> <a href="ol.geom.GeometryCollection.html#un">un</a> </li> <li data-name="ol.geom.GeometryCollection#unByKey" class=""> <a href="ol.geom.GeometryCollection.html#unByKey">unByKey</a> </li> <li data-name="ol.geom.GeometryCollection#unset" class=""> <a href="ol.geom.GeometryCollection.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="event:change Triggered when the geometry changes." class="unstable"> change Triggered when the geometry changes. </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.geom.LineString"> <span class="title"> <a href="ol.geom.LineString.html">ol.geom.LineString</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.geom.LineString#appendCoordinate" class=""> <a href="ol.geom.LineString.html#appendCoordinate">appendCoordinate</a> </li> <li data-name="ol.geom.LineString#applyTransform" class=""> <a href="ol.geom.LineString.html#applyTransform">applyTransform</a> </li> <li data-name="ol.geom.LineString#changed" class="unstable"> <a href="ol.geom.LineString.html#changed">changed</a> </li> <li data-name="ol.geom.LineString#clone" class=""> <a href="ol.geom.LineString.html#clone">clone</a> </li> <li data-name="ol.geom.LineString#forEachSegment" class="unstable"> <a href="ol.geom.LineString.html#forEachSegment">forEachSegment</a> </li> <li data-name="ol.geom.LineString#get" class=""> <a href="ol.geom.LineString.html#get">get</a> </li> <li data-name="ol.geom.LineString#getClosestPoint" class=""> <a href="ol.geom.LineString.html#getClosestPoint">getClosestPoint</a> </li> <li data-name="ol.geom.LineString#getCoordinateAtM" class=""> <a href="ol.geom.LineString.html#getCoordinateAtM">getCoordinateAtM</a> </li> <li data-name="ol.geom.LineString#getCoordinates" class=""> <a href="ol.geom.LineString.html#getCoordinates">getCoordinates</a> </li> <li data-name="ol.geom.LineString#getExtent" class=""> <a href="ol.geom.LineString.html#getExtent">getExtent</a> </li> <li data-name="ol.geom.LineString#getFirstCoordinate" class=""> <a href="ol.geom.LineString.html#getFirstCoordinate">getFirstCoordinate</a> </li> <li data-name="ol.geom.LineString#getKeys" class=""> <a href="ol.geom.LineString.html#getKeys">getKeys</a> </li> <li data-name="ol.geom.LineString#getLastCoordinate" class=""> <a href="ol.geom.LineString.html#getLastCoordinate">getLastCoordinate</a> </li> <li data-name="ol.geom.LineString#getLayout" class=""> <a href="ol.geom.LineString.html#getLayout">getLayout</a> </li> <li data-name="ol.geom.LineString#getLength" class=""> <a href="ol.geom.LineString.html#getLength">getLength</a> </li> <li data-name="ol.geom.LineString#getProperties" class=""> <a href="ol.geom.LineString.html#getProperties">getProperties</a> </li> <li data-name="ol.geom.LineString#getRevision" class="unstable"> <a href="ol.geom.LineString.html#getRevision">getRevision</a> </li> <li data-name="ol.geom.LineString#getType" class=""> <a href="ol.geom.LineString.html#getType">getType</a> </li> <li data-name="ol.geom.LineString#intersectsExtent" class=""> <a href="ol.geom.LineString.html#intersectsExtent">intersectsExtent</a> </li> <li data-name="ol.geom.LineString#on" class=""> <a href="ol.geom.LineString.html#on">on</a> </li> <li data-name="ol.geom.LineString#once" class=""> <a href="ol.geom.LineString.html#once">once</a> </li> <li data-name="ol.geom.LineString#set" class=""> <a href="ol.geom.LineString.html#set">set</a> </li> <li data-name="ol.geom.LineString#setCoordinates" class=""> <a href="ol.geom.LineString.html#setCoordinates">setCoordinates</a> </li> <li data-name="ol.geom.LineString#setProperties" class=""> <a href="ol.geom.LineString.html#setProperties">setProperties</a> </li> <li data-name="ol.geom.LineString#translate" class=""> <a href="ol.geom.LineString.html#translate">translate</a> </li> <li data-name="ol.geom.LineString#un" class=""> <a href="ol.geom.LineString.html#un">un</a> </li> <li data-name="ol.geom.LineString#unByKey" class=""> <a href="ol.geom.LineString.html#unByKey">unByKey</a> </li> <li data-name="ol.geom.LineString#unset" class=""> <a href="ol.geom.LineString.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="event:change Triggered when the geometry changes." class="unstable"> change Triggered when the geometry changes. </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.geom.LinearRing"> <span class="title"> <a href="ol.geom.LinearRing.html">ol.geom.LinearRing</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.geom.LinearRing#applyTransform" class=""> <a href="ol.geom.LinearRing.html#applyTransform">applyTransform</a> </li> <li data-name="ol.geom.LinearRing#changed" class="unstable"> <a href="ol.geom.LinearRing.html#changed">changed</a> </li> <li data-name="ol.geom.LinearRing#clone" class=""> <a href="ol.geom.LinearRing.html#clone">clone</a> </li> <li data-name="ol.geom.LinearRing#get" class=""> <a href="ol.geom.LinearRing.html#get">get</a> </li> <li data-name="ol.geom.LinearRing#getArea" class=""> <a href="ol.geom.LinearRing.html#getArea">getArea</a> </li> <li data-name="ol.geom.LinearRing#getClosestPoint" class=""> <a href="ol.geom.LinearRing.html#getClosestPoint">getClosestPoint</a> </li> <li data-name="ol.geom.LinearRing#getCoordinates" class=""> <a href="ol.geom.LinearRing.html#getCoordinates">getCoordinates</a> </li> <li data-name="ol.geom.LinearRing#getExtent" class=""> <a href="ol.geom.LinearRing.html#getExtent">getExtent</a> </li> <li data-name="ol.geom.LinearRing#getFirstCoordinate" class=""> <a href="ol.geom.LinearRing.html#getFirstCoordinate">getFirstCoordinate</a> </li> <li data-name="ol.geom.LinearRing#getKeys" class=""> <a href="ol.geom.LinearRing.html#getKeys">getKeys</a> </li> <li data-name="ol.geom.LinearRing#getLastCoordinate" class=""> <a href="ol.geom.LinearRing.html#getLastCoordinate">getLastCoordinate</a> </li> <li data-name="ol.geom.LinearRing#getLayout" class=""> <a href="ol.geom.LinearRing.html#getLayout">getLayout</a> </li> <li data-name="ol.geom.LinearRing#getProperties" class=""> <a href="ol.geom.LinearRing.html#getProperties">getProperties</a> </li> <li data-name="ol.geom.LinearRing#getRevision" class="unstable"> <a href="ol.geom.LinearRing.html#getRevision">getRevision</a> </li> <li data-name="ol.geom.LinearRing#getType" class=""> <a href="ol.geom.LinearRing.html#getType">getType</a> </li> <li data-name="ol.geom.LinearRing#on" class=""> <a href="ol.geom.LinearRing.html#on">on</a> </li> <li data-name="ol.geom.LinearRing#once" class=""> <a href="ol.geom.LinearRing.html#once">once</a> </li> <li data-name="ol.geom.LinearRing#set" class=""> <a href="ol.geom.LinearRing.html#set">set</a> </li> <li data-name="ol.geom.LinearRing#setCoordinates" class=""> <a href="ol.geom.LinearRing.html#setCoordinates">setCoordinates</a> </li> <li data-name="ol.geom.LinearRing#setProperties" class=""> <a href="ol.geom.LinearRing.html#setProperties">setProperties</a> </li> <li data-name="ol.geom.LinearRing#translate" class=""> <a href="ol.geom.LinearRing.html#translate">translate</a> </li> <li data-name="ol.geom.LinearRing#un" class=""> <a href="ol.geom.LinearRing.html#un">un</a> </li> <li data-name="ol.geom.LinearRing#unByKey" class=""> <a href="ol.geom.LinearRing.html#unByKey">unByKey</a> </li> <li data-name="ol.geom.LinearRing#unset" class=""> <a href="ol.geom.LinearRing.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="event:change Triggered when the geometry changes." class="unstable"> change Triggered when the geometry changes. </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.geom.MultiLineString"> <span class="title"> <a href="ol.geom.MultiLineString.html">ol.geom.MultiLineString</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.geom.MultiLineString#appendLineString" class=""> <a href="ol.geom.MultiLineString.html#appendLineString">appendLineString</a> </li> <li data-name="ol.geom.MultiLineString#applyTransform" class=""> <a href="ol.geom.MultiLineString.html#applyTransform">applyTransform</a> </li> <li data-name="ol.geom.MultiLineString#changed" class="unstable"> <a href="ol.geom.MultiLineString.html#changed">changed</a> </li> <li data-name="ol.geom.MultiLineString#clone" class=""> <a href="ol.geom.MultiLineString.html#clone">clone</a> </li> <li data-name="ol.geom.MultiLineString#get" class=""> <a href="ol.geom.MultiLineString.html#get">get</a> </li> <li data-name="ol.geom.MultiLineString#getClosestPoint" class=""> <a href="ol.geom.MultiLineString.html#getClosestPoint">getClosestPoint</a> </li> <li data-name="ol.geom.MultiLineString#getCoordinateAtM" class=""> <a href="ol.geom.MultiLineString.html#getCoordinateAtM">getCoordinateAtM</a> </li> <li data-name="ol.geom.MultiLineString#getCoordinates" class=""> <a href="ol.geom.MultiLineString.html#getCoordinates">getCoordinates</a> </li> <li data-name="ol.geom.MultiLineString#getExtent" class=""> <a href="ol.geom.MultiLineString.html#getExtent">getExtent</a> </li> <li data-name="ol.geom.MultiLineString#getFirstCoordinate" class=""> <a href="ol.geom.MultiLineString.html#getFirstCoordinate">getFirstCoordinate</a> </li> <li data-name="ol.geom.MultiLineString#getKeys" class=""> <a href="ol.geom.MultiLineString.html#getKeys">getKeys</a> </li> <li data-name="ol.geom.MultiLineString#getLastCoordinate" class=""> <a href="ol.geom.MultiLineString.html#getLastCoordinate">getLastCoordinate</a> </li> <li data-name="ol.geom.MultiLineString#getLayout" class=""> <a href="ol.geom.MultiLineString.html#getLayout">getLayout</a> </li> <li data-name="ol.geom.MultiLineString#getLineString" class=""> <a href="ol.geom.MultiLineString.html#getLineString">getLineString</a> </li> <li data-name="ol.geom.MultiLineString#getLineStrings" class=""> <a href="ol.geom.MultiLineString.html#getLineStrings">getLineStrings</a> </li> <li data-name="ol.geom.MultiLineString#getProperties" class=""> <a href="ol.geom.MultiLineString.html#getProperties">getProperties</a> </li> <li data-name="ol.geom.MultiLineString#getRevision" class="unstable"> <a href="ol.geom.MultiLineString.html#getRevision">getRevision</a> </li> <li data-name="ol.geom.MultiLineString#getType" class=""> <a href="ol.geom.MultiLineString.html#getType">getType</a> </li> <li data-name="ol.geom.MultiLineString#intersectsExtent" class=""> <a href="ol.geom.MultiLineString.html#intersectsExtent">intersectsExtent</a> </li> <li data-name="ol.geom.MultiLineString#on" class=""> <a href="ol.geom.MultiLineString.html#on">on</a> </li> <li data-name="ol.geom.MultiLineString#once" class=""> <a href="ol.geom.MultiLineString.html#once">once</a> </li> <li data-name="ol.geom.MultiLineString#set" class=""> <a href="ol.geom.MultiLineString.html#set">set</a> </li> <li data-name="ol.geom.MultiLineString#setCoordinates" class=""> <a href="ol.geom.MultiLineString.html#setCoordinates">setCoordinates</a> </li> <li data-name="ol.geom.MultiLineString#setProperties" class=""> <a href="ol.geom.MultiLineString.html#setProperties">setProperties</a> </li> <li data-name="ol.geom.MultiLineString#translate" class=""> <a href="ol.geom.MultiLineString.html#translate">translate</a> </li> <li data-name="ol.geom.MultiLineString#un" class=""> <a href="ol.geom.MultiLineString.html#un">un</a> </li> <li data-name="ol.geom.MultiLineString#unByKey" class=""> <a href="ol.geom.MultiLineString.html#unByKey">unByKey</a> </li> <li data-name="ol.geom.MultiLineString#unset" class=""> <a href="ol.geom.MultiLineString.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="event:change Triggered when the geometry changes." class="unstable"> change Triggered when the geometry changes. </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.geom.MultiPoint"> <span class="title"> <a href="ol.geom.MultiPoint.html">ol.geom.MultiPoint</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.geom.MultiPoint#appendPoint" class=""> <a href="ol.geom.MultiPoint.html#appendPoint">appendPoint</a> </li> <li data-name="ol.geom.MultiPoint#applyTransform" class=""> <a href="ol.geom.MultiPoint.html#applyTransform">applyTransform</a> </li> <li data-name="ol.geom.MultiPoint#changed" class="unstable"> <a href="ol.geom.MultiPoint.html#changed">changed</a> </li> <li data-name="ol.geom.MultiPoint#clone" class=""> <a href="ol.geom.MultiPoint.html#clone">clone</a> </li> <li data-name="ol.geom.MultiPoint#get" class=""> <a href="ol.geom.MultiPoint.html#get">get</a> </li> <li data-name="ol.geom.MultiPoint#getClosestPoint" class=""> <a href="ol.geom.MultiPoint.html#getClosestPoint">getClosestPoint</a> </li> <li data-name="ol.geom.MultiPoint#getCoordinates" class=""> <a href="ol.geom.MultiPoint.html#getCoordinates">getCoordinates</a> </li> <li data-name="ol.geom.MultiPoint#getExtent" class=""> <a href="ol.geom.MultiPoint.html#getExtent">getExtent</a> </li> <li data-name="ol.geom.MultiPoint#getFirstCoordinate" class=""> <a href="ol.geom.MultiPoint.html#getFirstCoordinate">getFirstCoordinate</a> </li> <li data-name="ol.geom.MultiPoint#getKeys" class=""> <a href="ol.geom.MultiPoint.html#getKeys">getKeys</a> </li> <li data-name="ol.geom.MultiPoint#getLastCoordinate" class=""> <a href="ol.geom.MultiPoint.html#getLastCoordinate">getLastCoordinate</a> </li> <li data-name="ol.geom.MultiPoint#getLayout" class=""> <a href="ol.geom.MultiPoint.html#getLayout">getLayout</a> </li> <li data-name="ol.geom.MultiPoint#getPoint" class=""> <a href="ol.geom.MultiPoint.html#getPoint">getPoint</a> </li> <li data-name="ol.geom.MultiPoint#getPoints" class=""> <a href="ol.geom.MultiPoint.html#getPoints">getPoints</a> </li> <li data-name="ol.geom.MultiPoint#getProperties" class=""> <a href="ol.geom.MultiPoint.html#getProperties">getProperties</a> </li> <li data-name="ol.geom.MultiPoint#getRevision" class="unstable"> <a href="ol.geom.MultiPoint.html#getRevision">getRevision</a> </li> <li data-name="ol.geom.MultiPoint#getType" class=""> <a href="ol.geom.MultiPoint.html#getType">getType</a> </li> <li data-name="ol.geom.MultiPoint#intersectsExtent" class=""> <a href="ol.geom.MultiPoint.html#intersectsExtent">intersectsExtent</a> </li> <li data-name="ol.geom.MultiPoint#on" class=""> <a href="ol.geom.MultiPoint.html#on">on</a> </li> <li data-name="ol.geom.MultiPoint#once" class=""> <a href="ol.geom.MultiPoint.html#once">once</a> </li> <li data-name="ol.geom.MultiPoint#set" class=""> <a href="ol.geom.MultiPoint.html#set">set</a> </li> <li data-name="ol.geom.MultiPoint#setCoordinates" class=""> <a href="ol.geom.MultiPoint.html#setCoordinates">setCoordinates</a> </li> <li data-name="ol.geom.MultiPoint#setProperties" class=""> <a href="ol.geom.MultiPoint.html#setProperties">setProperties</a> </li> <li data-name="ol.geom.MultiPoint#translate" class=""> <a href="ol.geom.MultiPoint.html#translate">translate</a> </li> <li data-name="ol.geom.MultiPoint#un" class=""> <a href="ol.geom.MultiPoint.html#un">un</a> </li> <li data-name="ol.geom.MultiPoint#unByKey" class=""> <a href="ol.geom.MultiPoint.html#unByKey">unByKey</a> </li> <li data-name="ol.geom.MultiPoint#unset" class=""> <a href="ol.geom.MultiPoint.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="event:change Triggered when the geometry changes." class="unstable"> change Triggered when the geometry changes. </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.geom.MultiPolygon"> <span class="title"> <a href="ol.geom.MultiPolygon.html">ol.geom.MultiPolygon</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.geom.MultiPolygon#appendPolygon" class=""> <a href="ol.geom.MultiPolygon.html#appendPolygon">appendPolygon</a> </li> <li data-name="ol.geom.MultiPolygon#applyTransform" class=""> <a href="ol.geom.MultiPolygon.html#applyTransform">applyTransform</a> </li> <li data-name="ol.geom.MultiPolygon#changed" class="unstable"> <a href="ol.geom.MultiPolygon.html#changed">changed</a> </li> <li data-name="ol.geom.MultiPolygon#clone" class=""> <a href="ol.geom.MultiPolygon.html#clone">clone</a> </li> <li data-name="ol.geom.MultiPolygon#get" class=""> <a href="ol.geom.MultiPolygon.html#get">get</a> </li> <li data-name="ol.geom.MultiPolygon#getArea" class=""> <a href="ol.geom.MultiPolygon.html#getArea">getArea</a> </li> <li data-name="ol.geom.MultiPolygon#getClosestPoint" class=""> <a href="ol.geom.MultiPolygon.html#getClosestPoint">getClosestPoint</a> </li> <li data-name="ol.geom.MultiPolygon#getCoordinates" class=""> <a href="ol.geom.MultiPolygon.html#getCoordinates">getCoordinates</a> </li> <li data-name="ol.geom.MultiPolygon#getExtent" class=""> <a href="ol.geom.MultiPolygon.html#getExtent">getExtent</a> </li> <li data-name="ol.geom.MultiPolygon#getFirstCoordinate" class=""> <a href="ol.geom.MultiPolygon.html#getFirstCoordinate">getFirstCoordinate</a> </li> <li data-name="ol.geom.MultiPolygon#getInteriorPoints" class=""> <a href="ol.geom.MultiPolygon.html#getInteriorPoints">getInteriorPoints</a> </li> <li data-name="ol.geom.MultiPolygon#getKeys" class=""> <a href="ol.geom.MultiPolygon.html#getKeys">getKeys</a> </li> <li data-name="ol.geom.MultiPolygon#getLastCoordinate" class=""> <a href="ol.geom.MultiPolygon.html#getLastCoordinate">getLastCoordinate</a> </li> <li data-name="ol.geom.MultiPolygon#getLayout" class=""> <a href="ol.geom.MultiPolygon.html#getLayout">getLayout</a> </li> <li data-name="ol.geom.MultiPolygon#getPolygon" class=""> <a href="ol.geom.MultiPolygon.html#getPolygon">getPolygon</a> </li> <li data-name="ol.geom.MultiPolygon#getPolygons" class=""> <a href="ol.geom.MultiPolygon.html#getPolygons">getPolygons</a> </li> <li data-name="ol.geom.MultiPolygon#getProperties" class=""> <a href="ol.geom.MultiPolygon.html#getProperties">getProperties</a> </li> <li data-name="ol.geom.MultiPolygon#getRevision" class="unstable"> <a href="ol.geom.MultiPolygon.html#getRevision">getRevision</a> </li> <li data-name="ol.geom.MultiPolygon#getType" class=""> <a href="ol.geom.MultiPolygon.html#getType">getType</a> </li> <li data-name="ol.geom.MultiPolygon#intersectsExtent" class=""> <a href="ol.geom.MultiPolygon.html#intersectsExtent">intersectsExtent</a> </li> <li data-name="ol.geom.MultiPolygon#on" class=""> <a href="ol.geom.MultiPolygon.html#on">on</a> </li> <li data-name="ol.geom.MultiPolygon#once" class=""> <a href="ol.geom.MultiPolygon.html#once">once</a> </li> <li data-name="ol.geom.MultiPolygon#set" class=""> <a href="ol.geom.MultiPolygon.html#set">set</a> </li> <li data-name="ol.geom.MultiPolygon#setCoordinates" class=""> <a href="ol.geom.MultiPolygon.html#setCoordinates">setCoordinates</a> </li> <li data-name="ol.geom.MultiPolygon#setProperties" class=""> <a href="ol.geom.MultiPolygon.html#setProperties">setProperties</a> </li> <li data-name="ol.geom.MultiPolygon#translate" class=""> <a href="ol.geom.MultiPolygon.html#translate">translate</a> </li> <li data-name="ol.geom.MultiPolygon#un" class=""> <a href="ol.geom.MultiPolygon.html#un">un</a> </li> <li data-name="ol.geom.MultiPolygon#unByKey" class=""> <a href="ol.geom.MultiPolygon.html#unByKey">unByKey</a> </li> <li data-name="ol.geom.MultiPolygon#unset" class=""> <a href="ol.geom.MultiPolygon.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="event:change Triggered when the geometry changes." class="unstable"> change Triggered when the geometry changes. </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.geom.Point"> <span class="title"> <a href="ol.geom.Point.html">ol.geom.Point</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.geom.Point#applyTransform" class=""> <a href="ol.geom.Point.html#applyTransform">applyTransform</a> </li> <li data-name="ol.geom.Point#changed" class="unstable"> <a href="ol.geom.Point.html#changed">changed</a> </li> <li data-name="ol.geom.Point#clone" class=""> <a href="ol.geom.Point.html#clone">clone</a> </li> <li data-name="ol.geom.Point#get" class=""> <a href="ol.geom.Point.html#get">get</a> </li> <li data-name="ol.geom.Point#getClosestPoint" class=""> <a href="ol.geom.Point.html#getClosestPoint">getClosestPoint</a> </li> <li data-name="ol.geom.Point#getCoordinates" class=""> <a href="ol.geom.Point.html#getCoordinates">getCoordinates</a> </li> <li data-name="ol.geom.Point#getExtent" class=""> <a href="ol.geom.Point.html#getExtent">getExtent</a> </li> <li data-name="ol.geom.Point#getFirstCoordinate" class=""> <a href="ol.geom.Point.html#getFirstCoordinate">getFirstCoordinate</a> </li> <li data-name="ol.geom.Point#getKeys" class=""> <a href="ol.geom.Point.html#getKeys">getKeys</a> </li> <li data-name="ol.geom.Point#getLastCoordinate" class=""> <a href="ol.geom.Point.html#getLastCoordinate">getLastCoordinate</a> </li> <li data-name="ol.geom.Point#getLayout" class=""> <a href="ol.geom.Point.html#getLayout">getLayout</a> </li> <li data-name="ol.geom.Point#getProperties" class=""> <a href="ol.geom.Point.html#getProperties">getProperties</a> </li> <li data-name="ol.geom.Point#getRevision" class="unstable"> <a href="ol.geom.Point.html#getRevision">getRevision</a> </li> <li data-name="ol.geom.Point#getType" class=""> <a href="ol.geom.Point.html#getType">getType</a> </li> <li data-name="ol.geom.Point#intersectsExtent" class=""> <a href="ol.geom.Point.html#intersectsExtent">intersectsExtent</a> </li> <li data-name="ol.geom.Point#on" class=""> <a href="ol.geom.Point.html#on">on</a> </li> <li data-name="ol.geom.Point#once" class=""> <a href="ol.geom.Point.html#once">once</a> </li> <li data-name="ol.geom.Point#set" class=""> <a href="ol.geom.Point.html#set">set</a> </li> <li data-name="ol.geom.Point#setCoordinates" class=""> <a href="ol.geom.Point.html#setCoordinates">setCoordinates</a> </li> <li data-name="ol.geom.Point#setProperties" class=""> <a href="ol.geom.Point.html#setProperties">setProperties</a> </li> <li data-name="ol.geom.Point#translate" class=""> <a href="ol.geom.Point.html#translate">translate</a> </li> <li data-name="ol.geom.Point#un" class=""> <a href="ol.geom.Point.html#un">un</a> </li> <li data-name="ol.geom.Point#unByKey" class=""> <a href="ol.geom.Point.html#unByKey">unByKey</a> </li> <li data-name="ol.geom.Point#unset" class=""> <a href="ol.geom.Point.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="event:change Triggered when the geometry changes." class="unstable"> change Triggered when the geometry changes. </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.geom.Polygon"> <span class="title"> <a href="ol.geom.Polygon.html">ol.geom.Polygon</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.geom.Polygon.circular" class=""> <a href="ol.geom.Polygon.html#circular">circular</a> </li> <li data-name="ol.geom.Polygon.fromCircle" class="unstable"> <a href="ol.geom.Polygon.html#fromCircle">fromCircle</a> </li> <li data-name="ol.geom.Polygon.fromExtent" class="unstable"> <a href="ol.geom.Polygon.html#fromExtent">fromExtent</a> </li> <li data-name="ol.geom.Polygon#appendLinearRing" class=""> <a href="ol.geom.Polygon.html#appendLinearRing">appendLinearRing</a> </li> <li data-name="ol.geom.Polygon#applyTransform" class=""> <a href="ol.geom.Polygon.html#applyTransform">applyTransform</a> </li> <li data-name="ol.geom.Polygon#changed" class="unstable"> <a href="ol.geom.Polygon.html#changed">changed</a> </li> <li data-name="ol.geom.Polygon#clone" class=""> <a href="ol.geom.Polygon.html#clone">clone</a> </li> <li data-name="ol.geom.Polygon#get" class=""> <a href="ol.geom.Polygon.html#get">get</a> </li> <li data-name="ol.geom.Polygon#getArea" class=""> <a href="ol.geom.Polygon.html#getArea">getArea</a> </li> <li data-name="ol.geom.Polygon#getClosestPoint" class=""> <a href="ol.geom.Polygon.html#getClosestPoint">getClosestPoint</a> </li> <li data-name="ol.geom.Polygon#getCoordinates" class=""> <a href="ol.geom.Polygon.html#getCoordinates">getCoordinates</a> </li> <li data-name="ol.geom.Polygon#getExtent" class=""> <a href="ol.geom.Polygon.html#getExtent">getExtent</a> </li> <li data-name="ol.geom.Polygon#getFirstCoordinate" class=""> <a href="ol.geom.Polygon.html#getFirstCoordinate">getFirstCoordinate</a> </li> <li data-name="ol.geom.Polygon#getInteriorPoint" class=""> <a href="ol.geom.Polygon.html#getInteriorPoint">getInteriorPoint</a> </li> <li data-name="ol.geom.Polygon#getKeys" class=""> <a href="ol.geom.Polygon.html#getKeys">getKeys</a> </li> <li data-name="ol.geom.Polygon#getLastCoordinate" class=""> <a href="ol.geom.Polygon.html#getLastCoordinate">getLastCoordinate</a> </li> <li data-name="ol.geom.Polygon#getLayout" class=""> <a href="ol.geom.Polygon.html#getLayout">getLayout</a> </li> <li data-name="ol.geom.Polygon#getLinearRing" class=""> <a href="ol.geom.Polygon.html#getLinearRing">getLinearRing</a> </li> <li data-name="ol.geom.Polygon#getLinearRingCount" class="unstable"> <a href="ol.geom.Polygon.html#getLinearRingCount">getLinearRingCount</a> </li> <li data-name="ol.geom.Polygon#getLinearRings" class=""> <a href="ol.geom.Polygon.html#getLinearRings">getLinearRings</a> </li> <li data-name="ol.geom.Polygon#getProperties" class=""> <a href="ol.geom.Polygon.html#getProperties">getProperties</a> </li> <li data-name="ol.geom.Polygon#getRevision" class="unstable"> <a href="ol.geom.Polygon.html#getRevision">getRevision</a> </li> <li data-name="ol.geom.Polygon#getType" class=""> <a href="ol.geom.Polygon.html#getType">getType</a> </li> <li data-name="ol.geom.Polygon#intersectsExtent" class=""> <a href="ol.geom.Polygon.html#intersectsExtent">intersectsExtent</a> </li> <li data-name="ol.geom.Polygon#on" class=""> <a href="ol.geom.Polygon.html#on">on</a> </li> <li data-name="ol.geom.Polygon#once" class=""> <a href="ol.geom.Polygon.html#once">once</a> </li> <li data-name="ol.geom.Polygon#set" class=""> <a href="ol.geom.Polygon.html#set">set</a> </li> <li data-name="ol.geom.Polygon#setCoordinates" class=""> <a href="ol.geom.Polygon.html#setCoordinates">setCoordinates</a> </li> <li data-name="ol.geom.Polygon#setProperties" class=""> <a href="ol.geom.Polygon.html#setProperties">setProperties</a> </li> <li data-name="ol.geom.Polygon#translate" class=""> <a href="ol.geom.Polygon.html#translate">translate</a> </li> <li data-name="ol.geom.Polygon#un" class=""> <a href="ol.geom.Polygon.html#un">un</a> </li> <li data-name="ol.geom.Polygon#unByKey" class=""> <a href="ol.geom.Polygon.html#unByKey">unByKey</a> </li> <li data-name="ol.geom.Polygon#unset" class=""> <a href="ol.geom.Polygon.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="event:change Triggered when the geometry changes." class="unstable"> change Triggered when the geometry changes. </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.geom.SimpleGeometry"> <span class="title"> <a href="ol.geom.SimpleGeometry.html">ol.geom.SimpleGeometry</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.geom.SimpleGeometry#applyTransform" class=""> <a href="ol.geom.SimpleGeometry.html#applyTransform">applyTransform</a> </li> <li data-name="ol.geom.SimpleGeometry#changed" class="unstable"> <a href="ol.geom.SimpleGeometry.html#changed">changed</a> </li> <li data-name="ol.geom.SimpleGeometry#get" class=""> <a href="ol.geom.SimpleGeometry.html#get">get</a> </li> <li data-name="ol.geom.SimpleGeometry#getClosestPoint" class=""> <a href="ol.geom.SimpleGeometry.html#getClosestPoint">getClosestPoint</a> </li> <li data-name="ol.geom.SimpleGeometry#getExtent" class=""> <a href="ol.geom.SimpleGeometry.html#getExtent">getExtent</a> </li> <li data-name="ol.geom.SimpleGeometry#getFirstCoordinate" class=""> <a href="ol.geom.SimpleGeometry.html#getFirstCoordinate">getFirstCoordinate</a> </li> <li data-name="ol.geom.SimpleGeometry#getKeys" class=""> <a href="ol.geom.SimpleGeometry.html#getKeys">getKeys</a> </li> <li data-name="ol.geom.SimpleGeometry#getLastCoordinate" class=""> <a href="ol.geom.SimpleGeometry.html#getLastCoordinate">getLastCoordinate</a> </li> <li data-name="ol.geom.SimpleGeometry#getLayout" class=""> <a href="ol.geom.SimpleGeometry.html#getLayout">getLayout</a> </li> <li data-name="ol.geom.SimpleGeometry#getProperties" class=""> <a href="ol.geom.SimpleGeometry.html#getProperties">getProperties</a> </li> <li data-name="ol.geom.SimpleGeometry#getRevision" class="unstable"> <a href="ol.geom.SimpleGeometry.html#getRevision">getRevision</a> </li> <li data-name="ol.geom.SimpleGeometry#on" class=""> <a href="ol.geom.SimpleGeometry.html#on">on</a> </li> <li data-name="ol.geom.SimpleGeometry#once" class=""> <a href="ol.geom.SimpleGeometry.html#once">once</a> </li> <li data-name="ol.geom.SimpleGeometry#set" class=""> <a href="ol.geom.SimpleGeometry.html#set">set</a> </li> <li data-name="ol.geom.SimpleGeometry#setProperties" class=""> <a href="ol.geom.SimpleGeometry.html#setProperties">setProperties</a> </li> <li data-name="ol.geom.SimpleGeometry#translate" class=""> <a href="ol.geom.SimpleGeometry.html#translate">translate</a> </li> <li data-name="ol.geom.SimpleGeometry#un" class=""> <a href="ol.geom.SimpleGeometry.html#un">un</a> </li> <li data-name="ol.geom.SimpleGeometry#unByKey" class=""> <a href="ol.geom.SimpleGeometry.html#unByKey">unByKey</a> </li> <li data-name="ol.geom.SimpleGeometry#unset" class=""> <a href="ol.geom.SimpleGeometry.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="event:change Triggered when the geometry changes." class="unstable"> change Triggered when the geometry changes. </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.has"> <span class="title"> <a href="ol.has.html">ol.has</a> </span> <ul class="members itemMembers"> <span class="subtitle">Members</span> <li data-name="ol.has.CANVAS"><a href="ol.has.html#CANVAS">CANVAS</a></li> <li data-name="ol.has.DEVICE_ORIENTATION"><a href="ol.has.html#DEVICE_ORIENTATION">DEVICE_ORIENTATION</a></li> <li data-name="ol.has.DEVICE_PIXEL_RATIO"><a href="ol.has.html#DEVICE_PIXEL_RATIO">DEVICE_PIXEL_RATIO</a></li> <li data-name="ol.has.GEOLOCATION"><a href="ol.has.html#GEOLOCATION">GEOLOCATION</a></li> <li data-name="ol.has.TOUCH"><a href="ol.has.html#TOUCH">TOUCH</a></li> <li data-name="ol.has.WEBGL"><a href="ol.has.html#WEBGL">WEBGL</a></li> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.interaction"> <span class="title"> <a href="ol.interaction.html">ol.interaction</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> <span class="subtitle">Typedefs</span> <li data-name="ol.interaction.DrawGeometryFunctionType" class="unstable"> <a href="ol.interaction.html#DrawGeometryFunctionType">DrawGeometryFunctionType</a> </li> <li data-name="ol.interaction.SelectFilterFunction" class="unstable"> <a href="ol.interaction.html#SelectFilterFunction">SelectFilterFunction</a> </li> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.interaction.defaults" class=""> <a href="ol.interaction.html#defaults">defaults</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.interaction.DoubleClickZoom"> <span class="title"> <a href="ol.interaction.DoubleClickZoom.html">ol.interaction.DoubleClickZoom</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.interaction.DoubleClickZoom.handleEvent" class="unstable"> <a href="ol.interaction.DoubleClickZoom.html#handleEvent">handleEvent</a> </li> <li data-name="ol.interaction.DoubleClickZoom#changed" class="unstable"> <a href="ol.interaction.DoubleClickZoom.html#changed">changed</a> </li> <li data-name="ol.interaction.DoubleClickZoom#get" class=""> <a href="ol.interaction.DoubleClickZoom.html#get">get</a> </li> <li data-name="ol.interaction.DoubleClickZoom#getActive" class="unstable"> <a href="ol.interaction.DoubleClickZoom.html#getActive">getActive</a> </li> <li data-name="ol.interaction.DoubleClickZoom#getKeys" class=""> <a href="ol.interaction.DoubleClickZoom.html#getKeys">getKeys</a> </li> <li data-name="ol.interaction.DoubleClickZoom#getProperties" class=""> <a href="ol.interaction.DoubleClickZoom.html#getProperties">getProperties</a> </li> <li data-name="ol.interaction.DoubleClickZoom#getRevision" class="unstable"> <a href="ol.interaction.DoubleClickZoom.html#getRevision">getRevision</a> </li> <li data-name="ol.interaction.DoubleClickZoom#on" class=""> <a href="ol.interaction.DoubleClickZoom.html#on">on</a> </li> <li data-name="ol.interaction.DoubleClickZoom#once" class=""> <a href="ol.interaction.DoubleClickZoom.html#once">once</a> </li> <li data-name="ol.interaction.DoubleClickZoom#set" class=""> <a href="ol.interaction.DoubleClickZoom.html#set">set</a> </li> <li data-name="ol.interaction.DoubleClickZoom#setActive" class="unstable"> <a href="ol.interaction.DoubleClickZoom.html#setActive">setActive</a> </li> <li data-name="ol.interaction.DoubleClickZoom#setProperties" class=""> <a href="ol.interaction.DoubleClickZoom.html#setProperties">setProperties</a> </li> <li data-name="ol.interaction.DoubleClickZoom#un" class=""> <a href="ol.interaction.DoubleClickZoom.html#un">un</a> </li> <li data-name="ol.interaction.DoubleClickZoom#unByKey" class=""> <a href="ol.interaction.DoubleClickZoom.html#unByKey">unByKey</a> </li> <li data-name="ol.interaction.DoubleClickZoom#unset" class=""> <a href="ol.interaction.DoubleClickZoom.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="ol.ObjectEvent#event:change:active" class="unstable"> change:active </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.interaction.DragAndDrop"> <span class="title"> <a href="ol.interaction.DragAndDrop.html">ol.interaction.DragAndDrop</a> </span> <ul class="members itemMembers"> <span class="subtitle">Members</span> <li data-name="ol.interaction.DragAndDrop.handleEvent"><a href="ol.interaction.DragAndDrop.html#handleEvent">handleEvent</a></li> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.interaction.DragAndDrop#changed" class="unstable"> <a href="ol.interaction.DragAndDrop.html#changed">changed</a> </li> <li data-name="ol.interaction.DragAndDrop#get" class=""> <a href="ol.interaction.DragAndDrop.html#get">get</a> </li> <li data-name="ol.interaction.DragAndDrop#getActive" class="unstable"> <a href="ol.interaction.DragAndDrop.html#getActive">getActive</a> </li> <li data-name="ol.interaction.DragAndDrop#getKeys" class=""> <a href="ol.interaction.DragAndDrop.html#getKeys">getKeys</a> </li> <li data-name="ol.interaction.DragAndDrop#getProperties" class=""> <a href="ol.interaction.DragAndDrop.html#getProperties">getProperties</a> </li> <li data-name="ol.interaction.DragAndDrop#getRevision" class="unstable"> <a href="ol.interaction.DragAndDrop.html#getRevision">getRevision</a> </li> <li data-name="ol.interaction.DragAndDrop#on" class=""> <a href="ol.interaction.DragAndDrop.html#on">on</a> </li> <li data-name="ol.interaction.DragAndDrop#once" class=""> <a href="ol.interaction.DragAndDrop.html#once">once</a> </li> <li data-name="ol.interaction.DragAndDrop#set" class=""> <a href="ol.interaction.DragAndDrop.html#set">set</a> </li> <li data-name="ol.interaction.DragAndDrop#setActive" class="unstable"> <a href="ol.interaction.DragAndDrop.html#setActive">setActive</a> </li> <li data-name="ol.interaction.DragAndDrop#setProperties" class=""> <a href="ol.interaction.DragAndDrop.html#setProperties">setProperties</a> </li> <li data-name="ol.interaction.DragAndDrop#un" class=""> <a href="ol.interaction.DragAndDrop.html#un">un</a> </li> <li data-name="ol.interaction.DragAndDrop#unByKey" class=""> <a href="ol.interaction.DragAndDrop.html#unByKey">unByKey</a> </li> <li data-name="ol.interaction.DragAndDrop#unset" class=""> <a href="ol.interaction.DragAndDrop.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="ol.interaction.DragAndDropEvent#event:addfeatures" class=""> <a href="ol.interaction.DragAndDropEvent.html#event:addfeatures">addfeatures</a> </li> <li data-name="ol.ObjectEvent#event:change:active" class="unstable"> change:active </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.interaction.DragAndDropEvent"> <span class="title"> <a href="ol.interaction.DragAndDropEvent.html">ol.interaction.DragAndDropEvent</a> </span> <ul class="members itemMembers"> <span class="subtitle">Members</span> <li data-name="ol.interaction.DragAndDropEvent#features"><a href="ol.interaction.DragAndDropEvent.html#features">features</a></li> <li data-name="ol.interaction.DragAndDropEvent#file"><a href="ol.interaction.DragAndDropEvent.html#file">file</a></li> <li data-name="ol.interaction.DragAndDropEvent#projection"><a href="ol.interaction.DragAndDropEvent.html#projection">projection</a></li> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.interaction.DragBox"> <span class="title"> <a href="ol.interaction.DragBox.html">ol.interaction.DragBox</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.interaction.DragBox#changed" class="unstable"> <a href="ol.interaction.DragBox.html#changed">changed</a> </li> <li data-name="ol.interaction.DragBox#get" class=""> <a href="ol.interaction.DragBox.html#get">get</a> </li> <li data-name="ol.interaction.DragBox#getActive" class="unstable"> <a href="ol.interaction.DragBox.html#getActive">getActive</a> </li> <li data-name="ol.interaction.DragBox#getGeometry" class=""> <a href="ol.interaction.DragBox.html#getGeometry">getGeometry</a> </li> <li data-name="ol.interaction.DragBox#getKeys" class=""> <a href="ol.interaction.DragBox.html#getKeys">getKeys</a> </li> <li data-name="ol.interaction.DragBox#getProperties" class=""> <a href="ol.interaction.DragBox.html#getProperties">getProperties</a> </li> <li data-name="ol.interaction.DragBox#getRevision" class="unstable"> <a href="ol.interaction.DragBox.html#getRevision">getRevision</a> </li> <li data-name="ol.interaction.DragBox#on" class=""> <a href="ol.interaction.DragBox.html#on">on</a> </li> <li data-name="ol.interaction.DragBox#once" class=""> <a href="ol.interaction.DragBox.html#once">once</a> </li> <li data-name="ol.interaction.DragBox#set" class=""> <a href="ol.interaction.DragBox.html#set">set</a> </li> <li data-name="ol.interaction.DragBox#setActive" class="unstable"> <a href="ol.interaction.DragBox.html#setActive">setActive</a> </li> <li data-name="ol.interaction.DragBox#setProperties" class=""> <a href="ol.interaction.DragBox.html#setProperties">setProperties</a> </li> <li data-name="ol.interaction.DragBox#un" class=""> <a href="ol.interaction.DragBox.html#un">un</a> </li> <li data-name="ol.interaction.DragBox#unByKey" class=""> <a href="ol.interaction.DragBox.html#unByKey">unByKey</a> </li> <li data-name="ol.interaction.DragBox#unset" class=""> <a href="ol.interaction.DragBox.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="ol.DragBoxEvent#event:boxend" class=""> <a href="ol.DragBoxEvent.html#event:boxend">boxend</a> </li> <li data-name="ol.DragBoxEvent#event:boxstart" class=""> <a href="ol.DragBoxEvent.html#event:boxstart">boxstart</a> </li> <li data-name="ol.ObjectEvent#event:change:active" class="unstable"> change:active </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.interaction.DragPan"> <span class="title"> <a href="ol.interaction.DragPan.html">ol.interaction.DragPan</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.interaction.DragPan#changed" class="unstable"> <a href="ol.interaction.DragPan.html#changed">changed</a> </li> <li data-name="ol.interaction.DragPan#get" class=""> <a href="ol.interaction.DragPan.html#get">get</a> </li> <li data-name="ol.interaction.DragPan#getActive" class="unstable"> <a href="ol.interaction.DragPan.html#getActive">getActive</a> </li> <li data-name="ol.interaction.DragPan#getKeys" class=""> <a href="ol.interaction.DragPan.html#getKeys">getKeys</a> </li> <li data-name="ol.interaction.DragPan#getProperties" class=""> <a href="ol.interaction.DragPan.html#getProperties">getProperties</a> </li> <li data-name="ol.interaction.DragPan#getRevision" class="unstable"> <a href="ol.interaction.DragPan.html#getRevision">getRevision</a> </li> <li data-name="ol.interaction.DragPan#on" class=""> <a href="ol.interaction.DragPan.html#on">on</a> </li> <li data-name="ol.interaction.DragPan#once" class=""> <a href="ol.interaction.DragPan.html#once">once</a> </li> <li data-name="ol.interaction.DragPan#set" class=""> <a href="ol.interaction.DragPan.html#set">set</a> </li> <li data-name="ol.interaction.DragPan#setActive" class="unstable"> <a href="ol.interaction.DragPan.html#setActive">setActive</a> </li> <li data-name="ol.interaction.DragPan#setProperties" class=""> <a href="ol.interaction.DragPan.html#setProperties">setProperties</a> </li> <li data-name="ol.interaction.DragPan#un" class=""> <a href="ol.interaction.DragPan.html#un">un</a> </li> <li data-name="ol.interaction.DragPan#unByKey" class=""> <a href="ol.interaction.DragPan.html#unByKey">unByKey</a> </li> <li data-name="ol.interaction.DragPan#unset" class=""> <a href="ol.interaction.DragPan.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="ol.ObjectEvent#event:change:active" class="unstable"> change:active </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.interaction.DragRotate"> <span class="title"> <a href="ol.interaction.DragRotate.html">ol.interaction.DragRotate</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.interaction.DragRotate#changed" class="unstable"> <a href="ol.interaction.DragRotate.html#changed">changed</a> </li> <li data-name="ol.interaction.DragRotate#get" class=""> <a href="ol.interaction.DragRotate.html#get">get</a> </li> <li data-name="ol.interaction.DragRotate#getActive" class="unstable"> <a href="ol.interaction.DragRotate.html#getActive">getActive</a> </li> <li data-name="ol.interaction.DragRotate#getKeys" class=""> <a href="ol.interaction.DragRotate.html#getKeys">getKeys</a> </li> <li data-name="ol.interaction.DragRotate#getProperties" class=""> <a href="ol.interaction.DragRotate.html#getProperties">getProperties</a> </li> <li data-name="ol.interaction.DragRotate#getRevision" class="unstable"> <a href="ol.interaction.DragRotate.html#getRevision">getRevision</a> </li> <li data-name="ol.interaction.DragRotate#on" class=""> <a href="ol.interaction.DragRotate.html#on">on</a> </li> <li data-name="ol.interaction.DragRotate#once" class=""> <a href="ol.interaction.DragRotate.html#once">once</a> </li> <li data-name="ol.interaction.DragRotate#set" class=""> <a href="ol.interaction.DragRotate.html#set">set</a> </li> <li data-name="ol.interaction.DragRotate#setActive" class="unstable"> <a href="ol.interaction.DragRotate.html#setActive">setActive</a> </li> <li data-name="ol.interaction.DragRotate#setProperties" class=""> <a href="ol.interaction.DragRotate.html#setProperties">setProperties</a> </li> <li data-name="ol.interaction.DragRotate#un" class=""> <a href="ol.interaction.DragRotate.html#un">un</a> </li> <li data-name="ol.interaction.DragRotate#unByKey" class=""> <a href="ol.interaction.DragRotate.html#unByKey">unByKey</a> </li> <li data-name="ol.interaction.DragRotate#unset" class=""> <a href="ol.interaction.DragRotate.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="ol.ObjectEvent#event:change:active" class="unstable"> change:active </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.interaction.DragRotateAndZoom"> <span class="title"> <a href="ol.interaction.DragRotateAndZoom.html">ol.interaction.DragRotateAndZoom</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.interaction.DragRotateAndZoom#changed" class="unstable"> <a href="ol.interaction.DragRotateAndZoom.html#changed">changed</a> </li> <li data-name="ol.interaction.DragRotateAndZoom#get" class=""> <a href="ol.interaction.DragRotateAndZoom.html#get">get</a> </li> <li data-name="ol.interaction.DragRotateAndZoom#getActive" class="unstable"> <a href="ol.interaction.DragRotateAndZoom.html#getActive">getActive</a> </li> <li data-name="ol.interaction.DragRotateAndZoom#getKeys" class=""> <a href="ol.interaction.DragRotateAndZoom.html#getKeys">getKeys</a> </li> <li data-name="ol.interaction.DragRotateAndZoom#getProperties" class=""> <a href="ol.interaction.DragRotateAndZoom.html#getProperties">getProperties</a> </li> <li data-name="ol.interaction.DragRotateAndZoom#getRevision" class="unstable"> <a href="ol.interaction.DragRotateAndZoom.html#getRevision">getRevision</a> </li> <li data-name="ol.interaction.DragRotateAndZoom#on" class=""> <a href="ol.interaction.DragRotateAndZoom.html#on">on</a> </li> <li data-name="ol.interaction.DragRotateAndZoom#once" class=""> <a href="ol.interaction.DragRotateAndZoom.html#once">once</a> </li> <li data-name="ol.interaction.DragRotateAndZoom#set" class=""> <a href="ol.interaction.DragRotateAndZoom.html#set">set</a> </li> <li data-name="ol.interaction.DragRotateAndZoom#setActive" class="unstable"> <a href="ol.interaction.DragRotateAndZoom.html#setActive">setActive</a> </li> <li data-name="ol.interaction.DragRotateAndZoom#setProperties" class=""> <a href="ol.interaction.DragRotateAndZoom.html#setProperties">setProperties</a> </li> <li data-name="ol.interaction.DragRotateAndZoom#un" class=""> <a href="ol.interaction.DragRotateAndZoom.html#un">un</a> </li> <li data-name="ol.interaction.DragRotateAndZoom#unByKey" class=""> <a href="ol.interaction.DragRotateAndZoom.html#unByKey">unByKey</a> </li> <li data-name="ol.interaction.DragRotateAndZoom#unset" class=""> <a href="ol.interaction.DragRotateAndZoom.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="ol.ObjectEvent#event:change:active" class="unstable"> change:active </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.interaction.DragZoom"> <span class="title"> <a href="ol.interaction.DragZoom.html">ol.interaction.DragZoom</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.interaction.DragZoom#changed" class="unstable"> <a href="ol.interaction.DragZoom.html#changed">changed</a> </li> <li data-name="ol.interaction.DragZoom#get" class=""> <a href="ol.interaction.DragZoom.html#get">get</a> </li> <li data-name="ol.interaction.DragZoom#getActive" class="unstable"> <a href="ol.interaction.DragZoom.html#getActive">getActive</a> </li> <li data-name="ol.interaction.DragZoom#getGeometry" class=""> <a href="ol.interaction.DragZoom.html#getGeometry">getGeometry</a> </li> <li data-name="ol.interaction.DragZoom#getKeys" class=""> <a href="ol.interaction.DragZoom.html#getKeys">getKeys</a> </li> <li data-name="ol.interaction.DragZoom#getProperties" class=""> <a href="ol.interaction.DragZoom.html#getProperties">getProperties</a> </li> <li data-name="ol.interaction.DragZoom#getRevision" class="unstable"> <a href="ol.interaction.DragZoom.html#getRevision">getRevision</a> </li> <li data-name="ol.interaction.DragZoom#on" class=""> <a href="ol.interaction.DragZoom.html#on">on</a> </li> <li data-name="ol.interaction.DragZoom#once" class=""> <a href="ol.interaction.DragZoom.html#once">once</a> </li> <li data-name="ol.interaction.DragZoom#set" class=""> <a href="ol.interaction.DragZoom.html#set">set</a> </li> <li data-name="ol.interaction.DragZoom#setActive" class="unstable"> <a href="ol.interaction.DragZoom.html#setActive">setActive</a> </li> <li data-name="ol.interaction.DragZoom#setProperties" class=""> <a href="ol.interaction.DragZoom.html#setProperties">setProperties</a> </li> <li data-name="ol.interaction.DragZoom#un" class=""> <a href="ol.interaction.DragZoom.html#un">un</a> </li> <li data-name="ol.interaction.DragZoom#unByKey" class=""> <a href="ol.interaction.DragZoom.html#unByKey">unByKey</a> </li> <li data-name="ol.interaction.DragZoom#unset" class=""> <a href="ol.interaction.DragZoom.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="ol.DragBoxEvent#event:boxend" class=""> <a href="ol.DragBoxEvent.html#event:boxend">boxend</a> </li> <li data-name="ol.DragBoxEvent#event:boxstart" class=""> <a href="ol.DragBoxEvent.html#event:boxstart">boxstart</a> </li> <li data-name="ol.ObjectEvent#event:change:active" class="unstable"> change:active </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.interaction.Draw"> <span class="title"> <a href="ol.interaction.Draw.html">ol.interaction.Draw</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.interaction.Draw.createRegularPolygon" class="unstable"> <a href="ol.interaction.Draw.html#createRegularPolygon">createRegularPolygon</a> </li> <li data-name="ol.interaction.Draw.handleEvent" class="unstable"> <a href="ol.interaction.Draw.html#handleEvent">handleEvent</a> </li> <li data-name="ol.interaction.Draw#changed" class="unstable"> <a href="ol.interaction.Draw.html#changed">changed</a> </li> <li data-name="ol.interaction.Draw#finishDrawing" class="unstable"> <a href="ol.interaction.Draw.html#finishDrawing">finishDrawing</a> </li> <li data-name="ol.interaction.Draw#get" class=""> <a href="ol.interaction.Draw.html#get">get</a> </li> <li data-name="ol.interaction.Draw#getActive" class="unstable"> <a href="ol.interaction.Draw.html#getActive">getActive</a> </li> <li data-name="ol.interaction.Draw#getKeys" class=""> <a href="ol.interaction.Draw.html#getKeys">getKeys</a> </li> <li data-name="ol.interaction.Draw#getProperties" class=""> <a href="ol.interaction.Draw.html#getProperties">getProperties</a> </li> <li data-name="ol.interaction.Draw#getRevision" class="unstable"> <a href="ol.interaction.Draw.html#getRevision">getRevision</a> </li> <li data-name="ol.interaction.Draw#on" class=""> <a href="ol.interaction.Draw.html#on">on</a> </li> <li data-name="ol.interaction.Draw#once" class=""> <a href="ol.interaction.Draw.html#once">once</a> </li> <li data-name="ol.interaction.Draw#set" class=""> <a href="ol.interaction.Draw.html#set">set</a> </li> <li data-name="ol.interaction.Draw#setActive" class="unstable"> <a href="ol.interaction.Draw.html#setActive">setActive</a> </li> <li data-name="ol.interaction.Draw#setProperties" class=""> <a href="ol.interaction.Draw.html#setProperties">setProperties</a> </li> <li data-name="ol.interaction.Draw#un" class=""> <a href="ol.interaction.Draw.html#un">un</a> </li> <li data-name="ol.interaction.Draw#unByKey" class=""> <a href="ol.interaction.Draw.html#unByKey">unByKey</a> </li> <li data-name="ol.interaction.Draw#unset" class=""> <a href="ol.interaction.Draw.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="ol.ObjectEvent#event:change:active" class="unstable"> change:active </li> <li data-name="ol.interaction.DrawEvent#event:drawend" class=""> <a href="ol.interaction.DrawEvent.html#event:drawend">drawend</a> </li> <li data-name="ol.interaction.DrawEvent#event:drawstart" class=""> <a href="ol.interaction.DrawEvent.html#event:drawstart">drawstart</a> </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.interaction.DrawEvent"> <span class="title"> <a href="ol.interaction.DrawEvent.html">ol.interaction.DrawEvent</a> </span> <ul class="members itemMembers"> <span class="subtitle">Members</span> <li data-name="ol.interaction.DrawEvent#feature"><a href="ol.interaction.DrawEvent.html#feature">feature</a></li> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.interaction.Interaction"> <span class="title"> <a href="ol.interaction.Interaction.html">ol.interaction.Interaction</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.interaction.Interaction#changed" class="unstable"> <a href="ol.interaction.Interaction.html#changed">changed</a> </li> <li data-name="ol.interaction.Interaction#get" class=""> <a href="ol.interaction.Interaction.html#get">get</a> </li> <li data-name="ol.interaction.Interaction#getActive" class="unstable"> <a href="ol.interaction.Interaction.html#getActive">getActive</a> </li> <li data-name="ol.interaction.Interaction#getKeys" class=""> <a href="ol.interaction.Interaction.html#getKeys">getKeys</a> </li> <li data-name="ol.interaction.Interaction#getProperties" class=""> <a href="ol.interaction.Interaction.html#getProperties">getProperties</a> </li> <li data-name="ol.interaction.Interaction#getRevision" class="unstable"> <a href="ol.interaction.Interaction.html#getRevision">getRevision</a> </li> <li data-name="ol.interaction.Interaction#on" class=""> <a href="ol.interaction.Interaction.html#on">on</a> </li> <li data-name="ol.interaction.Interaction#once" class=""> <a href="ol.interaction.Interaction.html#once">once</a> </li> <li data-name="ol.interaction.Interaction#set" class=""> <a href="ol.interaction.Interaction.html#set">set</a> </li> <li data-name="ol.interaction.Interaction#setActive" class="unstable"> <a href="ol.interaction.Interaction.html#setActive">setActive</a> </li> <li data-name="ol.interaction.Interaction#setProperties" class=""> <a href="ol.interaction.Interaction.html#setProperties">setProperties</a> </li> <li data-name="ol.interaction.Interaction#un" class=""> <a href="ol.interaction.Interaction.html#un">un</a> </li> <li data-name="ol.interaction.Interaction#unByKey" class=""> <a href="ol.interaction.Interaction.html#unByKey">unByKey</a> </li> <li data-name="ol.interaction.Interaction#unset" class=""> <a href="ol.interaction.Interaction.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="ol.ObjectEvent#event:change:active" class="unstable"> change:active </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.interaction.KeyboardPan"> <span class="title"> <a href="ol.interaction.KeyboardPan.html">ol.interaction.KeyboardPan</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.interaction.KeyboardPan.handleEvent" class="unstable"> <a href="ol.interaction.KeyboardPan.html#handleEvent">handleEvent</a> </li> <li data-name="ol.interaction.KeyboardPan#changed" class="unstable"> <a href="ol.interaction.KeyboardPan.html#changed">changed</a> </li> <li data-name="ol.interaction.KeyboardPan#get" class=""> <a href="ol.interaction.KeyboardPan.html#get">get</a> </li> <li data-name="ol.interaction.KeyboardPan#getActive" class="unstable"> <a href="ol.interaction.KeyboardPan.html#getActive">getActive</a> </li> <li data-name="ol.interaction.KeyboardPan#getKeys" class=""> <a href="ol.interaction.KeyboardPan.html#getKeys">getKeys</a> </li> <li data-name="ol.interaction.KeyboardPan#getProperties" class=""> <a href="ol.interaction.KeyboardPan.html#getProperties">getProperties</a> </li> <li data-name="ol.interaction.KeyboardPan#getRevision" class="unstable"> <a href="ol.interaction.KeyboardPan.html#getRevision">getRevision</a> </li> <li data-name="ol.interaction.KeyboardPan#on" class=""> <a href="ol.interaction.KeyboardPan.html#on">on</a> </li> <li data-name="ol.interaction.KeyboardPan#once" class=""> <a href="ol.interaction.KeyboardPan.html#once">once</a> </li> <li data-name="ol.interaction.KeyboardPan#set" class=""> <a href="ol.interaction.KeyboardPan.html#set">set</a> </li> <li data-name="ol.interaction.KeyboardPan#setActive" class="unstable"> <a href="ol.interaction.KeyboardPan.html#setActive">setActive</a> </li> <li data-name="ol.interaction.KeyboardPan#setProperties" class=""> <a href="ol.interaction.KeyboardPan.html#setProperties">setProperties</a> </li> <li data-name="ol.interaction.KeyboardPan#un" class=""> <a href="ol.interaction.KeyboardPan.html#un">un</a> </li> <li data-name="ol.interaction.KeyboardPan#unByKey" class=""> <a href="ol.interaction.KeyboardPan.html#unByKey">unByKey</a> </li> <li data-name="ol.interaction.KeyboardPan#unset" class=""> <a href="ol.interaction.KeyboardPan.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="ol.ObjectEvent#event:change:active" class="unstable"> change:active </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.interaction.KeyboardZoom"> <span class="title"> <a href="ol.interaction.KeyboardZoom.html">ol.interaction.KeyboardZoom</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.interaction.KeyboardZoom.handleEvent" class="unstable"> <a href="ol.interaction.KeyboardZoom.html#handleEvent">handleEvent</a> </li> <li data-name="ol.interaction.KeyboardZoom#changed" class="unstable"> <a href="ol.interaction.KeyboardZoom.html#changed">changed</a> </li> <li data-name="ol.interaction.KeyboardZoom#get" class=""> <a href="ol.interaction.KeyboardZoom.html#get">get</a> </li> <li data-name="ol.interaction.KeyboardZoom#getActive" class="unstable"> <a href="ol.interaction.KeyboardZoom.html#getActive">getActive</a> </li> <li data-name="ol.interaction.KeyboardZoom#getKeys" class=""> <a href="ol.interaction.KeyboardZoom.html#getKeys">getKeys</a> </li> <li data-name="ol.interaction.KeyboardZoom#getProperties" class=""> <a href="ol.interaction.KeyboardZoom.html#getProperties">getProperties</a> </li> <li data-name="ol.interaction.KeyboardZoom#getRevision" class="unstable"> <a href="ol.interaction.KeyboardZoom.html#getRevision">getRevision</a> </li> <li data-name="ol.interaction.KeyboardZoom#on" class=""> <a href="ol.interaction.KeyboardZoom.html#on">on</a> </li> <li data-name="ol.interaction.KeyboardZoom#once" class=""> <a href="ol.interaction.KeyboardZoom.html#once">once</a> </li> <li data-name="ol.interaction.KeyboardZoom#set" class=""> <a href="ol.interaction.KeyboardZoom.html#set">set</a> </li> <li data-name="ol.interaction.KeyboardZoom#setActive" class="unstable"> <a href="ol.interaction.KeyboardZoom.html#setActive">setActive</a> </li> <li data-name="ol.interaction.KeyboardZoom#setProperties" class=""> <a href="ol.interaction.KeyboardZoom.html#setProperties">setProperties</a> </li> <li data-name="ol.interaction.KeyboardZoom#un" class=""> <a href="ol.interaction.KeyboardZoom.html#un">un</a> </li> <li data-name="ol.interaction.KeyboardZoom#unByKey" class=""> <a href="ol.interaction.KeyboardZoom.html#unByKey">unByKey</a> </li> <li data-name="ol.interaction.KeyboardZoom#unset" class=""> <a href="ol.interaction.KeyboardZoom.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="ol.ObjectEvent#event:change:active" class="unstable"> change:active </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.interaction.Modify"> <span class="title"> <a href="ol.interaction.Modify.html">ol.interaction.Modify</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.interaction.Modify.handleEvent" class="unstable"> <a href="ol.interaction.Modify.html#handleEvent">handleEvent</a> </li> <li data-name="ol.interaction.Modify#changed" class="unstable"> <a href="ol.interaction.Modify.html#changed">changed</a> </li> <li data-name="ol.interaction.Modify#get" class=""> <a href="ol.interaction.Modify.html#get">get</a> </li> <li data-name="ol.interaction.Modify#getActive" class="unstable"> <a href="ol.interaction.Modify.html#getActive">getActive</a> </li> <li data-name="ol.interaction.Modify#getKeys" class=""> <a href="ol.interaction.Modify.html#getKeys">getKeys</a> </li> <li data-name="ol.interaction.Modify#getProperties" class=""> <a href="ol.interaction.Modify.html#getProperties">getProperties</a> </li> <li data-name="ol.interaction.Modify#getRevision" class="unstable"> <a href="ol.interaction.Modify.html#getRevision">getRevision</a> </li> <li data-name="ol.interaction.Modify#on" class=""> <a href="ol.interaction.Modify.html#on">on</a> </li> <li data-name="ol.interaction.Modify#once" class=""> <a href="ol.interaction.Modify.html#once">once</a> </li> <li data-name="ol.interaction.Modify#set" class=""> <a href="ol.interaction.Modify.html#set">set</a> </li> <li data-name="ol.interaction.Modify#setActive" class="unstable"> <a href="ol.interaction.Modify.html#setActive">setActive</a> </li> <li data-name="ol.interaction.Modify#setProperties" class=""> <a href="ol.interaction.Modify.html#setProperties">setProperties</a> </li> <li data-name="ol.interaction.Modify#un" class=""> <a href="ol.interaction.Modify.html#un">un</a> </li> <li data-name="ol.interaction.Modify#unByKey" class=""> <a href="ol.interaction.Modify.html#unByKey">unByKey</a> </li> <li data-name="ol.interaction.Modify#unset" class=""> <a href="ol.interaction.Modify.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="ol.ObjectEvent#event:change:active" class="unstable"> change:active </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.interaction.MouseWheelZoom"> <span class="title"> <a href="ol.interaction.MouseWheelZoom.html">ol.interaction.MouseWheelZoom</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.interaction.MouseWheelZoom.handleEvent" class="unstable"> <a href="ol.interaction.MouseWheelZoom.html#handleEvent">handleEvent</a> </li> <li data-name="ol.interaction.MouseWheelZoom#changed" class="unstable"> <a href="ol.interaction.MouseWheelZoom.html#changed">changed</a> </li> <li data-name="ol.interaction.MouseWheelZoom#get" class=""> <a href="ol.interaction.MouseWheelZoom.html#get">get</a> </li> <li data-name="ol.interaction.MouseWheelZoom#getActive" class="unstable"> <a href="ol.interaction.MouseWheelZoom.html#getActive">getActive</a> </li> <li data-name="ol.interaction.MouseWheelZoom#getKeys" class=""> <a href="ol.interaction.MouseWheelZoom.html#getKeys">getKeys</a> </li> <li data-name="ol.interaction.MouseWheelZoom#getProperties" class=""> <a href="ol.interaction.MouseWheelZoom.html#getProperties">getProperties</a> </li> <li data-name="ol.interaction.MouseWheelZoom#getRevision" class="unstable"> <a href="ol.interaction.MouseWheelZoom.html#getRevision">getRevision</a> </li> <li data-name="ol.interaction.MouseWheelZoom#on" class=""> <a href="ol.interaction.MouseWheelZoom.html#on">on</a> </li> <li data-name="ol.interaction.MouseWheelZoom#once" class=""> <a href="ol.interaction.MouseWheelZoom.html#once">once</a> </li> <li data-name="ol.interaction.MouseWheelZoom#set" class=""> <a href="ol.interaction.MouseWheelZoom.html#set">set</a> </li> <li data-name="ol.interaction.MouseWheelZoom#setActive" class="unstable"> <a href="ol.interaction.MouseWheelZoom.html#setActive">setActive</a> </li> <li data-name="ol.interaction.MouseWheelZoom#setProperties" class=""> <a href="ol.interaction.MouseWheelZoom.html#setProperties">setProperties</a> </li> <li data-name="ol.interaction.MouseWheelZoom#un" class=""> <a href="ol.interaction.MouseWheelZoom.html#un">un</a> </li> <li data-name="ol.interaction.MouseWheelZoom#unByKey" class=""> <a href="ol.interaction.MouseWheelZoom.html#unByKey">unByKey</a> </li> <li data-name="ol.interaction.MouseWheelZoom#unset" class=""> <a href="ol.interaction.MouseWheelZoom.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="ol.ObjectEvent#event:change:active" class="unstable"> change:active </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.interaction.PinchRotate"> <span class="title"> <a href="ol.interaction.PinchRotate.html">ol.interaction.PinchRotate</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.interaction.PinchRotate#changed" class="unstable"> <a href="ol.interaction.PinchRotate.html#changed">changed</a> </li> <li data-name="ol.interaction.PinchRotate#get" class=""> <a href="ol.interaction.PinchRotate.html#get">get</a> </li> <li data-name="ol.interaction.PinchRotate#getActive" class="unstable"> <a href="ol.interaction.PinchRotate.html#getActive">getActive</a> </li> <li data-name="ol.interaction.PinchRotate#getKeys" class=""> <a href="ol.interaction.PinchRotate.html#getKeys">getKeys</a> </li> <li data-name="ol.interaction.PinchRotate#getProperties" class=""> <a href="ol.interaction.PinchRotate.html#getProperties">getProperties</a> </li> <li data-name="ol.interaction.PinchRotate#getRevision" class="unstable"> <a href="ol.interaction.PinchRotate.html#getRevision">getRevision</a> </li> <li data-name="ol.interaction.PinchRotate#on" class=""> <a href="ol.interaction.PinchRotate.html#on">on</a> </li> <li data-name="ol.interaction.PinchRotate#once" class=""> <a href="ol.interaction.PinchRotate.html#once">once</a> </li> <li data-name="ol.interaction.PinchRotate#set" class=""> <a href="ol.interaction.PinchRotate.html#set">set</a> </li> <li data-name="ol.interaction.PinchRotate#setActive" class="unstable"> <a href="ol.interaction.PinchRotate.html#setActive">setActive</a> </li> <li data-name="ol.interaction.PinchRotate#setProperties" class=""> <a href="ol.interaction.PinchRotate.html#setProperties">setProperties</a> </li> <li data-name="ol.interaction.PinchRotate#un" class=""> <a href="ol.interaction.PinchRotate.html#un">un</a> </li> <li data-name="ol.interaction.PinchRotate#unByKey" class=""> <a href="ol.interaction.PinchRotate.html#unByKey">unByKey</a> </li> <li data-name="ol.interaction.PinchRotate#unset" class=""> <a href="ol.interaction.PinchRotate.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="ol.ObjectEvent#event:change:active" class="unstable"> change:active </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.interaction.PinchZoom"> <span class="title"> <a href="ol.interaction.PinchZoom.html">ol.interaction.PinchZoom</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.interaction.PinchZoom#changed" class="unstable"> <a href="ol.interaction.PinchZoom.html#changed">changed</a> </li> <li data-name="ol.interaction.PinchZoom#get" class=""> <a href="ol.interaction.PinchZoom.html#get">get</a> </li> <li data-name="ol.interaction.PinchZoom#getActive" class="unstable"> <a href="ol.interaction.PinchZoom.html#getActive">getActive</a> </li> <li data-name="ol.interaction.PinchZoom#getKeys" class=""> <a href="ol.interaction.PinchZoom.html#getKeys">getKeys</a> </li> <li data-name="ol.interaction.PinchZoom#getProperties" class=""> <a href="ol.interaction.PinchZoom.html#getProperties">getProperties</a> </li> <li data-name="ol.interaction.PinchZoom#getRevision" class="unstable"> <a href="ol.interaction.PinchZoom.html#getRevision">getRevision</a> </li> <li data-name="ol.interaction.PinchZoom#on" class=""> <a href="ol.interaction.PinchZoom.html#on">on</a> </li> <li data-name="ol.interaction.PinchZoom#once" class=""> <a href="ol.interaction.PinchZoom.html#once">once</a> </li> <li data-name="ol.interaction.PinchZoom#set" class=""> <a href="ol.interaction.PinchZoom.html#set">set</a> </li> <li data-name="ol.interaction.PinchZoom#setActive" class="unstable"> <a href="ol.interaction.PinchZoom.html#setActive">setActive</a> </li> <li data-name="ol.interaction.PinchZoom#setProperties" class=""> <a href="ol.interaction.PinchZoom.html#setProperties">setProperties</a> </li> <li data-name="ol.interaction.PinchZoom#un" class=""> <a href="ol.interaction.PinchZoom.html#un">un</a> </li> <li data-name="ol.interaction.PinchZoom#unByKey" class=""> <a href="ol.interaction.PinchZoom.html#unByKey">unByKey</a> </li> <li data-name="ol.interaction.PinchZoom#unset" class=""> <a href="ol.interaction.PinchZoom.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="ol.ObjectEvent#event:change:active" class="unstable"> change:active </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.interaction.Pointer"> <span class="title"> <a href="ol.interaction.Pointer.html">ol.interaction.Pointer</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.interaction.Pointer.handleEvent" class="unstable"> <a href="ol.interaction.Pointer.html#handleEvent">handleEvent</a> </li> <li data-name="ol.interaction.Pointer#changed" class="unstable"> <a href="ol.interaction.Pointer.html#changed">changed</a> </li> <li data-name="ol.interaction.Pointer#get" class=""> <a href="ol.interaction.Pointer.html#get">get</a> </li> <li data-name="ol.interaction.Pointer#getActive" class="unstable"> <a href="ol.interaction.Pointer.html#getActive">getActive</a> </li> <li data-name="ol.interaction.Pointer#getKeys" class=""> <a href="ol.interaction.Pointer.html#getKeys">getKeys</a> </li> <li data-name="ol.interaction.Pointer#getProperties" class=""> <a href="ol.interaction.Pointer.html#getProperties">getProperties</a> </li> <li data-name="ol.interaction.Pointer#getRevision" class="unstable"> <a href="ol.interaction.Pointer.html#getRevision">getRevision</a> </li> <li data-name="ol.interaction.Pointer#on" class=""> <a href="ol.interaction.Pointer.html#on">on</a> </li> <li data-name="ol.interaction.Pointer#once" class=""> <a href="ol.interaction.Pointer.html#once">once</a> </li> <li data-name="ol.interaction.Pointer#set" class=""> <a href="ol.interaction.Pointer.html#set">set</a> </li> <li data-name="ol.interaction.Pointer#setActive" class="unstable"> <a href="ol.interaction.Pointer.html#setActive">setActive</a> </li> <li data-name="ol.interaction.Pointer#setProperties" class=""> <a href="ol.interaction.Pointer.html#setProperties">setProperties</a> </li> <li data-name="ol.interaction.Pointer#un" class=""> <a href="ol.interaction.Pointer.html#un">un</a> </li> <li data-name="ol.interaction.Pointer#unByKey" class=""> <a href="ol.interaction.Pointer.html#unByKey">unByKey</a> </li> <li data-name="ol.interaction.Pointer#unset" class=""> <a href="ol.interaction.Pointer.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="ol.ObjectEvent#event:change:active" class="unstable"> change:active </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.interaction.Select"> <span class="title"> <a href="ol.interaction.Select.html">ol.interaction.Select</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.interaction.Select.handleEvent" class="unstable"> <a href="ol.interaction.Select.html#handleEvent">handleEvent</a> </li> <li data-name="ol.interaction.Select#changed" class="unstable"> <a href="ol.interaction.Select.html#changed">changed</a> </li> <li data-name="ol.interaction.Select#get" class=""> <a href="ol.interaction.Select.html#get">get</a> </li> <li data-name="ol.interaction.Select#getActive" class="unstable"> <a href="ol.interaction.Select.html#getActive">getActive</a> </li> <li data-name="ol.interaction.Select#getFeatures" class=""> <a href="ol.interaction.Select.html#getFeatures">getFeatures</a> </li> <li data-name="ol.interaction.Select#getKeys" class=""> <a href="ol.interaction.Select.html#getKeys">getKeys</a> </li> <li data-name="ol.interaction.Select#getProperties" class=""> <a href="ol.interaction.Select.html#getProperties">getProperties</a> </li> <li data-name="ol.interaction.Select#getRevision" class="unstable"> <a href="ol.interaction.Select.html#getRevision">getRevision</a> </li> <li data-name="ol.interaction.Select#on" class=""> <a href="ol.interaction.Select.html#on">on</a> </li> <li data-name="ol.interaction.Select#once" class=""> <a href="ol.interaction.Select.html#once">once</a> </li> <li data-name="ol.interaction.Select#set" class=""> <a href="ol.interaction.Select.html#set">set</a> </li> <li data-name="ol.interaction.Select#setActive" class="unstable"> <a href="ol.interaction.Select.html#setActive">setActive</a> </li> <li data-name="ol.interaction.Select#setMap" class=""> <a href="ol.interaction.Select.html#setMap">setMap</a> </li> <li data-name="ol.interaction.Select#setProperties" class=""> <a href="ol.interaction.Select.html#setProperties">setProperties</a> </li> <li data-name="ol.interaction.Select#un" class=""> <a href="ol.interaction.Select.html#un">un</a> </li> <li data-name="ol.interaction.Select#unByKey" class=""> <a href="ol.interaction.Select.html#unByKey">unByKey</a> </li> <li data-name="ol.interaction.Select#unset" class=""> <a href="ol.interaction.Select.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="ol.ObjectEvent#event:change:active" class="unstable"> change:active </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> <li data-name="ol.SelectEvent#event:select" class="unstable"> <a href="ol.SelectEvent.html#event:select">select</a> </li> </ul> </li> <li class="item" data-name="ol.interaction.Snap"> <span class="title"> <a href="ol.interaction.Snap.html">ol.interaction.Snap</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.interaction.Snap#addFeature" class="unstable"> <a href="ol.interaction.Snap.html#addFeature">addFeature</a> </li> <li data-name="ol.interaction.Snap#changed" class="unstable"> <a href="ol.interaction.Snap.html#changed">changed</a> </li> <li data-name="ol.interaction.Snap#get" class=""> <a href="ol.interaction.Snap.html#get">get</a> </li> <li data-name="ol.interaction.Snap#getActive" class="unstable"> <a href="ol.interaction.Snap.html#getActive">getActive</a> </li> <li data-name="ol.interaction.Snap#getKeys" class=""> <a href="ol.interaction.Snap.html#getKeys">getKeys</a> </li> <li data-name="ol.interaction.Snap#getProperties" class=""> <a href="ol.interaction.Snap.html#getProperties">getProperties</a> </li> <li data-name="ol.interaction.Snap#getRevision" class="unstable"> <a href="ol.interaction.Snap.html#getRevision">getRevision</a> </li> <li data-name="ol.interaction.Snap#on" class=""> <a href="ol.interaction.Snap.html#on">on</a> </li> <li data-name="ol.interaction.Snap#once" class=""> <a href="ol.interaction.Snap.html#once">once</a> </li> <li data-name="ol.interaction.Snap#removeFeature" class="unstable"> <a href="ol.interaction.Snap.html#removeFeature">removeFeature</a> </li> <li data-name="ol.interaction.Snap#set" class=""> <a href="ol.interaction.Snap.html#set">set</a> </li> <li data-name="ol.interaction.Snap#setActive" class="unstable"> <a href="ol.interaction.Snap.html#setActive">setActive</a> </li> <li data-name="ol.interaction.Snap#setProperties" class=""> <a href="ol.interaction.Snap.html#setProperties">setProperties</a> </li> <li data-name="ol.interaction.Snap#un" class=""> <a href="ol.interaction.Snap.html#un">un</a> </li> <li data-name="ol.interaction.Snap#unByKey" class=""> <a href="ol.interaction.Snap.html#unByKey">unByKey</a> </li> <li data-name="ol.interaction.Snap#unset" class=""> <a href="ol.interaction.Snap.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="ol.ObjectEvent#event:change:active" class="unstable"> change:active </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.layer"> <span class="title"> <a href="ol.layer.html">ol.layer</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.layer.Base"> <span class="title"> <a href="ol.layer.Base.html">ol.layer.Base</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.layer.Base#changed" class="unstable"> <a href="ol.layer.Base.html#changed">changed</a> </li> <li data-name="ol.layer.Base#get" class=""> <a href="ol.layer.Base.html#get">get</a> </li> <li data-name="ol.layer.Base#getBrightness" class="unstable"> <a href="ol.layer.Base.html#getBrightness">getBrightness</a> </li> <li data-name="ol.layer.Base#getContrast" class="unstable"> <a href="ol.layer.Base.html#getContrast">getContrast</a> </li> <li data-name="ol.layer.Base#getExtent" class=""> <a href="ol.layer.Base.html#getExtent">getExtent</a> </li> <li data-name="ol.layer.Base#getHue" class="unstable"> <a href="ol.layer.Base.html#getHue">getHue</a> </li> <li data-name="ol.layer.Base#getKeys" class=""> <a href="ol.layer.Base.html#getKeys">getKeys</a> </li> <li data-name="ol.layer.Base#getMaxResolution" class=""> <a href="ol.layer.Base.html#getMaxResolution">getMaxResolution</a> </li> <li data-name="ol.layer.Base#getMinResolution" class=""> <a href="ol.layer.Base.html#getMinResolution">getMinResolution</a> </li> <li data-name="ol.layer.Base#getOpacity" class=""> <a href="ol.layer.Base.html#getOpacity">getOpacity</a> </li> <li data-name="ol.layer.Base#getProperties" class=""> <a href="ol.layer.Base.html#getProperties">getProperties</a> </li> <li data-name="ol.layer.Base#getRevision" class="unstable"> <a href="ol.layer.Base.html#getRevision">getRevision</a> </li> <li data-name="ol.layer.Base#getSaturation" class="unstable"> <a href="ol.layer.Base.html#getSaturation">getSaturation</a> </li> <li data-name="ol.layer.Base#getVisible" class=""> <a href="ol.layer.Base.html#getVisible">getVisible</a> </li> <li data-name="ol.layer.Base#on" class=""> <a href="ol.layer.Base.html#on">on</a> </li> <li data-name="ol.layer.Base#once" class=""> <a href="ol.layer.Base.html#once">once</a> </li> <li data-name="ol.layer.Base#set" class=""> <a href="ol.layer.Base.html#set">set</a> </li> <li data-name="ol.layer.Base#setBrightness" class="unstable"> <a href="ol.layer.Base.html#setBrightness">setBrightness</a> </li> <li data-name="ol.layer.Base#setContrast" class="unstable"> <a href="ol.layer.Base.html#setContrast">setContrast</a> </li> <li data-name="ol.layer.Base#setExtent" class=""> <a href="ol.layer.Base.html#setExtent">setExtent</a> </li> <li data-name="ol.layer.Base#setHue" class="unstable"> <a href="ol.layer.Base.html#setHue">setHue</a> </li> <li data-name="ol.layer.Base#setMaxResolution" class=""> <a href="ol.layer.Base.html#setMaxResolution">setMaxResolution</a> </li> <li data-name="ol.layer.Base#setMinResolution" class=""> <a href="ol.layer.Base.html#setMinResolution">setMinResolution</a> </li> <li data-name="ol.layer.Base#setOpacity" class=""> <a href="ol.layer.Base.html#setOpacity">setOpacity</a> </li> <li data-name="ol.layer.Base#setProperties" class=""> <a href="ol.layer.Base.html#setProperties">setProperties</a> </li> <li data-name="ol.layer.Base#setSaturation" class="unstable"> <a href="ol.layer.Base.html#setSaturation">setSaturation</a> </li> <li data-name="ol.layer.Base#setVisible" class=""> <a href="ol.layer.Base.html#setVisible">setVisible</a> </li> <li data-name="ol.layer.Base#un" class=""> <a href="ol.layer.Base.html#un">un</a> </li> <li data-name="ol.layer.Base#unByKey" class=""> <a href="ol.layer.Base.html#unByKey">unByKey</a> </li> <li data-name="ol.layer.Base#unset" class=""> <a href="ol.layer.Base.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="ol.ObjectEvent#event:change:brightness" class="unstable"> change:brightness </li> <li data-name="ol.ObjectEvent#event:change:contrast" class="unstable"> change:contrast </li> <li data-name="ol.ObjectEvent#event:change:extent" class="unstable"> change:extent </li> <li data-name="ol.ObjectEvent#event:change:hue" class="unstable"> change:hue </li> <li data-name="ol.ObjectEvent#event:change:maxResolution" class="unstable"> change:maxResolution </li> <li data-name="ol.ObjectEvent#event:change:minResolution" class="unstable"> change:minResolution </li> <li data-name="ol.ObjectEvent#event:change:opacity" class="unstable"> change:opacity </li> <li data-name="ol.ObjectEvent#event:change:saturation" class="unstable"> change:saturation </li> <li data-name="ol.ObjectEvent#event:change:visible" class="unstable"> change:visible </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.layer.Group"> <span class="title"> <a href="ol.layer.Group.html">ol.layer.Group</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.layer.Group#changed" class="unstable"> <a href="ol.layer.Group.html#changed">changed</a> </li> <li data-name="ol.layer.Group#get" class=""> <a href="ol.layer.Group.html#get">get</a> </li> <li data-name="ol.layer.Group#getBrightness" class="unstable"> <a href="ol.layer.Group.html#getBrightness">getBrightness</a> </li> <li data-name="ol.layer.Group#getContrast" class="unstable"> <a href="ol.layer.Group.html#getContrast">getContrast</a> </li> <li data-name="ol.layer.Group#getExtent" class=""> <a href="ol.layer.Group.html#getExtent">getExtent</a> </li> <li data-name="ol.layer.Group#getHue" class="unstable"> <a href="ol.layer.Group.html#getHue">getHue</a> </li> <li data-name="ol.layer.Group#getKeys" class=""> <a href="ol.layer.Group.html#getKeys">getKeys</a> </li> <li data-name="ol.layer.Group#getLayers" class=""> <a href="ol.layer.Group.html#getLayers">getLayers</a> </li> <li data-name="ol.layer.Group#getMaxResolution" class=""> <a href="ol.layer.Group.html#getMaxResolution">getMaxResolution</a> </li> <li data-name="ol.layer.Group#getMinResolution" class=""> <a href="ol.layer.Group.html#getMinResolution">getMinResolution</a> </li> <li data-name="ol.layer.Group#getOpacity" class=""> <a href="ol.layer.Group.html#getOpacity">getOpacity</a> </li> <li data-name="ol.layer.Group#getProperties" class=""> <a href="ol.layer.Group.html#getProperties">getProperties</a> </li> <li data-name="ol.layer.Group#getRevision" class="unstable"> <a href="ol.layer.Group.html#getRevision">getRevision</a> </li> <li data-name="ol.layer.Group#getSaturation" class="unstable"> <a href="ol.layer.Group.html#getSaturation">getSaturation</a> </li> <li data-name="ol.layer.Group#getVisible" class=""> <a href="ol.layer.Group.html#getVisible">getVisible</a> </li> <li data-name="ol.layer.Group#on" class=""> <a href="ol.layer.Group.html#on">on</a> </li> <li data-name="ol.layer.Group#once" class=""> <a href="ol.layer.Group.html#once">once</a> </li> <li data-name="ol.layer.Group#set" class=""> <a href="ol.layer.Group.html#set">set</a> </li> <li data-name="ol.layer.Group#setBrightness" class="unstable"> <a href="ol.layer.Group.html#setBrightness">setBrightness</a> </li> <li data-name="ol.layer.Group#setContrast" class="unstable"> <a href="ol.layer.Group.html#setContrast">setContrast</a> </li> <li data-name="ol.layer.Group#setExtent" class=""> <a href="ol.layer.Group.html#setExtent">setExtent</a> </li> <li data-name="ol.layer.Group#setHue" class="unstable"> <a href="ol.layer.Group.html#setHue">setHue</a> </li> <li data-name="ol.layer.Group#setLayers" class=""> <a href="ol.layer.Group.html#setLayers">setLayers</a> </li> <li data-name="ol.layer.Group#setMaxResolution" class=""> <a href="ol.layer.Group.html#setMaxResolution">setMaxResolution</a> </li> <li data-name="ol.layer.Group#setMinResolution" class=""> <a href="ol.layer.Group.html#setMinResolution">setMinResolution</a> </li> <li data-name="ol.layer.Group#setOpacity" class=""> <a href="ol.layer.Group.html#setOpacity">setOpacity</a> </li> <li data-name="ol.layer.Group#setProperties" class=""> <a href="ol.layer.Group.html#setProperties">setProperties</a> </li> <li data-name="ol.layer.Group#setSaturation" class="unstable"> <a href="ol.layer.Group.html#setSaturation">setSaturation</a> </li> <li data-name="ol.layer.Group#setVisible" class=""> <a href="ol.layer.Group.html#setVisible">setVisible</a> </li> <li data-name="ol.layer.Group#un" class=""> <a href="ol.layer.Group.html#un">un</a> </li> <li data-name="ol.layer.Group#unByKey" class=""> <a href="ol.layer.Group.html#unByKey">unByKey</a> </li> <li data-name="ol.layer.Group#unset" class=""> <a href="ol.layer.Group.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="event:change Triggered when the group/Collection changes." class="unstable"> change Triggered when the group/Collection changes. </li> <li data-name="ol.ObjectEvent#event:change:brightness" class="unstable"> change:brightness </li> <li data-name="ol.ObjectEvent#event:change:contrast" class="unstable"> change:contrast </li> <li data-name="ol.ObjectEvent#event:change:extent" class="unstable"> change:extent </li> <li data-name="ol.ObjectEvent#event:change:hue" class="unstable"> change:hue </li> <li data-name="ol.ObjectEvent#event:change:layers" class="unstable"> change:layers </li> <li data-name="ol.ObjectEvent#event:change:maxResolution" class="unstable"> change:maxResolution </li> <li data-name="ol.ObjectEvent#event:change:minResolution" class="unstable"> change:minResolution </li> <li data-name="ol.ObjectEvent#event:change:opacity" class="unstable"> change:opacity </li> <li data-name="ol.ObjectEvent#event:change:saturation" class="unstable"> change:saturation </li> <li data-name="ol.ObjectEvent#event:change:visible" class="unstable"> change:visible </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.layer.Heatmap"> <span class="title"> <a href="ol.layer.Heatmap.html">ol.layer.Heatmap</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.layer.Heatmap#changed" class="unstable"> <a href="ol.layer.Heatmap.html#changed">changed</a> </li> <li data-name="ol.layer.Heatmap#get" class=""> <a href="ol.layer.Heatmap.html#get">get</a> </li> <li data-name="ol.layer.Heatmap#getBlur" class="unstable"> <a href="ol.layer.Heatmap.html#getBlur">getBlur</a> </li> <li data-name="ol.layer.Heatmap#getBrightness" class="unstable"> <a href="ol.layer.Heatmap.html#getBrightness">getBrightness</a> </li> <li data-name="ol.layer.Heatmap#getContrast" class="unstable"> <a href="ol.layer.Heatmap.html#getContrast">getContrast</a> </li> <li data-name="ol.layer.Heatmap#getExtent" class=""> <a href="ol.layer.Heatmap.html#getExtent">getExtent</a> </li> <li data-name="ol.layer.Heatmap#getGradient" class="unstable"> <a href="ol.layer.Heatmap.html#getGradient">getGradient</a> </li> <li data-name="ol.layer.Heatmap#getHue" class="unstable"> <a href="ol.layer.Heatmap.html#getHue">getHue</a> </li> <li data-name="ol.layer.Heatmap#getKeys" class=""> <a href="ol.layer.Heatmap.html#getKeys">getKeys</a> </li> <li data-name="ol.layer.Heatmap#getMaxResolution" class=""> <a href="ol.layer.Heatmap.html#getMaxResolution">getMaxResolution</a> </li> <li data-name="ol.layer.Heatmap#getMinResolution" class=""> <a href="ol.layer.Heatmap.html#getMinResolution">getMinResolution</a> </li> <li data-name="ol.layer.Heatmap#getOpacity" class=""> <a href="ol.layer.Heatmap.html#getOpacity">getOpacity</a> </li> <li data-name="ol.layer.Heatmap#getProperties" class=""> <a href="ol.layer.Heatmap.html#getProperties">getProperties</a> </li> <li data-name="ol.layer.Heatmap#getRadius" class="unstable"> <a href="ol.layer.Heatmap.html#getRadius">getRadius</a> </li> <li data-name="ol.layer.Heatmap#getRevision" class="unstable"> <a href="ol.layer.Heatmap.html#getRevision">getRevision</a> </li> <li data-name="ol.layer.Heatmap#getSaturation" class="unstable"> <a href="ol.layer.Heatmap.html#getSaturation">getSaturation</a> </li> <li data-name="ol.layer.Heatmap#getSource" class=""> <a href="ol.layer.Heatmap.html#getSource">getSource</a> </li> <li data-name="ol.layer.Heatmap#getStyle" class=""> <a href="ol.layer.Heatmap.html#getStyle">getStyle</a> </li> <li data-name="ol.layer.Heatmap#getStyleFunction" class=""> <a href="ol.layer.Heatmap.html#getStyleFunction">getStyleFunction</a> </li> <li data-name="ol.layer.Heatmap#getVisible" class=""> <a href="ol.layer.Heatmap.html#getVisible">getVisible</a> </li> <li data-name="ol.layer.Heatmap#on" class=""> <a href="ol.layer.Heatmap.html#on">on</a> </li> <li data-name="ol.layer.Heatmap#once" class=""> <a href="ol.layer.Heatmap.html#once">once</a> </li> <li data-name="ol.layer.Heatmap#set" class=""> <a href="ol.layer.Heatmap.html#set">set</a> </li> <li data-name="ol.layer.Heatmap#setBlur" class="unstable"> <a href="ol.layer.Heatmap.html#setBlur">setBlur</a> </li> <li data-name="ol.layer.Heatmap#setBrightness" class="unstable"> <a href="ol.layer.Heatmap.html#setBrightness">setBrightness</a> </li> <li data-name="ol.layer.Heatmap#setContrast" class="unstable"> <a href="ol.layer.Heatmap.html#setContrast">setContrast</a> </li> <li data-name="ol.layer.Heatmap#setExtent" class=""> <a href="ol.layer.Heatmap.html#setExtent">setExtent</a> </li> <li data-name="ol.layer.Heatmap#setGradient" class="unstable"> <a href="ol.layer.Heatmap.html#setGradient">setGradient</a> </li> <li data-name="ol.layer.Heatmap#setHue" class="unstable"> <a href="ol.layer.Heatmap.html#setHue">setHue</a> </li> <li data-name="ol.layer.Heatmap#setMaxResolution" class=""> <a href="ol.layer.Heatmap.html#setMaxResolution">setMaxResolution</a> </li> <li data-name="ol.layer.Heatmap#setMinResolution" class=""> <a href="ol.layer.Heatmap.html#setMinResolution">setMinResolution</a> </li> <li data-name="ol.layer.Heatmap#setOpacity" class=""> <a href="ol.layer.Heatmap.html#setOpacity">setOpacity</a> </li> <li data-name="ol.layer.Heatmap#setProperties" class=""> <a href="ol.layer.Heatmap.html#setProperties">setProperties</a> </li> <li data-name="ol.layer.Heatmap#setRadius" class="unstable"> <a href="ol.layer.Heatmap.html#setRadius">setRadius</a> </li> <li data-name="ol.layer.Heatmap#setSaturation" class="unstable"> <a href="ol.layer.Heatmap.html#setSaturation">setSaturation</a> </li> <li data-name="ol.layer.Heatmap#setSource" class=""> <a href="ol.layer.Heatmap.html#setSource">setSource</a> </li> <li data-name="ol.layer.Heatmap#setStyle" class=""> <a href="ol.layer.Heatmap.html#setStyle">setStyle</a> </li> <li data-name="ol.layer.Heatmap#setVisible" class=""> <a href="ol.layer.Heatmap.html#setVisible">setVisible</a> </li> <li data-name="ol.layer.Heatmap#un" class=""> <a href="ol.layer.Heatmap.html#un">un</a> </li> <li data-name="ol.layer.Heatmap#unByKey" class=""> <a href="ol.layer.Heatmap.html#unByKey">unByKey</a> </li> <li data-name="ol.layer.Heatmap#unset" class=""> <a href="ol.layer.Heatmap.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="event:change Triggered when the state of the source changes." class="unstable"> change Triggered when the state of the source changes. </li> <li data-name="ol.ObjectEvent#event:change:blur" class="unstable"> change:blur </li> <li data-name="ol.ObjectEvent#event:change:brightness" class="unstable"> change:brightness </li> <li data-name="ol.ObjectEvent#event:change:contrast" class="unstable"> change:contrast </li> <li data-name="ol.ObjectEvent#event:change:extent" class="unstable"> change:extent </li> <li data-name="ol.ObjectEvent#event:change:gradient" class="unstable"> change:gradient </li> <li data-name="ol.ObjectEvent#event:change:hue" class="unstable"> change:hue </li> <li data-name="ol.ObjectEvent#event:change:maxResolution" class="unstable"> change:maxResolution </li> <li data-name="ol.ObjectEvent#event:change:minResolution" class="unstable"> change:minResolution </li> <li data-name="ol.ObjectEvent#event:change:opacity" class="unstable"> change:opacity </li> <li data-name="ol.ObjectEvent#event:change:radius" class="unstable"> change:radius </li> <li data-name="ol.ObjectEvent#event:change:saturation" class="unstable"> change:saturation </li> <li data-name="ol.ObjectEvent#event:change:source" class="unstable"> change:source </li> <li data-name="ol.ObjectEvent#event:change:visible" class="unstable"> change:visible </li> <li data-name="ol.render.Event#event:postcompose" class="unstable"> <a href="ol.render.Event.html#event:postcompose">postcompose</a> </li> <li data-name="ol.render.Event#event:precompose" class="unstable"> <a href="ol.render.Event.html#event:precompose">precompose</a> </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> <li data-name="ol.render.Event#event:render" class="unstable"> <a href="ol.render.Event.html#event:render">render</a> </li> </ul> </li> <li class="item" data-name="ol.layer.Image"> <span class="title"> <a href="ol.layer.Image.html">ol.layer.Image</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.layer.Image#changed" class="unstable"> <a href="ol.layer.Image.html#changed">changed</a> </li> <li data-name="ol.layer.Image#get" class=""> <a href="ol.layer.Image.html#get">get</a> </li> <li data-name="ol.layer.Image#getBrightness" class="unstable"> <a href="ol.layer.Image.html#getBrightness">getBrightness</a> </li> <li data-name="ol.layer.Image#getContrast" class="unstable"> <a href="ol.layer.Image.html#getContrast">getContrast</a> </li> <li data-name="ol.layer.Image#getExtent" class=""> <a href="ol.layer.Image.html#getExtent">getExtent</a> </li> <li data-name="ol.layer.Image#getHue" class="unstable"> <a href="ol.layer.Image.html#getHue">getHue</a> </li> <li data-name="ol.layer.Image#getKeys" class=""> <a href="ol.layer.Image.html#getKeys">getKeys</a> </li> <li data-name="ol.layer.Image#getMaxResolution" class=""> <a href="ol.layer.Image.html#getMaxResolution">getMaxResolution</a> </li> <li data-name="ol.layer.Image#getMinResolution" class=""> <a href="ol.layer.Image.html#getMinResolution">getMinResolution</a> </li> <li data-name="ol.layer.Image#getOpacity" class=""> <a href="ol.layer.Image.html#getOpacity">getOpacity</a> </li> <li data-name="ol.layer.Image#getProperties" class=""> <a href="ol.layer.Image.html#getProperties">getProperties</a> </li> <li data-name="ol.layer.Image#getRevision" class="unstable"> <a href="ol.layer.Image.html#getRevision">getRevision</a> </li> <li data-name="ol.layer.Image#getSaturation" class="unstable"> <a href="ol.layer.Image.html#getSaturation">getSaturation</a> </li> <li data-name="ol.layer.Image#getSource" class=""> <a href="ol.layer.Image.html#getSource">getSource</a> </li> <li data-name="ol.layer.Image#getVisible" class=""> <a href="ol.layer.Image.html#getVisible">getVisible</a> </li> <li data-name="ol.layer.Image#on" class=""> <a href="ol.layer.Image.html#on">on</a> </li> <li data-name="ol.layer.Image#once" class=""> <a href="ol.layer.Image.html#once">once</a> </li> <li data-name="ol.layer.Image#set" class=""> <a href="ol.layer.Image.html#set">set</a> </li> <li data-name="ol.layer.Image#setBrightness" class="unstable"> <a href="ol.layer.Image.html#setBrightness">setBrightness</a> </li> <li data-name="ol.layer.Image#setContrast" class="unstable"> <a href="ol.layer.Image.html#setContrast">setContrast</a> </li> <li data-name="ol.layer.Image#setExtent" class=""> <a href="ol.layer.Image.html#setExtent">setExtent</a> </li> <li data-name="ol.layer.Image#setHue" class="unstable"> <a href="ol.layer.Image.html#setHue">setHue</a> </li> <li data-name="ol.layer.Image#setMaxResolution" class=""> <a href="ol.layer.Image.html#setMaxResolution">setMaxResolution</a> </li> <li data-name="ol.layer.Image#setMinResolution" class=""> <a href="ol.layer.Image.html#setMinResolution">setMinResolution</a> </li> <li data-name="ol.layer.Image#setOpacity" class=""> <a href="ol.layer.Image.html#setOpacity">setOpacity</a> </li> <li data-name="ol.layer.Image#setProperties" class=""> <a href="ol.layer.Image.html#setProperties">setProperties</a> </li> <li data-name="ol.layer.Image#setSaturation" class="unstable"> <a href="ol.layer.Image.html#setSaturation">setSaturation</a> </li> <li data-name="ol.layer.Image#setSource" class=""> <a href="ol.layer.Image.html#setSource">setSource</a> </li> <li data-name="ol.layer.Image#setVisible" class=""> <a href="ol.layer.Image.html#setVisible">setVisible</a> </li> <li data-name="ol.layer.Image#un" class=""> <a href="ol.layer.Image.html#un">un</a> </li> <li data-name="ol.layer.Image#unByKey" class=""> <a href="ol.layer.Image.html#unByKey">unByKey</a> </li> <li data-name="ol.layer.Image#unset" class=""> <a href="ol.layer.Image.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="event:change Triggered when the state of the source changes." class="unstable"> change Triggered when the state of the source changes. </li> <li data-name="ol.ObjectEvent#event:change:brightness" class="unstable"> change:brightness </li> <li data-name="ol.ObjectEvent#event:change:contrast" class="unstable"> change:contrast </li> <li data-name="ol.ObjectEvent#event:change:extent" class="unstable"> change:extent </li> <li data-name="ol.ObjectEvent#event:change:hue" class="unstable"> change:hue </li> <li data-name="ol.ObjectEvent#event:change:maxResolution" class="unstable"> change:maxResolution </li> <li data-name="ol.ObjectEvent#event:change:minResolution" class="unstable"> change:minResolution </li> <li data-name="ol.ObjectEvent#event:change:opacity" class="unstable"> change:opacity </li> <li data-name="ol.ObjectEvent#event:change:saturation" class="unstable"> change:saturation </li> <li data-name="ol.ObjectEvent#event:change:source" class="unstable"> change:source </li> <li data-name="ol.ObjectEvent#event:change:visible" class="unstable"> change:visible </li> <li data-name="ol.render.Event#event:postcompose" class="unstable"> <a href="ol.render.Event.html#event:postcompose">postcompose</a> </li> <li data-name="ol.render.Event#event:precompose" class="unstable"> <a href="ol.render.Event.html#event:precompose">precompose</a> </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> <li data-name="ol.render.Event#event:render" class="unstable"> <a href="ol.render.Event.html#event:render">render</a> </li> </ul> </li> <li class="item" data-name="ol.layer.Layer"> <span class="title"> <a href="ol.layer.Layer.html">ol.layer.Layer</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.layer.Layer#changed" class="unstable"> <a href="ol.layer.Layer.html#changed">changed</a> </li> <li data-name="ol.layer.Layer#get" class=""> <a href="ol.layer.Layer.html#get">get</a> </li> <li data-name="ol.layer.Layer#getBrightness" class="unstable"> <a href="ol.layer.Layer.html#getBrightness">getBrightness</a> </li> <li data-name="ol.layer.Layer#getContrast" class="unstable"> <a href="ol.layer.Layer.html#getContrast">getContrast</a> </li> <li data-name="ol.layer.Layer#getExtent" class=""> <a href="ol.layer.Layer.html#getExtent">getExtent</a> </li> <li data-name="ol.layer.Layer#getHue" class="unstable"> <a href="ol.layer.Layer.html#getHue">getHue</a> </li> <li data-name="ol.layer.Layer#getKeys" class=""> <a href="ol.layer.Layer.html#getKeys">getKeys</a> </li> <li data-name="ol.layer.Layer#getMaxResolution" class=""> <a href="ol.layer.Layer.html#getMaxResolution">getMaxResolution</a> </li> <li data-name="ol.layer.Layer#getMinResolution" class=""> <a href="ol.layer.Layer.html#getMinResolution">getMinResolution</a> </li> <li data-name="ol.layer.Layer#getOpacity" class=""> <a href="ol.layer.Layer.html#getOpacity">getOpacity</a> </li> <li data-name="ol.layer.Layer#getProperties" class=""> <a href="ol.layer.Layer.html#getProperties">getProperties</a> </li> <li data-name="ol.layer.Layer#getRevision" class="unstable"> <a href="ol.layer.Layer.html#getRevision">getRevision</a> </li> <li data-name="ol.layer.Layer#getSaturation" class="unstable"> <a href="ol.layer.Layer.html#getSaturation">getSaturation</a> </li> <li data-name="ol.layer.Layer#getSource" class=""> <a href="ol.layer.Layer.html#getSource">getSource</a> </li> <li data-name="ol.layer.Layer#getVisible" class=""> <a href="ol.layer.Layer.html#getVisible">getVisible</a> </li> <li data-name="ol.layer.Layer#on" class=""> <a href="ol.layer.Layer.html#on">on</a> </li> <li data-name="ol.layer.Layer#once" class=""> <a href="ol.layer.Layer.html#once">once</a> </li> <li data-name="ol.layer.Layer#set" class=""> <a href="ol.layer.Layer.html#set">set</a> </li> <li data-name="ol.layer.Layer#setBrightness" class="unstable"> <a href="ol.layer.Layer.html#setBrightness">setBrightness</a> </li> <li data-name="ol.layer.Layer#setContrast" class="unstable"> <a href="ol.layer.Layer.html#setContrast">setContrast</a> </li> <li data-name="ol.layer.Layer#setExtent" class=""> <a href="ol.layer.Layer.html#setExtent">setExtent</a> </li> <li data-name="ol.layer.Layer#setHue" class="unstable"> <a href="ol.layer.Layer.html#setHue">setHue</a> </li> <li data-name="ol.layer.Layer#setMaxResolution" class=""> <a href="ol.layer.Layer.html#setMaxResolution">setMaxResolution</a> </li> <li data-name="ol.layer.Layer#setMinResolution" class=""> <a href="ol.layer.Layer.html#setMinResolution">setMinResolution</a> </li> <li data-name="ol.layer.Layer#setOpacity" class=""> <a href="ol.layer.Layer.html#setOpacity">setOpacity</a> </li> <li data-name="ol.layer.Layer#setProperties" class=""> <a href="ol.layer.Layer.html#setProperties">setProperties</a> </li> <li data-name="ol.layer.Layer#setSaturation" class="unstable"> <a href="ol.layer.Layer.html#setSaturation">setSaturation</a> </li> <li data-name="ol.layer.Layer#setSource" class=""> <a href="ol.layer.Layer.html#setSource">setSource</a> </li> <li data-name="ol.layer.Layer#setVisible" class=""> <a href="ol.layer.Layer.html#setVisible">setVisible</a> </li> <li data-name="ol.layer.Layer#un" class=""> <a href="ol.layer.Layer.html#un">un</a> </li> <li data-name="ol.layer.Layer#unByKey" class=""> <a href="ol.layer.Layer.html#unByKey">unByKey</a> </li> <li data-name="ol.layer.Layer#unset" class=""> <a href="ol.layer.Layer.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="event:change Triggered when the state of the source changes." class="unstable"> change Triggered when the state of the source changes. </li> <li data-name="ol.ObjectEvent#event:change:brightness" class="unstable"> change:brightness </li> <li data-name="ol.ObjectEvent#event:change:contrast" class="unstable"> change:contrast </li> <li data-name="ol.ObjectEvent#event:change:extent" class="unstable"> change:extent </li> <li data-name="ol.ObjectEvent#event:change:hue" class="unstable"> change:hue </li> <li data-name="ol.ObjectEvent#event:change:maxResolution" class="unstable"> change:maxResolution </li> <li data-name="ol.ObjectEvent#event:change:minResolution" class="unstable"> change:minResolution </li> <li data-name="ol.ObjectEvent#event:change:opacity" class="unstable"> change:opacity </li> <li data-name="ol.ObjectEvent#event:change:saturation" class="unstable"> change:saturation </li> <li data-name="ol.ObjectEvent#event:change:source" class="unstable"> change:source </li> <li data-name="ol.ObjectEvent#event:change:visible" class="unstable"> change:visible </li> <li data-name="ol.render.Event#event:postcompose" class="unstable"> <a href="ol.render.Event.html#event:postcompose">postcompose</a> </li> <li data-name="ol.render.Event#event:precompose" class="unstable"> <a href="ol.render.Event.html#event:precompose">precompose</a> </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> <li data-name="ol.render.Event#event:render" class="unstable"> <a href="ol.render.Event.html#event:render">render</a> </li> </ul> </li> <li class="item" data-name="ol.layer.Tile"> <span class="title"> <a href="ol.layer.Tile.html">ol.layer.Tile</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.layer.Tile#changed" class="unstable"> <a href="ol.layer.Tile.html#changed">changed</a> </li> <li data-name="ol.layer.Tile#get" class=""> <a href="ol.layer.Tile.html#get">get</a> </li> <li data-name="ol.layer.Tile#getBrightness" class="unstable"> <a href="ol.layer.Tile.html#getBrightness">getBrightness</a> </li> <li data-name="ol.layer.Tile#getContrast" class="unstable"> <a href="ol.layer.Tile.html#getContrast">getContrast</a> </li> <li data-name="ol.layer.Tile#getExtent" class=""> <a href="ol.layer.Tile.html#getExtent">getExtent</a> </li> <li data-name="ol.layer.Tile#getHue" class="unstable"> <a href="ol.layer.Tile.html#getHue">getHue</a> </li> <li data-name="ol.layer.Tile#getKeys" class=""> <a href="ol.layer.Tile.html#getKeys">getKeys</a> </li> <li data-name="ol.layer.Tile#getMaxResolution" class=""> <a href="ol.layer.Tile.html#getMaxResolution">getMaxResolution</a> </li> <li data-name="ol.layer.Tile#getMinResolution" class=""> <a href="ol.layer.Tile.html#getMinResolution">getMinResolution</a> </li> <li data-name="ol.layer.Tile#getOpacity" class=""> <a href="ol.layer.Tile.html#getOpacity">getOpacity</a> </li> <li data-name="ol.layer.Tile#getPreload" class="unstable"> <a href="ol.layer.Tile.html#getPreload">getPreload</a> </li> <li data-name="ol.layer.Tile#getProperties" class=""> <a href="ol.layer.Tile.html#getProperties">getProperties</a> </li> <li data-name="ol.layer.Tile#getRevision" class="unstable"> <a href="ol.layer.Tile.html#getRevision">getRevision</a> </li> <li data-name="ol.layer.Tile#getSaturation" class="unstable"> <a href="ol.layer.Tile.html#getSaturation">getSaturation</a> </li> <li data-name="ol.layer.Tile#getSource" class=""> <a href="ol.layer.Tile.html#getSource">getSource</a> </li> <li data-name="ol.layer.Tile#getUseInterimTilesOnError" class="unstable"> <a href="ol.layer.Tile.html#getUseInterimTilesOnError">getUseInterimTilesOnError</a> </li> <li data-name="ol.layer.Tile#getVisible" class=""> <a href="ol.layer.Tile.html#getVisible">getVisible</a> </li> <li data-name="ol.layer.Tile#on" class=""> <a href="ol.layer.Tile.html#on">on</a> </li> <li data-name="ol.layer.Tile#once" class=""> <a href="ol.layer.Tile.html#once">once</a> </li> <li data-name="ol.layer.Tile#set" class=""> <a href="ol.layer.Tile.html#set">set</a> </li> <li data-name="ol.layer.Tile#setBrightness" class="unstable"> <a href="ol.layer.Tile.html#setBrightness">setBrightness</a> </li> <li data-name="ol.layer.Tile#setContrast" class="unstable"> <a href="ol.layer.Tile.html#setContrast">setContrast</a> </li> <li data-name="ol.layer.Tile#setExtent" class=""> <a href="ol.layer.Tile.html#setExtent">setExtent</a> </li> <li data-name="ol.layer.Tile#setHue" class="unstable"> <a href="ol.layer.Tile.html#setHue">setHue</a> </li> <li data-name="ol.layer.Tile#setMaxResolution" class=""> <a href="ol.layer.Tile.html#setMaxResolution">setMaxResolution</a> </li> <li data-name="ol.layer.Tile#setMinResolution" class=""> <a href="ol.layer.Tile.html#setMinResolution">setMinResolution</a> </li> <li data-name="ol.layer.Tile#setOpacity" class=""> <a href="ol.layer.Tile.html#setOpacity">setOpacity</a> </li> <li data-name="ol.layer.Tile#setPreload" class="unstable"> <a href="ol.layer.Tile.html#setPreload">setPreload</a> </li> <li data-name="ol.layer.Tile#setProperties" class=""> <a href="ol.layer.Tile.html#setProperties">setProperties</a> </li> <li data-name="ol.layer.Tile#setSaturation" class="unstable"> <a href="ol.layer.Tile.html#setSaturation">setSaturation</a> </li> <li data-name="ol.layer.Tile#setSource" class=""> <a href="ol.layer.Tile.html#setSource">setSource</a> </li> <li data-name="ol.layer.Tile#setUseInterimTilesOnError" class="unstable"> <a href="ol.layer.Tile.html#setUseInterimTilesOnError">setUseInterimTilesOnError</a> </li> <li data-name="ol.layer.Tile#setVisible" class=""> <a href="ol.layer.Tile.html#setVisible">setVisible</a> </li> <li data-name="ol.layer.Tile#un" class=""> <a href="ol.layer.Tile.html#un">un</a> </li> <li data-name="ol.layer.Tile#unByKey" class=""> <a href="ol.layer.Tile.html#unByKey">unByKey</a> </li> <li data-name="ol.layer.Tile#unset" class=""> <a href="ol.layer.Tile.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="event:change Triggered when the state of the source changes." class="unstable"> change Triggered when the state of the source changes. </li> <li data-name="ol.ObjectEvent#event:change:brightness" class="unstable"> change:brightness </li> <li data-name="ol.ObjectEvent#event:change:contrast" class="unstable"> change:contrast </li> <li data-name="ol.ObjectEvent#event:change:extent" class="unstable"> change:extent </li> <li data-name="ol.ObjectEvent#event:change:hue" class="unstable"> change:hue </li> <li data-name="ol.ObjectEvent#event:change:maxResolution" class="unstable"> change:maxResolution </li> <li data-name="ol.ObjectEvent#event:change:minResolution" class="unstable"> change:minResolution </li> <li data-name="ol.ObjectEvent#event:change:opacity" class="unstable"> change:opacity </li> <li data-name="ol.ObjectEvent#event:change:preload" class="unstable"> change:preload </li> <li data-name="ol.ObjectEvent#event:change:saturation" class="unstable"> change:saturation </li> <li data-name="ol.ObjectEvent#event:change:source" class="unstable"> change:source </li> <li data-name="ol.ObjectEvent#event:change:useInterimTilesOnError" class="unstable"> change:useInterimTilesOnError </li> <li data-name="ol.ObjectEvent#event:change:visible" class="unstable"> change:visible </li> <li data-name="ol.render.Event#event:postcompose" class="unstable"> <a href="ol.render.Event.html#event:postcompose">postcompose</a> </li> <li data-name="ol.render.Event#event:precompose" class="unstable"> <a href="ol.render.Event.html#event:precompose">precompose</a> </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> <li data-name="ol.render.Event#event:render" class="unstable"> <a href="ol.render.Event.html#event:render">render</a> </li> </ul> </li> <li class="item" data-name="ol.layer.Vector"> <span class="title"> <a href="ol.layer.Vector.html">ol.layer.Vector</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.layer.Vector#changed" class="unstable"> <a href="ol.layer.Vector.html#changed">changed</a> </li> <li data-name="ol.layer.Vector#get" class=""> <a href="ol.layer.Vector.html#get">get</a> </li> <li data-name="ol.layer.Vector#getBrightness" class="unstable"> <a href="ol.layer.Vector.html#getBrightness">getBrightness</a> </li> <li data-name="ol.layer.Vector#getContrast" class="unstable"> <a href="ol.layer.Vector.html#getContrast">getContrast</a> </li> <li data-name="ol.layer.Vector#getExtent" class=""> <a href="ol.layer.Vector.html#getExtent">getExtent</a> </li> <li data-name="ol.layer.Vector#getHue" class="unstable"> <a href="ol.layer.Vector.html#getHue">getHue</a> </li> <li data-name="ol.layer.Vector#getKeys" class=""> <a href="ol.layer.Vector.html#getKeys">getKeys</a> </li> <li data-name="ol.layer.Vector#getMaxResolution" class=""> <a href="ol.layer.Vector.html#getMaxResolution">getMaxResolution</a> </li> <li data-name="ol.layer.Vector#getMinResolution" class=""> <a href="ol.layer.Vector.html#getMinResolution">getMinResolution</a> </li> <li data-name="ol.layer.Vector#getOpacity" class=""> <a href="ol.layer.Vector.html#getOpacity">getOpacity</a> </li> <li data-name="ol.layer.Vector#getProperties" class=""> <a href="ol.layer.Vector.html#getProperties">getProperties</a> </li> <li data-name="ol.layer.Vector#getRevision" class="unstable"> <a href="ol.layer.Vector.html#getRevision">getRevision</a> </li> <li data-name="ol.layer.Vector#getSaturation" class="unstable"> <a href="ol.layer.Vector.html#getSaturation">getSaturation</a> </li> <li data-name="ol.layer.Vector#getSource" class=""> <a href="ol.layer.Vector.html#getSource">getSource</a> </li> <li data-name="ol.layer.Vector#getStyle" class=""> <a href="ol.layer.Vector.html#getStyle">getStyle</a> </li> <li data-name="ol.layer.Vector#getStyleFunction" class=""> <a href="ol.layer.Vector.html#getStyleFunction">getStyleFunction</a> </li> <li data-name="ol.layer.Vector#getVisible" class=""> <a href="ol.layer.Vector.html#getVisible">getVisible</a> </li> <li data-name="ol.layer.Vector#on" class=""> <a href="ol.layer.Vector.html#on">on</a> </li> <li data-name="ol.layer.Vector#once" class=""> <a href="ol.layer.Vector.html#once">once</a> </li> <li data-name="ol.layer.Vector#set" class=""> <a href="ol.layer.Vector.html#set">set</a> </li> <li data-name="ol.layer.Vector#setBrightness" class="unstable"> <a href="ol.layer.Vector.html#setBrightness">setBrightness</a> </li> <li data-name="ol.layer.Vector#setContrast" class="unstable"> <a href="ol.layer.Vector.html#setContrast">setContrast</a> </li> <li data-name="ol.layer.Vector#setExtent" class=""> <a href="ol.layer.Vector.html#setExtent">setExtent</a> </li> <li data-name="ol.layer.Vector#setHue" class="unstable"> <a href="ol.layer.Vector.html#setHue">setHue</a> </li> <li data-name="ol.layer.Vector#setMaxResolution" class=""> <a href="ol.layer.Vector.html#setMaxResolution">setMaxResolution</a> </li> <li data-name="ol.layer.Vector#setMinResolution" class=""> <a href="ol.layer.Vector.html#setMinResolution">setMinResolution</a> </li> <li data-name="ol.layer.Vector#setOpacity" class=""> <a href="ol.layer.Vector.html#setOpacity">setOpacity</a> </li> <li data-name="ol.layer.Vector#setProperties" class=""> <a href="ol.layer.Vector.html#setProperties">setProperties</a> </li> <li data-name="ol.layer.Vector#setSaturation" class="unstable"> <a href="ol.layer.Vector.html#setSaturation">setSaturation</a> </li> <li data-name="ol.layer.Vector#setSource" class=""> <a href="ol.layer.Vector.html#setSource">setSource</a> </li> <li data-name="ol.layer.Vector#setStyle" class=""> <a href="ol.layer.Vector.html#setStyle">setStyle</a> </li> <li data-name="ol.layer.Vector#setVisible" class=""> <a href="ol.layer.Vector.html#setVisible">setVisible</a> </li> <li data-name="ol.layer.Vector#un" class=""> <a href="ol.layer.Vector.html#un">un</a> </li> <li data-name="ol.layer.Vector#unByKey" class=""> <a href="ol.layer.Vector.html#unByKey">unByKey</a> </li> <li data-name="ol.layer.Vector#unset" class=""> <a href="ol.layer.Vector.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="event:change Triggered when the state of the source changes." class="unstable"> change Triggered when the state of the source changes. </li> <li data-name="ol.ObjectEvent#event:change:brightness" class="unstable"> change:brightness </li> <li data-name="ol.ObjectEvent#event:change:contrast" class="unstable"> change:contrast </li> <li data-name="ol.ObjectEvent#event:change:extent" class="unstable"> change:extent </li> <li data-name="ol.ObjectEvent#event:change:hue" class="unstable"> change:hue </li> <li data-name="ol.ObjectEvent#event:change:maxResolution" class="unstable"> change:maxResolution </li> <li data-name="ol.ObjectEvent#event:change:minResolution" class="unstable"> change:minResolution </li> <li data-name="ol.ObjectEvent#event:change:opacity" class="unstable"> change:opacity </li> <li data-name="ol.ObjectEvent#event:change:saturation" class="unstable"> change:saturation </li> <li data-name="ol.ObjectEvent#event:change:source" class="unstable"> change:source </li> <li data-name="ol.ObjectEvent#event:change:visible" class="unstable"> change:visible </li> <li data-name="ol.render.Event#event:postcompose" class="unstable"> <a href="ol.render.Event.html#event:postcompose">postcompose</a> </li> <li data-name="ol.render.Event#event:precompose" class="unstable"> <a href="ol.render.Event.html#event:precompose">precompose</a> </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> <li data-name="ol.render.Event#event:render" class="unstable"> <a href="ol.render.Event.html#event:render">render</a> </li> </ul> </li> <li class="item" data-name="ol.loadingstrategy"> <span class="title"> <a href="ol.loadingstrategy.html">ol.loadingstrategy</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.loadingstrategy.all" class="unstable"> <a href="ol.loadingstrategy.html#all">all</a> </li> <li data-name="ol.loadingstrategy.bbox" class="unstable"> <a href="ol.loadingstrategy.html#bbox">bbox</a> </li> <li data-name="ol.loadingstrategy.tile" class="unstable"> <a href="ol.loadingstrategy.html#tile">tile</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.proj"> <span class="title"> <a href="ol.proj.html">ol.proj</a> </span> <ul class="members itemMembers"> <span class="subtitle">Members</span> <li data-name="ol.proj.METERS_PER_UNIT"><a href="ol.proj.html#METERS_PER_UNIT">METERS_PER_UNIT</a></li> </ul> <ul class="typedefs itemMembers"> <span class="subtitle">Typedefs</span> <li data-name="ol.proj.ProjectionLike" class=""> <a href="ol.proj.html#ProjectionLike">ProjectionLike</a> </li> <li data-name="ol.proj.Units" class=""> <a href="ol.proj.html#Units">Units</a> </li> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.proj.addCoordinateTransforms" class=""> <a href="ol.proj.html#addCoordinateTransforms">addCoordinateTransforms</a> </li> <li data-name="ol.proj.addEquivalentProjections" class="unstable"> <a href="ol.proj.html#addEquivalentProjections">addEquivalentProjections</a> </li> <li data-name="ol.proj.addProjection" class=""> <a href="ol.proj.html#addProjection">addProjection</a> </li> <li data-name="ol.proj.fromLonLat" class=""> <a href="ol.proj.html#fromLonLat">fromLonLat</a> </li> <li data-name="ol.proj.get" class=""> <a href="ol.proj.html#get">get</a> </li> <li data-name="ol.proj.getTransform" class=""> <a href="ol.proj.html#getTransform">getTransform</a> </li> <li data-name="ol.proj.toLonLat" class=""> <a href="ol.proj.html#toLonLat">toLonLat</a> </li> <li data-name="ol.proj.transform" class=""> <a href="ol.proj.html#transform">transform</a> </li> <li data-name="ol.proj.transformExtent" class=""> <a href="ol.proj.html#transformExtent">transformExtent</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.proj.Projection"> <span class="title"> <a href="ol.proj.Projection.html">ol.proj.Projection</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.proj.Projection#getCode" class=""> <a href="ol.proj.Projection.html#getCode">getCode</a> </li> <li data-name="ol.proj.Projection#getExtent" class=""> <a href="ol.proj.Projection.html#getExtent">getExtent</a> </li> <li data-name="ol.proj.Projection#getMetersPerUnit" class=""> <a href="ol.proj.Projection.html#getMetersPerUnit">getMetersPerUnit</a> </li> <li data-name="ol.proj.Projection#getPointResolution" class="unstable"> <a href="ol.proj.Projection.html#getPointResolution">getPointResolution</a> </li> <li data-name="ol.proj.Projection#getUnits" class=""> <a href="ol.proj.Projection.html#getUnits">getUnits</a> </li> <li data-name="ol.proj.Projection#getWorldExtent" class="unstable"> <a href="ol.proj.Projection.html#getWorldExtent">getWorldExtent</a> </li> <li data-name="ol.proj.Projection#isGlobal" class=""> <a href="ol.proj.Projection.html#isGlobal">isGlobal</a> </li> <li data-name="ol.proj.Projection#setExtent" class=""> <a href="ol.proj.Projection.html#setExtent">setExtent</a> </li> <li data-name="ol.proj.Projection#setGetPointResolution" class="unstable"> <a href="ol.proj.Projection.html#setGetPointResolution">setGetPointResolution</a> </li> <li data-name="ol.proj.Projection#setGlobal" class=""> <a href="ol.proj.Projection.html#setGlobal">setGlobal</a> </li> <li data-name="ol.proj.Projection#setWorldExtent" class="unstable"> <a href="ol.proj.Projection.html#setWorldExtent">setWorldExtent</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.render"> <span class="title"> <a href="ol.render.html">ol.render</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.render.Event"> <span class="title"> <a href="ol.render.Event.html">ol.render.Event</a> </span> <ul class="members itemMembers"> <span class="subtitle">Members</span> <li data-name="ol.render.Event#context"><a href="ol.render.Event.html#context">context</a></li> <li data-name="ol.render.Event#frameState"><a href="ol.render.Event.html#frameState">frameState</a></li> <li data-name="ol.render.Event#glContext"><a href="ol.render.Event.html#glContext">glContext</a></li> <li data-name="ol.render.Event#vectorContext"><a href="ol.render.Event.html#vectorContext">vectorContext</a></li> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.render.VectorContext"> <span class="title"> <a href="ol.render.VectorContext.html">ol.render.VectorContext</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.render.canvas"> <span class="title"> <a href="ol.render.canvas.html">ol.render.canvas</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.render.canvas.Immediate"> <span class="title"> <a href="ol.render.canvas.Immediate.html">ol.render.canvas.Immediate</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.render.canvas.Immediate#drawAsync" class="unstable"> <a href="ol.render.canvas.Immediate.html#drawAsync">drawAsync</a> </li> <li data-name="ol.render.canvas.Immediate#drawCircleGeometry" class="unstable"> <a href="ol.render.canvas.Immediate.html#drawCircleGeometry">drawCircleGeometry</a> </li> <li data-name="ol.render.canvas.Immediate#drawFeature" class="unstable"> <a href="ol.render.canvas.Immediate.html#drawFeature">drawFeature</a> </li> <li data-name="ol.render.canvas.Immediate#drawLineStringGeometry" class="unstable"> <a href="ol.render.canvas.Immediate.html#drawLineStringGeometry">drawLineStringGeometry</a> </li> <li data-name="ol.render.canvas.Immediate#drawMultiLineStringGeometry" class="unstable"> <a href="ol.render.canvas.Immediate.html#drawMultiLineStringGeometry">drawMultiLineStringGeometry</a> </li> <li data-name="ol.render.canvas.Immediate#drawMultiPointGeometry" class="unstable"> <a href="ol.render.canvas.Immediate.html#drawMultiPointGeometry">drawMultiPointGeometry</a> </li> <li data-name="ol.render.canvas.Immediate#drawMultiPolygonGeometry" class="unstable"> <a href="ol.render.canvas.Immediate.html#drawMultiPolygonGeometry">drawMultiPolygonGeometry</a> </li> <li data-name="ol.render.canvas.Immediate#drawPointGeometry" class="unstable"> <a href="ol.render.canvas.Immediate.html#drawPointGeometry">drawPointGeometry</a> </li> <li data-name="ol.render.canvas.Immediate#drawPolygonGeometry" class="unstable"> <a href="ol.render.canvas.Immediate.html#drawPolygonGeometry">drawPolygonGeometry</a> </li> <li data-name="ol.render.canvas.Immediate#setFillStrokeStyle" class="unstable"> <a href="ol.render.canvas.Immediate.html#setFillStrokeStyle">setFillStrokeStyle</a> </li> <li data-name="ol.render.canvas.Immediate#setImageStyle" class="unstable"> <a href="ol.render.canvas.Immediate.html#setImageStyle">setImageStyle</a> </li> <li data-name="ol.render.canvas.Immediate#setTextStyle" class="unstable"> <a href="ol.render.canvas.Immediate.html#setTextStyle">setTextStyle</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.render.webgl.Immediate"> <span class="title"> <a href="ol.render.webgl.Immediate.html">ol.render.webgl.Immediate</a> </span> <ul class="members itemMembers"> <span class="subtitle">Members</span> <li data-name="ol.render.webgl.Immediate#drawCircleGeometry"><a href="ol.render.webgl.Immediate.html#drawCircleGeometry">drawCircleGeometry</a></li> <li data-name="ol.render.webgl.Immediate#drawFeature"><a href="ol.render.webgl.Immediate.html#drawFeature">drawFeature</a></li> <li data-name="ol.render.webgl.Immediate#drawGeometryCollectionGeometry"><a href="ol.render.webgl.Immediate.html#drawGeometryCollectionGeometry">drawGeometryCollectionGeometry</a></li> <li data-name="ol.render.webgl.Immediate#drawLineStringGeometry"><a href="ol.render.webgl.Immediate.html#drawLineStringGeometry">drawLineStringGeometry</a></li> <li data-name="ol.render.webgl.Immediate#drawMultiLineStringGeometry"><a href="ol.render.webgl.Immediate.html#drawMultiLineStringGeometry">drawMultiLineStringGeometry</a></li> <li data-name="ol.render.webgl.Immediate#drawMultiPointGeometry"><a href="ol.render.webgl.Immediate.html#drawMultiPointGeometry">drawMultiPointGeometry</a></li> <li data-name="ol.render.webgl.Immediate#drawMultiPolygonGeometry"><a href="ol.render.webgl.Immediate.html#drawMultiPolygonGeometry">drawMultiPolygonGeometry</a></li> <li data-name="ol.render.webgl.Immediate#drawPointGeometry"><a href="ol.render.webgl.Immediate.html#drawPointGeometry">drawPointGeometry</a></li> <li data-name="ol.render.webgl.Immediate#drawPolygonGeometry"><a href="ol.render.webgl.Immediate.html#drawPolygonGeometry">drawPolygonGeometry</a></li> <li data-name="ol.render.webgl.Immediate#drawText"><a href="ol.render.webgl.Immediate.html#drawText">drawText</a></li> <li data-name="ol.render.webgl.Immediate#setFillStrokeStyle"><a href="ol.render.webgl.Immediate.html#setFillStrokeStyle">setFillStrokeStyle</a></li> <li data-name="ol.render.webgl.Immediate#setImageStyle"><a href="ol.render.webgl.Immediate.html#setImageStyle">setImageStyle</a></li> <li data-name="ol.render.webgl.Immediate#setTextStyle"><a href="ol.render.webgl.Immediate.html#setTextStyle">setTextStyle</a></li> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.render.webgl.Immediate#drawAsync" class="unstable"> <a href="ol.render.webgl.Immediate.html#drawAsync">drawAsync</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.source"> <span class="title"> <a href="ol.source.html">ol.source</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> <span class="subtitle">Typedefs</span> <li data-name="ol.source.State" class="unstable"> <a href="ol.source.html#State">State</a> </li> <li data-name="ol.source.WMTSRequestEncoding" class="unstable"> <a href="ol.source.html#WMTSRequestEncoding">WMTSRequestEncoding</a> </li> </ul> <ul class="methods itemMembers"> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.source.BingMaps"> <span class="title"> <a href="ol.source.BingMaps.html">ol.source.BingMaps</a> </span> <ul class="members itemMembers"> <span class="subtitle">Members</span> <li data-name="ol.source.BingMaps.TOS_ATTRIBUTION"><a href="ol.source.BingMaps.html#TOS_ATTRIBUTION">TOS_ATTRIBUTION</a></li> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.source.BingMaps#changed" class="unstable"> <a href="ol.source.BingMaps.html#changed">changed</a> </li> <li data-name="ol.source.BingMaps#get" class=""> <a href="ol.source.BingMaps.html#get">get</a> </li> <li data-name="ol.source.BingMaps#getAttributions" class=""> <a href="ol.source.BingMaps.html#getAttributions">getAttributions</a> </li> <li data-name="ol.source.BingMaps#getKeys" class=""> <a href="ol.source.BingMaps.html#getKeys">getKeys</a> </li> <li data-name="ol.source.BingMaps#getLogo" class=""> <a href="ol.source.BingMaps.html#getLogo">getLogo</a> </li> <li data-name="ol.source.BingMaps#getProjection" class="unstable"> <a href="ol.source.BingMaps.html#getProjection">getProjection</a> </li> <li data-name="ol.source.BingMaps#getProperties" class=""> <a href="ol.source.BingMaps.html#getProperties">getProperties</a> </li> <li data-name="ol.source.BingMaps#getRevision" class="unstable"> <a href="ol.source.BingMaps.html#getRevision">getRevision</a> </li> <li data-name="ol.source.BingMaps#getState" class="unstable"> <a href="ol.source.BingMaps.html#getState">getState</a> </li> <li data-name="ol.source.BingMaps#getTileGrid" class=""> <a href="ol.source.BingMaps.html#getTileGrid">getTileGrid</a> </li> <li data-name="ol.source.BingMaps#getTileLoadFunction" class="unstable"> <a href="ol.source.BingMaps.html#getTileLoadFunction">getTileLoadFunction</a> </li> <li data-name="ol.source.BingMaps#getTileUrlFunction" class="unstable"> <a href="ol.source.BingMaps.html#getTileUrlFunction">getTileUrlFunction</a> </li> <li data-name="ol.source.BingMaps#on" class=""> <a href="ol.source.BingMaps.html#on">on</a> </li> <li data-name="ol.source.BingMaps#once" class=""> <a href="ol.source.BingMaps.html#once">once</a> </li> <li data-name="ol.source.BingMaps#set" class=""> <a href="ol.source.BingMaps.html#set">set</a> </li> <li data-name="ol.source.BingMaps#setProperties" class=""> <a href="ol.source.BingMaps.html#setProperties">setProperties</a> </li> <li data-name="ol.source.BingMaps#setTileLoadFunction" class="unstable"> <a href="ol.source.BingMaps.html#setTileLoadFunction">setTileLoadFunction</a> </li> <li data-name="ol.source.BingMaps#setTileUrlFunction" class="unstable"> <a href="ol.source.BingMaps.html#setTileUrlFunction">setTileUrlFunction</a> </li> <li data-name="ol.source.BingMaps#un" class=""> <a href="ol.source.BingMaps.html#un">un</a> </li> <li data-name="ol.source.BingMaps#unByKey" class=""> <a href="ol.source.BingMaps.html#unByKey">unByKey</a> </li> <li data-name="ol.source.BingMaps#unset" class=""> <a href="ol.source.BingMaps.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="event:change Triggered when the state of the source changes." class="unstable"> change Triggered when the state of the source changes. </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> <li data-name="ol.source.TileEvent#event:tileloadend" class=""> <a href="ol.source.TileEvent.html#event:tileloadend">tileloadend</a> </li> <li data-name="ol.source.TileEvent#event:tileloaderror" class=""> <a href="ol.source.TileEvent.html#event:tileloaderror">tileloaderror</a> </li> <li data-name="ol.source.TileEvent#event:tileloadstart" class=""> <a href="ol.source.TileEvent.html#event:tileloadstart">tileloadstart</a> </li> </ul> </li> <li class="item" data-name="ol.source.Cluster"> <span class="title"> <a href="ol.source.Cluster.html">ol.source.Cluster</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.source.Cluster#addFeature" class=""> <a href="ol.source.Cluster.html#addFeature">addFeature</a> </li> <li data-name="ol.source.Cluster#addFeatures" class=""> <a href="ol.source.Cluster.html#addFeatures">addFeatures</a> </li> <li data-name="ol.source.Cluster#changed" class="unstable"> <a href="ol.source.Cluster.html#changed">changed</a> </li> <li data-name="ol.source.Cluster#clear" class=""> <a href="ol.source.Cluster.html#clear">clear</a> </li> <li data-name="ol.source.Cluster#forEachFeature" class=""> <a href="ol.source.Cluster.html#forEachFeature">forEachFeature</a> </li> <li data-name="ol.source.Cluster#forEachFeatureInExtent" class="unstable"> <a href="ol.source.Cluster.html#forEachFeatureInExtent">forEachFeatureInExtent</a> </li> <li data-name="ol.source.Cluster#forEachFeatureIntersectingExtent" class="unstable"> <a href="ol.source.Cluster.html#forEachFeatureIntersectingExtent">forEachFeatureIntersectingExtent</a> </li> <li data-name="ol.source.Cluster#get" class=""> <a href="ol.source.Cluster.html#get">get</a> </li> <li data-name="ol.source.Cluster#getAttributions" class=""> <a href="ol.source.Cluster.html#getAttributions">getAttributions</a> </li> <li data-name="ol.source.Cluster#getClosestFeatureToCoordinate" class=""> <a href="ol.source.Cluster.html#getClosestFeatureToCoordinate">getClosestFeatureToCoordinate</a> </li> <li data-name="ol.source.Cluster#getExtent" class=""> <a href="ol.source.Cluster.html#getExtent">getExtent</a> </li> <li data-name="ol.source.Cluster#getFeatureById" class=""> <a href="ol.source.Cluster.html#getFeatureById">getFeatureById</a> </li> <li data-name="ol.source.Cluster#getFeatures" class=""> <a href="ol.source.Cluster.html#getFeatures">getFeatures</a> </li> <li data-name="ol.source.Cluster#getFeaturesAtCoordinate" class=""> <a href="ol.source.Cluster.html#getFeaturesAtCoordinate">getFeaturesAtCoordinate</a> </li> <li data-name="ol.source.Cluster#getFeaturesInExtent" class="unstable"> <a href="ol.source.Cluster.html#getFeaturesInExtent">getFeaturesInExtent</a> </li> <li data-name="ol.source.Cluster#getKeys" class=""> <a href="ol.source.Cluster.html#getKeys">getKeys</a> </li> <li data-name="ol.source.Cluster#getLogo" class=""> <a href="ol.source.Cluster.html#getLogo">getLogo</a> </li> <li data-name="ol.source.Cluster#getProjection" class="unstable"> <a href="ol.source.Cluster.html#getProjection">getProjection</a> </li> <li data-name="ol.source.Cluster#getProperties" class=""> <a href="ol.source.Cluster.html#getProperties">getProperties</a> </li> <li data-name="ol.source.Cluster#getRevision" class="unstable"> <a href="ol.source.Cluster.html#getRevision">getRevision</a> </li> <li data-name="ol.source.Cluster#getSource" class="unstable"> <a href="ol.source.Cluster.html#getSource">getSource</a> </li> <li data-name="ol.source.Cluster#getState" class="unstable"> <a href="ol.source.Cluster.html#getState">getState</a> </li> <li data-name="ol.source.Cluster#on" class=""> <a href="ol.source.Cluster.html#on">on</a> </li> <li data-name="ol.source.Cluster#once" class=""> <a href="ol.source.Cluster.html#once">once</a> </li> <li data-name="ol.source.Cluster#removeFeature" class=""> <a href="ol.source.Cluster.html#removeFeature">removeFeature</a> </li> <li data-name="ol.source.Cluster#set" class=""> <a href="ol.source.Cluster.html#set">set</a> </li> <li data-name="ol.source.Cluster#setProperties" class=""> <a href="ol.source.Cluster.html#setProperties">setProperties</a> </li> <li data-name="ol.source.Cluster#un" class=""> <a href="ol.source.Cluster.html#un">un</a> </li> <li data-name="ol.source.Cluster#unByKey" class=""> <a href="ol.source.Cluster.html#unByKey">unByKey</a> </li> <li data-name="ol.source.Cluster#unset" class=""> <a href="ol.source.Cluster.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="ol.source.VectorEvent#event:addfeature" class=""> <a href="ol.source.VectorEvent.html#event:addfeature">addfeature</a> </li> <li data-name="event:change Triggered when the state of the source changes." class="unstable"> change Triggered when the state of the source changes. </li> <li data-name="ol.source.VectorEvent#event:changefeature" class="unstable"> <a href="ol.source.VectorEvent.html#event:changefeature">changefeature</a> </li> <li data-name="ol.source.VectorEvent#event:clear" class="unstable"> <a href="ol.source.VectorEvent.html#event:clear">clear</a> </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> <li data-name="ol.source.VectorEvent#event:removefeature" class=""> <a href="ol.source.VectorEvent.html#event:removefeature">removefeature</a> </li> </ul> </li> <li class="item" data-name="ol.source.Image"> <span class="title"> <a href="ol.source.Image.html">ol.source.Image</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.source.Image#changed" class="unstable"> <a href="ol.source.Image.html#changed">changed</a> </li> <li data-name="ol.source.Image#get" class=""> <a href="ol.source.Image.html#get">get</a> </li> <li data-name="ol.source.Image#getAttributions" class=""> <a href="ol.source.Image.html#getAttributions">getAttributions</a> </li> <li data-name="ol.source.Image#getKeys" class=""> <a href="ol.source.Image.html#getKeys">getKeys</a> </li> <li data-name="ol.source.Image#getLogo" class=""> <a href="ol.source.Image.html#getLogo">getLogo</a> </li> <li data-name="ol.source.Image#getProjection" class="unstable"> <a href="ol.source.Image.html#getProjection">getProjection</a> </li> <li data-name="ol.source.Image#getProperties" class=""> <a href="ol.source.Image.html#getProperties">getProperties</a> </li> <li data-name="ol.source.Image#getRevision" class="unstable"> <a href="ol.source.Image.html#getRevision">getRevision</a> </li> <li data-name="ol.source.Image#getState" class="unstable"> <a href="ol.source.Image.html#getState">getState</a> </li> <li data-name="ol.source.Image#on" class=""> <a href="ol.source.Image.html#on">on</a> </li> <li data-name="ol.source.Image#once" class=""> <a href="ol.source.Image.html#once">once</a> </li> <li data-name="ol.source.Image#set" class=""> <a href="ol.source.Image.html#set">set</a> </li> <li data-name="ol.source.Image#setProperties" class=""> <a href="ol.source.Image.html#setProperties">setProperties</a> </li> <li data-name="ol.source.Image#un" class=""> <a href="ol.source.Image.html#un">un</a> </li> <li data-name="ol.source.Image#unByKey" class=""> <a href="ol.source.Image.html#unByKey">unByKey</a> </li> <li data-name="ol.source.Image#unset" class=""> <a href="ol.source.Image.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="event:change Triggered when the state of the source changes." class="unstable"> change Triggered when the state of the source changes. </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.source.ImageCanvas"> <span class="title"> <a href="ol.source.ImageCanvas.html">ol.source.ImageCanvas</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.source.ImageCanvas#changed" class="unstable"> <a href="ol.source.ImageCanvas.html#changed">changed</a> </li> <li data-name="ol.source.ImageCanvas#get" class=""> <a href="ol.source.ImageCanvas.html#get">get</a> </li> <li data-name="ol.source.ImageCanvas#getAttributions" class=""> <a href="ol.source.ImageCanvas.html#getAttributions">getAttributions</a> </li> <li data-name="ol.source.ImageCanvas#getKeys" class=""> <a href="ol.source.ImageCanvas.html#getKeys">getKeys</a> </li> <li data-name="ol.source.ImageCanvas#getLogo" class=""> <a href="ol.source.ImageCanvas.html#getLogo">getLogo</a> </li> <li data-name="ol.source.ImageCanvas#getProjection" class="unstable"> <a href="ol.source.ImageCanvas.html#getProjection">getProjection</a> </li> <li data-name="ol.source.ImageCanvas#getProperties" class=""> <a href="ol.source.ImageCanvas.html#getProperties">getProperties</a> </li> <li data-name="ol.source.ImageCanvas#getRevision" class="unstable"> <a href="ol.source.ImageCanvas.html#getRevision">getRevision</a> </li> <li data-name="ol.source.ImageCanvas#getState" class="unstable"> <a href="ol.source.ImageCanvas.html#getState">getState</a> </li> <li data-name="ol.source.ImageCanvas#on" class=""> <a href="ol.source.ImageCanvas.html#on">on</a> </li> <li data-name="ol.source.ImageCanvas#once" class=""> <a href="ol.source.ImageCanvas.html#once">once</a> </li> <li data-name="ol.source.ImageCanvas#set" class=""> <a href="ol.source.ImageCanvas.html#set">set</a> </li> <li data-name="ol.source.ImageCanvas#setProperties" class=""> <a href="ol.source.ImageCanvas.html#setProperties">setProperties</a> </li> <li data-name="ol.source.ImageCanvas#un" class=""> <a href="ol.source.ImageCanvas.html#un">un</a> </li> <li data-name="ol.source.ImageCanvas#unByKey" class=""> <a href="ol.source.ImageCanvas.html#unByKey">unByKey</a> </li> <li data-name="ol.source.ImageCanvas#unset" class=""> <a href="ol.source.ImageCanvas.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="event:change Triggered when the state of the source changes." class="unstable"> change Triggered when the state of the source changes. </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.source.ImageEvent"> <span class="title"> <a href="ol.source.ImageEvent.html">ol.source.ImageEvent</a> </span> <ul class="members itemMembers"> <span class="subtitle">Members</span> <li data-name="ol.source.ImageEvent#image"><a href="ol.source.ImageEvent.html#image">image</a></li> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.source.ImageMapGuide"> <span class="title"> <a href="ol.source.ImageMapGuide.html">ol.source.ImageMapGuide</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.source.ImageMapGuide#changed" class="unstable"> <a href="ol.source.ImageMapGuide.html#changed">changed</a> </li> <li data-name="ol.source.ImageMapGuide#get" class=""> <a href="ol.source.ImageMapGuide.html#get">get</a> </li> <li data-name="ol.source.ImageMapGuide#getAttributions" class=""> <a href="ol.source.ImageMapGuide.html#getAttributions">getAttributions</a> </li> <li data-name="ol.source.ImageMapGuide#getImageLoadFunction" class="unstable"> <a href="ol.source.ImageMapGuide.html#getImageLoadFunction">getImageLoadFunction</a> </li> <li data-name="ol.source.ImageMapGuide#getKeys" class=""> <a href="ol.source.ImageMapGuide.html#getKeys">getKeys</a> </li> <li data-name="ol.source.ImageMapGuide#getLogo" class=""> <a href="ol.source.ImageMapGuide.html#getLogo">getLogo</a> </li> <li data-name="ol.source.ImageMapGuide#getParams" class=""> <a href="ol.source.ImageMapGuide.html#getParams">getParams</a> </li> <li data-name="ol.source.ImageMapGuide#getProjection" class="unstable"> <a href="ol.source.ImageMapGuide.html#getProjection">getProjection</a> </li> <li data-name="ol.source.ImageMapGuide#getProperties" class=""> <a href="ol.source.ImageMapGuide.html#getProperties">getProperties</a> </li> <li data-name="ol.source.ImageMapGuide#getRevision" class="unstable"> <a href="ol.source.ImageMapGuide.html#getRevision">getRevision</a> </li> <li data-name="ol.source.ImageMapGuide#getState" class="unstable"> <a href="ol.source.ImageMapGuide.html#getState">getState</a> </li> <li data-name="ol.source.ImageMapGuide#on" class=""> <a href="ol.source.ImageMapGuide.html#on">on</a> </li> <li data-name="ol.source.ImageMapGuide#once" class=""> <a href="ol.source.ImageMapGuide.html#once">once</a> </li> <li data-name="ol.source.ImageMapGuide#set" class=""> <a href="ol.source.ImageMapGuide.html#set">set</a> </li> <li data-name="ol.source.ImageMapGuide#setImageLoadFunction" class="unstable"> <a href="ol.source.ImageMapGuide.html#setImageLoadFunction">setImageLoadFunction</a> </li> <li data-name="ol.source.ImageMapGuide#setProperties" class=""> <a href="ol.source.ImageMapGuide.html#setProperties">setProperties</a> </li> <li data-name="ol.source.ImageMapGuide#un" class=""> <a href="ol.source.ImageMapGuide.html#un">un</a> </li> <li data-name="ol.source.ImageMapGuide#unByKey" class=""> <a href="ol.source.ImageMapGuide.html#unByKey">unByKey</a> </li> <li data-name="ol.source.ImageMapGuide#unset" class=""> <a href="ol.source.ImageMapGuide.html#unset">unset</a> </li> <li data-name="ol.source.ImageMapGuide#updateParams" class=""> <a href="ol.source.ImageMapGuide.html#updateParams">updateParams</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="event:change Triggered when the state of the source changes." class="unstable"> change Triggered when the state of the source changes. </li> <li data-name="ol.source.ImageEvent#event:imageloadend" class="unstable"> <a href="ol.source.ImageEvent.html#event:imageloadend">imageloadend</a> </li> <li data-name="ol.source.ImageEvent#event:imageloaderror" class="unstable"> <a href="ol.source.ImageEvent.html#event:imageloaderror">imageloaderror</a> </li> <li data-name="ol.source.ImageEvent#event:imageloadstart" class="unstable"> <a href="ol.source.ImageEvent.html#event:imageloadstart">imageloadstart</a> </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.source.ImageStatic"> <span class="title"> <a href="ol.source.ImageStatic.html">ol.source.ImageStatic</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.source.ImageStatic#changed" class="unstable"> <a href="ol.source.ImageStatic.html#changed">changed</a> </li> <li data-name="ol.source.ImageStatic#get" class=""> <a href="ol.source.ImageStatic.html#get">get</a> </li> <li data-name="ol.source.ImageStatic#getAttributions" class=""> <a href="ol.source.ImageStatic.html#getAttributions">getAttributions</a> </li> <li data-name="ol.source.ImageStatic#getKeys" class=""> <a href="ol.source.ImageStatic.html#getKeys">getKeys</a> </li> <li data-name="ol.source.ImageStatic#getLogo" class=""> <a href="ol.source.ImageStatic.html#getLogo">getLogo</a> </li> <li data-name="ol.source.ImageStatic#getProjection" class="unstable"> <a href="ol.source.ImageStatic.html#getProjection">getProjection</a> </li> <li data-name="ol.source.ImageStatic#getProperties" class=""> <a href="ol.source.ImageStatic.html#getProperties">getProperties</a> </li> <li data-name="ol.source.ImageStatic#getRevision" class="unstable"> <a href="ol.source.ImageStatic.html#getRevision">getRevision</a> </li> <li data-name="ol.source.ImageStatic#getState" class="unstable"> <a href="ol.source.ImageStatic.html#getState">getState</a> </li> <li data-name="ol.source.ImageStatic#on" class=""> <a href="ol.source.ImageStatic.html#on">on</a> </li> <li data-name="ol.source.ImageStatic#once" class=""> <a href="ol.source.ImageStatic.html#once">once</a> </li> <li data-name="ol.source.ImageStatic#set" class=""> <a href="ol.source.ImageStatic.html#set">set</a> </li> <li data-name="ol.source.ImageStatic#setProperties" class=""> <a href="ol.source.ImageStatic.html#setProperties">setProperties</a> </li> <li data-name="ol.source.ImageStatic#un" class=""> <a href="ol.source.ImageStatic.html#un">un</a> </li> <li data-name="ol.source.ImageStatic#unByKey" class=""> <a href="ol.source.ImageStatic.html#unByKey">unByKey</a> </li> <li data-name="ol.source.ImageStatic#unset" class=""> <a href="ol.source.ImageStatic.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="event:change Triggered when the state of the source changes." class="unstable"> change Triggered when the state of the source changes. </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.source.ImageVector"> <span class="title"> <a href="ol.source.ImageVector.html">ol.source.ImageVector</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.source.ImageVector#changed" class="unstable"> <a href="ol.source.ImageVector.html#changed">changed</a> </li> <li data-name="ol.source.ImageVector#get" class=""> <a href="ol.source.ImageVector.html#get">get</a> </li> <li data-name="ol.source.ImageVector#getAttributions" class=""> <a href="ol.source.ImageVector.html#getAttributions">getAttributions</a> </li> <li data-name="ol.source.ImageVector#getKeys" class=""> <a href="ol.source.ImageVector.html#getKeys">getKeys</a> </li> <li data-name="ol.source.ImageVector#getLogo" class=""> <a href="ol.source.ImageVector.html#getLogo">getLogo</a> </li> <li data-name="ol.source.ImageVector#getProjection" class="unstable"> <a href="ol.source.ImageVector.html#getProjection">getProjection</a> </li> <li data-name="ol.source.ImageVector#getProperties" class=""> <a href="ol.source.ImageVector.html#getProperties">getProperties</a> </li> <li data-name="ol.source.ImageVector#getRevision" class="unstable"> <a href="ol.source.ImageVector.html#getRevision">getRevision</a> </li> <li data-name="ol.source.ImageVector#getSource" class="unstable"> <a href="ol.source.ImageVector.html#getSource">getSource</a> </li> <li data-name="ol.source.ImageVector#getState" class="unstable"> <a href="ol.source.ImageVector.html#getState">getState</a> </li> <li data-name="ol.source.ImageVector#getStyle" class=""> <a href="ol.source.ImageVector.html#getStyle">getStyle</a> </li> <li data-name="ol.source.ImageVector#getStyleFunction" class=""> <a href="ol.source.ImageVector.html#getStyleFunction">getStyleFunction</a> </li> <li data-name="ol.source.ImageVector#on" class=""> <a href="ol.source.ImageVector.html#on">on</a> </li> <li data-name="ol.source.ImageVector#once" class=""> <a href="ol.source.ImageVector.html#once">once</a> </li> <li data-name="ol.source.ImageVector#set" class=""> <a href="ol.source.ImageVector.html#set">set</a> </li> <li data-name="ol.source.ImageVector#setProperties" class=""> <a href="ol.source.ImageVector.html#setProperties">setProperties</a> </li> <li data-name="ol.source.ImageVector#setStyle" class=""> <a href="ol.source.ImageVector.html#setStyle">setStyle</a> </li> <li data-name="ol.source.ImageVector#un" class=""> <a href="ol.source.ImageVector.html#un">un</a> </li> <li data-name="ol.source.ImageVector#unByKey" class=""> <a href="ol.source.ImageVector.html#unByKey">unByKey</a> </li> <li data-name="ol.source.ImageVector#unset" class=""> <a href="ol.source.ImageVector.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="event:change Triggered when the state of the source changes." class="unstable"> change Triggered when the state of the source changes. </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.source.ImageWMS"> <span class="title"> <a href="ol.source.ImageWMS.html">ol.source.ImageWMS</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.source.ImageWMS#changed" class="unstable"> <a href="ol.source.ImageWMS.html#changed">changed</a> </li> <li data-name="ol.source.ImageWMS#get" class=""> <a href="ol.source.ImageWMS.html#get">get</a> </li> <li data-name="ol.source.ImageWMS#getAttributions" class=""> <a href="ol.source.ImageWMS.html#getAttributions">getAttributions</a> </li> <li data-name="ol.source.ImageWMS#getGetFeatureInfoUrl" class=""> <a href="ol.source.ImageWMS.html#getGetFeatureInfoUrl">getGetFeatureInfoUrl</a> </li> <li data-name="ol.source.ImageWMS#getImageLoadFunction" class="unstable"> <a href="ol.source.ImageWMS.html#getImageLoadFunction">getImageLoadFunction</a> </li> <li data-name="ol.source.ImageWMS#getKeys" class=""> <a href="ol.source.ImageWMS.html#getKeys">getKeys</a> </li> <li data-name="ol.source.ImageWMS#getLogo" class=""> <a href="ol.source.ImageWMS.html#getLogo">getLogo</a> </li> <li data-name="ol.source.ImageWMS#getParams" class=""> <a href="ol.source.ImageWMS.html#getParams">getParams</a> </li> <li data-name="ol.source.ImageWMS#getProjection" class="unstable"> <a href="ol.source.ImageWMS.html#getProjection">getProjection</a> </li> <li data-name="ol.source.ImageWMS#getProperties" class=""> <a href="ol.source.ImageWMS.html#getProperties">getProperties</a> </li> <li data-name="ol.source.ImageWMS#getRevision" class="unstable"> <a href="ol.source.ImageWMS.html#getRevision">getRevision</a> </li> <li data-name="ol.source.ImageWMS#getState" class="unstable"> <a href="ol.source.ImageWMS.html#getState">getState</a> </li> <li data-name="ol.source.ImageWMS#getUrl" class=""> <a href="ol.source.ImageWMS.html#getUrl">getUrl</a> </li> <li data-name="ol.source.ImageWMS#on" class=""> <a href="ol.source.ImageWMS.html#on">on</a> </li> <li data-name="ol.source.ImageWMS#once" class=""> <a href="ol.source.ImageWMS.html#once">once</a> </li> <li data-name="ol.source.ImageWMS#set" class=""> <a href="ol.source.ImageWMS.html#set">set</a> </li> <li data-name="ol.source.ImageWMS#setImageLoadFunction" class="unstable"> <a href="ol.source.ImageWMS.html#setImageLoadFunction">setImageLoadFunction</a> </li> <li data-name="ol.source.ImageWMS#setProperties" class=""> <a href="ol.source.ImageWMS.html#setProperties">setProperties</a> </li> <li data-name="ol.source.ImageWMS#setUrl" class=""> <a href="ol.source.ImageWMS.html#setUrl">setUrl</a> </li> <li data-name="ol.source.ImageWMS#un" class=""> <a href="ol.source.ImageWMS.html#un">un</a> </li> <li data-name="ol.source.ImageWMS#unByKey" class=""> <a href="ol.source.ImageWMS.html#unByKey">unByKey</a> </li> <li data-name="ol.source.ImageWMS#unset" class=""> <a href="ol.source.ImageWMS.html#unset">unset</a> </li> <li data-name="ol.source.ImageWMS#updateParams" class=""> <a href="ol.source.ImageWMS.html#updateParams">updateParams</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="event:change Triggered when the state of the source changes." class="unstable"> change Triggered when the state of the source changes. </li> <li data-name="ol.source.ImageEvent#event:imageloadend" class="unstable"> <a href="ol.source.ImageEvent.html#event:imageloadend">imageloadend</a> </li> <li data-name="ol.source.ImageEvent#event:imageloaderror" class="unstable"> <a href="ol.source.ImageEvent.html#event:imageloaderror">imageloaderror</a> </li> <li data-name="ol.source.ImageEvent#event:imageloadstart" class="unstable"> <a href="ol.source.ImageEvent.html#event:imageloadstart">imageloadstart</a> </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.source.MapQuest"> <span class="title"> <a href="ol.source.MapQuest.html">ol.source.MapQuest</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.source.MapQuest#changed" class="unstable"> <a href="ol.source.MapQuest.html#changed">changed</a> </li> <li data-name="ol.source.MapQuest#get" class=""> <a href="ol.source.MapQuest.html#get">get</a> </li> <li data-name="ol.source.MapQuest#getAttributions" class=""> <a href="ol.source.MapQuest.html#getAttributions">getAttributions</a> </li> <li data-name="ol.source.MapQuest#getKeys" class=""> <a href="ol.source.MapQuest.html#getKeys">getKeys</a> </li> <li data-name="ol.source.MapQuest#getLayer" class="unstable"> <a href="ol.source.MapQuest.html#getLayer">getLayer</a> </li> <li data-name="ol.source.MapQuest#getLogo" class=""> <a href="ol.source.MapQuest.html#getLogo">getLogo</a> </li> <li data-name="ol.source.MapQuest#getProjection" class="unstable"> <a href="ol.source.MapQuest.html#getProjection">getProjection</a> </li> <li data-name="ol.source.MapQuest#getProperties" class=""> <a href="ol.source.MapQuest.html#getProperties">getProperties</a> </li> <li data-name="ol.source.MapQuest#getRevision" class="unstable"> <a href="ol.source.MapQuest.html#getRevision">getRevision</a> </li> <li data-name="ol.source.MapQuest#getState" class="unstable"> <a href="ol.source.MapQuest.html#getState">getState</a> </li> <li data-name="ol.source.MapQuest#getTileGrid" class=""> <a href="ol.source.MapQuest.html#getTileGrid">getTileGrid</a> </li> <li data-name="ol.source.MapQuest#getTileLoadFunction" class="unstable"> <a href="ol.source.MapQuest.html#getTileLoadFunction">getTileLoadFunction</a> </li> <li data-name="ol.source.MapQuest#getTileUrlFunction" class="unstable"> <a href="ol.source.MapQuest.html#getTileUrlFunction">getTileUrlFunction</a> </li> <li data-name="ol.source.MapQuest#on" class=""> <a href="ol.source.MapQuest.html#on">on</a> </li> <li data-name="ol.source.MapQuest#once" class=""> <a href="ol.source.MapQuest.html#once">once</a> </li> <li data-name="ol.source.MapQuest#set" class=""> <a href="ol.source.MapQuest.html#set">set</a> </li> <li data-name="ol.source.MapQuest#setProperties" class=""> <a href="ol.source.MapQuest.html#setProperties">setProperties</a> </li> <li data-name="ol.source.MapQuest#setTileLoadFunction" class="unstable"> <a href="ol.source.MapQuest.html#setTileLoadFunction">setTileLoadFunction</a> </li> <li data-name="ol.source.MapQuest#setTileUrlFunction" class="unstable"> <a href="ol.source.MapQuest.html#setTileUrlFunction">setTileUrlFunction</a> </li> <li data-name="ol.source.MapQuest#setUrl" class=""> <a href="ol.source.MapQuest.html#setUrl">setUrl</a> </li> <li data-name="ol.source.MapQuest#un" class=""> <a href="ol.source.MapQuest.html#un">un</a> </li> <li data-name="ol.source.MapQuest#unByKey" class=""> <a href="ol.source.MapQuest.html#unByKey">unByKey</a> </li> <li data-name="ol.source.MapQuest#unset" class=""> <a href="ol.source.MapQuest.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="event:change Triggered when the state of the source changes." class="unstable"> change Triggered when the state of the source changes. </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> <li data-name="ol.source.TileEvent#event:tileloadend" class=""> <a href="ol.source.TileEvent.html#event:tileloadend">tileloadend</a> </li> <li data-name="ol.source.TileEvent#event:tileloaderror" class=""> <a href="ol.source.TileEvent.html#event:tileloaderror">tileloaderror</a> </li> <li data-name="ol.source.TileEvent#event:tileloadstart" class=""> <a href="ol.source.TileEvent.html#event:tileloadstart">tileloadstart</a> </li> </ul> </li> <li class="item" data-name="ol.source.OSM"> <span class="title"> <a href="ol.source.OSM.html">ol.source.OSM</a> </span> <ul class="members itemMembers"> <span class="subtitle">Members</span> <li data-name="ol.source.OSM.ATTRIBUTION"><a href="ol.source.OSM.html#ATTRIBUTION">ATTRIBUTION</a></li> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.source.OSM#changed" class="unstable"> <a href="ol.source.OSM.html#changed">changed</a> </li> <li data-name="ol.source.OSM#get" class=""> <a href="ol.source.OSM.html#get">get</a> </li> <li data-name="ol.source.OSM#getAttributions" class=""> <a href="ol.source.OSM.html#getAttributions">getAttributions</a> </li> <li data-name="ol.source.OSM#getKeys" class=""> <a href="ol.source.OSM.html#getKeys">getKeys</a> </li> <li data-name="ol.source.OSM#getLogo" class=""> <a href="ol.source.OSM.html#getLogo">getLogo</a> </li> <li data-name="ol.source.OSM#getProjection" class="unstable"> <a href="ol.source.OSM.html#getProjection">getProjection</a> </li> <li data-name="ol.source.OSM#getProperties" class=""> <a href="ol.source.OSM.html#getProperties">getProperties</a> </li> <li data-name="ol.source.OSM#getRevision" class="unstable"> <a href="ol.source.OSM.html#getRevision">getRevision</a> </li> <li data-name="ol.source.OSM#getState" class="unstable"> <a href="ol.source.OSM.html#getState">getState</a> </li> <li data-name="ol.source.OSM#getTileGrid" class=""> <a href="ol.source.OSM.html#getTileGrid">getTileGrid</a> </li> <li data-name="ol.source.OSM#getTileLoadFunction" class="unstable"> <a href="ol.source.OSM.html#getTileLoadFunction">getTileLoadFunction</a> </li> <li data-name="ol.source.OSM#getTileUrlFunction" class="unstable"> <a href="ol.source.OSM.html#getTileUrlFunction">getTileUrlFunction</a> </li> <li data-name="ol.source.OSM#on" class=""> <a href="ol.source.OSM.html#on">on</a> </li> <li data-name="ol.source.OSM#once" class=""> <a href="ol.source.OSM.html#once">once</a> </li> <li data-name="ol.source.OSM#set" class=""> <a href="ol.source.OSM.html#set">set</a> </li> <li data-name="ol.source.OSM#setProperties" class=""> <a href="ol.source.OSM.html#setProperties">setProperties</a> </li> <li data-name="ol.source.OSM#setTileLoadFunction" class="unstable"> <a href="ol.source.OSM.html#setTileLoadFunction">setTileLoadFunction</a> </li> <li data-name="ol.source.OSM#setTileUrlFunction" class="unstable"> <a href="ol.source.OSM.html#setTileUrlFunction">setTileUrlFunction</a> </li> <li data-name="ol.source.OSM#setUrl" class=""> <a href="ol.source.OSM.html#setUrl">setUrl</a> </li> <li data-name="ol.source.OSM#un" class=""> <a href="ol.source.OSM.html#un">un</a> </li> <li data-name="ol.source.OSM#unByKey" class=""> <a href="ol.source.OSM.html#unByKey">unByKey</a> </li> <li data-name="ol.source.OSM#unset" class=""> <a href="ol.source.OSM.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="event:change Triggered when the state of the source changes." class="unstable"> change Triggered when the state of the source changes. </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> <li data-name="ol.source.TileEvent#event:tileloadend" class=""> <a href="ol.source.TileEvent.html#event:tileloadend">tileloadend</a> </li> <li data-name="ol.source.TileEvent#event:tileloaderror" class=""> <a href="ol.source.TileEvent.html#event:tileloaderror">tileloaderror</a> </li> <li data-name="ol.source.TileEvent#event:tileloadstart" class=""> <a href="ol.source.TileEvent.html#event:tileloadstart">tileloadstart</a> </li> </ul> </li> <li class="item" data-name="ol.source.Source"> <span class="title"> <a href="ol.source.Source.html">ol.source.Source</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.source.Source#changed" class="unstable"> <a href="ol.source.Source.html#changed">changed</a> </li> <li data-name="ol.source.Source#get" class=""> <a href="ol.source.Source.html#get">get</a> </li> <li data-name="ol.source.Source#getAttributions" class=""> <a href="ol.source.Source.html#getAttributions">getAttributions</a> </li> <li data-name="ol.source.Source#getKeys" class=""> <a href="ol.source.Source.html#getKeys">getKeys</a> </li> <li data-name="ol.source.Source#getLogo" class=""> <a href="ol.source.Source.html#getLogo">getLogo</a> </li> <li data-name="ol.source.Source#getProjection" class="unstable"> <a href="ol.source.Source.html#getProjection">getProjection</a> </li> <li data-name="ol.source.Source#getProperties" class=""> <a href="ol.source.Source.html#getProperties">getProperties</a> </li> <li data-name="ol.source.Source#getRevision" class="unstable"> <a href="ol.source.Source.html#getRevision">getRevision</a> </li> <li data-name="ol.source.Source#getState" class="unstable"> <a href="ol.source.Source.html#getState">getState</a> </li> <li data-name="ol.source.Source#on" class=""> <a href="ol.source.Source.html#on">on</a> </li> <li data-name="ol.source.Source#once" class=""> <a href="ol.source.Source.html#once">once</a> </li> <li data-name="ol.source.Source#set" class=""> <a href="ol.source.Source.html#set">set</a> </li> <li data-name="ol.source.Source#setProperties" class=""> <a href="ol.source.Source.html#setProperties">setProperties</a> </li> <li data-name="ol.source.Source#un" class=""> <a href="ol.source.Source.html#un">un</a> </li> <li data-name="ol.source.Source#unByKey" class=""> <a href="ol.source.Source.html#unByKey">unByKey</a> </li> <li data-name="ol.source.Source#unset" class=""> <a href="ol.source.Source.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="event:change Triggered when the state of the source changes." class="unstable"> change Triggered when the state of the source changes. </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.source.Stamen"> <span class="title"> <a href="ol.source.Stamen.html">ol.source.Stamen</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.source.Stamen#changed" class="unstable"> <a href="ol.source.Stamen.html#changed">changed</a> </li> <li data-name="ol.source.Stamen#get" class=""> <a href="ol.source.Stamen.html#get">get</a> </li> <li data-name="ol.source.Stamen#getAttributions" class=""> <a href="ol.source.Stamen.html#getAttributions">getAttributions</a> </li> <li data-name="ol.source.Stamen#getKeys" class=""> <a href="ol.source.Stamen.html#getKeys">getKeys</a> </li> <li data-name="ol.source.Stamen#getLogo" class=""> <a href="ol.source.Stamen.html#getLogo">getLogo</a> </li> <li data-name="ol.source.Stamen#getProjection" class="unstable"> <a href="ol.source.Stamen.html#getProjection">getProjection</a> </li> <li data-name="ol.source.Stamen#getProperties" class=""> <a href="ol.source.Stamen.html#getProperties">getProperties</a> </li> <li data-name="ol.source.Stamen#getRevision" class="unstable"> <a href="ol.source.Stamen.html#getRevision">getRevision</a> </li> <li data-name="ol.source.Stamen#getState" class="unstable"> <a href="ol.source.Stamen.html#getState">getState</a> </li> <li data-name="ol.source.Stamen#getTileGrid" class=""> <a href="ol.source.Stamen.html#getTileGrid">getTileGrid</a> </li> <li data-name="ol.source.Stamen#getTileLoadFunction" class="unstable"> <a href="ol.source.Stamen.html#getTileLoadFunction">getTileLoadFunction</a> </li> <li data-name="ol.source.Stamen#getTileUrlFunction" class="unstable"> <a href="ol.source.Stamen.html#getTileUrlFunction">getTileUrlFunction</a> </li> <li data-name="ol.source.Stamen#on" class=""> <a href="ol.source.Stamen.html#on">on</a> </li> <li data-name="ol.source.Stamen#once" class=""> <a href="ol.source.Stamen.html#once">once</a> </li> <li data-name="ol.source.Stamen#set" class=""> <a href="ol.source.Stamen.html#set">set</a> </li> <li data-name="ol.source.Stamen#setProperties" class=""> <a href="ol.source.Stamen.html#setProperties">setProperties</a> </li> <li data-name="ol.source.Stamen#setTileLoadFunction" class="unstable"> <a href="ol.source.Stamen.html#setTileLoadFunction">setTileLoadFunction</a> </li> <li data-name="ol.source.Stamen#setTileUrlFunction" class="unstable"> <a href="ol.source.Stamen.html#setTileUrlFunction">setTileUrlFunction</a> </li> <li data-name="ol.source.Stamen#setUrl" class=""> <a href="ol.source.Stamen.html#setUrl">setUrl</a> </li> <li data-name="ol.source.Stamen#un" class=""> <a href="ol.source.Stamen.html#un">un</a> </li> <li data-name="ol.source.Stamen#unByKey" class=""> <a href="ol.source.Stamen.html#unByKey">unByKey</a> </li> <li data-name="ol.source.Stamen#unset" class=""> <a href="ol.source.Stamen.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="event:change Triggered when the state of the source changes." class="unstable"> change Triggered when the state of the source changes. </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> <li data-name="ol.source.TileEvent#event:tileloadend" class=""> <a href="ol.source.TileEvent.html#event:tileloadend">tileloadend</a> </li> <li data-name="ol.source.TileEvent#event:tileloaderror" class=""> <a href="ol.source.TileEvent.html#event:tileloaderror">tileloaderror</a> </li> <li data-name="ol.source.TileEvent#event:tileloadstart" class=""> <a href="ol.source.TileEvent.html#event:tileloadstart">tileloadstart</a> </li> </ul> </li> <li class="item" data-name="ol.source.Tile"> <span class="title"> <a href="ol.source.Tile.html">ol.source.Tile</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.source.Tile#changed" class="unstable"> <a href="ol.source.Tile.html#changed">changed</a> </li> <li data-name="ol.source.Tile#get" class=""> <a href="ol.source.Tile.html#get">get</a> </li> <li data-name="ol.source.Tile#getAttributions" class=""> <a href="ol.source.Tile.html#getAttributions">getAttributions</a> </li> <li data-name="ol.source.Tile#getKeys" class=""> <a href="ol.source.Tile.html#getKeys">getKeys</a> </li> <li data-name="ol.source.Tile#getLogo" class=""> <a href="ol.source.Tile.html#getLogo">getLogo</a> </li> <li data-name="ol.source.Tile#getProjection" class="unstable"> <a href="ol.source.Tile.html#getProjection">getProjection</a> </li> <li data-name="ol.source.Tile#getProperties" class=""> <a href="ol.source.Tile.html#getProperties">getProperties</a> </li> <li data-name="ol.source.Tile#getRevision" class="unstable"> <a href="ol.source.Tile.html#getRevision">getRevision</a> </li> <li data-name="ol.source.Tile#getState" class="unstable"> <a href="ol.source.Tile.html#getState">getState</a> </li> <li data-name="ol.source.Tile#getTileGrid" class=""> <a href="ol.source.Tile.html#getTileGrid">getTileGrid</a> </li> <li data-name="ol.source.Tile#on" class=""> <a href="ol.source.Tile.html#on">on</a> </li> <li data-name="ol.source.Tile#once" class=""> <a href="ol.source.Tile.html#once">once</a> </li> <li data-name="ol.source.Tile#set" class=""> <a href="ol.source.Tile.html#set">set</a> </li> <li data-name="ol.source.Tile#setProperties" class=""> <a href="ol.source.Tile.html#setProperties">setProperties</a> </li> <li data-name="ol.source.Tile#un" class=""> <a href="ol.source.Tile.html#un">un</a> </li> <li data-name="ol.source.Tile#unByKey" class=""> <a href="ol.source.Tile.html#unByKey">unByKey</a> </li> <li data-name="ol.source.Tile#unset" class=""> <a href="ol.source.Tile.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="event:change Triggered when the state of the source changes." class="unstable"> change Triggered when the state of the source changes. </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.source.TileArcGISRest"> <span class="title"> <a href="ol.source.TileArcGISRest.html">ol.source.TileArcGISRest</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.source.TileArcGISRest#changed" class="unstable"> <a href="ol.source.TileArcGISRest.html#changed">changed</a> </li> <li data-name="ol.source.TileArcGISRest#get" class=""> <a href="ol.source.TileArcGISRest.html#get">get</a> </li> <li data-name="ol.source.TileArcGISRest#getAttributions" class=""> <a href="ol.source.TileArcGISRest.html#getAttributions">getAttributions</a> </li> <li data-name="ol.source.TileArcGISRest#getKeys" class=""> <a href="ol.source.TileArcGISRest.html#getKeys">getKeys</a> </li> <li data-name="ol.source.TileArcGISRest#getLogo" class=""> <a href="ol.source.TileArcGISRest.html#getLogo">getLogo</a> </li> <li data-name="ol.source.TileArcGISRest#getParams" class="unstable"> <a href="ol.source.TileArcGISRest.html#getParams">getParams</a> </li> <li data-name="ol.source.TileArcGISRest#getProjection" class="unstable"> <a href="ol.source.TileArcGISRest.html#getProjection">getProjection</a> </li> <li data-name="ol.source.TileArcGISRest#getProperties" class=""> <a href="ol.source.TileArcGISRest.html#getProperties">getProperties</a> </li> <li data-name="ol.source.TileArcGISRest#getRevision" class="unstable"> <a href="ol.source.TileArcGISRest.html#getRevision">getRevision</a> </li> <li data-name="ol.source.TileArcGISRest#getState" class="unstable"> <a href="ol.source.TileArcGISRest.html#getState">getState</a> </li> <li data-name="ol.source.TileArcGISRest#getTileGrid" class=""> <a href="ol.source.TileArcGISRest.html#getTileGrid">getTileGrid</a> </li> <li data-name="ol.source.TileArcGISRest#getTileLoadFunction" class="unstable"> <a href="ol.source.TileArcGISRest.html#getTileLoadFunction">getTileLoadFunction</a> </li> <li data-name="ol.source.TileArcGISRest#getTileUrlFunction" class="unstable"> <a href="ol.source.TileArcGISRest.html#getTileUrlFunction">getTileUrlFunction</a> </li> <li data-name="ol.source.TileArcGISRest#getUrls" class=""> <a href="ol.source.TileArcGISRest.html#getUrls">getUrls</a> </li> <li data-name="ol.source.TileArcGISRest#on" class=""> <a href="ol.source.TileArcGISRest.html#on">on</a> </li> <li data-name="ol.source.TileArcGISRest#once" class=""> <a href="ol.source.TileArcGISRest.html#once">once</a> </li> <li data-name="ol.source.TileArcGISRest#set" class=""> <a href="ol.source.TileArcGISRest.html#set">set</a> </li> <li data-name="ol.source.TileArcGISRest#setProperties" class=""> <a href="ol.source.TileArcGISRest.html#setProperties">setProperties</a> </li> <li data-name="ol.source.TileArcGISRest#setTileLoadFunction" class="unstable"> <a href="ol.source.TileArcGISRest.html#setTileLoadFunction">setTileLoadFunction</a> </li> <li data-name="ol.source.TileArcGISRest#setTileUrlFunction" class="unstable"> <a href="ol.source.TileArcGISRest.html#setTileUrlFunction">setTileUrlFunction</a> </li> <li data-name="ol.source.TileArcGISRest#setUrl" class=""> <a href="ol.source.TileArcGISRest.html#setUrl">setUrl</a> </li> <li data-name="ol.source.TileArcGISRest#setUrls" class=""> <a href="ol.source.TileArcGISRest.html#setUrls">setUrls</a> </li> <li data-name="ol.source.TileArcGISRest#un" class=""> <a href="ol.source.TileArcGISRest.html#un">un</a> </li> <li data-name="ol.source.TileArcGISRest#unByKey" class=""> <a href="ol.source.TileArcGISRest.html#unByKey">unByKey</a> </li> <li data-name="ol.source.TileArcGISRest#unset" class=""> <a href="ol.source.TileArcGISRest.html#unset">unset</a> </li> <li data-name="ol.source.TileArcGISRest#updateParams" class=""> <a href="ol.source.TileArcGISRest.html#updateParams">updateParams</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="event:change Triggered when the state of the source changes." class="unstable"> change Triggered when the state of the source changes. </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> <li data-name="ol.source.TileEvent#event:tileloadend" class=""> <a href="ol.source.TileEvent.html#event:tileloadend">tileloadend</a> </li> <li data-name="ol.source.TileEvent#event:tileloaderror" class=""> <a href="ol.source.TileEvent.html#event:tileloaderror">tileloaderror</a> </li> <li data-name="ol.source.TileEvent#event:tileloadstart" class=""> <a href="ol.source.TileEvent.html#event:tileloadstart">tileloadstart</a> </li> </ul> </li> <li class="item" data-name="ol.source.TileDebug"> <span class="title"> <a href="ol.source.TileDebug.html">ol.source.TileDebug</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.source.TileDebug#changed" class="unstable"> <a href="ol.source.TileDebug.html#changed">changed</a> </li> <li data-name="ol.source.TileDebug#get" class=""> <a href="ol.source.TileDebug.html#get">get</a> </li> <li data-name="ol.source.TileDebug#getAttributions" class=""> <a href="ol.source.TileDebug.html#getAttributions">getAttributions</a> </li> <li data-name="ol.source.TileDebug#getKeys" class=""> <a href="ol.source.TileDebug.html#getKeys">getKeys</a> </li> <li data-name="ol.source.TileDebug#getLogo" class=""> <a href="ol.source.TileDebug.html#getLogo">getLogo</a> </li> <li data-name="ol.source.TileDebug#getProjection" class="unstable"> <a href="ol.source.TileDebug.html#getProjection">getProjection</a> </li> <li data-name="ol.source.TileDebug#getProperties" class=""> <a href="ol.source.TileDebug.html#getProperties">getProperties</a> </li> <li data-name="ol.source.TileDebug#getRevision" class="unstable"> <a href="ol.source.TileDebug.html#getRevision">getRevision</a> </li> <li data-name="ol.source.TileDebug#getState" class="unstable"> <a href="ol.source.TileDebug.html#getState">getState</a> </li> <li data-name="ol.source.TileDebug#getTileGrid" class=""> <a href="ol.source.TileDebug.html#getTileGrid">getTileGrid</a> </li> <li data-name="ol.source.TileDebug#on" class=""> <a href="ol.source.TileDebug.html#on">on</a> </li> <li data-name="ol.source.TileDebug#once" class=""> <a href="ol.source.TileDebug.html#once">once</a> </li> <li data-name="ol.source.TileDebug#set" class=""> <a href="ol.source.TileDebug.html#set">set</a> </li> <li data-name="ol.source.TileDebug#setProperties" class=""> <a href="ol.source.TileDebug.html#setProperties">setProperties</a> </li> <li data-name="ol.source.TileDebug#un" class=""> <a href="ol.source.TileDebug.html#un">un</a> </li> <li data-name="ol.source.TileDebug#unByKey" class=""> <a href="ol.source.TileDebug.html#unByKey">unByKey</a> </li> <li data-name="ol.source.TileDebug#unset" class=""> <a href="ol.source.TileDebug.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="event:change Triggered when the state of the source changes." class="unstable"> change Triggered when the state of the source changes. </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.source.TileEvent"> <span class="title"> <a href="ol.source.TileEvent.html">ol.source.TileEvent</a> </span> <ul class="members itemMembers"> <span class="subtitle">Members</span> <li data-name="ol.source.TileEvent#tile"><a href="ol.source.TileEvent.html#tile">tile</a></li> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.source.TileImage"> <span class="title"> <a href="ol.source.TileImage.html">ol.source.TileImage</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.source.TileImage#changed" class="unstable"> <a href="ol.source.TileImage.html#changed">changed</a> </li> <li data-name="ol.source.TileImage#get" class=""> <a href="ol.source.TileImage.html#get">get</a> </li> <li data-name="ol.source.TileImage#getAttributions" class=""> <a href="ol.source.TileImage.html#getAttributions">getAttributions</a> </li> <li data-name="ol.source.TileImage#getKeys" class=""> <a href="ol.source.TileImage.html#getKeys">getKeys</a> </li> <li data-name="ol.source.TileImage#getLogo" class=""> <a href="ol.source.TileImage.html#getLogo">getLogo</a> </li> <li data-name="ol.source.TileImage#getProjection" class="unstable"> <a href="ol.source.TileImage.html#getProjection">getProjection</a> </li> <li data-name="ol.source.TileImage#getProperties" class=""> <a href="ol.source.TileImage.html#getProperties">getProperties</a> </li> <li data-name="ol.source.TileImage#getRevision" class="unstable"> <a href="ol.source.TileImage.html#getRevision">getRevision</a> </li> <li data-name="ol.source.TileImage#getState" class="unstable"> <a href="ol.source.TileImage.html#getState">getState</a> </li> <li data-name="ol.source.TileImage#getTileGrid" class=""> <a href="ol.source.TileImage.html#getTileGrid">getTileGrid</a> </li> <li data-name="ol.source.TileImage#getTileLoadFunction" class="unstable"> <a href="ol.source.TileImage.html#getTileLoadFunction">getTileLoadFunction</a> </li> <li data-name="ol.source.TileImage#getTileUrlFunction" class="unstable"> <a href="ol.source.TileImage.html#getTileUrlFunction">getTileUrlFunction</a> </li> <li data-name="ol.source.TileImage#on" class=""> <a href="ol.source.TileImage.html#on">on</a> </li> <li data-name="ol.source.TileImage#once" class=""> <a href="ol.source.TileImage.html#once">once</a> </li> <li data-name="ol.source.TileImage#set" class=""> <a href="ol.source.TileImage.html#set">set</a> </li> <li data-name="ol.source.TileImage#setProperties" class=""> <a href="ol.source.TileImage.html#setProperties">setProperties</a> </li> <li data-name="ol.source.TileImage#setTileLoadFunction" class="unstable"> <a href="ol.source.TileImage.html#setTileLoadFunction">setTileLoadFunction</a> </li> <li data-name="ol.source.TileImage#setTileUrlFunction" class="unstable"> <a href="ol.source.TileImage.html#setTileUrlFunction">setTileUrlFunction</a> </li> <li data-name="ol.source.TileImage#un" class=""> <a href="ol.source.TileImage.html#un">un</a> </li> <li data-name="ol.source.TileImage#unByKey" class=""> <a href="ol.source.TileImage.html#unByKey">unByKey</a> </li> <li data-name="ol.source.TileImage#unset" class=""> <a href="ol.source.TileImage.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="event:change Triggered when the state of the source changes." class="unstable"> change Triggered when the state of the source changes. </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> <li data-name="ol.source.TileEvent#event:tileloadend" class=""> <a href="ol.source.TileEvent.html#event:tileloadend">tileloadend</a> </li> <li data-name="ol.source.TileEvent#event:tileloaderror" class=""> <a href="ol.source.TileEvent.html#event:tileloaderror">tileloaderror</a> </li> <li data-name="ol.source.TileEvent#event:tileloadstart" class=""> <a href="ol.source.TileEvent.html#event:tileloadstart">tileloadstart</a> </li> </ul> </li> <li class="item" data-name="ol.source.TileJSON"> <span class="title"> <a href="ol.source.TileJSON.html">ol.source.TileJSON</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.source.TileJSON#changed" class="unstable"> <a href="ol.source.TileJSON.html#changed">changed</a> </li> <li data-name="ol.source.TileJSON#get" class=""> <a href="ol.source.TileJSON.html#get">get</a> </li> <li data-name="ol.source.TileJSON#getAttributions" class=""> <a href="ol.source.TileJSON.html#getAttributions">getAttributions</a> </li> <li data-name="ol.source.TileJSON#getKeys" class=""> <a href="ol.source.TileJSON.html#getKeys">getKeys</a> </li> <li data-name="ol.source.TileJSON#getLogo" class=""> <a href="ol.source.TileJSON.html#getLogo">getLogo</a> </li> <li data-name="ol.source.TileJSON#getProjection" class="unstable"> <a href="ol.source.TileJSON.html#getProjection">getProjection</a> </li> <li data-name="ol.source.TileJSON#getProperties" class=""> <a href="ol.source.TileJSON.html#getProperties">getProperties</a> </li> <li data-name="ol.source.TileJSON#getRevision" class="unstable"> <a href="ol.source.TileJSON.html#getRevision">getRevision</a> </li> <li data-name="ol.source.TileJSON#getState" class="unstable"> <a href="ol.source.TileJSON.html#getState">getState</a> </li> <li data-name="ol.source.TileJSON#getTileGrid" class=""> <a href="ol.source.TileJSON.html#getTileGrid">getTileGrid</a> </li> <li data-name="ol.source.TileJSON#getTileLoadFunction" class="unstable"> <a href="ol.source.TileJSON.html#getTileLoadFunction">getTileLoadFunction</a> </li> <li data-name="ol.source.TileJSON#getTileUrlFunction" class="unstable"> <a href="ol.source.TileJSON.html#getTileUrlFunction">getTileUrlFunction</a> </li> <li data-name="ol.source.TileJSON#on" class=""> <a href="ol.source.TileJSON.html#on">on</a> </li> <li data-name="ol.source.TileJSON#once" class=""> <a href="ol.source.TileJSON.html#once">once</a> </li> <li data-name="ol.source.TileJSON#set" class=""> <a href="ol.source.TileJSON.html#set">set</a> </li> <li data-name="ol.source.TileJSON#setProperties" class=""> <a href="ol.source.TileJSON.html#setProperties">setProperties</a> </li> <li data-name="ol.source.TileJSON#setTileLoadFunction" class="unstable"> <a href="ol.source.TileJSON.html#setTileLoadFunction">setTileLoadFunction</a> </li> <li data-name="ol.source.TileJSON#setTileUrlFunction" class="unstable"> <a href="ol.source.TileJSON.html#setTileUrlFunction">setTileUrlFunction</a> </li> <li data-name="ol.source.TileJSON#un" class=""> <a href="ol.source.TileJSON.html#un">un</a> </li> <li data-name="ol.source.TileJSON#unByKey" class=""> <a href="ol.source.TileJSON.html#unByKey">unByKey</a> </li> <li data-name="ol.source.TileJSON#unset" class=""> <a href="ol.source.TileJSON.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="event:change Triggered when the state of the source changes." class="unstable"> change Triggered when the state of the source changes. </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> <li data-name="ol.source.TileEvent#event:tileloadend" class=""> <a href="ol.source.TileEvent.html#event:tileloadend">tileloadend</a> </li> <li data-name="ol.source.TileEvent#event:tileloaderror" class=""> <a href="ol.source.TileEvent.html#event:tileloaderror">tileloaderror</a> </li> <li data-name="ol.source.TileEvent#event:tileloadstart" class=""> <a href="ol.source.TileEvent.html#event:tileloadstart">tileloadstart</a> </li> </ul> </li> <li class="item" data-name="ol.source.TileUTFGrid"> <span class="title"> <a href="ol.source.TileUTFGrid.html">ol.source.TileUTFGrid</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.source.TileUTFGrid#changed" class="unstable"> <a href="ol.source.TileUTFGrid.html#changed">changed</a> </li> <li data-name="ol.source.TileUTFGrid#forDataAtCoordinateAndResolution" class="unstable"> <a href="ol.source.TileUTFGrid.html#forDataAtCoordinateAndResolution">forDataAtCoordinateAndResolution</a> </li> <li data-name="ol.source.TileUTFGrid#get" class=""> <a href="ol.source.TileUTFGrid.html#get">get</a> </li> <li data-name="ol.source.TileUTFGrid#getAttributions" class=""> <a href="ol.source.TileUTFGrid.html#getAttributions">getAttributions</a> </li> <li data-name="ol.source.TileUTFGrid#getKeys" class=""> <a href="ol.source.TileUTFGrid.html#getKeys">getKeys</a> </li> <li data-name="ol.source.TileUTFGrid#getLogo" class=""> <a href="ol.source.TileUTFGrid.html#getLogo">getLogo</a> </li> <li data-name="ol.source.TileUTFGrid#getProjection" class="unstable"> <a href="ol.source.TileUTFGrid.html#getProjection">getProjection</a> </li> <li data-name="ol.source.TileUTFGrid#getProperties" class=""> <a href="ol.source.TileUTFGrid.html#getProperties">getProperties</a> </li> <li data-name="ol.source.TileUTFGrid#getRevision" class="unstable"> <a href="ol.source.TileUTFGrid.html#getRevision">getRevision</a> </li> <li data-name="ol.source.TileUTFGrid#getState" class="unstable"> <a href="ol.source.TileUTFGrid.html#getState">getState</a> </li> <li data-name="ol.source.TileUTFGrid#getTemplate" class="unstable"> <a href="ol.source.TileUTFGrid.html#getTemplate">getTemplate</a> </li> <li data-name="ol.source.TileUTFGrid#getTileGrid" class=""> <a href="ol.source.TileUTFGrid.html#getTileGrid">getTileGrid</a> </li> <li data-name="ol.source.TileUTFGrid#on" class=""> <a href="ol.source.TileUTFGrid.html#on">on</a> </li> <li data-name="ol.source.TileUTFGrid#once" class=""> <a href="ol.source.TileUTFGrid.html#once">once</a> </li> <li data-name="ol.source.TileUTFGrid#set" class=""> <a href="ol.source.TileUTFGrid.html#set">set</a> </li> <li data-name="ol.source.TileUTFGrid#setProperties" class=""> <a href="ol.source.TileUTFGrid.html#setProperties">setProperties</a> </li> <li data-name="ol.source.TileUTFGrid#un" class=""> <a href="ol.source.TileUTFGrid.html#un">un</a> </li> <li data-name="ol.source.TileUTFGrid#unByKey" class=""> <a href="ol.source.TileUTFGrid.html#unByKey">unByKey</a> </li> <li data-name="ol.source.TileUTFGrid#unset" class=""> <a href="ol.source.TileUTFGrid.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="event:change Triggered when the state of the source changes." class="unstable"> change Triggered when the state of the source changes. </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.source.TileVector"> <span class="title"> <a href="ol.source.TileVector.html">ol.source.TileVector</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.source.TileVector#addFeature" class=""> <a href="ol.source.TileVector.html#addFeature">addFeature</a> </li> <li data-name="ol.source.TileVector#addFeatures" class=""> <a href="ol.source.TileVector.html#addFeatures">addFeatures</a> </li> <li data-name="ol.source.TileVector#changed" class="unstable"> <a href="ol.source.TileVector.html#changed">changed</a> </li> <li data-name="ol.source.TileVector#clear" class=""> <a href="ol.source.TileVector.html#clear">clear</a> </li> <li data-name="ol.source.TileVector#forEachFeature" class=""> <a href="ol.source.TileVector.html#forEachFeature">forEachFeature</a> </li> <li data-name="ol.source.TileVector#forEachFeatureInExtent" class="unstable"> <a href="ol.source.TileVector.html#forEachFeatureInExtent">forEachFeatureInExtent</a> </li> <li data-name="ol.source.TileVector#forEachFeatureIntersectingExtent" class="unstable"> <a href="ol.source.TileVector.html#forEachFeatureIntersectingExtent">forEachFeatureIntersectingExtent</a> </li> <li data-name="ol.source.TileVector#get" class=""> <a href="ol.source.TileVector.html#get">get</a> </li> <li data-name="ol.source.TileVector#getAttributions" class=""> <a href="ol.source.TileVector.html#getAttributions">getAttributions</a> </li> <li data-name="ol.source.TileVector#getClosestFeatureToCoordinate" class=""> <a href="ol.source.TileVector.html#getClosestFeatureToCoordinate">getClosestFeatureToCoordinate</a> </li> <li data-name="ol.source.TileVector#getExtent" class=""> <a href="ol.source.TileVector.html#getExtent">getExtent</a> </li> <li data-name="ol.source.TileVector#getFeatureById" class=""> <a href="ol.source.TileVector.html#getFeatureById">getFeatureById</a> </li> <li data-name="ol.source.TileVector#getFeatures" class=""> <a href="ol.source.TileVector.html#getFeatures">getFeatures</a> </li> <li data-name="ol.source.TileVector#getFeaturesAtCoordinate" class=""> <a href="ol.source.TileVector.html#getFeaturesAtCoordinate">getFeaturesAtCoordinate</a> </li> <li data-name="ol.source.TileVector#getFeaturesAtCoordinateAndResolution" class="unstable"> <a href="ol.source.TileVector.html#getFeaturesAtCoordinateAndResolution">getFeaturesAtCoordinateAndResolution</a> </li> <li data-name="ol.source.TileVector#getFeaturesInExtent" class="unstable"> <a href="ol.source.TileVector.html#getFeaturesInExtent">getFeaturesInExtent</a> </li> <li data-name="ol.source.TileVector#getKeys" class=""> <a href="ol.source.TileVector.html#getKeys">getKeys</a> </li> <li data-name="ol.source.TileVector#getLogo" class=""> <a href="ol.source.TileVector.html#getLogo">getLogo</a> </li> <li data-name="ol.source.TileVector#getProjection" class="unstable"> <a href="ol.source.TileVector.html#getProjection">getProjection</a> </li> <li data-name="ol.source.TileVector#getProperties" class=""> <a href="ol.source.TileVector.html#getProperties">getProperties</a> </li> <li data-name="ol.source.TileVector#getRevision" class="unstable"> <a href="ol.source.TileVector.html#getRevision">getRevision</a> </li> <li data-name="ol.source.TileVector#getState" class="unstable"> <a href="ol.source.TileVector.html#getState">getState</a> </li> <li data-name="ol.source.TileVector#on" class=""> <a href="ol.source.TileVector.html#on">on</a> </li> <li data-name="ol.source.TileVector#once" class=""> <a href="ol.source.TileVector.html#once">once</a> </li> <li data-name="ol.source.TileVector#removeFeature" class=""> <a href="ol.source.TileVector.html#removeFeature">removeFeature</a> </li> <li data-name="ol.source.TileVector#set" class=""> <a href="ol.source.TileVector.html#set">set</a> </li> <li data-name="ol.source.TileVector#setProperties" class=""> <a href="ol.source.TileVector.html#setProperties">setProperties</a> </li> <li data-name="ol.source.TileVector#un" class=""> <a href="ol.source.TileVector.html#un">un</a> </li> <li data-name="ol.source.TileVector#unByKey" class=""> <a href="ol.source.TileVector.html#unByKey">unByKey</a> </li> <li data-name="ol.source.TileVector#unset" class=""> <a href="ol.source.TileVector.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="ol.source.VectorEvent#event:addfeature" class=""> <a href="ol.source.VectorEvent.html#event:addfeature">addfeature</a> </li> <li data-name="event:change Triggered when the state of the source changes." class="unstable"> change Triggered when the state of the source changes. </li> <li data-name="ol.source.VectorEvent#event:changefeature" class="unstable"> <a href="ol.source.VectorEvent.html#event:changefeature">changefeature</a> </li> <li data-name="ol.source.VectorEvent#event:clear" class="unstable"> <a href="ol.source.VectorEvent.html#event:clear">clear</a> </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> <li data-name="ol.source.VectorEvent#event:removefeature" class=""> <a href="ol.source.VectorEvent.html#event:removefeature">removefeature</a> </li> </ul> </li> <li class="item" data-name="ol.source.TileWMS"> <span class="title"> <a href="ol.source.TileWMS.html">ol.source.TileWMS</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.source.TileWMS#changed" class="unstable"> <a href="ol.source.TileWMS.html#changed">changed</a> </li> <li data-name="ol.source.TileWMS#get" class=""> <a href="ol.source.TileWMS.html#get">get</a> </li> <li data-name="ol.source.TileWMS#getAttributions" class=""> <a href="ol.source.TileWMS.html#getAttributions">getAttributions</a> </li> <li data-name="ol.source.TileWMS#getGetFeatureInfoUrl" class=""> <a href="ol.source.TileWMS.html#getGetFeatureInfoUrl">getGetFeatureInfoUrl</a> </li> <li data-name="ol.source.TileWMS#getKeys" class=""> <a href="ol.source.TileWMS.html#getKeys">getKeys</a> </li> <li data-name="ol.source.TileWMS#getLogo" class=""> <a href="ol.source.TileWMS.html#getLogo">getLogo</a> </li> <li data-name="ol.source.TileWMS#getParams" class=""> <a href="ol.source.TileWMS.html#getParams">getParams</a> </li> <li data-name="ol.source.TileWMS#getProjection" class="unstable"> <a href="ol.source.TileWMS.html#getProjection">getProjection</a> </li> <li data-name="ol.source.TileWMS#getProperties" class=""> <a href="ol.source.TileWMS.html#getProperties">getProperties</a> </li> <li data-name="ol.source.TileWMS#getRevision" class="unstable"> <a href="ol.source.TileWMS.html#getRevision">getRevision</a> </li> <li data-name="ol.source.TileWMS#getState" class="unstable"> <a href="ol.source.TileWMS.html#getState">getState</a> </li> <li data-name="ol.source.TileWMS#getTileGrid" class=""> <a href="ol.source.TileWMS.html#getTileGrid">getTileGrid</a> </li> <li data-name="ol.source.TileWMS#getTileLoadFunction" class="unstable"> <a href="ol.source.TileWMS.html#getTileLoadFunction">getTileLoadFunction</a> </li> <li data-name="ol.source.TileWMS#getTileUrlFunction" class="unstable"> <a href="ol.source.TileWMS.html#getTileUrlFunction">getTileUrlFunction</a> </li> <li data-name="ol.source.TileWMS#getUrls" class=""> <a href="ol.source.TileWMS.html#getUrls">getUrls</a> </li> <li data-name="ol.source.TileWMS#on" class=""> <a href="ol.source.TileWMS.html#on">on</a> </li> <li data-name="ol.source.TileWMS#once" class=""> <a href="ol.source.TileWMS.html#once">once</a> </li> <li data-name="ol.source.TileWMS#set" class=""> <a href="ol.source.TileWMS.html#set">set</a> </li> <li data-name="ol.source.TileWMS#setProperties" class=""> <a href="ol.source.TileWMS.html#setProperties">setProperties</a> </li> <li data-name="ol.source.TileWMS#setTileLoadFunction" class="unstable"> <a href="ol.source.TileWMS.html#setTileLoadFunction">setTileLoadFunction</a> </li> <li data-name="ol.source.TileWMS#setTileUrlFunction" class="unstable"> <a href="ol.source.TileWMS.html#setTileUrlFunction">setTileUrlFunction</a> </li> <li data-name="ol.source.TileWMS#setUrl" class=""> <a href="ol.source.TileWMS.html#setUrl">setUrl</a> </li> <li data-name="ol.source.TileWMS#setUrls" class=""> <a href="ol.source.TileWMS.html#setUrls">setUrls</a> </li> <li data-name="ol.source.TileWMS#un" class=""> <a href="ol.source.TileWMS.html#un">un</a> </li> <li data-name="ol.source.TileWMS#unByKey" class=""> <a href="ol.source.TileWMS.html#unByKey">unByKey</a> </li> <li data-name="ol.source.TileWMS#unset" class=""> <a href="ol.source.TileWMS.html#unset">unset</a> </li> <li data-name="ol.source.TileWMS#updateParams" class=""> <a href="ol.source.TileWMS.html#updateParams">updateParams</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="event:change Triggered when the state of the source changes." class="unstable"> change Triggered when the state of the source changes. </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> <li data-name="ol.source.TileEvent#event:tileloadend" class=""> <a href="ol.source.TileEvent.html#event:tileloadend">tileloadend</a> </li> <li data-name="ol.source.TileEvent#event:tileloaderror" class=""> <a href="ol.source.TileEvent.html#event:tileloaderror">tileloaderror</a> </li> <li data-name="ol.source.TileEvent#event:tileloadstart" class=""> <a href="ol.source.TileEvent.html#event:tileloadstart">tileloadstart</a> </li> </ul> </li> <li class="item" data-name="ol.source.Vector"> <span class="title"> <a href="ol.source.Vector.html">ol.source.Vector</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.source.Vector#addFeature" class=""> <a href="ol.source.Vector.html#addFeature">addFeature</a> </li> <li data-name="ol.source.Vector#addFeatures" class=""> <a href="ol.source.Vector.html#addFeatures">addFeatures</a> </li> <li data-name="ol.source.Vector#changed" class="unstable"> <a href="ol.source.Vector.html#changed">changed</a> </li> <li data-name="ol.source.Vector#clear" class=""> <a href="ol.source.Vector.html#clear">clear</a> </li> <li data-name="ol.source.Vector#forEachFeature" class=""> <a href="ol.source.Vector.html#forEachFeature">forEachFeature</a> </li> <li data-name="ol.source.Vector#forEachFeatureInExtent" class="unstable"> <a href="ol.source.Vector.html#forEachFeatureInExtent">forEachFeatureInExtent</a> </li> <li data-name="ol.source.Vector#forEachFeatureIntersectingExtent" class="unstable"> <a href="ol.source.Vector.html#forEachFeatureIntersectingExtent">forEachFeatureIntersectingExtent</a> </li> <li data-name="ol.source.Vector#get" class=""> <a href="ol.source.Vector.html#get">get</a> </li> <li data-name="ol.source.Vector#getAttributions" class=""> <a href="ol.source.Vector.html#getAttributions">getAttributions</a> </li> <li data-name="ol.source.Vector#getClosestFeatureToCoordinate" class=""> <a href="ol.source.Vector.html#getClosestFeatureToCoordinate">getClosestFeatureToCoordinate</a> </li> <li data-name="ol.source.Vector#getExtent" class=""> <a href="ol.source.Vector.html#getExtent">getExtent</a> </li> <li data-name="ol.source.Vector#getFeatureById" class=""> <a href="ol.source.Vector.html#getFeatureById">getFeatureById</a> </li> <li data-name="ol.source.Vector#getFeatures" class=""> <a href="ol.source.Vector.html#getFeatures">getFeatures</a> </li> <li data-name="ol.source.Vector#getFeaturesAtCoordinate" class=""> <a href="ol.source.Vector.html#getFeaturesAtCoordinate">getFeaturesAtCoordinate</a> </li> <li data-name="ol.source.Vector#getFeaturesInExtent" class="unstable"> <a href="ol.source.Vector.html#getFeaturesInExtent">getFeaturesInExtent</a> </li> <li data-name="ol.source.Vector#getKeys" class=""> <a href="ol.source.Vector.html#getKeys">getKeys</a> </li> <li data-name="ol.source.Vector#getLogo" class=""> <a href="ol.source.Vector.html#getLogo">getLogo</a> </li> <li data-name="ol.source.Vector#getProjection" class="unstable"> <a href="ol.source.Vector.html#getProjection">getProjection</a> </li> <li data-name="ol.source.Vector#getProperties" class=""> <a href="ol.source.Vector.html#getProperties">getProperties</a> </li> <li data-name="ol.source.Vector#getRevision" class="unstable"> <a href="ol.source.Vector.html#getRevision">getRevision</a> </li> <li data-name="ol.source.Vector#getState" class="unstable"> <a href="ol.source.Vector.html#getState">getState</a> </li> <li data-name="ol.source.Vector#on" class=""> <a href="ol.source.Vector.html#on">on</a> </li> <li data-name="ol.source.Vector#once" class=""> <a href="ol.source.Vector.html#once">once</a> </li> <li data-name="ol.source.Vector#removeFeature" class=""> <a href="ol.source.Vector.html#removeFeature">removeFeature</a> </li> <li data-name="ol.source.Vector#set" class=""> <a href="ol.source.Vector.html#set">set</a> </li> <li data-name="ol.source.Vector#setProperties" class=""> <a href="ol.source.Vector.html#setProperties">setProperties</a> </li> <li data-name="ol.source.Vector#un" class=""> <a href="ol.source.Vector.html#un">un</a> </li> <li data-name="ol.source.Vector#unByKey" class=""> <a href="ol.source.Vector.html#unByKey">unByKey</a> </li> <li data-name="ol.source.Vector#unset" class=""> <a href="ol.source.Vector.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="ol.source.VectorEvent#event:addfeature" class=""> <a href="ol.source.VectorEvent.html#event:addfeature">addfeature</a> </li> <li data-name="event:change Triggered when the state of the source changes." class="unstable"> change Triggered when the state of the source changes. </li> <li data-name="ol.source.VectorEvent#event:changefeature" class="unstable"> <a href="ol.source.VectorEvent.html#event:changefeature">changefeature</a> </li> <li data-name="ol.source.VectorEvent#event:clear" class="unstable"> <a href="ol.source.VectorEvent.html#event:clear">clear</a> </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> <li data-name="ol.source.VectorEvent#event:removefeature" class=""> <a href="ol.source.VectorEvent.html#event:removefeature">removefeature</a> </li> </ul> </li> <li class="item" data-name="ol.source.VectorEvent"> <span class="title"> <a href="ol.source.VectorEvent.html">ol.source.VectorEvent</a> </span> <ul class="members itemMembers"> <span class="subtitle">Members</span> <li data-name="ol.source.VectorEvent#feature"><a href="ol.source.VectorEvent.html#feature">feature</a></li> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.source.WMTS"> <span class="title"> <a href="ol.source.WMTS.html">ol.source.WMTS</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.source.WMTS.optionsFromCapabilities" class="unstable"> <a href="ol.source.WMTS.html#optionsFromCapabilities">optionsFromCapabilities</a> </li> <li data-name="ol.source.WMTS#changed" class="unstable"> <a href="ol.source.WMTS.html#changed">changed</a> </li> <li data-name="ol.source.WMTS#get" class=""> <a href="ol.source.WMTS.html#get">get</a> </li> <li data-name="ol.source.WMTS#getAttributions" class=""> <a href="ol.source.WMTS.html#getAttributions">getAttributions</a> </li> <li data-name="ol.source.WMTS#getDimensions" class="unstable"> <a href="ol.source.WMTS.html#getDimensions">getDimensions</a> </li> <li data-name="ol.source.WMTS#getFormat" class="unstable"> <a href="ol.source.WMTS.html#getFormat">getFormat</a> </li> <li data-name="ol.source.WMTS#getKeys" class=""> <a href="ol.source.WMTS.html#getKeys">getKeys</a> </li> <li data-name="ol.source.WMTS#getLayer" class="unstable"> <a href="ol.source.WMTS.html#getLayer">getLayer</a> </li> <li data-name="ol.source.WMTS#getLogo" class=""> <a href="ol.source.WMTS.html#getLogo">getLogo</a> </li> <li data-name="ol.source.WMTS#getMatrixSet" class="unstable"> <a href="ol.source.WMTS.html#getMatrixSet">getMatrixSet</a> </li> <li data-name="ol.source.WMTS#getProjection" class="unstable"> <a href="ol.source.WMTS.html#getProjection">getProjection</a> </li> <li data-name="ol.source.WMTS#getProperties" class=""> <a href="ol.source.WMTS.html#getProperties">getProperties</a> </li> <li data-name="ol.source.WMTS#getRequestEncoding" class="unstable"> <a href="ol.source.WMTS.html#getRequestEncoding">getRequestEncoding</a> </li> <li data-name="ol.source.WMTS#getRevision" class="unstable"> <a href="ol.source.WMTS.html#getRevision">getRevision</a> </li> <li data-name="ol.source.WMTS#getState" class="unstable"> <a href="ol.source.WMTS.html#getState">getState</a> </li> <li data-name="ol.source.WMTS#getStyle" class="unstable"> <a href="ol.source.WMTS.html#getStyle">getStyle</a> </li> <li data-name="ol.source.WMTS#getTileGrid" class=""> <a href="ol.source.WMTS.html#getTileGrid">getTileGrid</a> </li> <li data-name="ol.source.WMTS#getTileLoadFunction" class="unstable"> <a href="ol.source.WMTS.html#getTileLoadFunction">getTileLoadFunction</a> </li> <li data-name="ol.source.WMTS#getTileUrlFunction" class="unstable"> <a href="ol.source.WMTS.html#getTileUrlFunction">getTileUrlFunction</a> </li> <li data-name="ol.source.WMTS#getUrls" class="unstable"> <a href="ol.source.WMTS.html#getUrls">getUrls</a> </li> <li data-name="ol.source.WMTS#getVersion" class="unstable"> <a href="ol.source.WMTS.html#getVersion">getVersion</a> </li> <li data-name="ol.source.WMTS#on" class=""> <a href="ol.source.WMTS.html#on">on</a> </li> <li data-name="ol.source.WMTS#once" class=""> <a href="ol.source.WMTS.html#once">once</a> </li> <li data-name="ol.source.WMTS#set" class=""> <a href="ol.source.WMTS.html#set">set</a> </li> <li data-name="ol.source.WMTS#setProperties" class=""> <a href="ol.source.WMTS.html#setProperties">setProperties</a> </li> <li data-name="ol.source.WMTS#setTileLoadFunction" class="unstable"> <a href="ol.source.WMTS.html#setTileLoadFunction">setTileLoadFunction</a> </li> <li data-name="ol.source.WMTS#setTileUrlFunction" class="unstable"> <a href="ol.source.WMTS.html#setTileUrlFunction">setTileUrlFunction</a> </li> <li data-name="ol.source.WMTS#un" class=""> <a href="ol.source.WMTS.html#un">un</a> </li> <li data-name="ol.source.WMTS#unByKey" class=""> <a href="ol.source.WMTS.html#unByKey">unByKey</a> </li> <li data-name="ol.source.WMTS#unset" class=""> <a href="ol.source.WMTS.html#unset">unset</a> </li> <li data-name="ol.source.WMTS#updateDimensions" class="unstable"> <a href="ol.source.WMTS.html#updateDimensions">updateDimensions</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="event:change Triggered when the state of the source changes." class="unstable"> change Triggered when the state of the source changes. </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> <li data-name="ol.source.TileEvent#event:tileloadend" class=""> <a href="ol.source.TileEvent.html#event:tileloadend">tileloadend</a> </li> <li data-name="ol.source.TileEvent#event:tileloaderror" class=""> <a href="ol.source.TileEvent.html#event:tileloaderror">tileloaderror</a> </li> <li data-name="ol.source.TileEvent#event:tileloadstart" class=""> <a href="ol.source.TileEvent.html#event:tileloadstart">tileloadstart</a> </li> </ul> </li> <li class="item" data-name="ol.source.XYZ"> <span class="title"> <a href="ol.source.XYZ.html">ol.source.XYZ</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.source.XYZ#changed" class="unstable"> <a href="ol.source.XYZ.html#changed">changed</a> </li> <li data-name="ol.source.XYZ#get" class=""> <a href="ol.source.XYZ.html#get">get</a> </li> <li data-name="ol.source.XYZ#getAttributions" class=""> <a href="ol.source.XYZ.html#getAttributions">getAttributions</a> </li> <li data-name="ol.source.XYZ#getKeys" class=""> <a href="ol.source.XYZ.html#getKeys">getKeys</a> </li> <li data-name="ol.source.XYZ#getLogo" class=""> <a href="ol.source.XYZ.html#getLogo">getLogo</a> </li> <li data-name="ol.source.XYZ#getProjection" class="unstable"> <a href="ol.source.XYZ.html#getProjection">getProjection</a> </li> <li data-name="ol.source.XYZ#getProperties" class=""> <a href="ol.source.XYZ.html#getProperties">getProperties</a> </li> <li data-name="ol.source.XYZ#getRevision" class="unstable"> <a href="ol.source.XYZ.html#getRevision">getRevision</a> </li> <li data-name="ol.source.XYZ#getState" class="unstable"> <a href="ol.source.XYZ.html#getState">getState</a> </li> <li data-name="ol.source.XYZ#getTileGrid" class=""> <a href="ol.source.XYZ.html#getTileGrid">getTileGrid</a> </li> <li data-name="ol.source.XYZ#getTileLoadFunction" class="unstable"> <a href="ol.source.XYZ.html#getTileLoadFunction">getTileLoadFunction</a> </li> <li data-name="ol.source.XYZ#getTileUrlFunction" class="unstable"> <a href="ol.source.XYZ.html#getTileUrlFunction">getTileUrlFunction</a> </li> <li data-name="ol.source.XYZ#on" class=""> <a href="ol.source.XYZ.html#on">on</a> </li> <li data-name="ol.source.XYZ#once" class=""> <a href="ol.source.XYZ.html#once">once</a> </li> <li data-name="ol.source.XYZ#set" class=""> <a href="ol.source.XYZ.html#set">set</a> </li> <li data-name="ol.source.XYZ#setProperties" class=""> <a href="ol.source.XYZ.html#setProperties">setProperties</a> </li> <li data-name="ol.source.XYZ#setTileLoadFunction" class="unstable"> <a href="ol.source.XYZ.html#setTileLoadFunction">setTileLoadFunction</a> </li> <li data-name="ol.source.XYZ#setTileUrlFunction" class="unstable"> <a href="ol.source.XYZ.html#setTileUrlFunction">setTileUrlFunction</a> </li> <li data-name="ol.source.XYZ#setUrl" class=""> <a href="ol.source.XYZ.html#setUrl">setUrl</a> </li> <li data-name="ol.source.XYZ#un" class=""> <a href="ol.source.XYZ.html#un">un</a> </li> <li data-name="ol.source.XYZ#unByKey" class=""> <a href="ol.source.XYZ.html#unByKey">unByKey</a> </li> <li data-name="ol.source.XYZ#unset" class=""> <a href="ol.source.XYZ.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="event:change Triggered when the state of the source changes." class="unstable"> change Triggered when the state of the source changes. </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> <li data-name="ol.source.TileEvent#event:tileloadend" class=""> <a href="ol.source.TileEvent.html#event:tileloadend">tileloadend</a> </li> <li data-name="ol.source.TileEvent#event:tileloaderror" class=""> <a href="ol.source.TileEvent.html#event:tileloaderror">tileloaderror</a> </li> <li data-name="ol.source.TileEvent#event:tileloadstart" class=""> <a href="ol.source.TileEvent.html#event:tileloadstart">tileloadstart</a> </li> </ul> </li> <li class="item" data-name="ol.source.Zoomify"> <span class="title"> <a href="ol.source.Zoomify.html">ol.source.Zoomify</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.source.Zoomify#changed" class="unstable"> <a href="ol.source.Zoomify.html#changed">changed</a> </li> <li data-name="ol.source.Zoomify#get" class=""> <a href="ol.source.Zoomify.html#get">get</a> </li> <li data-name="ol.source.Zoomify#getAttributions" class=""> <a href="ol.source.Zoomify.html#getAttributions">getAttributions</a> </li> <li data-name="ol.source.Zoomify#getKeys" class=""> <a href="ol.source.Zoomify.html#getKeys">getKeys</a> </li> <li data-name="ol.source.Zoomify#getLogo" class=""> <a href="ol.source.Zoomify.html#getLogo">getLogo</a> </li> <li data-name="ol.source.Zoomify#getProjection" class="unstable"> <a href="ol.source.Zoomify.html#getProjection">getProjection</a> </li> <li data-name="ol.source.Zoomify#getProperties" class=""> <a href="ol.source.Zoomify.html#getProperties">getProperties</a> </li> <li data-name="ol.source.Zoomify#getRevision" class="unstable"> <a href="ol.source.Zoomify.html#getRevision">getRevision</a> </li> <li data-name="ol.source.Zoomify#getState" class="unstable"> <a href="ol.source.Zoomify.html#getState">getState</a> </li> <li data-name="ol.source.Zoomify#getTileGrid" class=""> <a href="ol.source.Zoomify.html#getTileGrid">getTileGrid</a> </li> <li data-name="ol.source.Zoomify#getTileLoadFunction" class="unstable"> <a href="ol.source.Zoomify.html#getTileLoadFunction">getTileLoadFunction</a> </li> <li data-name="ol.source.Zoomify#getTileUrlFunction" class="unstable"> <a href="ol.source.Zoomify.html#getTileUrlFunction">getTileUrlFunction</a> </li> <li data-name="ol.source.Zoomify#on" class=""> <a href="ol.source.Zoomify.html#on">on</a> </li> <li data-name="ol.source.Zoomify#once" class=""> <a href="ol.source.Zoomify.html#once">once</a> </li> <li data-name="ol.source.Zoomify#set" class=""> <a href="ol.source.Zoomify.html#set">set</a> </li> <li data-name="ol.source.Zoomify#setProperties" class=""> <a href="ol.source.Zoomify.html#setProperties">setProperties</a> </li> <li data-name="ol.source.Zoomify#setTileLoadFunction" class="unstable"> <a href="ol.source.Zoomify.html#setTileLoadFunction">setTileLoadFunction</a> </li> <li data-name="ol.source.Zoomify#setTileUrlFunction" class="unstable"> <a href="ol.source.Zoomify.html#setTileUrlFunction">setTileUrlFunction</a> </li> <li data-name="ol.source.Zoomify#un" class=""> <a href="ol.source.Zoomify.html#un">un</a> </li> <li data-name="ol.source.Zoomify#unByKey" class=""> <a href="ol.source.Zoomify.html#unByKey">unByKey</a> </li> <li data-name="ol.source.Zoomify#unset" class=""> <a href="ol.source.Zoomify.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="event:change Triggered when the state of the source changes." class="unstable"> change Triggered when the state of the source changes. </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> <li data-name="ol.source.TileEvent#event:tileloadend" class=""> <a href="ol.source.TileEvent.html#event:tileloadend">tileloadend</a> </li> <li data-name="ol.source.TileEvent#event:tileloaderror" class=""> <a href="ol.source.TileEvent.html#event:tileloaderror">tileloaderror</a> </li> <li data-name="ol.source.TileEvent#event:tileloadstart" class=""> <a href="ol.source.TileEvent.html#event:tileloadstart">tileloadstart</a> </li> </ul> </li> <li class="item" data-name="ol.source.wms"> <span class="title"> <a href="ol.source.wms.html">ol.source.wms</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> <span class="subtitle">Typedefs</span> <li data-name="ol.source.wms.ServerType" class="unstable"> <a href="ol.source.wms.html#ServerType">ServerType</a> </li> </ul> <ul class="methods itemMembers"> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.style"> <span class="title"> <a href="ol.style.html">ol.style</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> <span class="subtitle">Typedefs</span> <li data-name="ol.style.GeometryFunction" class="unstable"> <a href="ol.style.html#GeometryFunction">GeometryFunction</a> </li> <li data-name="ol.style.IconAnchorUnits" class="unstable"> <a href="ol.style.html#IconAnchorUnits">IconAnchorUnits</a> </li> <li data-name="ol.style.IconOrigin" class="unstable"> <a href="ol.style.html#IconOrigin">IconOrigin</a> </li> <li data-name="ol.style.StyleFunction" class="unstable"> <a href="ol.style.html#StyleFunction">StyleFunction</a> </li> </ul> <ul class="methods itemMembers"> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.style.AtlasManager"> <span class="title"> <a href="ol.style.AtlasManager.html">ol.style.AtlasManager</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.style.Circle"> <span class="title"> <a href="ol.style.Circle.html">ol.style.Circle</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.style.Circle#getAnchor" class="unstable"> <a href="ol.style.Circle.html#getAnchor">getAnchor</a> </li> <li data-name="ol.style.Circle#getFill" class="unstable"> <a href="ol.style.Circle.html#getFill">getFill</a> </li> <li data-name="ol.style.Circle#getImage" class="unstable"> <a href="ol.style.Circle.html#getImage">getImage</a> </li> <li data-name="ol.style.Circle#getOpacity" class="unstable"> <a href="ol.style.Circle.html#getOpacity">getOpacity</a> </li> <li data-name="ol.style.Circle#getOrigin" class="unstable"> <a href="ol.style.Circle.html#getOrigin">getOrigin</a> </li> <li data-name="ol.style.Circle#getRadius" class="unstable"> <a href="ol.style.Circle.html#getRadius">getRadius</a> </li> <li data-name="ol.style.Circle#getRotateWithView" class="unstable"> <a href="ol.style.Circle.html#getRotateWithView">getRotateWithView</a> </li> <li data-name="ol.style.Circle#getRotation" class="unstable"> <a href="ol.style.Circle.html#getRotation">getRotation</a> </li> <li data-name="ol.style.Circle#getScale" class="unstable"> <a href="ol.style.Circle.html#getScale">getScale</a> </li> <li data-name="ol.style.Circle#getSize" class="unstable"> <a href="ol.style.Circle.html#getSize">getSize</a> </li> <li data-name="ol.style.Circle#getSnapToPixel" class="unstable"> <a href="ol.style.Circle.html#getSnapToPixel">getSnapToPixel</a> </li> <li data-name="ol.style.Circle#getStroke" class="unstable"> <a href="ol.style.Circle.html#getStroke">getStroke</a> </li> <li data-name="ol.style.Circle#setRotation" class="unstable"> <a href="ol.style.Circle.html#setRotation">setRotation</a> </li> <li data-name="ol.style.Circle#setScale" class="unstable"> <a href="ol.style.Circle.html#setScale">setScale</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.style.Fill"> <span class="title"> <a href="ol.style.Fill.html">ol.style.Fill</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.style.Fill#getColor" class="unstable"> <a href="ol.style.Fill.html#getColor">getColor</a> </li> <li data-name="ol.style.Fill#setColor" class="unstable"> <a href="ol.style.Fill.html#setColor">setColor</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.style.Icon"> <span class="title"> <a href="ol.style.Icon.html">ol.style.Icon</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.style.Icon#getAnchor" class="unstable"> <a href="ol.style.Icon.html#getAnchor">getAnchor</a> </li> <li data-name="ol.style.Icon#getImage" class="unstable"> <a href="ol.style.Icon.html#getImage">getImage</a> </li> <li data-name="ol.style.Icon#getOpacity" class="unstable"> <a href="ol.style.Icon.html#getOpacity">getOpacity</a> </li> <li data-name="ol.style.Icon#getOrigin" class="unstable"> <a href="ol.style.Icon.html#getOrigin">getOrigin</a> </li> <li data-name="ol.style.Icon#getRotateWithView" class="unstable"> <a href="ol.style.Icon.html#getRotateWithView">getRotateWithView</a> </li> <li data-name="ol.style.Icon#getRotation" class="unstable"> <a href="ol.style.Icon.html#getRotation">getRotation</a> </li> <li data-name="ol.style.Icon#getScale" class="unstable"> <a href="ol.style.Icon.html#getScale">getScale</a> </li> <li data-name="ol.style.Icon#getSize" class="unstable"> <a href="ol.style.Icon.html#getSize">getSize</a> </li> <li data-name="ol.style.Icon#getSnapToPixel" class="unstable"> <a href="ol.style.Icon.html#getSnapToPixel">getSnapToPixel</a> </li> <li data-name="ol.style.Icon#getSrc" class="unstable"> <a href="ol.style.Icon.html#getSrc">getSrc</a> </li> <li data-name="ol.style.Icon#setRotation" class="unstable"> <a href="ol.style.Icon.html#setRotation">setRotation</a> </li> <li data-name="ol.style.Icon#setScale" class="unstable"> <a href="ol.style.Icon.html#setScale">setScale</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.style.Image"> <span class="title"> <a href="ol.style.Image.html">ol.style.Image</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.style.Image#getOpacity" class="unstable"> <a href="ol.style.Image.html#getOpacity">getOpacity</a> </li> <li data-name="ol.style.Image#getRotateWithView" class="unstable"> <a href="ol.style.Image.html#getRotateWithView">getRotateWithView</a> </li> <li data-name="ol.style.Image#getRotation" class="unstable"> <a href="ol.style.Image.html#getRotation">getRotation</a> </li> <li data-name="ol.style.Image#getScale" class="unstable"> <a href="ol.style.Image.html#getScale">getScale</a> </li> <li data-name="ol.style.Image#getSnapToPixel" class="unstable"> <a href="ol.style.Image.html#getSnapToPixel">getSnapToPixel</a> </li> <li data-name="ol.style.Image#setRotation" class="unstable"> <a href="ol.style.Image.html#setRotation">setRotation</a> </li> <li data-name="ol.style.Image#setScale" class="unstable"> <a href="ol.style.Image.html#setScale">setScale</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.style.RegularShape"> <span class="title"> <a href="ol.style.RegularShape.html">ol.style.RegularShape</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.style.RegularShape#getAnchor" class="unstable"> <a href="ol.style.RegularShape.html#getAnchor">getAnchor</a> </li> <li data-name="ol.style.RegularShape#getAngle" class="unstable"> <a href="ol.style.RegularShape.html#getAngle">getAngle</a> </li> <li data-name="ol.style.RegularShape#getFill" class="unstable"> <a href="ol.style.RegularShape.html#getFill">getFill</a> </li> <li data-name="ol.style.RegularShape#getImage" class="unstable"> <a href="ol.style.RegularShape.html#getImage">getImage</a> </li> <li data-name="ol.style.RegularShape#getOpacity" class="unstable"> <a href="ol.style.RegularShape.html#getOpacity">getOpacity</a> </li> <li data-name="ol.style.RegularShape#getOrigin" class="unstable"> <a href="ol.style.RegularShape.html#getOrigin">getOrigin</a> </li> <li data-name="ol.style.RegularShape#getPoints" class="unstable"> <a href="ol.style.RegularShape.html#getPoints">getPoints</a> </li> <li data-name="ol.style.RegularShape#getRadius" class="unstable"> <a href="ol.style.RegularShape.html#getRadius">getRadius</a> </li> <li data-name="ol.style.RegularShape#getRadius2" class="unstable"> <a href="ol.style.RegularShape.html#getRadius2">getRadius2</a> </li> <li data-name="ol.style.RegularShape#getRotateWithView" class="unstable"> <a href="ol.style.RegularShape.html#getRotateWithView">getRotateWithView</a> </li> <li data-name="ol.style.RegularShape#getRotation" class="unstable"> <a href="ol.style.RegularShape.html#getRotation">getRotation</a> </li> <li data-name="ol.style.RegularShape#getScale" class="unstable"> <a href="ol.style.RegularShape.html#getScale">getScale</a> </li> <li data-name="ol.style.RegularShape#getSize" class="unstable"> <a href="ol.style.RegularShape.html#getSize">getSize</a> </li> <li data-name="ol.style.RegularShape#getSnapToPixel" class="unstable"> <a href="ol.style.RegularShape.html#getSnapToPixel">getSnapToPixel</a> </li> <li data-name="ol.style.RegularShape#getStroke" class="unstable"> <a href="ol.style.RegularShape.html#getStroke">getStroke</a> </li> <li data-name="ol.style.RegularShape#setRotation" class="unstable"> <a href="ol.style.RegularShape.html#setRotation">setRotation</a> </li> <li data-name="ol.style.RegularShape#setScale" class="unstable"> <a href="ol.style.RegularShape.html#setScale">setScale</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.style.Stroke"> <span class="title"> <a href="ol.style.Stroke.html">ol.style.Stroke</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.style.Stroke#getColor" class="unstable"> <a href="ol.style.Stroke.html#getColor">getColor</a> </li> <li data-name="ol.style.Stroke#getLineCap" class="unstable"> <a href="ol.style.Stroke.html#getLineCap">getLineCap</a> </li> <li data-name="ol.style.Stroke#getLineDash" class="unstable"> <a href="ol.style.Stroke.html#getLineDash">getLineDash</a> </li> <li data-name="ol.style.Stroke#getLineJoin" class="unstable"> <a href="ol.style.Stroke.html#getLineJoin">getLineJoin</a> </li> <li data-name="ol.style.Stroke#getMiterLimit" class="unstable"> <a href="ol.style.Stroke.html#getMiterLimit">getMiterLimit</a> </li> <li data-name="ol.style.Stroke#getWidth" class="unstable"> <a href="ol.style.Stroke.html#getWidth">getWidth</a> </li> <li data-name="ol.style.Stroke#setColor" class="unstable"> <a href="ol.style.Stroke.html#setColor">setColor</a> </li> <li data-name="ol.style.Stroke#setLineCap" class="unstable"> <a href="ol.style.Stroke.html#setLineCap">setLineCap</a> </li> <li data-name="ol.style.Stroke#setLineDash" class="unstable"> <a href="ol.style.Stroke.html#setLineDash">setLineDash</a> </li> <li data-name="ol.style.Stroke#setLineJoin" class="unstable"> <a href="ol.style.Stroke.html#setLineJoin">setLineJoin</a> </li> <li data-name="ol.style.Stroke#setMiterLimit" class="unstable"> <a href="ol.style.Stroke.html#setMiterLimit">setMiterLimit</a> </li> <li data-name="ol.style.Stroke#setWidth" class="unstable"> <a href="ol.style.Stroke.html#setWidth">setWidth</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.style.Style"> <span class="title"> <a href="ol.style.Style.html">ol.style.Style</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.style.Style#getFill" class="unstable"> <a href="ol.style.Style.html#getFill">getFill</a> </li> <li data-name="ol.style.Style#getGeometry" class="unstable"> <a href="ol.style.Style.html#getGeometry">getGeometry</a> </li> <li data-name="ol.style.Style#getGeometryFunction" class="unstable"> <a href="ol.style.Style.html#getGeometryFunction">getGeometryFunction</a> </li> <li data-name="ol.style.Style#getImage" class="unstable"> <a href="ol.style.Style.html#getImage">getImage</a> </li> <li data-name="ol.style.Style#getStroke" class="unstable"> <a href="ol.style.Style.html#getStroke">getStroke</a> </li> <li data-name="ol.style.Style#getText" class="unstable"> <a href="ol.style.Style.html#getText">getText</a> </li> <li data-name="ol.style.Style#getZIndex" class="unstable"> <a href="ol.style.Style.html#getZIndex">getZIndex</a> </li> <li data-name="ol.style.Style#setGeometry" class="unstable"> <a href="ol.style.Style.html#setGeometry">setGeometry</a> </li> <li data-name="ol.style.Style#setZIndex" class="unstable"> <a href="ol.style.Style.html#setZIndex">setZIndex</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.style.Text"> <span class="title"> <a href="ol.style.Text.html">ol.style.Text</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.style.Text#getFill" class="unstable"> <a href="ol.style.Text.html#getFill">getFill</a> </li> <li data-name="ol.style.Text#getFont" class="unstable"> <a href="ol.style.Text.html#getFont">getFont</a> </li> <li data-name="ol.style.Text#getOffsetX" class="unstable"> <a href="ol.style.Text.html#getOffsetX">getOffsetX</a> </li> <li data-name="ol.style.Text#getOffsetY" class="unstable"> <a href="ol.style.Text.html#getOffsetY">getOffsetY</a> </li> <li data-name="ol.style.Text#getRotation" class="unstable"> <a href="ol.style.Text.html#getRotation">getRotation</a> </li> <li data-name="ol.style.Text#getScale" class="unstable"> <a href="ol.style.Text.html#getScale">getScale</a> </li> <li data-name="ol.style.Text#getStroke" class="unstable"> <a href="ol.style.Text.html#getStroke">getStroke</a> </li> <li data-name="ol.style.Text#getText" class="unstable"> <a href="ol.style.Text.html#getText">getText</a> </li> <li data-name="ol.style.Text#getTextAlign" class="unstable"> <a href="ol.style.Text.html#getTextAlign">getTextAlign</a> </li> <li data-name="ol.style.Text#getTextBaseline" class="unstable"> <a href="ol.style.Text.html#getTextBaseline">getTextBaseline</a> </li> <li data-name="ol.style.Text#setFill" class="unstable"> <a href="ol.style.Text.html#setFill">setFill</a> </li> <li data-name="ol.style.Text#setFont" class="unstable"> <a href="ol.style.Text.html#setFont">setFont</a> </li> <li data-name="ol.style.Text#setRotation" class="unstable"> <a href="ol.style.Text.html#setRotation">setRotation</a> </li> <li data-name="ol.style.Text#setScale" class="unstable"> <a href="ol.style.Text.html#setScale">setScale</a> </li> <li data-name="ol.style.Text#setStroke" class="unstable"> <a href="ol.style.Text.html#setStroke">setStroke</a> </li> <li data-name="ol.style.Text#setText" class="unstable"> <a href="ol.style.Text.html#setText">setText</a> </li> <li data-name="ol.style.Text#setTextAlign" class="unstable"> <a href="ol.style.Text.html#setTextAlign">setTextAlign</a> </li> <li data-name="ol.style.Text#setTextBaseline" class="unstable"> <a href="ol.style.Text.html#setTextBaseline">setTextBaseline</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.tilegrid"> <span class="title"> <a href="ol.tilegrid.html">ol.tilegrid</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.tilegrid.createXYZ" class="unstable"> <a href="ol.tilegrid.html#createXYZ">createXYZ</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.tilegrid.TileGrid"> <span class="title"> <a href="ol.tilegrid.TileGrid.html">ol.tilegrid.TileGrid</a> </span> <ul class="members itemMembers"> <span class="subtitle">Members</span> <li data-name="ol.tilegrid.TileGrid#createTileCoordTransform"><a href="ol.tilegrid.TileGrid.html#createTileCoordTransform">createTileCoordTransform</a></li> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.tilegrid.TileGrid#getMaxZoom" class="unstable"> <a href="ol.tilegrid.TileGrid.html#getMaxZoom">getMaxZoom</a> </li> <li data-name="ol.tilegrid.TileGrid#getMinZoom" class="unstable"> <a href="ol.tilegrid.TileGrid.html#getMinZoom">getMinZoom</a> </li> <li data-name="ol.tilegrid.TileGrid#getOrigin" class=""> <a href="ol.tilegrid.TileGrid.html#getOrigin">getOrigin</a> </li> <li data-name="ol.tilegrid.TileGrid#getResolution" class=""> <a href="ol.tilegrid.TileGrid.html#getResolution">getResolution</a> </li> <li data-name="ol.tilegrid.TileGrid#getResolutions" class=""> <a href="ol.tilegrid.TileGrid.html#getResolutions">getResolutions</a> </li> <li data-name="ol.tilegrid.TileGrid#getTileCoordForCoordAndResolution" class="unstable"> <a href="ol.tilegrid.TileGrid.html#getTileCoordForCoordAndResolution">getTileCoordForCoordAndResolution</a> </li> <li data-name="ol.tilegrid.TileGrid#getTileCoordForCoordAndZ" class="unstable"> <a href="ol.tilegrid.TileGrid.html#getTileCoordForCoordAndZ">getTileCoordForCoordAndZ</a> </li> <li data-name="ol.tilegrid.TileGrid#getTileSize" class=""> <a href="ol.tilegrid.TileGrid.html#getTileSize">getTileSize</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.tilegrid.WMTS"> <span class="title"> <a href="ol.tilegrid.WMTS.html">ol.tilegrid.WMTS</a> </span> <ul class="members itemMembers"> <span class="subtitle">Members</span> <li data-name="ol.tilegrid.WMTS#createTileCoordTransform"><a href="ol.tilegrid.WMTS.html#createTileCoordTransform">createTileCoordTransform</a></li> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.tilegrid.WMTS.createFromCapabilitiesMatrixSet" class="unstable"> <a href="ol.tilegrid.WMTS.html#createFromCapabilitiesMatrixSet">createFromCapabilitiesMatrixSet</a> </li> <li data-name="ol.tilegrid.WMTS#getMatrixIds" class="unstable"> <a href="ol.tilegrid.WMTS.html#getMatrixIds">getMatrixIds</a> </li> <li data-name="ol.tilegrid.WMTS#getMaxZoom" class="unstable"> <a href="ol.tilegrid.WMTS.html#getMaxZoom">getMaxZoom</a> </li> <li data-name="ol.tilegrid.WMTS#getMinZoom" class="unstable"> <a href="ol.tilegrid.WMTS.html#getMinZoom">getMinZoom</a> </li> <li data-name="ol.tilegrid.WMTS#getOrigin" class=""> <a href="ol.tilegrid.WMTS.html#getOrigin">getOrigin</a> </li> <li data-name="ol.tilegrid.WMTS#getResolution" class=""> <a href="ol.tilegrid.WMTS.html#getResolution">getResolution</a> </li> <li data-name="ol.tilegrid.WMTS#getResolutions" class=""> <a href="ol.tilegrid.WMTS.html#getResolutions">getResolutions</a> </li> <li data-name="ol.tilegrid.WMTS#getTileCoordForCoordAndResolution" class="unstable"> <a href="ol.tilegrid.WMTS.html#getTileCoordForCoordAndResolution">getTileCoordForCoordAndResolution</a> </li> <li data-name="ol.tilegrid.WMTS#getTileCoordForCoordAndZ" class="unstable"> <a href="ol.tilegrid.WMTS.html#getTileCoordForCoordAndZ">getTileCoordForCoordAndZ</a> </li> <li data-name="ol.tilegrid.WMTS#getTileSize" class=""> <a href="ol.tilegrid.WMTS.html#getTileSize">getTileSize</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.tilegrid.Zoomify"> <span class="title"> <a href="ol.tilegrid.Zoomify.html">ol.tilegrid.Zoomify</a> </span> <ul class="members itemMembers"> <span class="subtitle">Members</span> <li data-name="ol.tilegrid.Zoomify#createTileCoordTransform"><a href="ol.tilegrid.Zoomify.html#createTileCoordTransform">createTileCoordTransform</a></li> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.tilegrid.Zoomify#getMaxZoom" class="unstable"> <a href="ol.tilegrid.Zoomify.html#getMaxZoom">getMaxZoom</a> </li> <li data-name="ol.tilegrid.Zoomify#getMinZoom" class="unstable"> <a href="ol.tilegrid.Zoomify.html#getMinZoom">getMinZoom</a> </li> <li data-name="ol.tilegrid.Zoomify#getOrigin" class=""> <a href="ol.tilegrid.Zoomify.html#getOrigin">getOrigin</a> </li> <li data-name="ol.tilegrid.Zoomify#getResolution" class=""> <a href="ol.tilegrid.Zoomify.html#getResolution">getResolution</a> </li> <li data-name="ol.tilegrid.Zoomify#getResolutions" class=""> <a href="ol.tilegrid.Zoomify.html#getResolutions">getResolutions</a> </li> <li data-name="ol.tilegrid.Zoomify#getTileCoordForCoordAndResolution" class="unstable"> <a href="ol.tilegrid.Zoomify.html#getTileCoordForCoordAndResolution">getTileCoordForCoordAndResolution</a> </li> <li data-name="ol.tilegrid.Zoomify#getTileCoordForCoordAndZ" class="unstable"> <a href="ol.tilegrid.Zoomify.html#getTileCoordForCoordAndZ">getTileCoordForCoordAndZ</a> </li> <li data-name="ol.tilegrid.Zoomify#getTileSize" class=""> <a href="ol.tilegrid.Zoomify.html#getTileSize">getTileSize</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.webgl.Context"> <span class="title"> <a href="ol.webgl.Context.html">ol.webgl.Context</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.webgl.Context#getGL" class="unstable"> <a href="ol.webgl.Context.html#getGL">getGL</a> </li> <li data-name="ol.webgl.Context#getHitDetectionFramebuffer" class="unstable"> <a href="ol.webgl.Context.html#getHitDetectionFramebuffer">getHitDetectionFramebuffer</a> </li> <li data-name="ol.webgl.Context#useProgram" class="unstable"> <a href="ol.webgl.Context.html#useProgram">useProgram</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> </ul> </div> <div class="main"> <h1 class="page-title" data-filename="ol.interaction.DragRotateAndZoom.html">Class: DragRotateAndZoom</h1> <section> <header> <h2> <span class="ancestors"><a href="ol.html">ol</a><a href="ol.interaction.html">.interaction</a>.</span>DragRotateAndZoom </h2> <div class="class-description"><p>Allows the user to zoom and rotate the map by clicking and dragging on the map. By default, this interaction is limited to when the shift key is held down.</p> <p>This interaction is only supported for mouse devices.</p> <p>And this interaction is not included in the default interactions.</p></div> </header> <article> <div class="container-overview"> <dt class=""> <div class="nameContainer"> <h4 class="name" id="DragRotateAndZoom"> new ol.interaction.DragRotateAndZoom<span class="signature">(<span class="optional">opt_options</span>)</span> </h4> <div class="tag-source"> src/ol/interaction/dragrotateandzoominteraction.js, line 27 </div> </div> </dt> <dd class=""> <table class="params"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr class=""> <td class="name"><code>options</code></td> <td colspan=2 class="description last"> <p>Options.</p> <table class="params"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr class="unstable"> <td class="name"><code>condition</code></td> <td class="type"> <span class="param-type"><a href="ol.events.html#ConditionType">ol.events.ConditionType</a></span> | <span class="param-type">undefined</span> </td> <td class="description last"> <span class="stability experimental">experimental</span> <p>A function that takes an <a href="ol.MapBrowserEvent.html"><code>ol.MapBrowserEvent</code></a> and returns a boolean to indicate whether that event should be handled. Default is <a href="ol.events.condition.html#shiftKeyOnly"><code>ol.events.condition.shiftKeyOnly</code></a>.</p></td> </tr> <tr class="unstable"> <td class="name"><code>duration</code></td> <td class="type"> <span class="param-type">number</span> | <span class="param-type">undefined</span> </td> <td class="description last"> <span class="stability experimental">experimental</span> <p>Animation duration in milliseconds. Default is <code>400</code>.</p></td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <dl class="details"> </dl> <h5>Fires:</h5> <ul> <li class=""> <code>change:active</code> (<a href="ol.ObjectEvent.html">ol.ObjectEvent</a>) </li> <li class=""> <code><a href="ol.ObjectEvent.html#event:propertychange">propertychange</a></code> (<a href="ol.ObjectEvent.html">ol.ObjectEvent</a>) - Triggered when a property is changed. </li> </ul> </dd> </div> <h3 class="subsection-title">Extends</h3> <ul> <li><a href="ol.interaction.Pointer.html">ol.interaction.Pointer</a></li> </ul> <h3 class="subsection-title">Observable Properties</h3> <dl> <table class="props"> <thead> <tr> <th>Name</th> <th>Type</th> <th>Settable</th> <th><a href="ol.ObjectEvent.html">ol.ObjectEvent</a> type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr class="unstable"> <td class="name"><code>active</code></td> <td class="type"> <span class="param-type">boolean</span> </td> <td class="setter">yes</td> <td class="event"><code>change:active</code></td> <td class="description last"><p><code>true</code> if the interaction is active, <code>false</code> otherwise.</p></td> </tr> </tbody> </table> </dl> <h3 class="subsection-title">Methods</h3> <dl> <dt class="unstable"> <div class="nameContainer inherited"> <h4 class="name" id="changed"> changed<span class="signature">()</span> <span class="inherited"><a href="ol.Observable.html#changed">inherited</a></span> <span class="stability experimental">experimental</span> </h4> <div class="tag-source"> src/ol/observable.js, line 52 </div> </div> </dt> <dd class="unstable"> <div class="description"> <p>Increases the revision counter and dispatches a 'change' event.</p> </div> <dl class="details"> </dl> <h5>Fires:</h5> <ul> <li class="unstable"> <code>change</code> <span class="stability experimental">experimental</span> </li> </ul> </dd> <dt class=""> <div class="nameContainer inherited"> <h4 class="name" id="get"> get<span class="signature">(key)</span><span class="glyphicon glyphicon-circle-arrow-right"></span><span class="type-signature returnType">{*}</span> <span class="inherited"><a href="ol.Object.html#get">inherited</a></span> </h4> <div class="tag-source"> src/ol/object.js, line 150 </div> </div> </dt> <dd class=""> <div class="description"> <p>Gets a value.</p> </div> <table class="params"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr class=""> <td class="name"><code>key</code></td> <td class="type"> <span class="param-type">string</span> </td> <td class="description last"> <p>Key name.</p></td> </tr> </tbody> </table> <dl class="details"> </dl> <h5>Returns:</h5> Value. <br /> </dd> <dt class="unstable"> <div class="nameContainer inherited"> <h4 class="name" id="getActive"> getActive<span class="signature">()</span><span class="glyphicon glyphicon-circle-arrow-right"></span><span class="type-signature returnType">{boolean}</span> <span class="inherited"><a href="ol.interaction.Interaction.html#getActive">inherited</a></span> <span class="stability experimental">experimental</span> </h4> <div class="tag-source"> src/ol/interaction/interaction.js, line 65 </div> </div> </dt> <dd class="unstable"> <div class="description"> <p>Return whether the interaction is currently active.</p> </div> <dl class="details"> </dl> <h5>Returns:</h5> <code>true</code> if the interaction is active, <code>false</code> otherwise. <br /> </dd> <dt class=""> <div class="nameContainer inherited"> <h4 class="name" id="getKeys"> getKeys<span class="signature">()</span><span class="glyphicon glyphicon-circle-arrow-right"></span><span class="type-signature returnType">{Array.&lt;string>}</span> <span class="inherited"><a href="ol.Object.html#getKeys">inherited</a></span> </h4> <div class="tag-source"> src/ol/object.js, line 164 </div> </div> </dt> <dd class=""> <div class="description"> <p>Get a list of object property names.</p> </div> <dl class="details"> </dl> <h5>Returns:</h5> List of property names. <br /> </dd> <dt class=""> <div class="nameContainer inherited"> <h4 class="name" id="getProperties"> getProperties<span class="signature">()</span><span class="glyphicon glyphicon-circle-arrow-right"></span><span class="type-signature returnType">{Object.&lt;string, *>}</span> <span class="inherited"><a href="ol.Object.html#getProperties">inherited</a></span> </h4> <div class="tag-source"> src/ol/object.js, line 174 </div> </div> </dt> <dd class=""> <div class="description"> <p>Get an object of all property names and values.</p> </div> <dl class="details"> </dl> <h5>Returns:</h5> Object. <br /> </dd> <dt class="unstable"> <div class="nameContainer inherited"> <h4 class="name" id="getRevision"> getRevision<span class="signature">()</span><span class="glyphicon glyphicon-circle-arrow-right"></span><span class="type-signature returnType">{number}</span> <span class="inherited"><a href="ol.Observable.html#getRevision">inherited</a></span> <span class="stability experimental">experimental</span> </h4> <div class="tag-source"> src/ol/observable.js, line 62 </div> </div> </dt> <dd class="unstable"> <dl class="details"> </dl> <h5>Returns:</h5> Revision. <br /> </dd> <dt class=""> <div class="nameContainer inherited"> <h4 class="name" id="on"> on<span class="signature">(type, listener, <span class="optional">opt_this</span>)</span><span class="glyphicon glyphicon-circle-arrow-right"></span><span class="type-signature returnType">{goog.events.Key}</span> <span class="inherited"><a href="ol.Observable.html#on">inherited</a></span> </h4> <div class="tag-source"> src/ol/observable.js, line 75 </div> </div> </dt> <dd class=""> <div class="description"> <p>Listen for a certain type of event.</p> </div> <table class="params"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr class=""> <td class="name"><code>type</code></td> <td class="type"> <span class="param-type">string</span> | <span class="param-type">Array.&lt;string></span> </td> <td class="description last"> <p>The event type or array of event types.</p></td> </tr> <tr class=""> <td class="name"><code>listener</code></td> <td class="type"> <span class="param-type">function</span> </td> <td class="description last"> <p>The listener function.</p></td> </tr> <tr class=""> <td class="name"><code>this</code></td> <td class="type"> <span class="param-type">Object</span> </td> <td class="description last"> <p>The object to use as <code>this</code> in <code>listener</code>.</p></td> </tr> </tbody> </table> <dl class="details"> </dl> <h5>Returns:</h5> Unique key for the listener. <br /> </dd> <dt class=""> <div class="nameContainer inherited"> <h4 class="name" id="once"> once<span class="signature">(type, listener, <span class="optional">opt_this</span>)</span><span class="glyphicon glyphicon-circle-arrow-right"></span><span class="type-signature returnType">{goog.events.Key}</span> <span class="inherited"><a href="ol.Observable.html#once">inherited</a></span> </h4> <div class="tag-source"> src/ol/observable.js, line 88 </div> </div> </dt> <dd class=""> <div class="description"> <p>Listen once for a certain type of event.</p> </div> <table class="params"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr class=""> <td class="name"><code>type</code></td> <td class="type"> <span class="param-type">string</span> | <span class="param-type">Array.&lt;string></span> </td> <td class="description last"> <p>The event type or array of event types.</p></td> </tr> <tr class=""> <td class="name"><code>listener</code></td> <td class="type"> <span class="param-type">function</span> </td> <td class="description last"> <p>The listener function.</p></td> </tr> <tr class=""> <td class="name"><code>this</code></td> <td class="type"> <span class="param-type">Object</span> </td> <td class="description last"> <p>The object to use as <code>this</code> in <code>listener</code>.</p></td> </tr> </tbody> </table> <dl class="details"> </dl> <h5>Returns:</h5> Unique key for the listener. <br /> </dd> <dt class=""> <div class="nameContainer inherited"> <h4 class="name" id="set"> set<span class="signature">(key, value)</span> <span class="inherited"><a href="ol.Object.html#set">inherited</a></span> </h4> <div class="tag-source"> src/ol/object.js, line 203 </div> </div> </dt> <dd class=""> <div class="description"> <p>Sets a value.</p> </div> <table class="params"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr class=""> <td class="name"><code>key</code></td> <td class="type"> <span class="param-type">string</span> </td> <td class="description last"> <p>Key name.</p></td> </tr> <tr class=""> <td class="name"><code>value</code></td> <td class="type"> <span class="param-type">*</span> </td> <td class="description last"> <p>Value.</p></td> </tr> </tbody> </table> <dl class="details"> </dl> </dd> <dt class="unstable"> <div class="nameContainer inherited"> <h4 class="name" id="setActive"> setActive<span class="signature">(active)</span> <span class="inherited"><a href="ol.interaction.Interaction.html#setActive">inherited</a></span> <span class="stability experimental">experimental</span> </h4> <div class="tag-source"> src/ol/interaction/interaction.js, line 86 </div> </div> </dt> <dd class="unstable"> <div class="description"> <p>Activate or deactivate the interaction.</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>active</code></td> <td class="type"> <span class="param-type">boolean</span> </td> <td class="description last"> <p>Active.</p></td> </tr> </tbody> </table> <dl class="details"> </dl> </dd> <dt class=""> <div class="nameContainer inherited"> <h4 class="name" id="setProperties"> setProperties<span class="signature">(values)</span> <span class="inherited"><a href="ol.Object.html#setProperties">inherited</a></span> </h4> <div class="tag-source"> src/ol/object.js, line 216 </div> </div> </dt> <dd class=""> <div class="description"> <p>Sets a collection of key-value pairs. Note that this changes any existing properties and adds new ones (it does not remove any existing properties).</p> </div> <table class="params"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr class=""> <td class="name"><code>values</code></td> <td class="type"> <span class="param-type">Object.&lt;string, *></span> </td> <td class="description last"> <p>Values.</p></td> </tr> </tbody> </table> <dl class="details"> </dl> </dd> <dt class=""> <div class="nameContainer inherited"> <h4 class="name" id="un"> un<span class="signature">(type, listener, <span class="optional">opt_this</span>)</span> <span class="inherited"><a href="ol.Observable.html#un">inherited</a></span> </h4> <div class="tag-source"> src/ol/observable.js, line 101 </div> </div> </dt> <dd class=""> <div class="description"> <p>Unlisten for a certain type of event.</p> </div> <table class="params"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr class=""> <td class="name"><code>type</code></td> <td class="type"> <span class="param-type">string</span> | <span class="param-type">Array.&lt;string></span> </td> <td class="description last"> <p>The event type or array of event types.</p></td> </tr> <tr class=""> <td class="name"><code>listener</code></td> <td class="type"> <span class="param-type">function</span> </td> <td class="description last"> <p>The listener function.</p></td> </tr> <tr class=""> <td class="name"><code>this</code></td> <td class="type"> <span class="param-type">Object</span> </td> <td class="description last"> <p>The object which was used as <code>this</code> by the <code>listener</code>.</p></td> </tr> </tbody> </table> <dl class="details"> </dl> </dd> <dt class=""> <div class="nameContainer inherited"> <h4 class="name" id="unByKey"> unByKey<span class="signature">(key)</span> <span class="inherited"><a href="ol.Observable.html#unByKey">inherited</a></span> </h4> <div class="tag-source"> src/ol/observable.js, line 114 </div> </div> </dt> <dd class=""> <div class="description"> <p>Removes an event listener using the key returned by <code>on()</code> or <code>once()</code>. Note that using the <a href="ol.Observable.html#unByKey"><code>ol.Observable.unByKey</code></a> static function is to be preferred.</p> </div> <table class="params"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr class=""> <td class="name"><code>key</code></td> <td class="type"> <span class="param-type">goog.events.Key</span> </td> <td class="description last"> <p>The key returned by <code>on()</code> or <code>once()</code>.</p></td> </tr> </tbody> </table> <dl class="details"> </dl> </dd> <dt class=""> <div class="nameContainer inherited"> <h4 class="name" id="unset"> unset<span class="signature">(key)</span> <span class="inherited"><a href="ol.Object.html#unset">inherited</a></span> </h4> <div class="tag-source"> src/ol/object.js, line 229 </div> </div> </dt> <dd class=""> <div class="description"> <p>Unsets a property.</p> </div> <table class="params"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr class=""> <td class="name"><code>key</code></td> <td class="type"> <span class="param-type">string</span> </td> <td class="description last"> <p>Key name.</p></td> </tr> </tbody> </table> <dl class="details"> </dl> </dd> </dl> </article> </section> <footer> Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-alpha9</a> on Sun Jun 07 2015 15:18:32 GMT+0200 (CEST) </footer> </div> </div> <script>prettyPrint();</script> <script src="scripts/linenumber.js"></script> <script src="scripts/main.js"></script> </body> </html>
doc/ludumdaregame/engine/graphics/font/package-use.html
sharhar/LudumDareGame
<!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_65) on Sat Dec 19 18:48:51 PST 2015 --> <title>Uses of Package engine.graphics.font</title> <meta name="date" content="2015-12-19"> <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 engine.graphics.font"; } } 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-files/index-1.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../index.html?engine/graphics/font/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 engine.graphics.font" class="title">Uses of Package<br>engine.graphics.font</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="../../../engine/graphics/font/package-summary.html">engine.graphics.font</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="#engine.graphics.font">engine.graphics.font</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"><a name="engine.graphics.font"> <!-- --> </a> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../engine/graphics/font/package-summary.html">engine.graphics.font</a> used by <a href="../../../engine/graphics/font/package-summary.html">engine.graphics.font</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="../../../engine/graphics/font/class-use/TrueTypeFont.html#engine.graphics.font">TrueTypeFont</a> <div class="block">A TrueType font implementation originally for Slick, edited for Bobjob's Engine</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-files/index-1.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../index.html?engine/graphics/font/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 ======= --> </body> </html>
api/cuonserver/cuon.ai.ai-class.html
CuonDeveloper/cuon
<?xml version="1.0" encoding="ascii"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>cuon.ai.ai</title> <link rel="stylesheet" href="epydoc.css" type="text/css" /> <script type="text/javascript" src="epydoc.js"></script> </head> <body bgcolor="white" text="black" link="blue" vlink="#204080" alink="#204080"> <!-- ==================== NAVIGATION BAR ==================== --> <table class="navbar" border="0" width="100%" cellpadding="0" bgcolor="#a0c0ff" cellspacing="0"> <tr valign="middle"> <!-- Home link --> <th>&nbsp;&nbsp;&nbsp;<a href="cuon-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th> <!-- Tree link --> <th>&nbsp;&nbsp;&nbsp;<a href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th> <!-- Index link --> <th>&nbsp;&nbsp;&nbsp;<a href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th> <!-- Help link --> <th>&nbsp;&nbsp;&nbsp;<a href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th> <th class="navbar" width="100%"></th> </tr> </table> <table width="100%" cellpadding="0" cellspacing="0"> <tr valign="top"> <td width="100%"> <span class="breadcrumbs"> <a href="cuon-module.html">Package&nbsp;cuon</a> :: <a href="cuon.ai-module.html">Module&nbsp;ai</a> :: Class&nbsp;ai </span> </td> <td> <table cellpadding="0" cellspacing="0"> <!-- hide/show private --> <tr><td align="right"><span class="options">[<a href="javascript:void(0);" class="privatelink" onclick="toggle_private();">hide&nbsp;private</a>]</span></td></tr> <tr><td align="right"><span class="options" >[<a href="frames.html" target="_top">frames</a >]&nbsp;|&nbsp;<a href="cuon.ai.ai-class.html" target="_top">no&nbsp;frames</a>]</span></td></tr> </table> </td> </tr> </table> <!-- ==================== CLASS DESCRIPTION ==================== --> <h1 class="epydoc">Class ai</h1><p class="nomargin-top"><span class="codelink"><a href="cuon.ai-pysrc.html#ai">source&nbsp;code</a></span></p> <center> <center> <map id="uml_class_diagram_for_cuon_ai__2" name="uml_class_diagram_for_cuon_ai__2"> <area shape="rect" href="javascript:void(0);" title="twisted.web.xmlrpc.XMLRPC.NOT_FOUND" alt="" coords="207,433,415,452"/> <area shape="rect" href="javascript:void(0);" title="twisted.web.xmlrpc.XMLRPC.FAILURE" alt="" coords="207,452,415,471"/> <area shape="rect" href="javascript:void(0);" title="twisted.web.xmlrpc.XMLRPC.isLeaf" alt="" coords="207,471,415,489"/> <area shape="rect" href="javascript:void(0);" title="twisted.web.xmlrpc.XMLRPC.separator" alt="" coords="207,489,415,508"/> <area shape="rect" href="javascript:void(0);" title="twisted.web.xmlrpc.XMLRPC.allowedMethods" alt="" coords="207,508,415,527"/> <area shape="rect" href="javascript:void(0);" title="twisted.web.xmlrpc.XMLRPC.putSubHandler" alt="" coords="207,529,415,548"/> <area shape="rect" href="javascript:void(0);" title="twisted.web.xmlrpc.XMLRPC.getSubHandler" alt="" coords="207,548,415,567"/> <area shape="rect" href="javascript:void(0);" title="twisted.web.xmlrpc.XMLRPC.getSubHandlerPrefixes" alt="" coords="207,567,415,585"/> <area shape="rect" href="javascript:void(0);" title="twisted.web.xmlrpc.XMLRPC.render_POST" alt="" coords="207,585,415,604"/> <area shape="rect" href="javascript:void(0);" title="A resource that implements XML&#45;RPC." alt="" coords="205,416,416,605"/> <area shape="rect" href="cuon.ai.ai-class.html#__init__" title="Initialize." alt="" coords="99,660,296,679"/> <area shape="rect" href="cuon.ai.ai-class.html#xmlrpc_getAnswer" title="cuon.ai.ai.xmlrpc_getAnswer" alt="" coords="99,679,296,697"/> <area shape="rect" href="cuon.ai.ai-class.html" title="cuon.ai.ai" alt="" coords="97,635,297,699"/> <area shape="rect" href="twisted.web.resource.IResource-class.html" title="A web resource." alt="" coords="193,28,428,47"/> <area shape="rect" href="javascript:void(0);" title="twisted.web.resource.Resource.server" alt="" coords="193,47,428,65"/> <area shape="rect" href="javascript:void(0);" title="twisted.web.resource.Resource.__implemented__" alt="" coords="193,65,428,84"/> <area shape="rect" href="javascript:void(0);" title="twisted.web.resource.Resource.__provides__" alt="" coords="193,84,428,103"/> <area shape="rect" href="javascript:void(0);" title="twisted.web.resource.Resource.listStaticNames" alt="" coords="193,105,428,124"/> <area shape="rect" href="javascript:void(0);" title="twisted.web.resource.Resource.listStaticEntities" alt="" coords="193,124,428,143"/> <area shape="rect" href="javascript:void(0);" title="twisted.web.resource.Resource.listNames" alt="" coords="193,143,428,161"/> <area shape="rect" href="javascript:void(0);" title="twisted.web.resource.Resource.listEntities" alt="" coords="193,161,428,180"/> <area shape="rect" href="javascript:void(0);" title="twisted.web.resource.Resource.listDynamicNames" alt="" coords="193,180,428,199"/> <area shape="rect" href="javascript:void(0);" title="twisted.web.resource.Resource.listDynamicEntities" alt="" coords="193,199,428,217"/> <area shape="rect" href="javascript:void(0);" title="twisted.web.resource.Resource.getStaticEntity" alt="" coords="193,217,428,236"/> <area shape="rect" href="javascript:void(0);" title="twisted.web.resource.Resource.getDynamicEntity" alt="" coords="193,236,428,255"/> <area shape="rect" href="javascript:void(0);" title="twisted.web.resource.Resource.delEntity" alt="" coords="193,255,428,273"/> <area shape="rect" href="javascript:void(0);" title="twisted.web.resource.Resource.reallyPutEntity" alt="" coords="193,273,428,292"/> <area shape="rect" href="javascript:void(0);" title="Retrieve a &#39;child&#39; resource from me." alt="" coords="193,292,428,311"/> <area shape="rect" href="javascript:void(0);" title="Retrieve a static or dynamically generated child resource from me." alt="" coords="193,311,428,329"/> <area shape="rect" href="javascript:void(0);" title="twisted.web.resource.Resource.getChildForRequest" alt="" coords="193,329,428,348"/> <area shape="rect" href="javascript:void(0);" title="Object Specification Descriptor" alt="" coords="193,367,428,385"/> <area shape="rect" href="javascript:void(0);" title="I define a web&#45;accessible resource." alt="" coords="192,11,429,387"/> <area shape="rect" href="cuon.ai_main.ai_main-class.html#checkQ" title="cuon.ai_main.ai_main.checkQ" alt="" coords="17,513,153,532"/> <area shape="rect" href="cuon.ai_main.ai_main-class.html" title="cuon.ai_main.ai_main" alt="" coords="16,488,155,533"/> </map> <img src="uml_class_diagram_for_cuon_ai__2.gif" alt='' usemap="#uml_class_diagram_for_cuon_ai__2" ismap="ismap" class="graph-without-title" /> </center> </center> <hr /> <!-- ==================== NESTED CLASSES ==================== --> <a name="section-NestedClasses"></a> <table class="summary" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"> <tr bgcolor="#70b0f0" class="table-header"> <td colspan="2" class="table-header"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr valign="top"> <td align="left"><span class="table-header">Nested Classes</span></td> <td align="right" valign="top" ><span class="options">[<a href="#section-NestedClasses" class="privatelink" onclick="toggle_private();" >hide private</a>]</span></td> </tr> </table> </td> </tr> <tr> <td colspan="2" class="summary"> <p class="indent-wrapped-lines"><b>Inherited from <code>twisted.web.resource.Resource</code></b>: <code><a href="twisted.web.resource.IResource-class.html">entityType</a></code> </p> </td> </tr> </table> <!-- ==================== INSTANCE METHODS ==================== --> <a name="section-InstanceMethods"></a> <table class="summary" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"> <tr bgcolor="#70b0f0" class="table-header"> <td colspan="2" class="table-header"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr valign="top"> <td align="left"><span class="table-header">Instance Methods</span></td> <td align="right" valign="top" ><span class="options">[<a href="#section-InstanceMethods" class="privatelink" onclick="toggle_private();" >hide private</a>]</span></td> </tr> </table> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a href="cuon.ai.ai-class.html#__init__" class="summary-sig-name">__init__</a>(<span class="summary-sig-arg">self</span>)</span><br /> Initialize.</td> <td align="right" valign="top"> <span class="codelink"><a href="cuon.ai-pysrc.html#ai.__init__">source&nbsp;code</a></span> </td> </tr> </table> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a name="xmlrpc_getAnswer"></a><span class="summary-sig-name">xmlrpc_getAnswer</span>(<span class="summary-sig-arg">self</span>, <span class="summary-sig-arg">question</span>)</span></td> <td align="right" valign="top"> <span class="codelink"><a href="cuon.ai-pysrc.html#ai.xmlrpc_getAnswer">source&nbsp;code</a></span> </td> </tr> </table> </td> </tr> <tr> <td colspan="2" class="summary"> <p class="indent-wrapped-lines"><b>Inherited from <code>twisted.web.xmlrpc.XMLRPC</code></b>: <code>getSubHandler</code>, <code>getSubHandlerPrefixes</code>, <code>putSubHandler</code>, <code>render_POST</code> </p> <div class="private"> <p class="indent-wrapped-lines"><b>Inherited from <code>twisted.web.xmlrpc.XMLRPC</code></b> (private): <code>_cbRender</code>, <code>_ebRender</code>, <code>_getFunction</code>, <code>_listFunctions</code> </p></div> <p class="indent-wrapped-lines"><b>Inherited from <code>twisted.web.resource.Resource</code></b>: <code>__providedBy__</code>, <code>delEntity</code>, <code>getChild</code>, <code>getChildForRequest</code>, <code>getChildWithDefault</code>, <code>getDynamicEntity</code>, <code>getStaticEntity</code>, <code>listDynamicEntities</code>, <code>listDynamicNames</code>, <code>listEntities</code>, <code>listNames</code>, <code>listStaticEntities</code>, <code>listStaticNames</code>, <code>putChild</code>, <code>reallyPutEntity</code>, <code>render</code>, <code>render_HEAD</code> </p> <p class="indent-wrapped-lines"><b>Inherited from <code><a href="cuon.ai_main.ai_main-class.html">ai_main.ai_main</a></code></b>: <code><a href="cuon.ai_main.ai_main-class.html#checkQ">checkQ</a></code> </p> </td> </tr> </table> <!-- ==================== CLASS VARIABLES ==================== --> <a name="section-ClassVariables"></a> <table class="summary" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"> <tr bgcolor="#70b0f0" class="table-header"> <td colspan="2" class="table-header"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr valign="top"> <td align="left"><span class="table-header">Class Variables</span></td> <td align="right" valign="top" ><span class="options">[<a href="#section-ClassVariables" class="privatelink" onclick="toggle_private();" >hide private</a>]</span></td> </tr> </table> </td> </tr> <tr> <td colspan="2" class="summary"> <p class="indent-wrapped-lines"><b>Inherited from <code>twisted.web.xmlrpc.XMLRPC</code></b>: <code>FAILURE</code>, <code>NOT_FOUND</code>, <code>allowedMethods</code>, <code>isLeaf</code>, <code>separator</code> </p> <p class="indent-wrapped-lines"><b>Inherited from <code>twisted.web.resource.Resource</code></b>: <code>__implemented__</code>, <code>__provides__</code>, <code>server</code> </p> </td> </tr> </table> <!-- ==================== METHOD DETAILS ==================== --> <a name="section-MethodDetails"></a> <table class="details" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"> <tr bgcolor="#70b0f0" class="table-header"> <td colspan="2" class="table-header"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr valign="top"> <td align="left"><span class="table-header">Method Details</span></td> <td align="right" valign="top" ><span class="options">[<a href="#section-MethodDetails" class="privatelink" onclick="toggle_private();" >hide private</a>]</span></td> </tr> </table> </td> </tr> </table> <a name="__init__"></a> <div> <table class="details" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"> <tr><td> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr valign="top"><td> <h3 class="epydoc"><span class="sig"><span class="sig-name">__init__</span>(<span class="sig-arg">self</span>)</span> <br /><em class="fname">(Constructor)</em> </h3> </td><td align="right" valign="top" ><span class="codelink"><a href="cuon.ai-pysrc.html#ai.__init__">source&nbsp;code</a></span>&nbsp; </td> </tr></table> <p>Initialize.</p> <dl class="fields"> <dt>Overrides: <a href="cuon.ai_main.ai_main-class.html#__init__">ai_main.ai_main.__init__</a> </dt> </dl> </td></tr></table> </div> <br /> <!-- ==================== NAVIGATION BAR ==================== --> <table class="navbar" border="0" width="100%" cellpadding="0" bgcolor="#a0c0ff" cellspacing="0"> <tr valign="middle"> <!-- Home link --> <th>&nbsp;&nbsp;&nbsp;<a href="cuon-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th> <!-- Tree link --> <th>&nbsp;&nbsp;&nbsp;<a href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th> <!-- Index link --> <th>&nbsp;&nbsp;&nbsp;<a href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th> <!-- Help link --> <th>&nbsp;&nbsp;&nbsp;<a href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th> <th class="navbar" width="100%"></th> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%%"> <tr> <td align="left" class="footer"> Generated by Epydoc 3.0.1 on Fri Feb 11 22:18:19 2011 </td> <td align="right" class="footer"> <a target="mainFrame" href="http://epydoc.sourceforge.net" >http://epydoc.sourceforge.net</a> </td> </tr> </table> <script type="text/javascript"> <!-- // Private objects are initially displayed (because if // javascript is turned off then we want them to be // visible); but by default, we want to hide them. So hide // them unless we have a cookie that says to show them. checkCookie(); // --> </script> </body> </html>
public/js/lib/docs/partials/api/ngMock.html
oczane/geochat
<a href='https://github.com/angular/angular.js/edit/v1.5.x/src/ngMock/angular-mocks.js?message=docs(ngMock)%3A%20describe%20your%20change...#L2250' class='improve-docs btn btn-primary'><i class="glyphicon glyphicon-edit">&nbsp;</i>Improve this Doc</a> <h1> <code>ngMock</code> </h1> <h2>Installation</h2> <p>First, download the file:</p> <ul> <li><a href="https://developers.google.com/speed/libraries/devguide#angularjs">Google CDN</a> e.g. <code>&quot;//ajax.googleapis.com/ajax/libs/angularjs/X.Y.Z/angular-mocks.js&quot;</code></li> <li><a href="https://www.npmjs.com/">NPM</a> e.g. <code>npm install angular-mocks@X.Y.Z</code></li> <li><a href="http://bower.io">Bower</a> e.g. <code>bower install angular-mocks@X.Y.Z</code></li> <li><a href="https://code.angularjs.org/">code.angularjs.org</a> (discouraged for production use) e.g. <code>&quot;//code.angularjs.org/X.Y.Z/angular-mocks.js&quot;</code></li> </ul> <p>where X.Y.Z is the AngularJS version you are running.</p> <p>Then, configure your test runner to load <code>angular-mocks.js</code> after <code>angular.js</code>. This example uses <a href="http://karma-runner.github.io/">Karma</a>:</p> <pre><code>config.set({ files: [ &#39;build/angular.js&#39;, // and other module files you need &#39;build/angular-mocks.js&#39;, &#39;&lt;path/to/application/files&gt;&#39;, &#39;&lt;path/to/spec/files&gt;&#39; ] }); </code></pre> <p>Including the <code>angular-mocks.js</code> file automatically adds the <code>ngMock</code> module, so your tests are ready to go!</p> <h1 id="ngmock">ngMock</h1> <p>The <code>ngMock</code> module provides support to inject and mock Angular services into unit tests. In addition, ngMock also extends various core ng services such that they can be inspected and controlled in a synchronous manner within test code.</p> <div doc-module-components="ngMock"></div> <div class="component-breakdown"> <h2>Module Components</h2> <div> <h3 class="component-heading" id="object">Object</h3> <table class="definition-table"> <tr> <th>Name</th> <th>Description</th> </tr> <tr> <td><a href="api/ngMock/object/angular.mock">angular.mock</a></td> <td><p>Namespace from &#39;angular-mocks.js&#39; which contains testing related code.</p> </td> </tr> </table> </div> <div> <h3 class="component-heading" id="provider">Provider</h3> <table class="definition-table"> <tr> <th>Name</th> <th>Description</th> </tr> <tr> <td><a href="api/ngMock/provider/$exceptionHandlerProvider">$exceptionHandlerProvider</a></td> <td><p>Configures the mock implementation of <a href="api/ng/service/$exceptionHandler"><code>$exceptionHandler</code></a> to rethrow or to log errors passed to the <code>$exceptionHandler</code>.</p> </td> </tr> </table> </div> <div> <h3 class="component-heading" id="service">Service</h3> <table class="definition-table"> <tr> <th>Name</th> <th>Description</th> </tr> <tr> <td><a href="api/ngMock/service/$exceptionHandler">$exceptionHandler</a></td> <td><p>Mock implementation of <a href="api/ng/service/$exceptionHandler"><code>$exceptionHandler</code></a> that rethrows or logs errors passed to it. See <a href="api/ngMock/provider/$exceptionHandlerProvider">$exceptionHandlerProvider</a> for configuration information.</p> </td> </tr> <tr> <td><a href="api/ngMock/service/$log">$log</a></td> <td><p>Mock implementation of <a href="api/ng/service/$log"><code>$log</code></a> that gathers all logged messages in arrays (one array per logging level). These arrays are exposed as <code>logs</code> property of each of the level-specific log function, e.g. for level <code>error</code> the array is exposed as <code>$log.error.logs</code>.</p> </td> </tr> <tr> <td><a href="api/ngMock/service/$interval">$interval</a></td> <td><p>Mock implementation of the $interval service.</p> </td> </tr> <tr> <td><a href="api/ngMock/service/$animate">$animate</a></td> <td><p>Mock implementation of the <a href="api/ng/service/$animate"><code>$animate</code></a> service. Exposes two additional methods for testing animations.</p> </td> </tr> <tr> <td><a href="api/ngMock/service/$httpBackend">$httpBackend</a></td> <td><p>Fake HTTP backend implementation suitable for unit testing applications that use the <a href="api/ng/service/$http">$http service</a>.</p> </td> </tr> <tr> <td><a href="api/ngMock/service/$timeout">$timeout</a></td> <td><p>This service is just a simple decorator for <a href="api/ng/service/$timeout">$timeout</a> service that adds a &quot;flush&quot; and &quot;verifyNoPendingTasks&quot; methods.</p> </td> </tr> <tr> <td><a href="api/ngMock/service/$controller">$controller</a></td> <td><p>A decorator for <a href="api/ng/service/$controller"><code>$controller</code></a> with additional <code>bindings</code> parameter, useful when testing controllers of directives that use <a href="api/ng/service/$compile#-bindtocontroller-"><code>bindToController</code></a>.</p> </td> </tr> <tr> <td><a href="api/ngMock/service/$componentController">$componentController</a></td> <td><p>A service that can be used to create instances of component controllers.</p> <div class="alert alert-info"> Be aware that the controller will be instantiated and attached to the scope as specified in the component definition object. If you do not provide a <code>$scope</code> object in the <code>locals</code> param then the helper will create a new isolated scope as a child of <code>$rootScope</code>. </div></td> </tr> </table> </div> <div> <h3 class="component-heading" id="type">Type</h3> <table class="definition-table"> <tr> <th>Name</th> <th>Description</th> </tr> <tr> <td><a href="api/ngMock/type/angular.mock.TzDate">angular.mock.TzDate</a></td> <td><p><em>NOTE</em>: this is not an injectable instance, just a globally available mock class of <code>Date</code>.</p> </td> </tr> <tr> <td><a href="api/ngMock/type/$rootScope.Scope">$rootScope.Scope</a></td> <td><p><a href="api/ng/type/$rootScope.Scope">Scope</a> type decorated with helper methods useful for testing. These methods are automatically available on any <a href="api/ng/type/$rootScope.Scope">Scope</a> instance when <code>ngMock</code> module is loaded.</p> </td> </tr> </table> </div> <div> <h3 class="component-heading" id="function">Function</h3> <table class="definition-table"> <tr> <th>Name</th> <th>Description</th> </tr> <tr> <td><a href="api/ngMock/function/angular.mock.dump">angular.mock.dump</a></td> <td><p><em>NOTE</em>: this is not an injectable instance, just a globally available function.</p> </td> </tr> <tr> <td><a href="api/ngMock/function/angular.mock.module">angular.mock.module</a></td> <td><p><em>NOTE</em>: This function is also published on window for easy access.<br> <em>NOTE</em>: This function is declared ONLY WHEN running tests with jasmine or mocha</p> </td> </tr> <tr> <td><a href="api/ngMock/function/angular.mock.module.sharedInjector">angular.mock.module.sharedInjector</a></td> <td><p><em>NOTE</em>: This function is declared ONLY WHEN running tests with jasmine or mocha</p> </td> </tr> <tr> <td><a href="api/ngMock/function/angular.mock.inject">angular.mock.inject</a></td> <td><p><em>NOTE</em>: This function is also published on window for easy access.<br> <em>NOTE</em>: This function is declared ONLY WHEN running tests with jasmine or mocha</p> </td> </tr> </table> </div> </div>
gtkglext-1.2.0/share/gtk-doc/html/gtkglext/gtkglext-gdkglversion.html
zombihello/lifeRadiant
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Version Information</title> <meta name="generator" content="DocBook XSL Stylesheets V1.65.1"> <link rel="home" href="index.html" title="GtkGLExt Reference Manual"> <link rel="up" href="GdkGLExt-API.html" title="Part&#160;II.&#160;GdkGLExt API Reference"> <link rel="previous" href="gtkglext-gdkglx.html" title="X Window System Interaction"> <link rel="next" href="GtkGLExt-API.html" title="Part&#160;III.&#160;GtkGLExt API Reference"> <meta name="generator" content="GTK-Doc V1.4 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> <link rel="part" href="Overview.html" title="Part&#160;I.&#160;GtkGLExt Overview"> <link rel="part" href="GdkGLExt-API.html" title="Part&#160;II.&#160;GdkGLExt API Reference"> <link rel="part" href="GtkGLExt-API.html" title="Part&#160;III.&#160;GtkGLExt API Reference"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"> <td><a accesskey="p" href="gtkglext-gdkglx.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td> <td><a accesskey="u" href="GdkGLExt-API.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td> <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td> <th width="100%" align="center">GtkGLExt Reference Manual</th> <td><a accesskey="n" href="GtkGLExt-API.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td> </tr></table> <div class="refentry" lang="en"> <a name="gtkglext-gdkglversion"></a><div class="titlepage"> <div></div> <div></div> </div> <div class="refnamediv"><table width="100%"><tr> <td valign="top"> <h2><span class="refentrytitle">Version Information</span></h2> <p>Version Information &#8212; Variables and macros to check the GdkGLExt version</p> </td> <td valign="top" align="right"></td> </tr></table></div> <div class="refsynopsisdiv"> <h2>Synopsis</h2> <pre class="synopsis"> #include &lt;gdk/gdkgl.h&gt; #define <a href="gtkglext-gdkglversion.html#GDKGLEXT-MAJOR-VERSION:CAPS">GDKGLEXT_MAJOR_VERSION</a> #define <a href="gtkglext-gdkglversion.html#GDKGLEXT-MINOR-VERSION:CAPS">GDKGLEXT_MINOR_VERSION</a> #define <a href="gtkglext-gdkglversion.html#GDKGLEXT-MICRO-VERSION:CAPS">GDKGLEXT_MICRO_VERSION</a> #define <a href="gtkglext-gdkglversion.html#GDKGLEXT-INTERFACE-AGE:CAPS">GDKGLEXT_INTERFACE_AGE</a> #define <a href="gtkglext-gdkglversion.html#GDKGLEXT-BINARY-AGE:CAPS">GDKGLEXT_BINARY_AGE</a> #define <a href="gtkglext-gdkglversion.html#GDKGLEXT-CHECK-VERSION:CAPS">GDKGLEXT_CHECK_VERSION</a> (major, minor, micro) extern const guint <a href="gtkglext-gdkglversion.html#gdkglext-major-version">gdkglext_major_version</a>; extern const guint <a href="gtkglext-gdkglversion.html#gdkglext-minor-version">gdkglext_minor_version</a>; extern const guint <a href="gtkglext-gdkglversion.html#gdkglext-micro-version">gdkglext_micro_version</a>; extern const guint <a href="gtkglext-gdkglversion.html#gdkglext-interface-age">gdkglext_interface_age</a>; extern const guint <a href="gtkglext-gdkglversion.html#gdkglext-binary-age">gdkglext_binary_age</a>; </pre> </div> <div class="refsect1" lang="en"> <a name="id2523863"></a><h2>Description</h2> <p> </p> </div> <div class="refsect1" lang="en"> <a name="id2523873"></a><h2>Details</h2> <div class="refsect2" lang="en"> <a name="id2523879"></a><h3> <a name="GDKGLEXT-MAJOR-VERSION:CAPS"></a>GDKGLEXT_MAJOR_VERSION</h3> <a class="indexterm" name="id2523889"></a><pre class="programlisting">#define GDKGLEXT_MAJOR_VERSION</pre> <p> </p> </div> <hr> <div class="refsect2" lang="en"> <a name="id2523905"></a><h3> <a name="GDKGLEXT-MINOR-VERSION:CAPS"></a>GDKGLEXT_MINOR_VERSION</h3> <a class="indexterm" name="id2523915"></a><pre class="programlisting">#define GDKGLEXT_MINOR_VERSION</pre> <p> </p> </div> <hr> <div class="refsect2" lang="en"> <a name="id2523931"></a><h3> <a name="GDKGLEXT-MICRO-VERSION:CAPS"></a>GDKGLEXT_MICRO_VERSION</h3> <a class="indexterm" name="id2523941"></a><pre class="programlisting">#define GDKGLEXT_MICRO_VERSION</pre> <p> </p> </div> <hr> <div class="refsect2" lang="en"> <a name="id2523957"></a><h3> <a name="GDKGLEXT-INTERFACE-AGE:CAPS"></a>GDKGLEXT_INTERFACE_AGE</h3> <a class="indexterm" name="id2523968"></a><pre class="programlisting">#define GDKGLEXT_INTERFACE_AGE</pre> <p> </p> </div> <hr> <div class="refsect2" lang="en"> <a name="id2523983"></a><h3> <a name="GDKGLEXT-BINARY-AGE:CAPS"></a>GDKGLEXT_BINARY_AGE</h3> <a class="indexterm" name="id2523994"></a><pre class="programlisting">#define GDKGLEXT_BINARY_AGE</pre> <p> </p> </div> <hr> <div class="refsect2" lang="en"> <a name="id2524010"></a><h3> <a name="GDKGLEXT-CHECK-VERSION:CAPS"></a>GDKGLEXT_CHECK_VERSION()</h3> <a class="indexterm" name="id2524020"></a><pre class="programlisting">#define GDKGLEXT_CHECK_VERSION(major, minor, micro)</pre> <p> </p> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> <tr> <td> <span class="term"><i class="parameter"><tt>major</tt></i>&#160;:</span></td> <td> </td> </tr> <tr> <td> <span class="term"><i class="parameter"><tt>minor</tt></i>&#160;:</span></td> <td> </td> </tr> <tr> <td> <span class="term"><i class="parameter"><tt>micro</tt></i>&#160;:</span></td> <td> </td> </tr> </tbody> </table></div> </div> <hr> <div class="refsect2" lang="en"> <a name="id2524081"></a><h3> <a name="gdkglext-major-version"></a>gdkglext_major_version</h3> <a class="indexterm" name="id2524091"></a><pre class="programlisting">extern const guint gdkglext_major_version; </pre> <p> </p> </div> <hr> <div class="refsect2" lang="en"> <a name="id2524107"></a><h3> <a name="gdkglext-minor-version"></a>gdkglext_minor_version</h3> <a class="indexterm" name="id2524117"></a><pre class="programlisting">extern const guint gdkglext_minor_version; </pre> <p> </p> </div> <hr> <div class="refsect2" lang="en"> <a name="id2524133"></a><h3> <a name="gdkglext-micro-version"></a>gdkglext_micro_version</h3> <a class="indexterm" name="id2524144"></a><pre class="programlisting">extern const guint gdkglext_micro_version; </pre> <p> </p> </div> <hr> <div class="refsect2" lang="en"> <a name="id2524160"></a><h3> <a name="gdkglext-interface-age"></a>gdkglext_interface_age</h3> <a class="indexterm" name="id2524170"></a><pre class="programlisting">extern const guint gdkglext_interface_age; </pre> <p> </p> </div> <hr> <div class="refsect2" lang="en"> <a name="id2524186"></a><h3> <a name="gdkglext-binary-age"></a>gdkglext_binary_age</h3> <a class="indexterm" name="id2524196"></a><pre class="programlisting">extern const guint gdkglext_binary_age; </pre> <p> </p> </div> </div> </div> <table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle"> <td align="left"><a accesskey="p" href="gtkglext-gdkglx.html"><b>&lt;&lt;&#160;X Window System Interaction</b></a></td> <td align="right"><a accesskey="n" href="GtkGLExt-API.html"><b>Part&#160;III.&#160;GtkGLExt API Reference&#160;&gt;&gt;</b></a></td> </tr></table> </body> </html>
zero/static/patternfly/tests/toolbar.html
southampton/unimatrix
<!DOCTYPE html> <!--[if IE 9]><html lang="en-us" class="ie9"><![endif]--> <!--[if gt IE 9]><!--> <html lang="en-us"> <!--<![endif]--> <head> <title>Toolbar - PatternFly</title> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="shortcut icon" href="../../dist/img/favicon.ico"> <!-- iPad retina icon --> <link rel="apple-touch-icon-precomposed" sizes="152x152" href="../../dist/img/apple-touch-icon-precomposed-152.png"> <!-- iPad retina icon (iOS < 7) --> <link rel="apple-touch-icon-precomposed" sizes="144x144" href="../../dist/img/apple-touch-icon-precomposed-144.png"> <!-- iPad non-retina icon --> <link rel="apple-touch-icon-precomposed" sizes="76x76" href="../../dist/img/apple-touch-icon-precomposed-76.png"> <!-- iPad non-retina icon (iOS < 7) --> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../dist/img/apple-touch-icon-precomposed-72.png"> <!-- iPhone 6 Plus icon --> <link rel="apple-touch-icon-precomposed" sizes="120x120" href="../../dist/img/apple-touch-icon-precomposed-180.png"> <!-- iPhone retina icon (iOS < 7) --> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../dist/img/apple-touch-icon-precomposed-114.png"> <!-- iPhone non-retina icon (iOS < 7) --> <link rel="apple-touch-icon-precomposed" sizes="57x57" href="../../dist/img/apple-touch-icon-precomposed-57.png"> <link rel="stylesheet" href="../../dist/css/patternfly.min.css" > <link rel="stylesheet" href="../../dist/css/patternfly-additions.min.css" > <link href="tests.css" rel="stylesheet" media="screen, print"> <script src="//code.jquery.com/jquery-3.2.1.min.js"></script> <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script> <script src="./../../dist/js/patternfly.min.js"></script> </head> <body> <div class="container"> <div class="page-header"> <h1>Toolbar</h1> </div> <div class="alert alert-warning"> <span class="pficon pficon-warning-triangle-o"></span> These examples are included for development testing purposes. For official documentation, see <a href="https://www.patternfly.org" class="alert-link">https://www.patternfly.org</a> and <a href="http://getbootstrap.com" class="alert-link">http://getbootstrap.com</a>. </div> <hr> <h2>Toolbar with Horizontal Navigation</h2> <nav class="navbar navbar-default navbar-pf" role="navigation"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse-1"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="/"> <img src="./../../dist/img/brand.svg" alt="PatternFly Enterprise Application" /> </a> </div> <div class="collapse navbar-collapse navbar-collapse-1"> <ul class="nav navbar-nav navbar-utility"> <li class="dropdown"> <a class="nav-item-iconic" id="dropdownMenu1" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true"> <span title="Help" class="fa pficon-help"></span> <span class="caret"></span> </a> <ul class="dropdown-menu" aria-labelledby="dropdownMenu1"> <li><a href="#">Help</a></li> <li><a href="#">About</a></li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown"> <span class="pficon pficon-user"></span> Brian Johnson <b class="caret"></b> </a> <ul class="dropdown-menu"> <li> <a href="#">Link</a> </li> <li> <a href="#">Another link</a> </li> <li> <a href="#">Something else here</a> </li> <li class="divider"></li> <li class="dropdown-submenu"> <a tabindex="-1" href="#">More options</a> <ul class="dropdown-menu"> <li> <a href="#">Link</a> </li> <li> <a href="#">Another link</a> </li> <li> <a href="#">Something else here</a> </li> <li class="divider"></li> <li class="dropdown-header">Nav header</li> <li> <a href="#">Separated link</a> </li> <li class="divider"></li> <li> <a href="#">One more separated link</a> </li> </ul> </li> <li class="divider"></li> <li> <a href="#">One more separated link</a> </li> </ul> </li> </ul> <ul class="nav navbar-nav navbar-primary"> <li> <a href="basic.html">Basic</a> </li> <li> <a href="bootstrap-treeview-2.html">Tree View</a> </li> <li> <a href="dashboard.html">Dashboard</a> </li> <li> <a href="form.html">Form</a> </li> <li> <a href="tab.html">Tab</a> </li> <li> <a href="typography-2.html">Typography</a> </li> <li> <a href="card-view-multi-select.html">Card View - Multi Select</a> </li> <li> <a href="card-view-single-select.html">Card View - Single Select</a> </li> <li> <a href="cards.html">Cards</a> </li> <li> <a href="pagination-card-view.html">Pagination - Card View</a> </li> </ul> </div> </nav> <div class="container-fluid"> <div class="row toolbar-pf"> <div class="col-sm-12"> <form class="toolbar-pf-actions"> <div class="form-group toolbar-pf-filter"> <label class="sr-only" for="filter">Name</label> <div class="input-group"> <div class="input-group-btn"> <button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Name <span class="caret"></span></button> <ul class="dropdown-menu"> <li class="selected"><a href="#">Name</a></li> <li><a href="#">Type</a></li> <li><a href="#">Color</a></li> </ul> </div><!-- /btn-group --> <input type="text" class="form-control" id="filter" placeholder="Filter By Name..."> </div><!-- /input-group --> </div> <div class="form-group"> <div class="dropdown btn-group"> <button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Name <span class="caret"></span></button> <ul class="dropdown-menu"> <li class="selected"><a href="#">Name</a></li> <li><a href="#">Type</a></li> <li><a href="#">Last Modified</a></li> </ul> </div> <button class="btn btn-link" type="button"> <span class="fa fa-sort-alpha-asc"></span> </button> </div> <div class="form-group"> <button class="btn btn-default" type="button">Action</button> <button class="btn btn-default" type="button">Action</button> <div class="dropdown btn-group dropdown-kebab-pf"> <button class="btn btn-link dropdown-toggle" type="button" id="dropdownKebab" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true"> <span class="fa fa-ellipsis-v"></span> </button> <ul class="dropdown-menu " aria-labelledby="dropdownKebab"> <li><a href="#">Action</a></li> <li><a href="#">Another action</a></li> <li><a href="#">Something else here</a></li> <li role="separator" class="divider"></li> <li><a href="#">Separated link</a></li> </ul> </div> </div> <div class="toolbar-pf-action-right"> <div class="form-group toolbar-pf-find"> <button class="btn btn-link btn-find" type="button"> <span class="fa fa-search"></span> </button> <div class="find-pf-dropdown-container"> <input type="text" class="form-control" id="find" placeholder="Find By Keyword..."> <div class="find-pf-buttons"> <span class="find-pf-nums">1 of 3</span> <button class="btn btn-link" type="button"> <span class="fa fa-angle-up"></span> </button> <button class="btn btn-link" type="button"> <span class="fa fa-angle-down"></span> </button> <button class="btn btn-link btn-find-close" type="button"> <span class="pficon pficon-close"></span> </button> </div> </div> </div> <div class="form-group toolbar-pf-view-selector"> <button class="btn btn-link active"><i class="fa fa-th"></i></button> <button class="btn btn-link "><i class="fa fa-th-large"></i></button> <button class="btn btn-link "><i class="fa fa-th-list"></i></button> </div> </div> </form> <div class="row toolbar-pf-results"> <div class="col-sm-12"> <h5>40 Results</h5> <p>Active filters:</p> <ul class="list-inline"> <li> <span class="label label-info"> Name: nameofthething <a href="#"><span class="pficon pficon-close"></span></a> </span> </li> <li> <span class="label label-info"> Name: nameofthething <a href="#"><span class="pficon pficon-close"></span></a> </span> </li> <li> <span class="label label-info"> Name: nameofthething <a href="#"><span class="pficon pficon-close"></span></a> </span> </li> </ul> <p><a href="#">Clear All Filters</a></p> </div><!-- /col --> </div><!-- /row --> </div><!-- /col --> </div><!-- /row --> </div><!-- /container --> <script> (function($) { $(document).ready(function() { // Upon clicking the find button, show the find dropdown content $(".btn-find").click(function () { $(this).parent().find(".find-pf-dropdown-container").toggle(); }); // Upon clicking the find close button, hide the find dropdown content $(".btn-find-close").click(function () { $(".find-pf-dropdown-container").hide(); }); }); })(jQuery); </script> </div><!-- /container --> </body> </html>
addons/marketing_campaign/static/description/index.html
ayepezv/GAD_ERP
<section class="oe_container"> <div class="oe_row oe_spaced"> <h2 class="oe_slogan" style="color:#A24689;">Better manage leads with marketing automation</h2> <h3 class="oe_slogan">Nurture all of your prospects with a personal and targeted message</h3> <div class="oe_demo oe_picture oe_screenshot"> <img src="campaign.png" height="300"> </div> </div> </section> <section class="oe_container oe_dark"> <div class="oe_row oe_spaced"> <h2 class="oe_slogan" style="color:#A24689;">Generate new opportunities effortlessly</h2> <h3 class="oe_slogan oe_mb32">Streamline your marketing &amp; take care of your leads 24/7</h3> <div class="oe_span4"> <div class="text-center"> <span class="fa fa-file-text-o fa-2x"/> <p class="oe_mt16"> Formulate elaborate and advanced marketing campaigns that are centered around your prospects. </p> </div> </div> <div class="oe_span4"> <div class="text-center"> <span class="fa fa-history fa-2x"/> <p class="oe_mt16"> Easily create different messages and segment them so that you&apos;re sending the right message to the right person at the right time. </p> </div> </div> <div class="oe_span4"> <div class="text-center"> <span class="fa fa-bar-chart fa-2x"/> <p class="oe_mt16"> Visualize your workflow thanks to detailed diagrams and stay in control of your marketing strategy. </p> </div> </div> <div class="col-md-8 col-md-offset-2 oe_mt32"> <span class="fa fa-2x fa-long-arrow-down center-block"/> <img class="oe_picture" src="marketing_campaign_sc_01.png"> </div> </div> </section> <section class="oe_container"> <div class="oe_row oe_spaced"> <h2 class="oe_slogan" style="color:#A24689;">Deliver a message that resonates with your prospects</h2> <h3 class="oe_slogan">Create advanced and personal emails that don&apos;t look automated</h3> <div class="oe_span6 text-justify"> <h4 class="oe_mt32 oe_mb16"> <b>Use triggers to give your prospects what they need</b> </h4> <p> Customize your campaigns and define automated actions (e.g. ask a salesperson to call, send an email or set up a reminder) based on triggers (no activity for 20 days, the answer to a promotional email, report of issue, etc.) </p> <h4 class="oe_mt32 oe_mb16"> <b>Adjust your message to your prospect&apos;s profile</b> </h4> <p> Adapt to the buyer&apos;s decision journey by sending targeted and personalized emails. Dynamically change email content based on a prospect&apos;s score, industry, page visited, job title, or even their position within the sales cycle. </p> </div> <div class="oe_span6"> <img class="oe_picture oe_screenshot" src="activities.png"> </div> </div> </section> <section class="oe_container oe_dark"> <div class="oe_row oe_spaced"> <h2 class="oe_slogan" style="color:#A24689;">Shorten your sales cycle</h2> <h3 class="oe_slogan">Manage your prospects better by combining lead scoring and lead automation</h3> <div class="oe_span6"> <img class="oe_picture oe_screenshot" src="lead_form.png"> </div> <div class="oe_span6"> <p class="oe_mt32 text-justify"> Set up lead nurturing campaigns to stay in touch with prospects who are not ready to talk to your sales representatives. Use lead scoring to send meaningful and relevant messages to prospects that are not considered hot enough. As soon as you decide they are “ready for sales”, they will be automatically handed over to the appropriate sales representative, ensuring a high quality pipeline. </p> </div> </div> </section> <section class="oe_container"> <div class="oe_row oe_spaced"> <h2 class="oe_slogan" style="color:#A24689;">Follow the ROI of all your marketing activities</h2> <h3 class="oe_slogan">Make smarter decisions thanks to our powerful analytics reports</h3> <div class="oe_span6"> <p class="oe_mt32 text-justify"> Stop relying on guesswork and know exactly which marketing drives produce the best results. Connect your closed deals to their original campaign or message in order to find out what has been the most successful and avoid wasting resources. Get a full overview of all your marketing activities, easily interpret your statistics and analyze the results thanks to a comprehensive dashboard and custom reports. </p> </div> <div class="oe_span6"> <img class="oe_picture oe_screenshot" src="analysis.png"> </div> </div> </section> <section class="oe_container oe_separator"> </section>
docs/files/inc.nuovaAnagraficaAccesso.ok.php.html
CroceRossaCatania/gaia
<!DOCTYPE html> <html lang="en"> <head> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"/> <meta charset="utf-8"/> <title>API Documentation</title> <meta name="author" content=""/> <meta name="description" content=""/> <link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.no-icons.min.css" rel="stylesheet"> <link href="http://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.min.css" rel="stylesheet"> <link href="../css/prism.css" rel="stylesheet" media="all"/> <link href="../css/template.css" rel="stylesheet" media="all"/> <!--[if lt IE 9]> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js" type="text/javascript"></script> <![endif]--> <script src="http://code.jquery.com/jquery-1.10.2.min.js" type="text/javascript"></script> <script src="http://code.jquery.com/ui/1.10.3/jquery-ui.min.js" type="text/javascript"></script> <script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/js/bootstrap.min.js"></script> <script src="../js/jquery.smooth-scroll.js"></script> <script src="../js/prism.min.js"></script> <!-- TODO: Add http://jscrollpane.kelvinluck.com/ to style the scrollbars for browsers not using webkit--> <script type="text/javascript"> function loadExternalCodeSnippets() { Array.prototype.slice.call(document.querySelectorAll('pre[data-src]')).forEach(function (pre) { var src = pre.getAttribute('data-src'); var extension = (src.match(/\.(\w+)$/) || [, ''])[1]; var language = 'php'; var code = document.createElement('code'); code.className = 'language-' + language; pre.textContent = ''; code.textContent = 'Loading…'; pre.appendChild(code); var xhr = new XMLHttpRequest(); xhr.open('GET', src, true); xhr.onreadystatechange = function () { if (xhr.readyState == 4) { if (xhr.status < 400 && xhr.responseText) { code.textContent = xhr.responseText; Prism.highlightElement(code); } else if (xhr.status >= 400) { code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText; } else { code.textContent = '✖ Error: File does not exist or is empty'; } } }; xhr.send(null); }); } $(document).ready(function(){ loadExternalCodeSnippets(); }); $('#source-view').on('shown', function () { loadExternalCodeSnippets(); }) </script> <link rel="shortcut icon" href="../images/favicon.ico"/> <link rel="apple-touch-icon" href="../images/apple-touch-icon.png"/> <link rel="apple-touch-icon" sizes="72x72" href="../images/apple-touch-icon-72x72.png"/> <link rel="apple-touch-icon" sizes="114x114" href="../images/apple-touch-icon-114x114.png"/> </head> <body> <div class="navbar navbar-fixed-top"> <div class="navbar-inner"> <div class="container"> <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"> <i class="icon-ellipsis-vertical"></i> </a> <a class="brand" href="../index.html">API Documentation</a> <div class="nav-collapse"> <ul class="nav pull-right"> <li class="dropdown"> <a href="../index.html" class="dropdown-toggle" data-toggle="dropdown"> API Documentation <b class="caret"></b> </a> <ul class="dropdown-menu"> </ul> </li> <li class="dropdown" id="charts-menu"> <a href="#" class="dropdown-toggle" data-toggle="dropdown"> Charts <b class="caret"></b> </a> <ul class="dropdown-menu"> <li> <a href="../graphs/class.html"> <i class="icon-list-alt"></i>&#160;Class hierarchy diagram </a> </li> </ul> </li> <li class="dropdown" id="reports-menu"> <a href="#" class="dropdown-toggle" data-toggle="dropdown"> Reports <b class="caret"></b> </a> <ul class="dropdown-menu"> <li> <a href="../reports/errors.html"> <i class="icon-list-alt"></i>&#160;Errors </a> </li> <li> <a href="../reports/markers.html"> <i class="icon-list-alt"></i>&#160;Markers </a> </li> </ul> </li> </ul> </div> </div> </div> <!--<div class="go_to_top">--> <!--<a href="#___" style="color: inherit">Back to top&#160;&#160;<i class="icon-upload icon-white"></i></a>--> <!--</div>--> </div> <div id="___" class="container-fluid"> <section class="row-fluid"> <div class="span2 sidebar"> <div class="accordion" style="margin-bottom: 0"> <div class="accordion-group"> <div class="accordion-heading"> <a class="accordion-toggle " data-toggle="collapse" data-target="#namespace-343682147"></a> <a href="../namespaces/default.html" style="margin-left: 30px; padding-left: 0">\</a> </div> <div id="namespace-343682147" class="accordion-body collapse in"> <div class="accordion-inner"> <ul> <li class="class"><a href="../classes/Partecipazione.html">Partecipazione</a></li> <li class="class"><a href="../classes/Dimissione.html">Dimissione</a></li> <li class="class"><a href="../classes/Zip.html">Zip</a></li> <li class="class"><a href="../classes/Commento.html">Commento</a></li> <li class="class"><a href="../classes/Utente.html">Utente</a></li> <li class="class"><a href="../classes/Appartenenza.html">Appartenenza</a></li> <li class="class"><a href="../classes/Anonimo.html">Anonimo</a></li> <li class="class"><a href="../classes/Documento.html">Documento</a></li> <li class="class"><a href="../classes/Mail.html">Mail</a></li> <li class="class"><a href="../classes/Sessione.html">Sessione</a></li> <li class="class"><a href="../classes/Entita.html">Entita</a></li> <li class="class"><a href="../classes/Area.html">Area</a></li> <li class="class"><a href="../classes/RichiestaTurno.html">RichiestaTurno</a></li> <li class="class"><a href="../classes/Annunci.html">Annunci</a></li> <li class="class"><a href="../classes/Gruppo.html">Gruppo</a></li> <li class="class"><a href="../classes/Patentirichieste.html">Patentirichieste</a></li> <li class="class"><a href="../classes/Reperibilita.html">Reperibilita</a></li> <li class="class"><a href="../classes/GeocoderResult.html">GeocoderResult</a></li> <li class="class"><a href="../classes/AppartenenzaGruppo.html">AppartenenzaGruppo</a></li> <li class="class"><a href="../classes/Ricerca.html">Ricerca</a></li> <li class="class"><a href="../classes/APIServer.html">APIServer</a></li> <li class="class"><a href="../classes/Volontario.html">Volontario</a></li> <li class="class"><a href="../classes/Veicoli.html">Veicoli</a></li> <li class="class"><a href="../classes/Regionale.html">Regionale</a></li> <li class="class"><a href="../classes/ElementoRichiesta.html">ElementoRichiesta</a></li> <li class="class"><a href="../classes/ICalendar.html">ICalendar</a></li> <li class="class"><a href="../classes/Errore.html">Errore</a></li> <li class="class"><a href="../classes/File.html">File</a></li> <li class="class"><a href="../classes/Quota.html">Quota</a></li> <li class="class"><a href="../classes/Comitato.html">Comitato</a></li> <li class="class"><a href="../classes/Oggetto.html">Oggetto</a></li> <li class="class"><a href="../classes/Avatar.html">Avatar</a></li> <li class="class"><a href="../classes/Persona.html">Persona</a></li> <li class="class"><a href="../classes/Trasferimento.html">Trasferimento</a></li> <li class="class"><a href="../classes/Turno.html">Turno</a></li> <li class="class"><a href="../classes/Attivita.html">Attivita</a></li> <li class="class"><a href="../classes/Provinciale.html">Provinciale</a></li> <li class="class"><a href="../classes/PDF.html">PDF</a></li> <li class="class"><a href="../classes/Estensione.html">Estensione</a></li> <li class="class"><a href="../classes/Autorizzazione.html">Autorizzazione</a></li> <li class="class"><a href="../classes/Coturno.html">Coturno</a></li> <li class="class"><a href="../classes/Nazionale.html">Nazionale</a></li> <li class="class"><a href="../classes/TitoloPersonale.html">TitoloPersonale</a></li> <li class="class"><a href="../classes/Delegato.html">Delegato</a></li> <li class="class"><a href="../classes/Email.html">Email</a></li> <li class="class"><a href="../classes/Riserva.html">Riserva</a></li> <li class="class"><a href="../classes/Excel.html">Excel</a></li> <li class="class"><a href="../classes/GeoPolitica.html">GeoPolitica</a></li> <li class="class"><a href="../classes/Geocoder.html">Geocoder</a></li> <li class="class"><a href="../classes/GeoEntita.html">GeoEntita</a></li> <li class="class"><a href="../classes/DT.html">DT</a></li> <li class="class"><a href="../classes/Locale.html">Locale</a></li> <li class="class"><a href="../classes/Titolo.html">Titolo</a></li> <li class="class"><a href="../classes/ePDO.html">ePDO</a></li> </ul> </div> </div> </div> </div> </div> </section> <section class="row-fluid"> <div class="span10 offset2"> <div class="row-fluid"> <div class="span8 content file"> <nav> </nav> <a href="#source-view" role="button" class="pull-right btn" data-toggle="modal"><i class="icon-code"></i></a> <h1><small>inc</small>nuovaAnagraficaAccesso.ok.php</h1> <p><em></em></p> </div> <aside class="span4 detailsbar"> <dl> <dt>Package</dt> <dd><div class="namespace-wrapper">Gaia</div></dd> </dl> <h2>Tags</h2> <table class="table table-condensed"> <tr><td colspan="2"><em>None found</em></td></tr> </table> </aside> </div> </div> </section> <div id="source-view" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="source-view-label" aria-hidden="true"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> <h3 id="source-view-label"></h3> </div> <div class="modal-body"> <pre data-src="../files/inc/nuovaAnagraficaAccesso.ok.php.txt" class="language-php line-numbers"></pre> </div> </div> <footer class="row-fluid"> <section class="span10 offset2"> <section class="row-fluid"> <section class="span10 offset1"> <section class="row-fluid footer-sections"> <section class="span4"> <h1><i class="icon-code"></i></h1> <div> <ul> </ul> </div> </section> <section class="span4"> <h1><i class="icon-bar-chart"></i></h1> <div> <ul> <li><a href="">Class Hierarchy Diagram</a></li> </ul> </div> </section> <section class="span4"> <h1><i class="icon-pushpin"></i></h1> <div> <ul> <li><a href="">Errors</a></li> <li><a href="">Markers</a></li> </ul> </div> </section> </section> </section> </section> <section class="row-fluid"> <section class="span10 offset1"> <hr /> Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor </a> and authored on September 18th, 2013 at 18:37. </section> </section> </section> </footer> </div> </body> </html>
app/views/layouts/_analytics.html
stianjensen/timechallenge
<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-44455648-2', 'burkow.no'); ga('send', 'pageview'); </script>
cms/templates/maintenance/_announcement_index.html
ESOedX/edx-platform
<%page expression_filter="h"/> <%namespace name='static' file='../static_content.html'/> <%! from django.core.urlresolvers import reverse from django.utils.translation import ugettext as _ from openedx.core.djangolib.markup import HTML, Text %> <div class="studio-view maintenance-form"> <div class="form-create"> <div class="announcement-container"> % for announcement in announcement_list: <div class="announcement-item"> <div class="announcement-content"> ## xss-lint: disable=mako-invalid-html-filter ${announcement.content | n} </div> <div class="actions-list"> <span> % if announcement.active: Active <span class="icon fa fa-check-square-o" aria-hidden="true" /> % else: Inactive <span class="icon fa fa-square-o" aria-hidden="true" /> % endif </span> <a class="action-item announcement-edit" href="${ reverse('maintenance:announcement_edit', kwargs={'pk': announcement.pk}) }"> <button class="btn-default">Edit</button> </a> <a class="action-item announcement-delete" href="${ reverse('maintenance:announcement_delete', kwargs={'pk': announcement.pk}) }"> <button class="btn-default">Delete</button> </a> </div> </div> % endfor </div> <div class="actions"> <a href="${ reverse('maintenance:announcement_create') }"> <button class="action action-primary">${_('Create New')}</button> </a> % if is_paginated: % if page_obj.has_previous(): <a href="${ reverse('maintenance:announcement_index', kwargs={'page': page_obj.previous_page_number()}) }"> <button class="action action-secondary">${_('previous')}</button> </a> % endif % if page_obj.has_next(): <a href="${ reverse('maintenance:announcement_index', kwargs={'page': page_obj.next_page_number()}) }"> <button class="action action-secondary">${_('next')}</button> </a> % endif % endif </div> </div> </div>
WorldMaker/External/SFML-2.4.0/doc/html/functions_func_p.html
S4m41/WorldMaker
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>SFML - Simple and Fast Multimedia Library</title> <meta http-equiv="Content-Type" content="text/html;"/> <meta charset="utf-8"/> <!--<link rel='stylesheet' type='text/css' href="http://fonts.googleapis.com/css?family=Ubuntu:400,700,400italic"/>--> <link rel="stylesheet" type="text/css" href="doxygen.css" title="default" media="screen,print" /> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> </head> <body> <div id="banner-container"> <div id="banner"> <span id="sfml">SFML 2.4.0</span> </div> </div> <div id="content"> <!-- Generated by Doxygen 1.8.8 --> <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>Modules</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="annotated.html"><span>Class&#160;List</span></a></li> <li><a href="classes.html"><span>Class&#160;Index</span></a></li> <li><a href="hierarchy.html"><span>Class&#160;Hierarchy</span></a></li> <li class="current"><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> <div id="navrow3" class="tabs2"> <ul class="tablist"> <li><a href="functions.html"><span>All</span></a></li> <li class="current"><a href="functions_func.html"><span>Functions</span></a></li> <li><a href="functions_vars.html"><span>Variables</span></a></li> <li><a href="functions_type.html"><span>Typedefs</span></a></li> <li><a href="functions_enum.html"><span>Enumerations</span></a></li> <li><a href="functions_eval.html"><span>Enumerator</span></a></li> <li><a href="functions_rela.html"><span>Related&#160;Functions</span></a></li> </ul> </div> <div id="navrow4" class="tabs3"> <ul class="tablist"> <li><a href="functions_func.html#index_a"><span>a</span></a></li> <li><a href="functions_func_b.html#index_b"><span>b</span></a></li> <li><a href="functions_func_c.html#index_c"><span>c</span></a></li> <li><a href="functions_func_d.html#index_d"><span>d</span></a></li> <li><a href="functions_func_e.html#index_e"><span>e</span></a></li> <li><a href="functions_func_f.html#index_f"><span>f</span></a></li> <li><a href="functions_func_g.html#index_g"><span>g</span></a></li> <li><a href="functions_func_h.html#index_h"><span>h</span></a></li> <li><a href="functions_func_i.html#index_i"><span>i</span></a></li> <li><a href="functions_func_k.html#index_k"><span>k</span></a></li> <li><a href="functions_func_l.html#index_l"><span>l</span></a></li> <li><a href="functions_func_m.html#index_m"><span>m</span></a></li> <li><a href="functions_func_n.html#index_n"><span>n</span></a></li> <li><a href="functions_func_o.html#index_o"><span>o</span></a></li> <li class="current"><a href="functions_func_p.html#index_p"><span>p</span></a></li> <li><a href="functions_func_r.html#index_r"><span>r</span></a></li> <li><a href="functions_func_s.html#index_s"><span>s</span></a></li> <li><a href="functions_func_t.html#index_t"><span>t</span></a></li> <li><a href="functions_func_u.html#index_u"><span>u</span></a></li> <li><a href="functions_func_v.html#index_v"><span>v</span></a></li> <li><a href="functions_func_w.html#index_w"><span>w</span></a></li> <li><a href="functions_func_z.html#index_z"><span>z</span></a></li> <li><a href="functions_func_~.html#index_~"><span>~</span></a></li> </ul> </div> </div><!-- top --> <div class="contents"> &#160; <h3><a class="anchor" id="index_p"></a>- p -</h3><ul> <li>Packet() : <a class="el" href="classsf_1_1Packet.html#a786e5d4ced83992ceefa1799963ea858">sf::Packet</a> </li> <li>parentDirectory() : <a class="el" href="classsf_1_1Ftp.html#ad295cf77f30f9ad07b5c401fd9849189">sf::Ftp</a> </li> <li>pause() : <a class="el" href="classsf_1_1Sound.html#a5eeb25815bfa8cdc4a6cc000b7b19ad5">sf::Sound</a> , <a class="el" href="classsf_1_1SoundStream.html#a932ff181e661503cad288b4bb6fe45ca">sf::SoundStream</a> </li> <li>play() : <a class="el" href="classsf_1_1Sound.html#a2953ffe632536e72e696fd880ced2532">sf::Sound</a> , <a class="el" href="classsf_1_1SoundStream.html#afdc08b69cab5f243d9324940a85a1144">sf::SoundStream</a> </li> <li>pollEvent() : <a class="el" href="classsf_1_1Window.html#a338e996585faf82e93069858e3b531b7">sf::Window</a> </li> <li>popGLStates() : <a class="el" href="classsf_1_1RenderTarget.html#ad5a98401113df931ddcd54c080f7aa8e">sf::RenderTarget</a> </li> <li>pushGLStates() : <a class="el" href="classsf_1_1RenderTarget.html#a8d1998464ccc54e789aaf990242b47f7">sf::RenderTarget</a> </li> </ul> </div><!-- contents --> </div> <div id="footer-container"> <div id="footer"> SFML is licensed under the terms and conditions of the <a href="http://www.sfml-dev.org/license.php">zlib/png license</a>.<br> Copyright &copy; Laurent Gomila &nbsp;::&nbsp; Documentation generated by <a href="http://www.doxygen.org/" title="doxygen website">doxygen</a> &nbsp;::&nbsp; </div> </div> </body> </html>
public/aec2.html
gazhayes/Popvote-Australia
<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns:mv="http://macVmlSchemaUri" xmlns="http://www.w3.org/TR/REC-html40"> <head> <meta name=Title content=""> <meta name=Keywords content=""> <meta http-equiv=Content-Type content="text/html; charset=macintosh"> <meta name=ProgId content=Word.Document> <meta name=Generator content="Microsoft Word 14"> <meta name=Originator content="Microsoft Word 14"> <link rel=File-List href="You%20are%20enrolled%20to%20vote_files/filelist.xml"> <link rel=Edit-Time-Data href="You%20are%20enrolled%20to%20vote_files/editdata.mso"> <!--[if !mso]> <style> v\:* {behavior:url(#default#VML);} o\:* {behavior:url(#default#VML);} w\:* {behavior:url(#default#VML);} .shape {behavior:url(#default#VML);} </style> <![endif]--><!--[if gte mso 9]><xml> <o:DocumentProperties> <o:Author>Gareth Hayes</o:Author> <o:LastAuthor>Gareth Hayes</o:LastAuthor> <o:Revision>1</o:Revision> <o:TotalTime>0</o:TotalTime> <o:Created>2015-11-01T01:06:00Z</o:Created> <o:LastSaved>2015-11-01T01:06:00Z</o:LastSaved> <o:Pages>1</o:Pages> <o:Words>182</o:Words> <o:Characters>1042</o:Characters> <o:Lines>8</o:Lines> <o:Paragraphs>2</o:Paragraphs> <o:CharactersWithSpaces>1222</o:CharactersWithSpaces> <o:Version>14.0</o:Version> </o:DocumentProperties> <o:OfficeDocumentSettings> <o:AllowPNG/> </o:OfficeDocumentSettings> </xml><![endif]--> <link rel=themeData href="You%20are%20enrolled%20to%20vote_files/themedata.xml"> <!--[if gte mso 9]><xml> <w:WordDocument> <w:TrackMoves>false</w:TrackMoves> <w:TrackFormatting/> <w:PunctuationKerning/> <w:ValidateAgainstSchemas/> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:DoNotPromoteQF/> <w:LidThemeOther>EN-US</w:LidThemeOther> <w:LidThemeAsian>JA</w:LidThemeAsian> <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript> <w:Compatibility> <w:BreakWrappedTables/> <w:SnapToGridInCell/> <w:WrapTextWithPunct/> <w:UseAsianBreakRules/> <w:DontGrowAutofit/> <w:SplitPgBreakAndParaMark/> <w:EnableOpenTypeKerning/> <w:DontFlipMirrorIndents/> <w:OverrideTableStyleHps/> <w:UseFELayout/> </w:Compatibility> <m:mathPr> <m:mathFont m:val="Cambria Math"/> <m:brkBin m:val="before"/> <m:brkBinSub m:val="&#45;-"/> <m:smallFrac m:val="off"/> <m:dispDef/> <m:lMargin m:val="0"/> <m:rMargin m:val="0"/> <m:defJc m:val="centerGroup"/> <m:wrapIndent m:val="1440"/> <m:intLim m:val="subSup"/> <m:naryLim m:val="undOvr"/> </m:mathPr></w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true" DefSemiHidden="true" DefQFormat="false" DefPriority="99" LatentStyleCount="276"> <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Normal"/> <w:LsdException Locked="false" Priority="9" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="heading 1"/> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2"/> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3"/> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4"/> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5"/> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6"/> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7"/> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8"/> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9"/> <w:LsdException Locked="false" Priority="39" Name="toc 1"/> <w:LsdException Locked="false" Priority="39" Name="toc 2"/> <w:LsdException Locked="false" Priority="39" Name="toc 3"/> <w:LsdException Locked="false" Priority="39" Name="toc 4"/> <w:LsdException Locked="false" Priority="39" Name="toc 5"/> <w:LsdException Locked="false" Priority="39" Name="toc 6"/> <w:LsdException Locked="false" Priority="39" Name="toc 7"/> <w:LsdException Locked="false" Priority="39" Name="toc 8"/> <w:LsdException Locked="false" Priority="39" Name="toc 9"/> <w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption"/> <w:LsdException Locked="false" Priority="10" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Title"/> <w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font"/> <w:LsdException Locked="false" Priority="11" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Subtitle"/> <w:LsdException Locked="false" Priority="22" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Strong"/> <w:LsdException Locked="false" Priority="20" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Emphasis"/> <w:LsdException Locked="false" Priority="59" SemiHidden="false" UnhideWhenUsed="false" Name="Table Grid"/> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text"/> <w:LsdException Locked="false" Priority="1" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="No Spacing"/> <w:LsdException Locked="false" Priority="60" SemiHidden="false" UnhideWhenUsed="false" Name="Light Shading"/> <w:LsdException Locked="false" Priority="61" SemiHidden="false" UnhideWhenUsed="false" Name="Light List"/> <w:LsdException Locked="false" Priority="62" SemiHidden="false" UnhideWhenUsed="false" Name="Light Grid"/> <w:LsdException Locked="false" Priority="63" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 1"/> <w:LsdException Locked="false" Priority="64" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 2"/> <w:LsdException Locked="false" Priority="65" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 1"/> <w:LsdException Locked="false" Priority="66" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 2"/> <w:LsdException Locked="false" Priority="67" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 1"/> <w:LsdException Locked="false" Priority="68" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 2"/> <w:LsdException Locked="false" Priority="69" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 3"/> <w:LsdException Locked="false" Priority="70" SemiHidden="false" UnhideWhenUsed="false" Name="Dark List"/> <w:LsdException Locked="false" Priority="71" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Shading"/> <w:LsdException Locked="false" Priority="72" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful List"/> <w:LsdException Locked="false" Priority="73" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Grid"/> <w:LsdException Locked="false" Priority="60" SemiHidden="false" UnhideWhenUsed="false" Name="Light Shading Accent 1"/> <w:LsdException Locked="false" Priority="61" SemiHidden="false" UnhideWhenUsed="false" Name="Light List Accent 1"/> <w:LsdException Locked="false" Priority="62" SemiHidden="false" UnhideWhenUsed="false" Name="Light Grid Accent 1"/> <w:LsdException Locked="false" Priority="63" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1"/> <w:LsdException Locked="false" Priority="64" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1"/> <w:LsdException Locked="false" Priority="65" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 1 Accent 1"/> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision"/> <w:LsdException Locked="false" Priority="34" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="List Paragraph"/> <w:LsdException Locked="false" Priority="29" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Quote"/> <w:LsdException Locked="false" Priority="30" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Intense Quote"/> <w:LsdException Locked="false" Priority="66" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 2 Accent 1"/> <w:LsdException Locked="false" Priority="67" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1"/> <w:LsdException Locked="false" Priority="68" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1"/> <w:LsdException Locked="false" Priority="69" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1"/> <w:LsdException Locked="false" Priority="70" SemiHidden="false" UnhideWhenUsed="false" Name="Dark List Accent 1"/> <w:LsdException Locked="false" Priority="71" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Shading Accent 1"/> <w:LsdException Locked="false" Priority="72" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful List Accent 1"/> <w:LsdException Locked="false" Priority="73" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Grid Accent 1"/> <w:LsdException Locked="false" Priority="60" SemiHidden="false" UnhideWhenUsed="false" Name="Light Shading Accent 2"/> <w:LsdException Locked="false" Priority="61" SemiHidden="false" UnhideWhenUsed="false" Name="Light List Accent 2"/> <w:LsdException Locked="false" Priority="62" SemiHidden="false" UnhideWhenUsed="false" Name="Light Grid Accent 2"/> <w:LsdException Locked="false" Priority="63" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2"/> <w:LsdException Locked="false" Priority="64" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2"/> <w:LsdException Locked="false" Priority="65" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 1 Accent 2"/> <w:LsdException Locked="false" Priority="66" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 2 Accent 2"/> <w:LsdException Locked="false" Priority="67" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2"/> <w:LsdException Locked="false" Priority="68" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2"/> <w:LsdException Locked="false" Priority="69" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2"/> <w:LsdException Locked="false" Priority="70" SemiHidden="false" UnhideWhenUsed="false" Name="Dark List Accent 2"/> <w:LsdException Locked="false" Priority="71" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Shading Accent 2"/> <w:LsdException Locked="false" Priority="72" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful List Accent 2"/> <w:LsdException Locked="false" Priority="73" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Grid Accent 2"/> <w:LsdException Locked="false" Priority="60" SemiHidden="false" UnhideWhenUsed="false" Name="Light Shading Accent 3"/> <w:LsdException Locked="false" Priority="61" SemiHidden="false" UnhideWhenUsed="false" Name="Light List Accent 3"/> <w:LsdException Locked="false" Priority="62" SemiHidden="false" UnhideWhenUsed="false" Name="Light Grid Accent 3"/> <w:LsdException Locked="false" Priority="63" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3"/> <w:LsdException Locked="false" Priority="64" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3"/> <w:LsdException Locked="false" Priority="65" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 1 Accent 3"/> <w:LsdException Locked="false" Priority="66" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 2 Accent 3"/> <w:LsdException Locked="false" Priority="67" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3"/> <w:LsdException Locked="false" Priority="68" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3"/> <w:LsdException Locked="false" Priority="69" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3"/> <w:LsdException Locked="false" Priority="70" SemiHidden="false" UnhideWhenUsed="false" Name="Dark List Accent 3"/> <w:LsdException Locked="false" Priority="71" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Shading Accent 3"/> <w:LsdException Locked="false" Priority="72" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful List Accent 3"/> <w:LsdException Locked="false" Priority="73" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Grid Accent 3"/> <w:LsdException Locked="false" Priority="60" SemiHidden="false" UnhideWhenUsed="false" Name="Light Shading Accent 4"/> <w:LsdException Locked="false" Priority="61" SemiHidden="false" UnhideWhenUsed="false" Name="Light List Accent 4"/> <w:LsdException Locked="false" Priority="62" SemiHidden="false" UnhideWhenUsed="false" Name="Light Grid Accent 4"/> <w:LsdException Locked="false" Priority="63" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4"/> <w:LsdException Locked="false" Priority="64" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4"/> <w:LsdException Locked="false" Priority="65" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 1 Accent 4"/> <w:LsdException Locked="false" Priority="66" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 2 Accent 4"/> <w:LsdException Locked="false" Priority="67" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4"/> <w:LsdException Locked="false" Priority="68" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4"/> <w:LsdException Locked="false" Priority="69" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4"/> <w:LsdException Locked="false" Priority="70" SemiHidden="false" UnhideWhenUsed="false" Name="Dark List Accent 4"/> <w:LsdException Locked="false" Priority="71" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Shading Accent 4"/> <w:LsdException Locked="false" Priority="72" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful List Accent 4"/> <w:LsdException Locked="false" Priority="73" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Grid Accent 4"/> <w:LsdException Locked="false" Priority="60" SemiHidden="false" UnhideWhenUsed="false" Name="Light Shading Accent 5"/> <w:LsdException Locked="false" Priority="61" SemiHidden="false" UnhideWhenUsed="false" Name="Light List Accent 5"/> <w:LsdException Locked="false" Priority="62" SemiHidden="false" UnhideWhenUsed="false" Name="Light Grid Accent 5"/> <w:LsdException Locked="false" Priority="63" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5"/> <w:LsdException Locked="false" Priority="64" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5"/> <w:LsdException Locked="false" Priority="65" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 1 Accent 5"/> <w:LsdException Locked="false" Priority="66" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 2 Accent 5"/> <w:LsdException Locked="false" Priority="67" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5"/> <w:LsdException Locked="false" Priority="68" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5"/> <w:LsdException Locked="false" Priority="69" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5"/> <w:LsdException Locked="false" Priority="70" SemiHidden="false" UnhideWhenUsed="false" Name="Dark List Accent 5"/> <w:LsdException Locked="false" Priority="71" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Shading Accent 5"/> <w:LsdException Locked="false" Priority="72" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful List Accent 5"/> <w:LsdException Locked="false" Priority="73" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Grid Accent 5"/> <w:LsdException Locked="false" Priority="60" SemiHidden="false" UnhideWhenUsed="false" Name="Light Shading Accent 6"/> <w:LsdException Locked="false" Priority="61" SemiHidden="false" UnhideWhenUsed="false" Name="Light List Accent 6"/> <w:LsdException Locked="false" Priority="62" SemiHidden="false" UnhideWhenUsed="false" Name="Light Grid Accent 6"/> <w:LsdException Locked="false" Priority="63" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6"/> <w:LsdException Locked="false" Priority="64" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6"/> <w:LsdException Locked="false" Priority="65" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 1 Accent 6"/> <w:LsdException Locked="false" Priority="66" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 2 Accent 6"/> <w:LsdException Locked="false" Priority="67" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6"/> <w:LsdException Locked="false" Priority="68" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6"/> <w:LsdException Locked="false" Priority="69" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6"/> <w:LsdException Locked="false" Priority="70" SemiHidden="false" UnhideWhenUsed="false" Name="Dark List Accent 6"/> <w:LsdException Locked="false" Priority="71" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Shading Accent 6"/> <w:LsdException Locked="false" Priority="72" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful List Accent 6"/> <w:LsdException Locked="false" Priority="73" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Grid Accent 6"/> <w:LsdException Locked="false" Priority="19" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis"/> <w:LsdException Locked="false" Priority="21" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis"/> <w:LsdException Locked="false" Priority="31" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference"/> <w:LsdException Locked="false" Priority="32" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Intense Reference"/> <w:LsdException Locked="false" Priority="33" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Book Title"/> <w:LsdException Locked="false" Priority="37" Name="Bibliography"/> <w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading"/> </w:LatentStyles> </xml><![endif]--> <style> <!-- /* Font Definitions */ @font-face {font-family:Arial; panose-1:2 11 6 4 2 2 2 2 2 4; mso-font-charset:0; mso-generic-font-family:auto; mso-font-pitch:variable; mso-font-signature:3 0 0 0 1 0;} @font-face {font-family:Times; panose-1:2 0 5 0 0 0 0 0 0 0; mso-font-charset:0; mso-generic-font-family:auto; mso-font-pitch:variable; mso-font-signature:3 0 0 0 1 0;} @font-face {font-family:"\FF2D\FF33 \660E\671D"; panose-1:0 0 0 0 0 0 0 0 0 0; mso-font-charset:128; mso-generic-font-family:roman; mso-font-format:other; mso-font-pitch:fixed; mso-font-signature:1 134676480 16 0 131072 0;} @font-face {font-family:"\FF2D\FF33 \660E\671D"; panose-1:0 0 0 0 0 0 0 0 0 0; mso-font-charset:128; mso-generic-font-family:roman; mso-font-format:other; mso-font-pitch:fixed; mso-font-signature:1 134676480 16 0 131072 0;} @font-face {font-family:Cambria; panose-1:2 4 5 3 5 4 6 3 2 4; mso-font-charset:0; mso-generic-font-family:auto; mso-font-pitch:variable; mso-font-signature:-536870145 1073743103 0 0 415 0;} @font-face {font-family:"Helvetica Neue"; panose-1:2 0 5 3 0 0 0 2 0 4; mso-font-charset:0; mso-generic-font-family:auto; mso-font-pitch:variable; mso-font-signature:-452984065 1342208475 16 0 1 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-unhide:no; mso-style-qformat:yes; mso-style-parent:""; margin:0cm; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:12.0pt; font-family:Cambria; mso-ascii-font-family:Cambria; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:"\FF2D\FF33 \660E\671D"; mso-fareast-theme-font:minor-fareast; mso-hansi-font-family:Cambria; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:"Times New Roman"; mso-bidi-theme-font:minor-bidi; mso-ansi-language:EN-US;} h1 {mso-style-priority:9; mso-style-unhide:no; mso-style-qformat:yes; mso-style-link:"Heading 1 Char"; mso-margin-top-alt:auto; margin-right:0cm; mso-margin-bottom-alt:auto; margin-left:0cm; mso-pagination:widow-orphan; mso-outline-level:1; font-size:24.0pt; font-family:Times; mso-bidi-font-family:"Times New Roman"; mso-bidi-theme-font:minor-bidi; font-weight:bold;} a:link, span.MsoHyperlink {mso-style-noshow:yes; mso-style-priority:99; color:blue; text-decoration:underline; text-underline:single;} a:visited, span.MsoHyperlinkFollowed {mso-style-noshow:yes; mso-style-priority:99; color:purple; mso-themecolor:followedhyperlink; text-decoration:underline; text-underline:single;} p {mso-style-noshow:yes; mso-style-priority:99; mso-margin-top-alt:auto; margin-right:0cm; mso-margin-bottom-alt:auto; margin-left:0cm; mso-pagination:widow-orphan; font-size:10.0pt; font-family:Times; mso-fareast-font-family:"\FF2D\FF33 \660E\671D"; mso-fareast-theme-font:minor-fareast; mso-bidi-font-family:"Times New Roman";} span.Heading1Char {mso-style-name:"Heading 1 Char"; mso-style-priority:9; mso-style-unhide:no; mso-style-locked:yes; mso-style-link:"Heading 1"; mso-ansi-font-size:24.0pt; mso-bidi-font-size:24.0pt; font-family:Times; mso-ascii-font-family:Times; mso-hansi-font-family:Times; mso-font-kerning:18.0pt; mso-ansi-language:EN-HK; font-weight:bold;} span.z-TopofFormChar {mso-style-name:"z-Top of Form Char"; mso-style-noshow:yes; mso-style-priority:99; mso-style-unhide:no; mso-style-locked:yes; mso-style-link:"z-Top of Form"; mso-ansi-font-size:8.0pt; mso-bidi-font-size:8.0pt; font-family:Arial; mso-ascii-font-family:Arial; mso-hansi-font-family:Arial; display:none; mso-hide:all; mso-ansi-language:EN-HK;} span.apple-converted-space {mso-style-name:apple-converted-space; mso-style-unhide:no;} span.z-BottomofFormChar {mso-style-name:"z-Bottom of Form Char"; mso-style-noshow:yes; mso-style-priority:99; mso-style-unhide:no; mso-style-locked:yes; mso-style-link:"z-Bottom of Form"; mso-ansi-font-size:8.0pt; mso-bidi-font-size:8.0pt; font-family:Arial; mso-ascii-font-family:Arial; mso-hansi-font-family:Arial; display:none; mso-hide:all; mso-ansi-language:EN-HK;} .MsoChpDefault {mso-style-type:export-only; mso-default-props:yes; font-family:Cambria; mso-ascii-font-family:Cambria; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:"\FF2D\FF33 \660E\671D"; mso-fareast-theme-font:minor-fareast; mso-hansi-font-family:Cambria; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:"Times New Roman"; mso-bidi-theme-font:minor-bidi; mso-ansi-language:EN-US;} @page WordSection1 {size:595.0pt 842.0pt; margin:72.0pt 90.0pt 72.0pt 90.0pt; mso-header-margin:35.4pt; mso-footer-margin:35.4pt; mso-paper-source:0;} div.WordSection1 {page:WordSection1;} --> </style> <!--[if gte mso 10]> <style> /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-parent:""; mso-padding-alt:0cm 5.4pt 0cm 5.4pt; mso-para-margin:0cm; mso-para-margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:12.0pt; font-family:Cambria; mso-ascii-font-family:Cambria; mso-ascii-theme-font:minor-latin; mso-hansi-font-family:Cambria; mso-hansi-theme-font:minor-latin; mso-ansi-language:EN-US;} </style> <![endif]--><!--[if gte mso 9]><xml> <o:shapedefaults v:ext="edit" spidmax="1026"/> </xml><![endif]--><!--[if gte mso 9]><xml> <o:shapelayout v:ext="edit"> <o:idmap v:ext="edit" data="1"/> </o:shapelayout></xml><![endif]--> </head> <body lang=EN-HK link=blue vlink=purple style='tab-interval:36.0pt'> <div class=WordSection1> <p class=MsoNormal style='margin-top:7.5pt;mso-line-height-alt:12.0pt; mso-outline-level:1;background:white'><span style='font-size:29.5pt;font-family: Helvetica;mso-fareast-font-family:"Times New Roman";mso-bidi-font-family:"Times New Roman"; color:#333333;mso-font-kerning:18.0pt;mso-ansi-language:EN-HK'>You are enrolled to vote<o:p></o:p></span></p> <div style='mso-element:para-border-div;border:none;border-bottom:solid windowtext 1.0pt; mso-border-bottom-alt:solid windowtext .75pt;padding:0cm 0cm 1.0pt 0cm'> <p class=MsoNormal align=center style='text-align:center;border:none; mso-border-bottom-alt:solid windowtext .75pt;padding:0cm;mso-padding-alt:0cm 0cm 1.0pt 0cm'><span style='font-size:8.0pt;font-family:Arial;display:none;mso-hide:all;mso-ansi-language: EN-HK'>Top of Form<o:p></o:p></span></p> </div> <p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto; line-height:15.0pt'><span style='font-size:10.5pt;font-family:"Helvetica Neue"; mso-bidi-font-family:"Times New Roman";color:#333333;mso-ansi-language:EN-HK'>The details you entered were:<o:p></o:p></span></p> <table class=MsoNormalTable border=1 cellspacing=0 cellpadding=0 width="90%" style='width:90.0%;background:white;border-collapse:collapse;border:none; mso-border-alt:solid #DDDDDD .75pt;mso-yfti-tbllook:1184;mso-padding-alt:0cm 0cm 0cm 0cm'> <tr style='mso-yfti-irow:0;mso-yfti-firstrow:yes'> <td valign=top style='border-top:solid #DDDDDD 1.0pt;border-left:solid #DDDDDD 1.0pt; border-bottom:none;border-right:none;mso-border-top-alt:solid #DDDDDD .75pt; mso-border-left-alt:solid #DDDDDD .75pt;background:#F9F9F9;padding:6.0pt 6.0pt 6.0pt 6.0pt'> <p class=MsoNormal style='margin-bottom:13.5pt;line-height:13.5pt'><b><span style='font-size:10.0pt;font-family:Times;mso-fareast-font-family:"Times New Roman"; mso-bidi-font-family:"Times New Roman";mso-ansi-language:EN-HK'>Given names:</span></b><span style='font-size:10.0pt;font-family:Times;mso-fareast-font-family:"Times New Roman"; mso-bidi-font-family:"Times New Roman";mso-ansi-language:EN-HK'><o:p></o:p></span></p> </td> <td valign=top style='border:solid #DDDDDD 1.0pt;border-bottom:none; mso-border-top-alt:solid #DDDDDD .75pt;mso-border-left-alt:solid #DDDDDD .75pt; mso-border-right-alt:solid #DDDDDD .75pt;background:#F9F9F9;padding:6.0pt 6.0pt 6.0pt 6.0pt'> <p class=MsoNormal style='margin-bottom:13.5pt;line-height:13.5pt'><span style='font-size:10.0pt;font-family:Times;mso-fareast-font-family:"Times New Roman"; mso-bidi-font-family:"Times New Roman";mso-ansi-language:EN-HK'>PAUL<o:p></o:p></span></p> </td> </tr> <tr style='mso-yfti-irow:1'> <td valign=top style='border-top:solid #DDDDDD 1.0pt;border-left:solid #DDDDDD 1.0pt; border-bottom:none;border-right:none;mso-border-top-alt:solid #DDDDDD .75pt; mso-border-left-alt:solid #DDDDDD .75pt;padding:6.0pt 6.0pt 6.0pt 6.0pt'> <p class=MsoNormal style='margin-bottom:13.5pt;line-height:13.5pt'><b><span style='font-size:10.0pt;font-family:Times;mso-fareast-font-family:"Times New Roman"; mso-bidi-font-family:"Times New Roman";mso-ansi-language:EN-HK'>Family name:</span></b><span style='font-size:10.0pt;font-family:Times;mso-fareast-font-family:"Times New Roman"; mso-bidi-font-family:"Times New Roman";mso-ansi-language:EN-HK'><o:p></o:p></span></p> </td> <td valign=top style='border:solid #DDDDDD 1.0pt;border-bottom:none; mso-border-top-alt:solid #DDDDDD .75pt;mso-border-left-alt:solid #DDDDDD .75pt; mso-border-right-alt:solid #DDDDDD .75pt;padding:6.0pt 6.0pt 6.0pt 6.0pt'> <p class=MsoNormal style='margin-bottom:13.5pt;line-height:13.5pt'><span style='font-size:10.0pt;font-family:Times;mso-fareast-font-family:"Times New Roman"; mso-bidi-font-family:"Times New Roman";mso-ansi-language:EN-HK'>DEVELOPER<o:p></o:p></span></p> </td> </tr> <tr style='mso-yfti-irow:2;mso-yfti-lastrow:yes'> <td valign=top style='border:solid #DDDDDD 1.0pt;border-right:none; mso-border-top-alt:solid #DDDDDD .75pt;mso-border-left-alt:solid #DDDDDD .75pt; mso-border-bottom-alt:solid #DDDDDD .75pt;background:#F9F9F9;padding:6.0pt 6.0pt 6.0pt 6.0pt'> <p class=MsoNormal style='margin-bottom:13.5pt;line-height:13.5pt'><b><span style='font-size:10.0pt;font-family:Times;mso-fareast-font-family:"Times New Roman"; mso-bidi-font-family:"Times New Roman";mso-ansi-language:EN-HK'>Street and Locality:</span></b><span style='font-size:10.0pt;font-family:Times; mso-fareast-font-family:"Times New Roman";mso-bidi-font-family:"Times New Roman"; mso-ansi-language:EN-HK'><o:p></o:p></span></p> </td> <td valign=top style='border:solid #DDDDDD 1.0pt;mso-border-alt:solid #DDDDDD .75pt; background:#F9F9F9;padding:6.0pt 6.0pt 6.0pt 6.0pt'> <p class=MsoNormal style='margin-bottom:13.5pt;line-height:13.5pt'><span style='font-size:10.0pt;font-family:Times;mso-fareast-font-family:"Times New Roman"; mso-bidi-font-family:"Times New Roman";mso-ansi-language:EN-HK'>GIFFORD RD DONCASTER VIC 3108<o:p></o:p></span></p> </td> </tr> </table> <p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto; line-height:15.0pt'><span style='font-size:10.5pt;font-family:"Helvetica Neue"; mso-bidi-font-family:"Times New Roman";color:#333333;mso-ansi-language:EN-HK'>The electorate you will vote in at each election is listed below:<o:p></o:p></span></p> <table class=MsoNormalTable border=1 cellspacing=0 cellpadding=0 width="90%" style='width:90.0%;background:white;border-collapse:collapse;border:none; mso-border-alt:solid #DDDDDD .75pt;mso-yfti-tbllook:1184;mso-padding-alt:0cm 0cm 0cm 0cm'> <tr style='mso-yfti-irow:0;mso-yfti-firstrow:yes'> <td valign=top style='border-top:solid #DDDDDD 1.0pt;border-left:solid #DDDDDD 1.0pt; border-bottom:none;border-right:none;mso-border-top-alt:solid #DDDDDD .75pt; mso-border-left-alt:solid #DDDDDD .75pt;background:#F9F9F9;padding:6.0pt 6.0pt 6.0pt 6.0pt'> <p class=MsoNormal style='margin-bottom:13.5pt;line-height:13.5pt'><b><span style='font-size:10.0pt;font-family:Times;mso-fareast-font-family:"Times New Roman"; mso-bidi-font-family:"Times New Roman";mso-ansi-language:EN-HK'>Federal Division:</span></b><span style='font-size:10.0pt;font-family:Times; mso-fareast-font-family:"Times New Roman";mso-bidi-font-family:"Times New Roman"; mso-ansi-language:EN-HK'><o:p></o:p></span></p> </td> <td valign=top style='border:solid #DDDDDD 1.0pt;border-bottom:none; mso-border-top-alt:solid #DDDDDD .75pt;mso-border-left-alt:solid #DDDDDD .75pt; mso-border-right-alt:solid #DDDDDD .75pt;background:#F9F9F9;padding:6.0pt 6.0pt 6.0pt 6.0pt'> <p class=MsoNormal style='margin-bottom:13.5pt;line-height:13.5pt'><span style='font-size:10.0pt;font-family:Times;mso-fareast-font-family:"Times New Roman"; mso-bidi-font-family:"Times New Roman";mso-ansi-language:EN-HK'><a href="http://www.aec.gov.au/profiles/h/hunter.htm"><span style='color:#003591'>MENZIES</span></a><o:p></o:p></span></p> </td> </tr> <tr style='mso-yfti-irow:1'> <td valign=top style='border-top:solid #DDDDDD 1.0pt;border-left:solid #DDDDDD 1.0pt; border-bottom:none;border-right:none;mso-border-top-alt:solid #DDDDDD .75pt; mso-border-left-alt:solid #DDDDDD .75pt;padding:6.0pt 6.0pt 6.0pt 6.0pt'> <p class=MsoNormal style='margin-bottom:13.5pt;line-height:13.5pt'><b><span style='font-size:10.0pt;font-family:Times;mso-fareast-font-family:"Times New Roman"; mso-bidi-font-family:"Times New Roman";mso-ansi-language:EN-HK'>State District:</span></b><span style='font-size:10.0pt;font-family:Times; mso-fareast-font-family:"Times New Roman";mso-bidi-font-family:"Times New Roman"; mso-ansi-language:EN-HK'><o:p></o:p></span></p> </td> <td valign=top style='border:solid #DDDDDD 1.0pt;border-bottom:none; mso-border-top-alt:solid #DDDDDD .75pt;mso-border-left-alt:solid #DDDDDD .75pt; mso-border-right-alt:solid #DDDDDD .75pt;padding:6.0pt 6.0pt 6.0pt 6.0pt'> <p class=MsoNormal style='margin-bottom:13.5pt;line-height:13.5pt'><span style='font-size:10.0pt;font-family:Times;mso-fareast-font-family:"Times New Roman"; mso-bidi-font-family:"Times New Roman";mso-ansi-language:EN-HK'>MANNINGHAM<o:p></o:p></span></p> </td> </tr> <tr style='mso-yfti-irow:2'> <td valign=top style='border-top:solid #DDDDDD 1.0pt;border-left:solid #DDDDDD 1.0pt; border-bottom:none;border-right:none;mso-border-top-alt:solid #DDDDDD .75pt; mso-border-left-alt:solid #DDDDDD .75pt;background:#F9F9F9;padding:6.0pt 6.0pt 6.0pt 6.0pt'> <p class=MsoNormal style='margin-bottom:13.5pt;line-height:13.5pt'><b><span style='font-size:10.0pt;font-family:Times;mso-fareast-font-family:"Times New Roman"; mso-bidi-font-family:"Times New Roman";mso-ansi-language:EN-HK'>Local Government Area:</span></b><span style='font-size:10.0pt;font-family:Times; mso-fareast-font-family:"Times New Roman";mso-bidi-font-family:"Times New Roman"; mso-ansi-language:EN-HK'><o:p></o:p></span></p> </td> <td valign=top style='border:solid #DDDDDD 1.0pt;border-bottom:none; mso-border-top-alt:solid #DDDDDD .75pt;mso-border-left-alt:solid #DDDDDD .75pt; mso-border-right-alt:solid #DDDDDD .75pt;background:#F9F9F9;padding:6.0pt 6.0pt 6.0pt 6.0pt'> <p class=MsoNormal style='margin-bottom:13.5pt;line-height:13.5pt'><span style='font-size:10.0pt;font-family:Times;mso-fareast-font-family:"Times New Roman"; mso-bidi-font-family:"Times New Roman";mso-ansi-language:EN-HK'>MANNINGHAM CITY<o:p></o:p></span></p> </td> </tr> <tr style='mso-yfti-irow:3;mso-yfti-lastrow:yes'> <td valign=top style='border:solid #DDDDDD 1.0pt;border-right:none; mso-border-top-alt:solid #DDDDDD .75pt;mso-border-left-alt:solid #DDDDDD .75pt; mso-border-bottom-alt:solid #DDDDDD .75pt;padding:6.0pt 6.0pt 6.0pt 6.0pt'> <p class=MsoNormal style='margin-bottom:13.5pt;line-height:13.5pt'><b><span style='font-size:10.0pt;font-family:Times;mso-fareast-font-family:"Times New Roman"; mso-bidi-font-family:"Times New Roman";mso-ansi-language:EN-HK'>Local Ward:</span></b><span style='font-size:10.0pt;font-family:Times;mso-fareast-font-family:"Times New Roman"; mso-bidi-font-family:"Times New Roman";mso-ansi-language:EN-HK'><o:p></o:p></span></p> </td> <td valign=top style='border:solid #DDDDDD 1.0pt;mso-border-alt:solid #DDDDDD .75pt; padding:6.0pt 6.0pt 6.0pt 6.0pt'> <p class=MsoNormal style='margin-bottom:13.5pt;line-height:13.5pt'><span style='font-size:10.0pt;font-family:Times;mso-fareast-font-family:"Times New Roman"; mso-bidi-font-family:"Times New Roman";mso-ansi-language:EN-HK'>C WARD<o:p></o:p></span></p> </td> </tr> </table> <p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto; line-height:15.0pt'><span style='font-size:10.5pt;font-family:"Helvetica Neue"; mso-bidi-font-family:"Times New Roman";color:#333333;mso-ansi-language:EN-HK'>If you have moved, you need to&nbsp;<a href="http://www.aec.gov.au/enrol/change-address.htm"><span style='color:#003591'>update your address details</span></a>&nbsp;on the electoral roll. However, if you are overseas or going overseas, please see the information on the&nbsp;<a href="http://www.aec.gov.au/Enrolling_to_vote/overseas/index.htm"><span style='color:#003591'>going overseas</span></a>&nbsp;page of the website.<o:p></o:p></span></p> <p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto; line-height:15.0pt'><span style='font-size:10.5pt;font-family:"Helvetica Neue"; mso-bidi-font-family:"Times New Roman";color:#333333;mso-ansi-language:EN-HK'>If you have special needs or there are specific circumstances that may affect your enrolment there are&nbsp;<a href="http://www.aec.gov.au/Enrolling_to_vote/Special_Category/index.htm"><span style='color:#003591'>special enrolment forms</span></a>&nbsp;available on our website for you to complete to update your address details.<o:p></o:p></span></p> <p class=MsoNormal style='line-height:15.0pt'><!--[if supportFields]><span style='font-size:10.5pt;font-family:"Helvetica Neue";mso-fareast-font-family: "Times New Roman";mso-bidi-font-family:"Times New Roman";color:#333333; mso-ansi-language:EN-HK'><span style='mso-element:field-begin'></span><span style="mso-spacerun:yes">&nbsp;</span><span style='mso-element:field-begin'></span><span style="mso-spacerun:yes">&nbsp;</span>PRIVATE &quot;&lt;INPUT TYPE=\&quot;submit\&quot; NAME=\&quot;ctl00$ContentPlaceHolderBody$buttonBack\&quot; VALUE=\&quot;&lt;&nbsp;Back\&quot;&gt;&quot; <span style='mso-element:field-separator'></span><span style='mso-element:field-end'></span>MACROBUTTON HTMLDirect </span><span lang=EN-US style='font-size:10.0pt;font-family:Times; mso-no-proof:yes'><![if gte vml 1]><v:shapetype id="_x0000_t75" coordsize="21600,21600" o:spt="75" o:preferrelative="t" path="m@4@5l@4@11@9@11@9@5xe" filled="f" stroked="f"> <v:stroke joinstyle="miter"/> <v:formulas> <v:f eqn="if lineDrawn pixelLineWidth 0"/> <v:f eqn="sum @0 1 0"/> <v:f eqn="sum 0 0 @1"/> <v:f eqn="prod @2 1 2"/> <v:f eqn="prod @3 21600 pixelWidth"/> <v:f eqn="prod @3 21600 pixelHeight"/> <v:f eqn="sum @0 0 1"/> <v:f eqn="prod @6 1 2"/> <v:f eqn="prod @7 21600 pixelWidth"/> <v:f eqn="sum @8 21600 0"/> <v:f eqn="prod @7 21600 pixelHeight"/> <v:f eqn="sum @10 21600 0"/> </v:formulas> <v:path o:extrusionok="f" gradientshapeok="t" o:connecttype="rect"/> <o:lock v:ext="edit" aspectratio="t"/> </v:shapetype><v:shape id="Picture_x0020_1" o:spid="_x0000_i1025" type="#_x0000_t75" style='width:74pt;height:22pt;visibility:visible;mso-wrap-style:square'> <v:imagedata src="You%20are%20enrolled%20to%20vote_files/image001.png" o:title=""/> </v:shape><![endif]><![if !vml]><img border=0 width=76 height=24 src="You%20are%20enrolled%20to%20vote_files/image002.png" v:shapes="Picture_x0020_1"><![endif]></span><![endif]--><!--[if supportFields]><span style='font-size:10.5pt;font-family:"Helvetica Neue";mso-fareast-font-family: "Times New Roman";mso-bidi-font-family:"Times New Roman";color:#333333; mso-ansi-language:EN-HK'><span style='mso-element:field-end'></span></span><![endif]--><span style='font-size:10.5pt;font-family:"Helvetica Neue";mso-fareast-font-family: "Times New Roman";mso-bidi-font-family:"Times New Roman";color:#333333; mso-ansi-language:EN-HK'><span style="mso-spacerun:yes">&nbsp;</span><o:p></o:p></span></p> <p class=MsoNormal style='line-height:15.0pt'><span style='font-size:10.5pt; font-family:"Helvetica Neue";mso-fareast-font-family:"Times New Roman"; mso-bidi-font-family:"Times New Roman";color:#333333;mso-ansi-language:EN-HK'><o:p>&nbsp;</o:p></span></p> <div style='mso-element:para-border-div;border:none;border-top:solid windowtext 1.0pt; mso-border-top-alt:solid windowtext .75pt;padding:1.0pt 0cm 0cm 0cm'> <p class=MsoNormal align=center style='text-align:center;border:none; mso-border-top-alt:solid windowtext .75pt;padding:0cm;mso-padding-alt:1.0pt 0cm 0cm 0cm'><span style='font-size:8.0pt;font-family:Arial;display:none;mso-hide:all;mso-ansi-language: EN-HK'>Bottom of Form<o:p></o:p></span></p> </div> <p class=MsoNormal align=right style='text-align:right;line-height:15.0pt; background:white'><b><span style='font-size:7.5pt;font-family:"Helvetica Neue"; mso-fareast-font-family:"Times New Roman";mso-bidi-font-family:"Times New Roman"; color:#333333;mso-ansi-language:EN-HK'>Enrolment data current as at:&nbsp;30 October 2015<o:p></o:p></span></b></p> <p class=MsoNormal><span lang=EN-US><o:p>&nbsp;</o:p></span></p> </div> </body> </html>
addons/bestja_frontend_fpbz/static/src/css/custom.css
EE/bestja
@charset "utf-8"; @import url(//fonts.googleapis.com/css?family=Open+Sans+Condensed:300italic,400italic,600italic,700italic,700,300,600,400&subset=latin,latin-ext); @import url(//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,700,300,600,400&subset=latin,latin-ext); ::selection { background-color: #F69322; color: #FFF; } .orange { color: #F69322; } /* Common css */ /* Top menu changes */ #top_menu > li:first-child { display: none; } /* End of top menu changes */ #wrap, section { font-family: 'Open Sans Condensed', sans-serif; font-size: 20px; overflow-x: hidden; } .open_sans_bold { font-family: 'Open Sans Condensed', sans-serif; font-weight: 700; } a { color: #F29100; text-decoration: none; -webkit-transition: .3s color; transition: .3s color; } a:focus, a:hover { color: #575757; text-decoration: none; } /* Headings settings */ h1, h2, h3, h4, h5, h6 { font-family: 'Open Sans Condensed', sans-serif; } h1 { font-size: 26px; font-weight: 700; } h2 { font-size: 21.5px; font-weight: 700; } h3, p, #partners_friends { font-size: 17px; } h4 { font-size: 12.5px; } h5 { font-size: 10px; } h6 { font-size: 8.5px; } .main_page_custom_invitation_texts { font-size: 12px; } @media (min-width: 768px) { h1 { font-size: 28.6px; } h2 { font-size: 23.65px; font-weight: bold; } h3, p, #partners_friends { font-size: 18.7px; } h4 { font-size: 13.75px; } h5 { font-size: 11px; } h6 { font-size: 9.35px; } .main_page_custom_invitation_texts { font-size: 14px; } } @media (min-width: 992px) { h1 { font-size: 31.2px; } h2 { font-size: 25.8px; font-weight: bold; } h3, p, #partners_friends { font-size: 20.4px; } h4 { font-size: 15px; } h5 { font-size: 12px; } h6 { font-size: 10.2px; } .main_page_custom_invitation_texts { font-size: 16px; } } @media (min-width: 1200px) { h1 { font-size: 36.4px; } h2 { font-size: 30.1px; font-weight: bold; } h3, p, #partners_friends { font-size: 23.8px; } h4 { font-size: 17.5px; } h5 { font-size: 14px; } h6 { font-size: 11.9px; } .main_page_custom_invitation_texts { font-size: 18px; } } /* End of Headings settings */ /* Navbar font modification */ .navbar-static-top { font-family: 'Open Sans Condensed', sans-serif; font-size: 21px; min-height: 100px; font-weight: bold; background-color: rgba(0, 0, 0, 0); border-color: rgba(0, 0, 0, 0); } .navbar-static-top .navbar-brand.logo { height: 100px; line-height: 100px; } .navbar-static-top .navbar-brand.logo img { vertical-align: middle; } .navbar-static-top .dropdown { font-weight: normal; } .navbar.navbar-static-top ul.nav > li.divider, .navbar-static-top .navbar-collapse li a span, .navbar-static-top .navbar-collapse li a b { line-height: 70px; } .navbar.navbar-static-top ul.nav > li.divider { display: none; } .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { color: #F69322; background-color: rgba(0, 0, 0, 0); } .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { color: #F69322; background-color: rgba(0, 0, 0, 0); } .dropdown-menu > li > a { font-family: 'Open Sans Condensed', sans-serif; font-size: 21px; font-weight: normal; } /* End of Navbar font modification */ /* End of Common css */ /* Centered columns styles */ .row-centered { text-align: center; } .col-centered { display: inline-block; float: none; /* reset the text-align */ text-align: left; /* inline-block space fix */ margin-right: -4px; } /* End of Centered columns styles */ /* End of Common css */ /* FPBZ Theme module description */ .theme_description { overflow: hidden; } /* End of FPBZ Theme module description */ /* Main top snippet */ .introduction { background: #777777 url('/bestja_frontend_fpbz/static/src/img/content/introduction_bg.jpg') no-repeat 50% 0%; background-size: cover; color: #FFFFFF; font-family: 'Open Sans Condensed', sans-serif; } .introduction_header { font-style: normal; margin-top: 95px; } .introduction_header h1 { font-family: 'Open Sans Condensed', sans-serif; font-size: 45px; font-weight: bold } .choose_place { display: inline-block; padding: 10px; border: 1px solid #F69322; opacity: .8; margin-top: 64px; margin-bottom: 64px; color: #F69322; padding-left: 30px; padding-right: 30px; } .choose_place:hover { opacity: 1; cursor: pointer; color: #f5870a; border: 1px solid #f5870a; } #down_arrow_scroll { background: url('/bestja_frontend_fpbz/static/src/img/content/down_arrow.svg') no-repeat; display: block; width: 50px; height: 50px; z-index: 5; opacity: 0.5; margin: 0 auto; } @media (max-width: 991px) { #down_arrow_scroll { width: 40px; height: 40px; } } @media (max-width: 768px) { #down_arrow_scroll { width: 32px; height: 32px; } } @media screen and (max-width: 991px) { .introduction_header { margin-top: 0; } .choose_place { font-size: 26px; } .choose_place { margin-top: 48px; margin-bottom: 48px; } } @media screen and (max-width: 767px) { .choose_place { font-size: 22px; } } @media screen and (max-width: 480px) { #down_arrow_scroll { display: none; } .choose_place { font-size: 20px; } .choose_place { margin-top: 16px; margin-bottom: 16px; } } /* End of main top snippet */ /* Section title snippet */ .section_title { color: #58585A; } @media screen and (max-width: 991px) { .section_title { font-size: 30px; } } @media screen and (max-width: 767px) { .section_title { font-size: 26px; } } @media screen and (max-width: 480px) { .section_title { font-size: 22px; } } /* End of Section title snippet */ /* Section Join Us */ .join_us a { display: inline-block; min-width: 350px; background-color: #F29100; color: #FFFFFF; font-size: 26px; font-weight: 700; padding-left: 130px; padding-right: 130px; padding-top: 15px; padding-bottom: 15px; } .join_us a:hover { background-color: #575757; color: #FFFFFF; } /* End of Section Join Us */ /* Snippet: Why is it worth to act with us */ .data_of_acts { height: 486px; } @media screen and (max-width: 1200px) { .why_act_with_us_picture_container { display: table-cell; min-height: 450px; } .data_of_acts { height: 450px; } .why_act_with_us_picture_container img { margin-top: 32px; } } @media screen and (max-width: 991px) { .why_act_with_us_picture_container img { margin-top: 0; } } .data_of_acts h2 { font-weight: 300; } .data_icons { float: left; width: 60%; height: 60%; margin: 30px; margin-right: 70px; display: block; } .why_act_with_us button { min-width: 290px; background-color: #EC8D17; color: #FFFFFF; font-size: 20px; } /* End of snippet: Why is it worht to act with us */ /* Snippet: Map with cities with places where we can help */ text:hover { color: #db901f; } .map_of_poland_section { margin-bottom: 40px; } .map_of_poland_section a, .map_of_poland_section a:hover { text-decoration: none; } .map_of_poland_container { text-align: right; } .description_of_map_container { font-family: "Open Sans Condensed"; position: relative; height: 550px; margin-left: 30px; } .description_of_map_container div { text-align: left; position: absolute; bottom: 0; left: 0; } .description_of_map_container p, .description_of_map_container a { font-weight: bold; font-size: 27px; } .description_of_map_container p { color: #58585a; font-size: 18px; } .description_of_map_container a { color: #f69322; } .description_of_map_container a:hover { color: #f5870a; } @media screen and (max-width: 991px) { .map_of_poland_container { text-align: center; } .description_of_map_container { text-align: center; margin-left: 30px; height: 100%; } .description_of_map_container div { text-align: center; position: relative; } } .map_object { max-width: 600px; } /* End of snippet: Map with cities with places where we can help */ /* Snippet: a big quote */ .quote_div blockquote { font-size: 24px; font-style: italic; padding-left: 20px; padding-right: 20px; position: relative; height: 100%; border: 0; margin: 0 auto; } .quote_div blockquote:before { content: "„"; font-weight: 700; font-style: normal; font-size: 50pt; color: #F69322; position: absolute; left: -15px; top: -30px; } .quote_div blockquote:after { content: "”"; font-weight: 700; font-style: normal; font-size: 50pt; color: #F69322; position: absolute; right: -15px; bottom: -15px; } .description_under_quote { display: block; font-size: 18px; color: #F69322; margin-left: 23px; } /* End of snippet: a big quote */ /* Snippet: recrutation steps */ .recrutation_step_number { display: block; width: 70px; height: 70px; line-height: 68px; font-size: 45px; font-weight: 700; color: #777777; border-radius: 100%; -moz-border-radius: 100%; -webkit-border-radius: 100%; border: 2px solid #777777; margin: 0 auto; } .recrutation_step_column h2 { color: #58585a } .recrutation_step_column p { font-size: 18px; color: #777777; } @media screen and (max-width: 440px) { .recrutation_step_column { width: 100%; } } /* End of snippet: recrutation steps */ /* Carousel navigation buttons */ .nav_left, .nav_right { text-indent: -9999px; cursor: pointer; width: 50px; height: 50px; margin: 80px 2px 0 0; } .nav_left { background: url("/bestja_frontend_fpbz/static/src/img/content/poprzedni-01.svg") no-repeat scroll left top transparent; position: absolute; top: 10px; left: -55px; } .nav_right { background: url("/bestja_frontend_fpbz/static/src/img/content/nastepny-01.svg") no-repeat scroll left top transparent; position: absolute; top: 10px; right: -55px; } /* End of Carousel navigation buttons */ /* Tasks snippet*/ .the_tasks_of_coordinator div, .the_tasks_of_volunteer div { vertical-align: top; } .the_tasks_of_coordinator h4, .the_tasks_of_volunteer h4 { font-size: 18px; font-weight: 700; text-align: left; } /* End of Tasks snippet*/ /* Become partner top snippet */ .become_partner p { font-size: 32px; } @media screen and (max-width: 992px) { .become_partner p { font-size: 26px; } } @media screen and (max-width: 767px) { .become_partner p { font-size: 22px; } } @media screen and (max-width: 480px) { .become_partner p { font-size: 16px; } } .become_partner_link p { padding-left: 15px; font-size: 26pt; text-decoration: none; color: #F69322; } /* End of Become partner top snippet */ /* What partner receives snippet */ .what_partner_receives li, .advantages_of_application li { font-size: 24px; list-style: none; } .what_partner_receives span, .advantages_of_application span { margin-right: 10px; } /* End of What partner receives snippet */ /* Offers snippet */ .date_of_the_offer, .content_of_the_offer { background-color: #F0F0F0; } .offer_where { padding: 25px; } .offers_day_of_the_week { font-size: 16px; color: #6C6C6C; } .offers_the_day { font-size: 40px; color: #3C4049; } .offers_the_month { font-size: 16px; color: #3C4049; } .title_of_the_offer a { color: #DB901F; text-decoration: none; cursor: pointer; font-size: 22px; } .title_of_the_offer a:hover { color: #F9A426; } .organization_name a { color: #6C6C6C; text-decoration: none; cursor: pointer; font-size: 14px; } .organization_name a:hover { color: #3C4049; } .offer_where { text-align: right; color: #3C4049; font-size: 14px; } .offer_how_long, .offer_place { display: inline-block; color: #3C4049; } .offer_place:before, .offer_how_long:before { float: left; content: ""; display: block; width: 20px; height: 20px; margin-left: 20px; margin-right: 10px; } .offer_place:before { background: url('/bestja_frontend_fpbz/static/src/img/content/miejsce-01.svg'); background-size: 20px 20px; background-repeat: no-repeat; } .offer_how_long:before { background: url('/bestja_frontend_fpbz/static/src/img/content/czas-01.svg'); background-size: 20px 20px; background-repeat: no-repeat; } @media screen and (max-width: 1199px) { .date_of_the_offer, .content_of_the_offer { height: 200px; } .offer_where { padding: 20px; } } @media screen and (max-width: 991px) { .date_of_the_offer, .content_of_the_offer { height: 150px; } .content_of_the_offer h2 { margin-top: 10px; } .offer_where { padding: 10px; } } @media screen and (max-width: 767px) { .date_of_the_offer, .content_of_the_offer { height: 200px; } } @media screen and (max-width: 480px) { .title_of_the_offer a { font-size: 18px; } .organization_name a, .offer_where p { font-size: 14px; } .offer_where { padding: 0; } .offer_place, .offer_how_long { float: left; text-align: left; } .offer_place { width: 70%; } .offer_how_long { width: 30%; } } /* End of Offers snippet */ /* Single sites */ .single_page h1, .single_page h2 { text-transform: uppercase; } .single_page_top_header { float: none; } @media screen and (min-width: 1199px) { .single_page_top_header { float: right; } } .single_page p { font-size: 20px; text-indent: 26px; } /*.single_page_nav {*/ /*position: fixed;*/ /*}*/ @media screen and (max-width: 1199px) { .single_page li, .single_page li + li { margin-top: 8px; } } @media screen and (max-width: 440px) { .single_page p, .single_page li { font-size: 16px; } } /* End of Regulations site */ /* Cookie reminder */ #cookie_reminder_container { width: 100%; text-align: center; color: #FFFFFF; position: fixed; padding: 10px 20px; padding-right: 40px; bottom: 0; background-color: #575757; z-index: 1000; opacity: .95; } .cookie-info { max-width: 1300px; margin: 0 auto; } .cookie-info span { display: inline-block; } .cookie-info a { color: #FFFFFF; text-decoration: underline; } .cookie-info a:hover { color: #F29100; } #cookie_reminder_close { position: absolute; top: 10px; right: 17px; font-size: 14px; } #cookie_reminder_close:hover { color: #000000; cursor: pointer; } /* End of Cookie accept */ /* Animations */ .maximize { width: 0; height: 0; opacity: 0; } /* End of animations*/ /* Slick Slider */ .slick-slider { position: relative; display: block; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; } .slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; } .slick-list:focus { outline: none; } .slick-list.dragging { cursor: pointer; cursor: hand; } .slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .slick-track { position: relative; top: 0; left: 0; display: block; } .slick-track:before, .slick-track:after { display: table; content: ''; } .slick-track:after { clear: both; } .slick-loading .slick-track { visibility: hidden; } .slick-slide { display: none; float: left; height: 100%; min-height: 1px; } [dir='rtl'] .slick-slide { float: right; } .slick-slide img { display: block; } .slick-slide.slick-loading img { display: none; } .slick-slide.dragging img { pointer-events: none; } .slick-initialized .slick-slide { display: block; } .slick-loading .slick-slide { visibility: hidden; } .slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; } .slick-prev, .slick-next { margin-top: 15px; background-color: #3c4049; color: #FFFFFF; } .slick-prev:hover, .slick-next:hover { background-color: #db901f; color: #3c4049; } /* End of Slick Slider */ /* Custom settings for offers pages */ .print_icon:hover { background-image: url('/bestja_frontend_fpbz/static/src/img/content/printer_hover.svg'); } .btn_join:hover { background-color: #F9A426; } /* End of custom settings for offers pages */ .checklist ul, .checklist ul li { list-style: none; } .checklist ul li span { float: left; padding: 10px; list-style: none; background-color: #F69322; font-size: 30px; color: #FFF; margin-right: 10px; clear: left; } .oe_website_login_container { font-family: 'Open Sans Condensed', sans-serif; } .oe_website_login_container input { border-radius: 0; } .oe_website_login_container .btn.btn-primary { padding: 10px; border: 1px solid #F69322; background-color: #F69322; padding-left: 30px; padding-right: 30px; border-radius: 0; } .info_sign_register:hover #info_sign_register_message { display: block; } #info_sign_register_message { font-family: 'Open Sans Condensed', sans-serif; background-color: #ffffff; display: none; padding: 10px 20px; width: 300px; margin-top: 16px; position: absolute; left: calc(50% - 240px); color: #58585A; z-index: 20; line-height: 1.2em; text-align: left; -moz-box-shadow: 0px 0px 4px #58585A; -webkit-box-shadow: 0px 0px 4px #58585A; box-shadow: 0px 0px 4px #58585A; font-size: 16px; } .col-sm-3 .affix { max-width: 25%; } .nav.nav-stacked > li > a:hover, .nav.nav-stacked > li > a:focus { background-color: transparent; } .meet_our_volunteers .thumbnail { border: none; } .meet_our_volunteers .thumbnail h3 { color: #F69322; } .meet_our_volunteers .thumbnail p { font-size: 0.8em; } .volunteer_knowlage .h1, .volunteers_bulletin .h1 { color: #F69322; display: block; } .volunteer_knowlage .thumbnail, .volunteers_bulletin .thumbnail { border-color: #ffffff; border-radius: 0; } .volunteer_knowlage .thumbnail:hover, .volunteers_bulletin .thumbnail:hover { border-color: #F69322; } .volunteer_knowlage .h1 { padding-top: 50px; } .volunteers_bulletin .h1 { padding-top: 200px; }
pelican/themes/notmyidea/templates/page.html
farseerfc/pelican
{% extends "base.html" %} {% block html_lang %}{{ page.lang }}{% endblock %} {% block title %}{{ page.title }}{% endblock %} {% block extra_head %} {% import 'translations.html' as translations with context %} {% if translations.entry_hreflang(page) %} {{ translations.entry_hreflang(page) }} {% endif %} {% endblock %} {% block content %} <section id="content" class="body"> <h1 class="entry-title">{{ page.title }}</h1> {% import 'translations.html' as translations with context %} {{ translations.translations_for(page) }} {{ page.content }} </section> {% endblock %}
cpp_component/3rdparty/boost/libs/json/doc/html/json/ref/boost__json__string/front.html
qianqians/abelkhan
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>string::front</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="Chapter 1. Boost.JSON"> <link rel="up" href="../boost__json__string.html" title="string"> <link rel="prev" href="operator_lb__rb_/overload2.html" title="string::operator[] (2 of 2 overloads)"> <link rel="next" href="front/overload1.html" title="string::front (1 of 2 overloads)"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table cellpadding="2" width="100%"><tr> <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../../boost.png"></td> <td align="center"><a href="../../../../../../../index.html">Home</a></td> <td align="center"><a href="../../../../../../../libs/libraries.htm">Libraries</a></td> <td align="center"><a href="http://www.boost.org/users/people.html">People</a></td> <td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td> <td align="center"><a href="../../../../../../../more/index.htm">More</a></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="operator_lb__rb_/overload2.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../boost__json__string.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="front/overload1.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="json.ref.boost__json__string.front"></a><a class="link" href="front.html" title="string::front">string::front</a> </h5></div></div></div> <p> <a class="indexterm" name="idm39005"></a> </p> <p> Return the first character. </p> <pre class="programlisting"><span class="keyword">char</span><span class="special">&amp;</span> <a class="link" href="front/overload1.html" title="string::front (1 of 2 overloads)">front</a><span class="special">();</span> <span class="emphasis"><em>» <a class="link" href="front/overload1.html" title="string::front (1 of 2 overloads)"><code class="computeroutput"><span class="identifier">more</span><span class="special">...</span></code></a></em></span> <span class="keyword">char</span> <span class="keyword">const</span><span class="special">&amp;</span> <a class="link" href="front/overload2.html" title="string::front (2 of 2 overloads)">front</a><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span> <span class="emphasis"><em>» <a class="link" href="front/overload2.html" title="string::front (2 of 2 overloads)"><code class="computeroutput"><span class="identifier">more</span><span class="special">...</span></code></a></em></span> </pre> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright © 2019, 2020 Vinnie Falco<br>Copyright © 2020 Krystian Stasiowski<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="operator_lb__rb_/overload2.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../boost__json__string.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="front/overload1.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
modules/module/lang.korean/admin/_mobile/main.css
gitkhs/cms-kq
#catebody {margin:0 0 30px 0;padding:0 0 30px 0;} #category {} #category .title {height:19px;background:url('../../../../../_core/image/tree/default/top.gif') left no-repeat #dfdfdf;background-position:4px 3px;padding:6px 0 0 23px;} #category .title .c1 {width:63px;height:18px;position:relative;top:-5px;} #category .title .c2 {width:63px;height:18px;position:relative;top:-5px;} #category .title img {position:relative;top:-2px;} #category .tree {margin:0;padding:10px 0 10px 0;} #category .tree ul {margin:0;padding:0;} #category .tree li {list-style-type:none;background:url('../../../../../_core/image/_public/ico_folder_01.gif') left no-repeat;background-position:5px 4px;padding:3px 0 0 24px;border:transparent solid 1px;_border:#ffffff solid 1px;letter-spacing:-1px;} #category .tree .system {background:url('./image/ico_system.gif') left no-repeat;background-position:5px 4px;} #category .tree .system:hover {background:url('./image/ico_system.gif') left no-repeat #f9f9f9;background-position:5px 4px;} #category .tree input {display:none;} #category .tree a {position:relative;top:-4px;} #category .tree .eye1 {position:relative;top:1px;} #category .tree .eye2 {position:relative;top:5px;} #category .tree .name {color:#111;padding:2px 0 0 0;} #category .tree .id {position:relative;top:-1px;left:2px;font:normal 11px arial;color:#999;} #category .tree .id:hover {} #category .tree .name:hover {color:#AECD63;} #category .tree .on {background:#AECD63;color:#ffffff;padding:2px;} #category .tree .on:hover {color:#ffffff;} #category .tree .mobilehide {filter:alpha(opacity=30);opacity:0.3;} #category .tree img {} #category .move {cursor:move;} #catinfo {padding:20px 0 0 0;} #catinfo .title {background:#dfdfdf;height:25px;} #catinfo .title .xleft {float:left;padding:6px 0 0 5px;font-weight:bold;} #catinfo .title .xright {float:right;padding:7px 7px 0 0;} #catinfo .title .xright a {font:normal 11px dotum;color:#888;} #catinfo .td1 {padding:7px 0 7px 5px;width:70px;} #catinfo .td2 {padding:7px 0 7px 0;} #catinfo .td2 div {padding:7px 0 0 0;font-size:11px;font-family:dotum;color:#888;} #catinfo .td2 .sname {width:174px;} #catinfo .td2 .sname1 {width:307px;} #catinfo .td2 .sname2 {width:82px;} #catinfo .td2 .supload {width:174px;height:20px;margin:1px 0 1px 0;background:#ffffff;} #catinfo .td2 .select1 {width:180px;letter-spacing:-1px;} #catinfo .td2 .dn {position:relative;top:4px;} #catinfo .sfont1 {font:normal 11px dotum;color:#c0c0c0;} #catinfo .td3 {padding:10px 0 7px 15px;width:70px;vertical-align:top;} #catinfo .td4 {padding:7px 0 7px 0;line-height:160%;} #catinfo .notice {padding:15px 0 10px 15px;margin:0 0 20px 0;height:70px;border-bottom:#dfdfdf dashed 1px;} #catinfo .notice .icon {float:left;width:60px;height:60px;border:#efefef solid 1px;} #catinfo .notice .ment {margin:0 0 0 70px;font-size:11px;font-family:dotum;color:#02B6D6;line-height:150%;} #catinfo .notice .ment div {font-weight:bold;color:#333;padding:2px 0 10px 0;} #catinfo .notice .ment div span {font-weight:normal;color:#888;padding:0 0 0 3px;} #catinfo .submitbox {text-align:center;margin:20px 0 20px 0;padding:15px 0 0 0;border-top:#dfdfdf dashed 1px;}
framework/form/html/code_admin_tpl.html
renlong567/43168
<style type="text/css"> .CodeMirror{border:1px solid #ccc;{$_rs.form_style};} .CodeMirror-scroll{width:{$_rs.width}px;height:{$_rs.height}px;} </style> <table cellpadding="0" cellspacing="0" style="width:auto;height:auto;border:0;" border="0"> <tr> <td><textarea id="{$_rs.identifier}" name="{$_rs.identifier}">{$_rs.content}</textarea></td> </tr> </table> <script type="text/javascript"> $(document).ready(function(){ var delay; var code_editor_{$_rs.identifier} = CodeMirror.fromTextArea(document.getElementById("{$_rs.identifier}"),{ lineNumbers : true, matchBrackets : true, lineWrapping : true, indentWithTabs : true, indentUnit : 4, onChange : function(n){ $("#{$_rs.identifier}").val(code_editor_{$_rs.identifier}.getValue()); } }); }); </script>
cpp_component/3rdparty/boost/libs/compute/doc/html/boost/compute/binary_negate.html
qianqians/abelkhan
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Class template binary_negate</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="Chapter 1. Boost.Compute"> <link rel="up" href="../../boost_compute/reference.html#header.boost.compute.functional.logical_hpp" title="Header &lt;boost/compute/functional/logical.hpp&gt;"> <link rel="prev" href="identity.html" title="Class template identity"> <link rel="next" href="logical_not.html" title="Struct template logical_not"> </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="identity.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../boost_compute/reference.html#header.boost.compute.functional.logical_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="logical_not.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="refentry"> <a name="boost.compute.binary_negate"></a><div class="titlepage"></div> <div class="refnamediv"> <h2><span class="refentrytitle">Class template binary_negate</span></h2> <p>boost::compute::binary_negate</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="../../boost_compute/reference.html#header.boost.compute.functional.logical_hpp" title="Header &lt;boost/compute/functional/logical.hpp&gt;">boost/compute/functional/logical.hpp</a>&gt; </span><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> Predicate<span class="special">&gt;</span> <span class="keyword">class</span> <a class="link" href="binary_negate.html" title="Class template binary_negate">binary_negate</a> <span class="special">:</span> <span class="keyword">public</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">compute</span><span class="special">::</span><span class="identifier">binary_function</span><span class="special">&lt;</span> <span class="keyword">void</span><span class="special">,</span> <span class="keyword">void</span><span class="special">,</span> <span class="keyword">int</span> <span class="special">&gt;</span> <span class="special">{</span> <span class="keyword">public</span><span class="special">:</span> <span class="comment">// <a class="link" href="binary_negate.html#boost.compute.binary_negateconstruct-copy-destruct">construct/copy/destruct</a></span> <span class="keyword">explicit</span> <a class="link" href="binary_negate.html#idm8558-bb"><span class="identifier">binary_negate</span></a><span class="special">(</span><span class="identifier">Predicate</span><span class="special">)</span><span class="special">;</span> <span class="special">}</span><span class="special">;</span></pre></div> <div class="refsect1"> <a name="idm26299"></a><h2>Description</h2> <p>The binnary_negate function adaptor negates a binary function.</p> <p><span class="bold"><strong>See Also:</strong></span></p> <p>not2() </p> <p> </p> <p> </p> <div class="refsect2"> <a name="idm26306"></a><h3> <a name="boost.compute.binary_negateconstruct-copy-destruct"></a><code class="computeroutput">binary_negate</code> public construct/copy/destruct</h3> <div class="orderedlist"><ol class="orderedlist" type="1"><li class="listitem"><pre class="literallayout"><span class="keyword">explicit</span> <a name="idm8558-bb"></a><span class="identifier">binary_negate</span><span class="special">(</span><span class="identifier">Predicate</span> pred<span class="special">)</span><span class="special">;</span></pre></li></ol></div> </div> </div> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright © 2013, 2014 Kyle Lutz<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="identity.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../boost_compute/reference.html#header.boost.compute.functional.logical_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="logical_not.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
cpp_component/3rdparty/boost/libs/numeric/odeint/doc/html/boost/numeric/odeint/dense_output_rung_idm27540.html
qianqians/abelkhan
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Class template dense_output_runge_kutta&lt;Stepper, explicit_controlled_stepper_fsal_tag&gt;</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="Chapter 1. Boost.Numeric.Odeint"> <link rel="up" href="../../../header/boost/numeric/odeint/stepper/dense_output_runge_kutta_hpp.html" title="Header &lt;boost/numeric/odeint/stepper/dense_output_runge_kutta.hpp&gt;"> <link rel="prev" href="dense_output_runge_kutta.html" title="Class template dense_output_runge_kutta"> <link rel="next" href="dense_output_rung_idm27685.html" title="Class template dense_output_runge_kutta&lt;Stepper, stepper_tag&gt;"> </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="../../../logo.jpg"></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="dense_output_runge_kutta.html"><img src="../../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../../header/boost/numeric/odeint/stepper/dense_output_runge_kutta_hpp.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="dense_output_rung_idm27685.html"><img src="../../../../../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="refentry"> <a name="boost.numeric.odeint.dense_output_rung_idm27540"></a><div class="titlepage"></div> <div class="refnamediv"> <h2><span class="refentrytitle">Class template dense_output_runge_kutta&lt;Stepper, explicit_controlled_stepper_fsal_tag&gt;</span></h2> <p>boost::numeric::odeint::dense_output_runge_kutta&lt;Stepper, explicit_controlled_stepper_fsal_tag&gt; — The class representing dense-output Runge-Kutta steppers with FSAL property. </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="../../../header/boost/numeric/odeint/stepper/dense_output_runge_kutta_hpp.html" title="Header &lt;boost/numeric/odeint/stepper/dense_output_runge_kutta.hpp&gt;">boost/numeric/odeint/stepper/dense_output_runge_kutta.hpp</a>&gt; </span><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> Stepper<span class="special">&gt;</span> <span class="keyword">class</span> <a class="link" href="dense_output_rung_idm27540.html" title="Class template dense_output_runge_kutta&lt;Stepper, explicit_controlled_stepper_fsal_tag&gt;">dense_output_runge_kutta</a><span class="special">&lt;</span><span class="identifier">Stepper</span><span class="special">,</span> <span class="identifier">explicit_controlled_stepper_fsal_tag</span><span class="special">&gt;</span> <span class="special">{</span> <span class="keyword">public</span><span class="special">:</span> <span class="comment">// types</span> <span class="keyword">typedef</span> <span class="identifier">Stepper</span> <a name="boost.numeric.odeint.dense_output_rung_idm27540.controlled_stepper_type"></a><span class="identifier">controlled_stepper_type</span><span class="special">;</span> <span class="keyword">typedef</span> <span class="identifier">controlled_stepper_type</span><span class="special">::</span><span class="identifier">stepper_type</span> <a name="boost.numeric.odeint.dense_output_rung_idm27540.stepper_type"></a><span class="identifier">stepper_type</span><span class="special">;</span> <span class="keyword">typedef</span> <span class="identifier">stepper_type</span><span class="special">::</span><span class="identifier">state_type</span> <a name="boost.numeric.odeint.dense_output_rung_idm27540.state_type"></a><span class="identifier">state_type</span><span class="special">;</span> <span class="keyword">typedef</span> <span class="identifier">stepper_type</span><span class="special">::</span><span class="identifier">wrapped_state_type</span> <a name="boost.numeric.odeint.dense_output_rung_idm27540.wrapped_state_type"></a><span class="identifier">wrapped_state_type</span><span class="special">;</span> <span class="keyword">typedef</span> <span class="identifier">stepper_type</span><span class="special">::</span><span class="identifier">value_type</span> <a name="boost.numeric.odeint.dense_output_rung_idm27540.value_type"></a><span class="identifier">value_type</span><span class="special">;</span> <span class="keyword">typedef</span> <span class="identifier">stepper_type</span><span class="special">::</span><span class="identifier">deriv_type</span> <a name="boost.numeric.odeint.dense_output_rung_idm27540.deriv_type"></a><span class="identifier">deriv_type</span><span class="special">;</span> <span class="keyword">typedef</span> <span class="identifier">stepper_type</span><span class="special">::</span><span class="identifier">wrapped_deriv_type</span> <a name="boost.numeric.odeint.dense_output_rung_idm27540.wrapped_deriv_type"></a><span class="identifier">wrapped_deriv_type</span><span class="special">;</span> <span class="keyword">typedef</span> <span class="identifier">stepper_type</span><span class="special">::</span><span class="identifier">time_type</span> <a name="boost.numeric.odeint.dense_output_rung_idm27540.time_type"></a><span class="identifier">time_type</span><span class="special">;</span> <span class="keyword">typedef</span> <span class="identifier">stepper_type</span><span class="special">::</span><span class="identifier">algebra_type</span> <a name="boost.numeric.odeint.dense_output_rung_idm27540.algebra_type"></a><span class="identifier">algebra_type</span><span class="special">;</span> <span class="keyword">typedef</span> <span class="identifier">stepper_type</span><span class="special">::</span><span class="identifier">operations_type</span> <a name="boost.numeric.odeint.dense_output_rung_idm27540.operations_type"></a><span class="identifier">operations_type</span><span class="special">;</span> <span class="keyword">typedef</span> <span class="identifier">stepper_type</span><span class="special">::</span><span class="identifier">resizer_type</span> <a name="boost.numeric.odeint.dense_output_rung_idm27540.resizer_type"></a><span class="identifier">resizer_type</span><span class="special">;</span> <span class="keyword">typedef</span> <span class="identifier">dense_output_stepper_tag</span> <a name="boost.numeric.odeint.dense_output_rung_idm27540.stepper_category"></a><span class="identifier">stepper_category</span><span class="special">;</span> <span class="keyword">typedef</span> <span class="identifier">dense_output_runge_kutta</span><span class="special">&lt;</span> <span class="identifier">Stepper</span> <span class="special">&gt;</span> <a name="boost.numeric.odeint.dense_output_rung_idm27540.dense_output_stepper_type"></a><span class="identifier">dense_output_stepper_type</span><span class="special">;</span> <span class="comment">// <a class="link" href="dense_output_rung_idm27540.html#boost.numeric.odeint.dense_output_rung_idm27540construct-copy-destruct">construct/copy/destruct</a></span> <a class="link" href="dense_output_rung_idm27540.html#idm27644-bb"><span class="identifier">dense_output_runge_kutta</span></a><span class="special">(</span><span class="keyword">const</span> <span class="identifier">controlled_stepper_type</span> <span class="special">&amp;</span> <span class="special">=</span> <span class="identifier">controlled_stepper_type</span><span class="special">(</span><span class="special">)</span><span class="special">)</span><span class="special">;</span> <span class="comment">// <a class="link" href="dense_output_rung_idm27540.html#idm27579-bb">public member functions</a></span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> StateType<span class="special">&gt;</span> <span class="keyword">void</span> <a class="link" href="dense_output_rung_idm27540.html#idm27580-bb"><span class="identifier">initialize</span></a><span class="special">(</span><span class="keyword">const</span> <span class="identifier">StateType</span> <span class="special">&amp;</span><span class="special">,</span> <span class="identifier">time_type</span><span class="special">,</span> <span class="identifier">time_type</span><span class="special">)</span><span class="special">;</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> System<span class="special">&gt;</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span><span class="special">&lt;</span> <span class="identifier">time_type</span><span class="special">,</span> <span class="identifier">time_type</span> <span class="special">&gt;</span> <a class="link" href="dense_output_rung_idm27540.html#idm27590-bb"><span class="identifier">do_step</span></a><span class="special">(</span><span class="identifier">System</span><span class="special">)</span><span class="special">;</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> StateOut<span class="special">&gt;</span> <span class="keyword">void</span> <a class="link" href="dense_output_rung_idm27540.html#idm27596-bb"><span class="identifier">calc_state</span></a><span class="special">(</span><span class="identifier">time_type</span><span class="special">,</span> <span class="identifier">StateOut</span> <span class="special">&amp;</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> StateOut<span class="special">&gt;</span> <span class="keyword">void</span> <a class="link" href="dense_output_rung_idm27540.html#idm27604-bb"><span class="identifier">calc_state</span></a><span class="special">(</span><span class="identifier">time_type</span><span class="special">,</span> <span class="keyword">const</span> <span class="identifier">StateOut</span> <span class="special">&amp;</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> StateIn<span class="special">&gt;</span> <span class="keyword">bool</span> <a class="link" href="dense_output_rung_idm27540.html#idm27612-bb"><span class="identifier">resize</span></a><span class="special">(</span><span class="keyword">const</span> <span class="identifier">StateIn</span> <span class="special">&amp;</span><span class="special">)</span><span class="special">;</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> StateType<span class="special">&gt;</span> <span class="keyword">void</span> <a class="link" href="dense_output_rung_idm27540.html#idm27618-bb"><span class="identifier">adjust_size</span></a><span class="special">(</span><span class="keyword">const</span> <span class="identifier">StateType</span> <span class="special">&amp;</span><span class="special">)</span><span class="special">;</span> <span class="keyword">const</span> <span class="identifier">state_type</span> <span class="special">&amp;</span> <a class="link" href="dense_output_rung_idm27540.html#idm27624-bb"><span class="identifier">current_state</span></a><span class="special">(</span><span class="keyword">void</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span> <span class="identifier">time_type</span> <a class="link" href="dense_output_rung_idm27540.html#idm27628-bb"><span class="identifier">current_time</span></a><span class="special">(</span><span class="keyword">void</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span> <span class="keyword">const</span> <span class="identifier">state_type</span> <span class="special">&amp;</span> <a class="link" href="dense_output_rung_idm27540.html#idm27632-bb"><span class="identifier">previous_state</span></a><span class="special">(</span><span class="keyword">void</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span> <span class="identifier">time_type</span> <a class="link" href="dense_output_rung_idm27540.html#idm27636-bb"><span class="identifier">previous_time</span></a><span class="special">(</span><span class="keyword">void</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span> <span class="identifier">time_type</span> <a class="link" href="dense_output_rung_idm27540.html#idm27640-bb"><span class="identifier">current_time_step</span></a><span class="special">(</span><span class="keyword">void</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span> <span class="comment">// <a class="link" href="dense_output_rung_idm27540.html#idm27648-bb">private member functions</a></span> <span class="identifier">state_type</span> <span class="special">&amp;</span> <a class="link" href="dense_output_rung_idm27540.html#idm27649-bb"><span class="identifier">get_current_state</span></a><span class="special">(</span><span class="keyword">void</span><span class="special">)</span><span class="special">;</span> <span class="keyword">const</span> <span class="identifier">state_type</span> <span class="special">&amp;</span> <a class="link" href="dense_output_rung_idm27540.html#idm27653-bb"><span class="identifier">get_current_state</span></a><span class="special">(</span><span class="keyword">void</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span> <span class="identifier">state_type</span> <span class="special">&amp;</span> <a class="link" href="dense_output_rung_idm27540.html#idm27657-bb"><span class="identifier">get_old_state</span></a><span class="special">(</span><span class="keyword">void</span><span class="special">)</span><span class="special">;</span> <span class="keyword">const</span> <span class="identifier">state_type</span> <span class="special">&amp;</span> <a class="link" href="dense_output_rung_idm27540.html#idm27661-bb"><span class="identifier">get_old_state</span></a><span class="special">(</span><span class="keyword">void</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span> <span class="identifier">deriv_type</span> <span class="special">&amp;</span> <a class="link" href="dense_output_rung_idm27540.html#idm27665-bb"><span class="identifier">get_current_deriv</span></a><span class="special">(</span><span class="keyword">void</span><span class="special">)</span><span class="special">;</span> <span class="keyword">const</span> <span class="identifier">deriv_type</span> <span class="special">&amp;</span> <a class="link" href="dense_output_rung_idm27540.html#idm27669-bb"><span class="identifier">get_current_deriv</span></a><span class="special">(</span><span class="keyword">void</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span> <span class="identifier">deriv_type</span> <span class="special">&amp;</span> <a class="link" href="dense_output_rung_idm27540.html#idm27673-bb"><span class="identifier">get_old_deriv</span></a><span class="special">(</span><span class="keyword">void</span><span class="special">)</span><span class="special">;</span> <span class="keyword">const</span> <span class="identifier">deriv_type</span> <span class="special">&amp;</span> <a class="link" href="dense_output_rung_idm27540.html#idm27677-bb"><span class="identifier">get_old_deriv</span></a><span class="special">(</span><span class="keyword">void</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span> <span class="keyword">void</span> <a class="link" href="dense_output_rung_idm27540.html#idm27681-bb"><span class="identifier">toggle_current_state</span></a><span class="special">(</span><span class="keyword">void</span><span class="special">)</span><span class="special">;</span> <span class="special">}</span><span class="special">;</span></pre></div> <div class="refsect1"> <a name="idm40763"></a><h2>Description</h2> <p>The interface is the same as for <a class="link" href="dense_output_runge_kutta.html" title="Class template dense_output_runge_kutta">dense_output_runge_kutta&lt; Stepper , stepper_tag &gt;</a>. This class provides dense output functionality based on methods with step size controlled</p> <p> </p> <div class="refsect2"> <a name="idm40768"></a><h3>Template Parameters</h3> <div class="orderedlist"><ol class="orderedlist" type="1"><li class="listitem"> <pre class="literallayout"><span class="keyword">typename</span> Stepper</pre> <p>The stepper type of the underlying algorithm. </p> </li></ol></div> </div> <div class="refsect2"> <a name="idm40777"></a><h3> <a name="boost.numeric.odeint.dense_output_rung_idm27540construct-copy-destruct"></a><code class="computeroutput">dense_output_runge_kutta</code> public construct/copy/destruct</h3> <div class="orderedlist"><ol class="orderedlist" type="1"><li class="listitem"><pre class="literallayout"><a name="idm27644-bb"></a><span class="identifier">dense_output_runge_kutta</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">controlled_stepper_type</span> <span class="special">&amp;</span> stepper <span class="special">=</span> <span class="identifier">controlled_stepper_type</span><span class="special">(</span><span class="special">)</span><span class="special">)</span><span class="special">;</span></pre></li></ol></div> </div> <div class="refsect2"> <a name="idm40797"></a><h3> <a name="idm27579-bb"></a><code class="computeroutput">dense_output_runge_kutta</code> public member functions</h3> <div class="orderedlist"><ol class="orderedlist" type="1"> <li class="listitem"><pre class="literallayout"><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> StateType<span class="special">&gt;</span> <span class="keyword">void</span> <a name="idm27580-bb"></a><span class="identifier">initialize</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">StateType</span> <span class="special">&amp;</span> x0<span class="special">,</span> <span class="identifier">time_type</span> t0<span class="special">,</span> <span class="identifier">time_type</span> dt0<span class="special">)</span><span class="special">;</span></pre></li> <li class="listitem"><pre class="literallayout"><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> System<span class="special">&gt;</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span><span class="special">&lt;</span> <span class="identifier">time_type</span><span class="special">,</span> <span class="identifier">time_type</span> <span class="special">&gt;</span> <a name="idm27590-bb"></a><span class="identifier">do_step</span><span class="special">(</span><span class="identifier">System</span> system<span class="special">)</span><span class="special">;</span></pre></li> <li class="listitem"><pre class="literallayout"><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> StateOut<span class="special">&gt;</span> <span class="keyword">void</span> <a name="idm27596-bb"></a><span class="identifier">calc_state</span><span class="special">(</span><span class="identifier">time_type</span> t<span class="special">,</span> <span class="identifier">StateOut</span> <span class="special">&amp;</span> x<span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre></li> <li class="listitem"><pre class="literallayout"><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> StateOut<span class="special">&gt;</span> <span class="keyword">void</span> <a name="idm27604-bb"></a><span class="identifier">calc_state</span><span class="special">(</span><span class="identifier">time_type</span> t<span class="special">,</span> <span class="keyword">const</span> <span class="identifier">StateOut</span> <span class="special">&amp;</span> x<span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre></li> <li class="listitem"><pre class="literallayout"><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> StateIn<span class="special">&gt;</span> <span class="keyword">bool</span> <a name="idm27612-bb"></a><span class="identifier">resize</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">StateIn</span> <span class="special">&amp;</span> x<span class="special">)</span><span class="special">;</span></pre></li> <li class="listitem"><pre class="literallayout"><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> StateType<span class="special">&gt;</span> <span class="keyword">void</span> <a name="idm27618-bb"></a><span class="identifier">adjust_size</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">StateType</span> <span class="special">&amp;</span> x<span class="special">)</span><span class="special">;</span></pre></li> <li class="listitem"><pre class="literallayout"><span class="keyword">const</span> <span class="identifier">state_type</span> <span class="special">&amp;</span> <a name="idm27624-bb"></a><span class="identifier">current_state</span><span class="special">(</span><span class="keyword">void</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre></li> <li class="listitem"><pre class="literallayout"><span class="identifier">time_type</span> <a name="idm27628-bb"></a><span class="identifier">current_time</span><span class="special">(</span><span class="keyword">void</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre></li> <li class="listitem"><pre class="literallayout"><span class="keyword">const</span> <span class="identifier">state_type</span> <span class="special">&amp;</span> <a name="idm27632-bb"></a><span class="identifier">previous_state</span><span class="special">(</span><span class="keyword">void</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre></li> <li class="listitem"><pre class="literallayout"><span class="identifier">time_type</span> <a name="idm27636-bb"></a><span class="identifier">previous_time</span><span class="special">(</span><span class="keyword">void</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre></li> <li class="listitem"><pre class="literallayout"><span class="identifier">time_type</span> <a name="idm27640-bb"></a><span class="identifier">current_time_step</span><span class="special">(</span><span class="keyword">void</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre></li> </ol></div> </div> <div class="refsect2"> <a name="idm40971"></a><h3> <a name="idm27648-bb"></a><code class="computeroutput">dense_output_runge_kutta</code> private member functions</h3> <div class="orderedlist"><ol class="orderedlist" type="1"> <li class="listitem"><pre class="literallayout"><span class="identifier">state_type</span> <span class="special">&amp;</span> <a name="idm27649-bb"></a><span class="identifier">get_current_state</span><span class="special">(</span><span class="keyword">void</span><span class="special">)</span><span class="special">;</span></pre></li> <li class="listitem"><pre class="literallayout"><span class="keyword">const</span> <span class="identifier">state_type</span> <span class="special">&amp;</span> <a name="idm27653-bb"></a><span class="identifier">get_current_state</span><span class="special">(</span><span class="keyword">void</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre></li> <li class="listitem"><pre class="literallayout"><span class="identifier">state_type</span> <span class="special">&amp;</span> <a name="idm27657-bb"></a><span class="identifier">get_old_state</span><span class="special">(</span><span class="keyword">void</span><span class="special">)</span><span class="special">;</span></pre></li> <li class="listitem"><pre class="literallayout"><span class="keyword">const</span> <span class="identifier">state_type</span> <span class="special">&amp;</span> <a name="idm27661-bb"></a><span class="identifier">get_old_state</span><span class="special">(</span><span class="keyword">void</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre></li> <li class="listitem"><pre class="literallayout"><span class="identifier">deriv_type</span> <span class="special">&amp;</span> <a name="idm27665-bb"></a><span class="identifier">get_current_deriv</span><span class="special">(</span><span class="keyword">void</span><span class="special">)</span><span class="special">;</span></pre></li> <li class="listitem"><pre class="literallayout"><span class="keyword">const</span> <span class="identifier">deriv_type</span> <span class="special">&amp;</span> <a name="idm27669-bb"></a><span class="identifier">get_current_deriv</span><span class="special">(</span><span class="keyword">void</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre></li> <li class="listitem"><pre class="literallayout"><span class="identifier">deriv_type</span> <span class="special">&amp;</span> <a name="idm27673-bb"></a><span class="identifier">get_old_deriv</span><span class="special">(</span><span class="keyword">void</span><span class="special">)</span><span class="special">;</span></pre></li> <li class="listitem"><pre class="literallayout"><span class="keyword">const</span> <span class="identifier">deriv_type</span> <span class="special">&amp;</span> <a name="idm27677-bb"></a><span class="identifier">get_old_deriv</span><span class="special">(</span><span class="keyword">void</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre></li> <li class="listitem"><pre class="literallayout"><span class="keyword">void</span> <a name="idm27681-bb"></a><span class="identifier">toggle_current_state</span><span class="special">(</span><span class="keyword">void</span><span class="special">)</span><span class="special">;</span></pre></li> </ol></div> </div> </div> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright © 2009-2015 Karsten Ahnert and Mario Mulansky<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="dense_output_runge_kutta.html"><img src="../../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../../header/boost/numeric/odeint/stepper/dense_output_runge_kutta_hpp.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="dense_output_rung_idm27685.html"><img src="../../../../../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
lib/JCommon-1.0.21/jcommon-1.0/javadoc/org/jfree/resources/JCommonResources.html
GliderWinchItems/GliderWinchj2
<!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.6.0_30) on Tue Mar 18 20:46:00 EDT 2014 --> <title>JCommonResources (JCommon Class Library (version 1.0.22))</title> <meta name="date" content="2014-03-18"> <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="JCommonResources (JCommon Class Library (version 1.0.22))"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../index-all.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>PREV CLASS</li> <li>NEXT CLASS</li> </ul> <ul class="navList"> <li><a href="../../../index.html?org/jfree/resources/JCommonResources.html" target="_top">FRAMES</a></li> <li><a href="JCommonResources.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_classes_inherited_from_class_java.util.ResourceBundle">NESTED</a>&nbsp;|&nbsp;</li> <li><a href="#fields_inherited_from_class_java.util.ResourceBundle">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"> <p class="subTitle">org.jfree.resources</p> <h2 title="Class JCommonResources" class="title">Class JCommonResources</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>java.util.ResourceBundle</li> <li> <ul class="inheritance"> <li>java.util.ListResourceBundle</li> <li> <ul class="inheritance"> <li>org.jfree.resources.JCommonResources</li> </ul> </li> </ul> </li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <hr> <br> <pre>public class <a href="../../../src-html/org/jfree/resources/JCommonResources.html#line.44">JCommonResources</a> extends java.util.ListResourceBundle</pre> <div class="block">Localised resources for the JCommon Class Library.</div> </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> <ul class="blockList"> <li class="blockList"><a name="nested_classes_inherited_from_class_java.util.ResourceBundle"> <!-- --> </a> <h3>Nested classes/interfaces inherited from class&nbsp;java.util.ResourceBundle</h3> <code>java.util.ResourceBundle.Control</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_java.util.ResourceBundle"> <!-- --> </a> <h3>Fields inherited from class&nbsp;java.util.ResourceBundle</h3> <code>parent</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/jfree/resources/JCommonResources.html#JCommonResources()">JCommonResources</a></strong>()</code> <div class="block">Default constructor.</div> </td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method_summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="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>java.lang.Object[][]</code></td> <td class="colLast"><code><strong><a href="../../../org/jfree/resources/JCommonResources.html#getContents()">getContents</a></strong>()</code> <div class="block">Returns the array of strings in the resource bundle.</div> </td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.util.ListResourceBundle"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.util.ListResourceBundle</h3> <code>getKeys, handleGetObject, handleKeySet</code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.util.ResourceBundle"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.util.ResourceBundle</h3> <code>clearCache, clearCache, containsKey, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, keySet, setParent</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>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="JCommonResources()"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>JCommonResources</h4> <pre>public&nbsp;<a href="../../../src-html/org/jfree/resources/JCommonResources.html#line.49">JCommonResources</a>()</pre> <div class="block">Default constructor.</div> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method_detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="getContents()"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>getContents</h4> <pre>public&nbsp;java.lang.Object[][]&nbsp;<a href="../../../src-html/org/jfree/resources/JCommonResources.html#line.59">getContents</a>()</pre> <div class="block">Returns the array of strings in the resource bundle.</div> <dl> <dt><strong>Specified by:</strong></dt> <dd><code>getContents</code>&nbsp;in class&nbsp;<code>java.util.ListResourceBundle</code></dd> <dt><span class="strong">Returns:</span></dt><dd>The resources.</dd></dl> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../index-all.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>PREV CLASS</li> <li>NEXT CLASS</li> </ul> <ul class="navList"> <li><a href="../../../index.html?org/jfree/resources/JCommonResources.html" target="_top">FRAMES</a></li> <li><a href="JCommonResources.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_classes_inherited_from_class_java.util.ResourceBundle">NESTED</a>&nbsp;|&nbsp;</li> <li><a href="#fields_inherited_from_class_java.util.ResourceBundle">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>
lib/JFreeChart-1.0.17/javadoc/org/jfree/chart/entity/class-use/LegendItemEntity.html
GliderWinchItems/GliderWinchj2
<!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.6.0_30) on Sat Mar 22 15:15:57 EDT 2014 --> <title>Uses of Class org.jfree.chart.entity.LegendItemEntity (JFreeChart Class Library (version 1.0.17))</title> <meta name="date" content="2014-03-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="Uses of Class org.jfree.chart.entity.LegendItemEntity (JFreeChart Class Library (version 1.0.17))"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../org/jfree/chart/entity/LegendItemEntity.html" title="class in org.jfree.chart.entity">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>PREV</li> <li>NEXT</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/jfree/chart/entity//class-useLegendItemEntity.html" target="_top">FRAMES</a></li> <li><a href="LegendItemEntity.html" target="_top">NO FRAMES</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class org.jfree.chart.entity.LegendItemEntity" class="title">Uses of Class<br>org.jfree.chart.entity.LegendItemEntity</h2> </div> <div class="classUseContainer">No usage of org.jfree.chart.entity.LegendItemEntity</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../org/jfree/chart/entity/LegendItemEntity.html" title="class in org.jfree.chart.entity">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>PREV</li> <li>NEXT</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/jfree/chart/entity//class-useLegendItemEntity.html" target="_top">FRAMES</a></li> <li><a href="LegendItemEntity.html" target="_top">NO FRAMES</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
vending-machine-kata/apache-ant-1.9.7/manual/api/org/apache/tools/ant/taskdefs/condition/Equals.html
mntamim/vending-machine-kata
<!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_95) on Sat Apr 09 08:38:35 CEST 2016 --> <title>Equals (Apache Ant API)</title> <meta name="date" content="2016-04-09"> <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="Equals (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/condition/Contains.html" title="class in org.apache.tools.ant.taskdefs.condition"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../../../org/apache/tools/ant/taskdefs/condition/FilesMatch.html" title="class in org.apache.tools.ant.taskdefs.condition"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/tools/ant/taskdefs/condition/Equals.html" target="_top">Frames</a></li> <li><a href="Equals.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">org.apache.tools.ant.taskdefs.condition</div> <h2 title="Class Equals" class="title">Class Equals</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>org.apache.tools.ant.taskdefs.condition.Equals</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Implemented Interfaces:</dt> <dd><a href="../../../../../../org/apache/tools/ant/taskdefs/condition/Condition.html" title="interface in org.apache.tools.ant.taskdefs.condition">Condition</a></dd> </dl> <hr> <br> <pre>public class <span class="strong">Equals</span> extends java.lang.Object implements <a href="../../../../../../org/apache/tools/ant/taskdefs/condition/Condition.html" title="interface in org.apache.tools.ant.taskdefs.condition">Condition</a></pre> <div class="block">Simple comparison condition.</div> <dl><dt><span class="strong">Since:</span></dt> <dd>Ant 1.4</dd></dl> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><strong><a href="../../../../../../org/apache/tools/ant/taskdefs/condition/Equals.html#Equals()">Equals</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>boolean</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/apache/tools/ant/taskdefs/condition/Equals.html#eval()">eval</a></strong>()</code> <div class="block">Is this condition true?</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/condition/Equals.html#setArg1(java.lang.Object)">setArg1</a></strong>(java.lang.Object&nbsp;arg1)</code> <div class="block">Set the first argument</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/condition/Equals.html#setArg1(java.lang.String)">setArg1</a></strong>(java.lang.String&nbsp;a1)</code> <div class="block">Set the first string</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/condition/Equals.html#setArg2(java.lang.Object)">setArg2</a></strong>(java.lang.Object&nbsp;arg2)</code> <div class="block">Set the second argument</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/condition/Equals.html#setArg2(java.lang.String)">setArg2</a></strong>(java.lang.String&nbsp;a2)</code> <div class="block">Set the second string</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/condition/Equals.html#setCasesensitive(boolean)">setCasesensitive</a></strong>(boolean&nbsp;b)</code> <div class="block">Should the comparison be case sensitive?</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/condition/Equals.html#setForcestring(boolean)">setForcestring</a></strong>(boolean&nbsp;forcestring)</code> <div class="block">Set whether to force string comparisons for non-equal, non-string objects.</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/condition/Equals.html#setTrim(boolean)">setTrim</a></strong>(boolean&nbsp;b)</code> <div class="block">Should we want to trim the arguments before comparing them?</div> </td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, 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="Equals()"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>Equals</h4> <pre>public&nbsp;Equals()</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method_detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="setArg1(java.lang.Object)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setArg1</h4> <pre>public&nbsp;void&nbsp;setArg1(java.lang.Object&nbsp;arg1)</pre> <div class="block">Set the first argument</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>arg1</code> - the first argument.</dd><dt><span class="strong">Since:</span></dt> <dd>Ant 1.8</dd></dl> </li> </ul> <a name="setArg1(java.lang.String)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setArg1</h4> <pre>public&nbsp;void&nbsp;setArg1(java.lang.String&nbsp;a1)</pre> <div class="block">Set the first string</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>a1</code> - the first string</dd></dl> </li> </ul> <a name="setArg2(java.lang.Object)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setArg2</h4> <pre>public&nbsp;void&nbsp;setArg2(java.lang.Object&nbsp;arg2)</pre> <div class="block">Set the second argument</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>arg2</code> - the second argument.</dd><dt><span class="strong">Since:</span></dt> <dd>Ant 1.8</dd></dl> </li> </ul> <a name="setArg2(java.lang.String)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setArg2</h4> <pre>public&nbsp;void&nbsp;setArg2(java.lang.String&nbsp;a2)</pre> <div class="block">Set the second string</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>a2</code> - the second string</dd></dl> </li> </ul> <a name="setTrim(boolean)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setTrim</h4> <pre>public&nbsp;void&nbsp;setTrim(boolean&nbsp;b)</pre> <div class="block">Should we want to trim the arguments before comparing them?</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>b</code> - if true trim the arguments</dd><dt><span class="strong">Since:</span></dt> <dd>Ant 1.5</dd></dl> </li> </ul> <a name="setCasesensitive(boolean)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setCasesensitive</h4> <pre>public&nbsp;void&nbsp;setCasesensitive(boolean&nbsp;b)</pre> <div class="block">Should the comparison be case sensitive?</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>b</code> - if true use a case sensitive comparison (this is the default)</dd><dt><span class="strong">Since:</span></dt> <dd>Ant 1.5</dd></dl> </li> </ul> <a name="setForcestring(boolean)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setForcestring</h4> <pre>public&nbsp;void&nbsp;setForcestring(boolean&nbsp;forcestring)</pre> <div class="block">Set whether to force string comparisons for non-equal, non-string objects. This allows object properties (legal in Ant 1.8.x+) to be compared as strings.</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>forcestring</code> - value to set</dd><dt><span class="strong">Since:</span></dt> <dd>Ant 1.8.1</dd></dl> </li> </ul> <a name="eval()"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>eval</h4> <pre>public&nbsp;boolean&nbsp;eval() throws <a href="../../../../../../org/apache/tools/ant/BuildException.html" title="class in org.apache.tools.ant">BuildException</a></pre> <div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../../../org/apache/tools/ant/taskdefs/condition/Condition.html#eval()">Condition</a></code></strong></div> <div class="block">Is this condition true?</div> <dl> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../../../../../org/apache/tools/ant/taskdefs/condition/Condition.html#eval()">eval</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../org/apache/tools/ant/taskdefs/condition/Condition.html" title="interface in org.apache.tools.ant.taskdefs.condition">Condition</a></code></dd> <dt><span class="strong">Returns:</span></dt><dd>true if the two strings are equal</dd> <dt><span class="strong">Throws:</span></dt> <dd><code><a href="../../../../../../org/apache/tools/ant/BuildException.html" title="class in org.apache.tools.ant">BuildException</a></code> - if the attributes are not set correctly</dd></dl> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="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/condition/Contains.html" title="class in org.apache.tools.ant.taskdefs.condition"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../../../org/apache/tools/ant/taskdefs/condition/FilesMatch.html" title="class in org.apache.tools.ant.taskdefs.condition"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/tools/ant/taskdefs/condition/Equals.html" target="_top">Frames</a></li> <li><a href="Equals.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
basics/intents/index.html
liyi828328/android-training-course-in-chinese
<!DOCTYPE HTML> <html lang="en-US" manifest="../../manifest.appcache"> <head> <meta charset="UTF-8"> <title>与其他应用的交互 | Google Android官方培训课程中文版</title> <meta content="text/html; charset=utf-8" http-equiv="Content-Type"> <meta name="description" content=""> <meta name="generator" content="GitBook 0.5.2"> <meta name="HandheldFriendly" content="true"/> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black"> <link rel="shortcut icon" href="../../gitbook/images/favicon.ico" type="image/x-icon"> <meta name="author" content="kesenhoo"> <link rel="next" href="../../basics/intents/sending.html" /> <link rel="prev" href="../../basics/data-storage/database.html" /> </head> <body> <link rel="stylesheet" href="../../gitbook/style.css"> <div class="book" data-github="kesenhoo/android-training-course-in-chinese" data-level="2.7" data-basepath="../.." data-revision="1406482464556"> <div class="book-header"> <!-- Actions Left --> <a href="#" class="btn pull-left toggle-summary" aria-label="Toggle summary"><i class="fa fa-align-justify"></i></a> <a href="https://github.com/kesenhoo/android-training-course-in-chinese" target="_blank" class="btn pull-left home-bookmark" aria-label="GitHub home"><i class="fa fa-bookmark-o"></i></a> <a href="#" class="btn pull-left toggle-search" aria-label="Toggle search"><i class="fa fa-search"></i></a> <span id="font-settings-wrapper"> <a href="#" class="btn pull-left toggle-font-settings" aria-label="Toggle font settings"><i class="fa fa-font"></i> </a> <div class="dropdown-menu font-settings"> <div class="dropdown-caret"> <span class="caret-outer"></span> <span class="caret-inner"></span> </div> <div class="btn-group btn-block"> <button id="reduce-font-size" class="btn btn-default">A</button> <button id="enlarge-font-size" class="btn btn-default">A</button> </div> <ul class="list-group font-family-list"> <li class="list-group-item" data-font="0">Serif</li> <li class="list-group-item" data-font="1">Sans</li> </ul> <div class="btn-group btn-group-xs btn-block color-theme-list"> <button type="button" class="btn btn-default" id="color-theme-preview-0" data-theme="0">White</button> <button type="button" class="btn btn-default" id="color-theme-preview-1" data-theme="1">Sepia</button> <button type="button" class="btn btn-default" id="color-theme-preview-2" data-theme="2">Night</button> </div> </div> </span> <!-- Actions Right --> <a href="#" target="_blank" class="btn pull-right google-plus-sharing-link sharing-link" data-sharing="google-plus" aria-label="Share on Google Plus"><i class="fa fa-google-plus"></i></a> <a href="#" target="_blank" class="btn pull-right facebook-sharing-link sharing-link" data-sharing="facebook" aria-label="Share on Facebook"><i class="fa fa-facebook"></i></a> <a href="#" target="_blank" class="btn pull-right twitter-sharing-link sharing-link" data-sharing="twitter" aria-label="Share on Twitter"><i class="fa fa-twitter"></i></a> <a href="https://github.com/kesenhoo/android-training-course-in-chinese/stargazers" target="_blank" class="btn pull-right count-star hidden-xs"><i class="fa fa-star-o"></i> Star (<span>-</span>)</a> <a href="https://github.com/kesenhoo/android-training-course-in-chinese/watchers" target="_blank" class="btn pull-right count-watch hidden-xs"><i class="fa fa-eye"></i> Watch (<span>-</span>)</a> <!-- Title --> <h1> <i class="fa fa-spinner fa-spin"></i> <a href="../../" >Google Android官方培训课程中文版</a> </h1> </div> <div class="book-summary"> <div class="book-search"> <input type="text" placeholder="Search" class="form-control" /> </div> <ul class="summary"> <li> <a href="https://github.com/kesenhoo" target="blank" class="author-link">About the author</a> </li> <li> <a href="https://github.com/kesenhoo/android-training-course-in-chinese/issues" target="blank"class="issues-link">Questions and Issues</a> </li> <li> <a href="https://github.com/kesenhoo/android-training-course-in-chinese/edit/master/basics/intents/index.md" target="blank" class="contribute-link">Edit and Contribute</a> </li> <li class="divider"></li> <li data-level="0" data-path="index.html"> <a href="../../"><i class="fa fa-check"></i> Introduction</a> </li> <li class="chapter " data-level="1" data-path="index.html"> <a href="../../index.html"> <i class="fa fa-check"></i> <b>1.</b> 序言 </a> </li> <li class="chapter " data-level="2" data-path="basics/index.html"> <a href="../../basics/index.html"> <i class="fa fa-check"></i> <b>2.</b> Android入门基础:从这里开始 </a> <ul class="articles"> <li class="chapter " data-level="2.1" data-path="basics/firstapp/index.html"> <a href="../../basics/firstapp/index.html"> <i class="fa fa-check"></i> <b>2.1.</b> 建立你的第一个App </a> <ul class="articles"> <li class="chapter " data-level="2.1.1" data-path="basics/firstapp/creating-project.html"> <a href="../../basics/firstapp/creating-project.html"> <i class="fa fa-check"></i> <b>2.1.1.</b> 创建一个Android项目 </a> </li> <li class="chapter " data-level="2.1.2" data-path="basics/firstapp/running-app.html"> <a href="../../basics/firstapp/running-app.html"> <i class="fa fa-check"></i> <b>2.1.2.</b> 执行你的程序 </a> </li> <li class="chapter " data-level="2.1.3" data-path="basics/firstapp/building-ui.html"> <a href="../../basics/firstapp/building-ui.html"> <i class="fa fa-check"></i> <b>2.1.3.</b> 建立一个简单的用户界面 </a> </li> <li class="chapter " data-level="2.1.4" data-path="basics/firstapp/starting-activity.html"> <a href="../../basics/firstapp/starting-activity.html"> <i class="fa fa-check"></i> <b>2.1.4.</b> 启动另外的Activity </a> </li> </ul> </li> <li class="chapter " data-level="2.2" data-path="basics/actionbar/index.html"> <a href="../../basics/actionbar/index.html"> <i class="fa fa-check"></i> <b>2.2.</b> 添加ActionBar </a> <ul class="articles"> <li class="chapter " data-level="2.2.1" data-path="basics/actionbar/setting-up.html"> <a href="../../basics/actionbar/setting-up.html"> <i class="fa fa-check"></i> <b>2.2.1.</b> 建立ActionBar </a> </li> <li class="chapter " data-level="2.2.2" data-path="basics/actionbar/adding-buttons.html"> <a href="../../basics/actionbar/adding-buttons.html"> <i class="fa fa-check"></i> <b>2.2.2.</b> 添加Action按钮 </a> </li> <li class="chapter " data-level="2.2.3" data-path="basics/actionbar/styling.html"> <a href="../../basics/actionbar/styling.html"> <i class="fa fa-check"></i> <b>2.2.3.</b> ActionBar的风格化 </a> </li> <li class="chapter " data-level="2.2.4" data-path="basics/actionbar/overlaying.html"> <a href="../../basics/actionbar/overlaying.html"> <i class="fa fa-check"></i> <b>2.2.4.</b> ActionBar的覆盖层叠 </a> </li> </ul> </li> <li class="chapter " data-level="2.3" data-path="basics/supporting-devices/index.html"> <a href="../../basics/supporting-devices/index.html"> <i class="fa fa-check"></i> <b>2.3.</b> 兼容不同的设备 </a> <ul class="articles"> <li class="chapter " data-level="2.3.1" data-path="basics/supporting-devices/languages.html"> <a href="../../basics/supporting-devices/languages.html"> <i class="fa fa-check"></i> <b>2.3.1.</b> 适配不同的语言 </a> </li> <li class="chapter " data-level="2.3.2" data-path="basics/supporting-devices/screens.html"> <a href="../../basics/supporting-devices/screens.html"> <i class="fa fa-check"></i> <b>2.3.2.</b> 适配不同的屏幕 </a> </li> <li class="chapter " data-level="2.3.3" data-path="basics/supporting-devices/platforms.html"> <a href="../../basics/supporting-devices/platforms.html"> <i class="fa fa-check"></i> <b>2.3.3.</b> 适配不同的系统版本 </a> </li> </ul> </li> <li class="chapter " data-level="2.4" data-path="basics/activity-lifecycle/index.html"> <a href="../../basics/activity-lifecycle/index.html"> <i class="fa fa-check"></i> <b>2.4.</b> 管理Activity的生命周期 </a> <ul class="articles"> <li class="chapter " data-level="2.4.1" data-path="basics/activity-lifecycle/starting.html"> <a href="../../basics/activity-lifecycle/starting.html"> <i class="fa fa-check"></i> <b>2.4.1.</b> 启动与销毁Activity </a> </li> <li class="chapter " data-level="2.4.2" data-path="basics/activity-lifecycle/pausing.html"> <a href="../../basics/activity-lifecycle/pausing.html"> <i class="fa fa-check"></i> <b>2.4.2.</b> 暂停与恢复Activity </a> </li> <li class="chapter " data-level="2.4.3" data-path="basics/activity-lifecycle/stopping.html"> <a href="../../basics/activity-lifecycle/stopping.html"> <i class="fa fa-check"></i> <b>2.4.3.</b> 停止与重启Activity </a> </li> <li class="chapter " data-level="2.4.4" data-path="basics/activity-lifecycle/recreating.html"> <a href="../../basics/activity-lifecycle/recreating.html"> <i class="fa fa-check"></i> <b>2.4.4.</b> 重新创建Activity </a> </li> </ul> </li> <li class="chapter " data-level="2.5" data-path="basics/fragments/index.html"> <a href="../../basics/fragments/index.html"> <i class="fa fa-check"></i> <b>2.5.</b> 使用Fragment建立动态的UI </a> <ul class="articles"> <li class="chapter " data-level="2.5.1" data-path="basics/fragments/creating.html"> <a href="../../basics/fragments/creating.html"> <i class="fa fa-check"></i> <b>2.5.1.</b> 创建一个Fragment </a> </li> <li class="chapter " data-level="2.5.2" data-path="basics/fragments/fragment-ui.html"> <a href="../../basics/fragments/fragment-ui.html"> <i class="fa fa-check"></i> <b>2.5.2.</b> 建立灵活动态的UI </a> </li> <li class="chapter " data-level="2.5.3" data-path="basics/fragments/communicating.html"> <a href="../../basics/fragments/communicating.html"> <i class="fa fa-check"></i> <b>2.5.3.</b> Fragments之间的交互 </a> </li> </ul> </li> <li class="chapter " data-level="2.6" data-path="basics/data-storage/index.html"> <a href="../../basics/data-storage/index.html"> <i class="fa fa-check"></i> <b>2.6.</b> 数据保存 </a> <ul class="articles"> <li class="chapter " data-level="2.6.1" data-path="basics/data-storage/shared-preference.html"> <a href="../../basics/data-storage/shared-preference.html"> <i class="fa fa-check"></i> <b>2.6.1.</b> 保存到Preference </a> </li> <li class="chapter " data-level="2.6.2" data-path="basics/data-storage/files.html"> <a href="../../basics/data-storage/files.html"> <i class="fa fa-check"></i> <b>2.6.2.</b> 保存到文件 </a> </li> <li class="chapter " data-level="2.6.3" data-path="basics/data-storage/database.html"> <a href="../../basics/data-storage/database.html"> <i class="fa fa-check"></i> <b>2.6.3.</b> 保存到数据库 </a> </li> </ul> </li> <li class="chapter " data-level="2.7" data-path="basics/intents/index.html"> <a href="../../basics/intents/index.html"> <i class="fa fa-check"></i> <b>2.7.</b> 与其他应用的交互 </a> <ul class="articles"> <li class="chapter " data-level="2.7.1" data-path="basics/intents/sending.html"> <a href="../../basics/intents/sending.html"> <i class="fa fa-check"></i> <b>2.7.1.</b> Intent的发送 </a> </li> <li class="chapter " data-level="2.7.2" data-path="basics/intents/result.html"> <a href="../../basics/intents/result.html"> <i class="fa fa-check"></i> <b>2.7.2.</b> 接收Activity返回的结果 </a> </li> <li class="chapter " data-level="2.7.3" data-path="basics/intents/filters.html"> <a href="../../basics/intents/filters.html"> <i class="fa fa-check"></i> <b>2.7.3.</b> Intent过滤 </a> </li> </ul> </li> </ul> </li> <li class="chapter " data-level="3" data-path="building-content-sharing.html"> <a href="../../building-content-sharing.html"> <i class="fa fa-check"></i> <b>3.</b> Android分享操作 </a> <ul class="articles"> <li class="chapter " data-level="3.1" data-path="content-sharing/sharing/index.html"> <a href="../../content-sharing/sharing/index.html"> <i class="fa fa-check"></i> <b>3.1.</b> 分享简单的数据 </a> <ul class="articles"> <li class="chapter " data-level="3.1.1" data-path="content-sharing/sharing/send.html"> <a href="../../content-sharing/sharing/send.html"> <i class="fa fa-check"></i> <b>3.1.1.</b> 给其他App发送简单的数据 </a> </li> <li class="chapter " data-level="3.1.2" data-path="content-sharing/sharing/receive.html"> <a href="../../content-sharing/sharing/receive.html"> <i class="fa fa-check"></i> <b>3.1.2.</b> 接收从其他App返回的数据 </a> </li> <li class="chapter " data-level="3.1.3" data-path="content-sharing/sharing/shareaction.html"> <a href="../../content-sharing/sharing/shareaction.html"> <i class="fa fa-check"></i> <b>3.1.3.</b> 给ActionBar增加分享功能 </a> </li> </ul> </li> <li class="chapter " data-level="3.2" data-path="content-sharing/secure-file-sharing/index.html"> <a href="../../content-sharing/secure-file-sharing/index.html"> <i class="fa fa-check"></i> <b>3.2.</b> 分享文件 </a> <ul class="articles"> <li class="chapter " data-level="3.2.1" data-path="content-sharing/secure-file-sharing/setup-sharing.html"> <a href="../../content-sharing/secure-file-sharing/setup-sharing.html"> <i class="fa fa-check"></i> <b>3.2.1.</b> 建立文件分享 </a> </li> <li class="chapter " data-level="3.2.2" data-path="content-sharing/secure-file-sharing/sharing-file.html"> <a href="../../content-sharing/secure-file-sharing/sharing-file.html"> <i class="fa fa-check"></i> <b>3.2.2.</b> 分享文件 </a> </li> <li class="chapter " data-level="3.2.3" data-path="content-sharing/secure-file-sharing/request-file.html"> <a href="../../content-sharing/secure-file-sharing/request-file.html"> <i class="fa fa-check"></i> <b>3.2.3.</b> 请求分享一个文件 </a> </li> <li class="chapter " data-level="3.2.4" data-path="content-sharing/secure-file-sharing/retrieve-info.html"> <a href="../../content-sharing/secure-file-sharing/retrieve-info.html"> <i class="fa fa-check"></i> <b>3.2.4.</b> 获取文件信息 </a> </li> </ul> </li> <li class="chapter " data-level="3.3" data-path="content-sharing/beam-files/index.html"> <a href="../../content-sharing/beam-files/index.html"> <i class="fa fa-check"></i> <b>3.3.</b> 使用NFC分享文件 </a> <ul class="articles"> <li class="chapter " data-level="3.3.1" data-path="content-sharing/beam-files/sending-files.html"> <a href="../../content-sharing/beam-files/sending-files.html"> <i class="fa fa-check"></i> <b>3.3.1.</b> 发送文件给其他设备 </a> </li> <li class="chapter " data-level="3.3.2" data-path="content-sharing/beam-files/receive-files.html"> <a href="../../content-sharing/beam-files/receive-files.html"> <i class="fa fa-check"></i> <b>3.3.2.</b> 接收其他设备的文件 </a> </li> </ul> </li> </ul> </li> <li class="chapter " data-level="4" data-path="building-multimedia.html"> <a href="../../building-multimedia.html"> <i class="fa fa-check"></i> <b>4.</b> Android多媒体 </a> <ul class="articles"> <li class="chapter " data-level="4.1" data-path="multimedia/audio/index.html"> <a href="../../multimedia/audio/index.html"> <i class="fa fa-check"></i> <b>4.1.</b> 管理音频播放 </a> <ul class="articles"> <li class="chapter " data-level="4.1.1" data-path="multimedia/audio/volume-playback.html"> <a href="../../multimedia/audio/volume-playback.html"> <i class="fa fa-check"></i> <b>4.1.1.</b> 控制音量与音频播放 </a> </li> <li class="chapter " data-level="4.1.2" data-path="multimedia/audio/audio-focus.html"> <a href="../../multimedia/audio/audio-focus.html"> <i class="fa fa-check"></i> <b>4.1.2.</b> 管理音频焦点 </a> </li> <li class="chapter " data-level="4.1.3" data-path="multimedia/audio/volume-playback.html"> <a href="../../multimedia/audio/volume-playback.html"> <i class="fa fa-check"></i> <b>4.1.3.</b> 控制你得应用的音量与播放 </a> </li> <li class="chapter " data-level="4.1.4" data-path="multimedia/audio/audio-output.html"> <a href="../../multimedia/audio/audio-output.html"> <i class="fa fa-check"></i> <b>4.1.4.</b> 兼容音频输出设备 </a> </li> </ul> </li> <li class="chapter " data-level="4.2" data-path="multimedia/camera/index.html"> <a href="../../multimedia/camera/index.html"> <i class="fa fa-check"></i> <b>4.2.</b> 拍照 </a> <ul class="articles"> <li class="chapter " data-level="4.2.1" data-path="multimedia/camera/photobasic.html"> <a href="../../multimedia/camera/photobasic.html"> <i class="fa fa-check"></i> <b>4.2.1.</b> 简单的拍照 </a> </li> <li class="chapter " data-level="4.2.2" data-path="multimedia/camera/videobasic.html"> <a href="../../multimedia/camera/videobasic.html"> <i class="fa fa-check"></i> <b>4.2.2.</b> 简单的录像 </a> </li> <li class="chapter " data-level="4.2.3" data-path="multimedia/camera/cameradirect.html"> <a href="../../multimedia/camera/cameradirect.html"> <i class="fa fa-check"></i> <b>4.2.3.</b> 控制相机硬件 </a> </li> </ul> </li> <li class="chapter " data-level="4.3" data-path="multimedia/printing/index.html"> <a href="../../multimedia/printing/index.html"> <i class="fa fa-check"></i> <b>4.3.</b> 打印 </a> <ul class="articles"> <li class="chapter " data-level="4.3.1" data-path="multimedia/printing/photos.html"> <a href="../../multimedia/printing/photos.html"> <i class="fa fa-check"></i> <b>4.3.1.</b> 打印照片 </a> </li> <li class="chapter " data-level="4.3.2" data-path="multimedia/printing/html-docs.html"> <a href="../../multimedia/printing/html-docs.html"> <i class="fa fa-check"></i> <b>4.3.2.</b> 打印HTML文档 </a> </li> <li class="chapter " data-level="4.3.3" data-path="multimedia/printing/custom-docs.html"> <a href="../../multimedia/printing/custom-docs.html"> <i class="fa fa-check"></i> <b>4.3.3.</b> 打印自定义文档 </a> </li> </ul> </li> </ul> </li> <li class="chapter " data-level="5" data-path="building-graphics.html"> <a href="../../building-graphics.html"> <i class="fa fa-check"></i> <b>5.</b> Android图像与动画 </a> <ul class="articles"> <li class="chapter " data-level="5.1" data-path="graphics/displaying-bitmaps/index.html"> <a href="../../graphics/displaying-bitmaps/index.html"> <i class="fa fa-check"></i> <b>5.1.</b> 高效显示Bitmap </a> <ul class="articles"> <li class="chapter " data-level="5.1.1" data-path="graphics/displaying-bitmaps/load-bitmap.html"> <a href="../../graphics/displaying-bitmaps/load-bitmap.html"> <i class="fa fa-check"></i> <b>5.1.1.</b> 高效加载大图 </a> </li> <li class="chapter " data-level="5.1.2" data-path="graphics/displaying-bitmaps/process-bitmap.html"> <a href="../../graphics/displaying-bitmaps/process-bitmap.html"> <i class="fa fa-check"></i> <b>5.1.2.</b> 非UI线程处理Bitmap </a> </li> <li class="chapter " data-level="5.1.3" data-path="graphics/displaying-bitmaps/cache-bitmap.html"> <a href="../../graphics/displaying-bitmaps/cache-bitmap.html"> <i class="fa fa-check"></i> <b>5.1.3.</b> 缓存Bitmap </a> </li> <li class="chapter " data-level="5.1.4" data-path="graphics/displaying-bitmaps/manage-bitmap-memory.html"> <a href="../../graphics/displaying-bitmaps/manage-bitmap-memory.html"> <i class="fa fa-check"></i> <b>5.1.4.</b> 管理Bitmap的内存占用 </a> </li> <li class="chapter " data-level="5.1.5" data-path="graphics/displaying-bitmaps/display-bitmap.html"> <a href="../../graphics/displaying-bitmaps/display-bitmap.html"> <i class="fa fa-check"></i> <b>5.1.5.</b> 在UI上显示Bitmap </a> </li> </ul> </li> <li class="chapter " data-level="5.2" data-path="graphics/opengl/index.html"> <a href="../../graphics/opengl/index.html"> <i class="fa fa-check"></i> <b>5.2.</b> 使用OpenGL ES显示图像 </a> <ul class="articles"> <li class="chapter " data-level="5.2.1" data-path="graphics/opengl/environment.html"> <a href="../../graphics/opengl/environment.html"> <i class="fa fa-check"></i> <b>5.2.1.</b> 建立OpenGL ES的环境 </a> </li> <li class="chapter " data-level="5.2.2" data-path="graphics/opengl/shapes.html"> <a href="../../graphics/opengl/shapes.html"> <i class="fa fa-check"></i> <b>5.2.2.</b> 定义Shapes </a> </li> <li class="chapter " data-level="5.2.3" data-path="graphics/opengl/draw.html"> <a href="../../graphics/opengl/draw.html"> <i class="fa fa-check"></i> <b>5.2.3.</b> 绘制Shapes </a> </li> <li class="chapter " data-level="5.2.4" data-path="graphics/opengl/projection.html"> <a href="../../graphics/opengl/projection.html"> <i class="fa fa-check"></i> <b>5.2.4.</b> 运用投影与相机视图 </a> </li> <li class="chapter " data-level="5.2.5" data-path="graphics/opengl/motion.html"> <a href="../../graphics/opengl/motion.html"> <i class="fa fa-check"></i> <b>5.2.5.</b> 添加移动 </a> </li> <li class="chapter " data-level="5.2.6" data-path="graphics/opengl/touch.html"> <a href="../../graphics/opengl/touch.html"> <i class="fa fa-check"></i> <b>5.2.6.</b> 响应触摸事件 </a> </li> </ul> </li> <li class="chapter " data-level="5.3" data-path="animations/index.html"> <a href="../../animations/index.html"> <i class="fa fa-check"></i> <b>5.3.</b> 添加动画 </a> <ul class="articles"> <li class="chapter " data-level="5.3.1" data-path="animations/crossfade.html"> <a href="../../animations/crossfade.html"> <i class="fa fa-check"></i> <b>5.3.1.</b> View间渐变 </a> </li> <li class="chapter " data-level="5.3.2" data-path="animations/screen-slide.html"> <a href="../../animations/screen-slide.html"> <i class="fa fa-check"></i> <b>5.3.2.</b> 使用ViewPager实现屏幕滑动 </a> </li> <li class="chapter " data-level="5.3.3" data-path="animations/cardflip.html"> <a href="../../animations/cardflip.html"> <i class="fa fa-check"></i> <b>5.3.3.</b> 展示卡片翻转动画 </a> </li> <li class="chapter " data-level="5.3.4" data-path="animations/zoom.html"> <a href="../../animations/zoom.html"> <i class="fa fa-check"></i> <b>5.3.4.</b> 缩放View </a> </li> <li class="chapter " data-level="5.3.5" data-path="animations/layout.html"> <a href="../../animations/layout.html"> <i class="fa fa-check"></i> <b>5.3.5.</b> 布局变更动画 </a> </li> </ul> </li> </ul> </li> <li class="chapter " data-level="6" data-path="building-connectivity.html"> <a href="../../building-connectivity.html"> <i class="fa fa-check"></i> <b>6.</b> Android网络连接与云服务 </a> <ul class="articles"> <li class="chapter " data-level="6.1" data-path="connectivity/connect-devices-wireless/index.html"> <a href="../../connectivity/connect-devices-wireless/index.html"> <i class="fa fa-check"></i> <b>6.1.</b> 无线连接设备 </a> <ul class="articles"> <li class="chapter " data-level="6.1.1" data-path="connectivity/connect-devices-wireless/nsd.html"> <a href="../../connectivity/connect-devices-wireless/nsd.html"> <i class="fa fa-check"></i> <b>6.1.1.</b> 使得网络服务可发现 </a> </li> <li class="chapter " data-level="6.1.2" data-path="connectivity/connect-devices-wireless/wifi-direct.html"> <a href="../../connectivity/connect-devices-wireless/wifi-direct.html"> <i class="fa fa-check"></i> <b>6.1.2.</b> 使用WiFi建立P2P连接 </a> </li> <li class="chapter " data-level="6.1.3" data-path="connectivity/connect-devices-wireless/nsd-wifi-index.html"> <a href="../../connectivity/connect-devices-wireless/nsd-wifi-index.html"> <i class="fa fa-check"></i> <b>6.1.3.</b> 使用WiFi P2P服务 </a> </li> </ul> </li> <li class="chapter " data-level="6.2" data-path="connectivity/network-ops/index.html"> <a href="../../connectivity/network-ops/index.html"> <i class="fa fa-check"></i> <b>6.2.</b> 网络连接操作 </a> <ul class="articles"> <li class="chapter " data-level="6.2.1" data-path="connectivity/network-ops/connecting.html"> <a href="../../connectivity/network-ops/connecting.html"> <i class="fa fa-check"></i> <b>6.2.1.</b> 连接到网络 </a> </li> <li class="chapter " data-level="6.2.2" data-path="connectivity/network-ops/managing.html"> <a href="../../connectivity/network-ops/managing.html"> <i class="fa fa-check"></i> <b>6.2.2.</b> 管理使用的网络 </a> </li> <li class="chapter " data-level="6.2.3" data-path="connectivity/network-ops/xml.html"> <a href="../../connectivity/network-ops/xml.html"> <i class="fa fa-check"></i> <b>6.2.3.</b> 解析XML数据 </a> </li> </ul> </li> <li class="chapter " data-level="6.3" data-path="connectivity/efficient-downloads/index.html"> <a href="../../connectivity/efficient-downloads/index.html"> <i class="fa fa-check"></i> <b>6.3.</b> 高效下载 </a> <ul class="articles"> <li class="chapter " data-level="6.3.1" data-path="connectivity/efficient-downloads/efficient-network-access.html"> <a href="../../connectivity/efficient-downloads/efficient-network-access.html"> <i class="fa fa-check"></i> <b>6.3.1.</b> 为网络访问更加高效而优化下载 </a> </li> <li class="chapter " data-level="6.3.2" data-path="connectivity/efficient-downloads/regular-update.html"> <a href="../../connectivity/efficient-downloads/regular-update.html"> <i class="fa fa-check"></i> <b>6.3.2.</b> 最小化更新操作的影响 </a> </li> <li class="chapter " data-level="6.3.3" data-path="connectivity/efficient-downloads/redundant-redundant.html"> <a href="../../connectivity/efficient-downloads/redundant-redundant.html"> <i class="fa fa-check"></i> <b>6.3.3.</b> 避免下载多余的数据 </a> </li> <li class="chapter " data-level="6.3.4" data-path="connectivity/efficient-downloads/connectivity-patterns.html"> <a href="../../connectivity/efficient-downloads/connectivity-patterns.html"> <i class="fa fa-check"></i> <b>6.3.4.</b> 根据网络类型改变下载模式 </a> </li> </ul> </li> <li class="chapter " data-level="6.4" data-path="connectivity/sync-adapters/index.html"> <a href="../../connectivity/sync-adapters/index.html"> <i class="fa fa-check"></i> <b>6.4.</b> 使用Sync Adapter传输数据 </a> <ul class="articles"> <li class="chapter " data-level="6.4.1" data-path="connectivity/sync-adapters/create-authenticator.html"> <a href="../../connectivity/sync-adapters/create-authenticator.html"> <i class="fa fa-check"></i> <b>6.4.1.</b> 创建Stub授权器 </a> </li> <li class="chapter " data-level="6.4.2" data-path="connectivity/sync-adapters/create-stub-provider.html"> <a href="../../connectivity/sync-adapters/create-stub-provider.html"> <i class="fa fa-check"></i> <b>6.4.2.</b> 创建Stub Content Provider </a> </li> <li class="chapter " data-level="6.4.3" data-path="connectivity/sync-adapters/create-sync-adapter.html"> <a href="../../connectivity/sync-adapters/create-sync-adapter.html"> <i class="fa fa-check"></i> <b>6.4.3.</b> 创建Sync Adpater </a> </li> <li class="chapter " data-level="6.4.4" data-path="connectivity/sync-adapters/running-sync-adapter.html"> <a href="../../connectivity/sync-adapters/running-sync-adapter.html"> <i class="fa fa-check"></i> <b>6.4.4.</b> 执行Sync Adpater </a> </li> </ul> </li> <li class="chapter " data-level="6.5" data-path="connectivity/volley/index.html"> <a href="../../connectivity/volley/index.html"> <i class="fa fa-check"></i> <b>6.5.</b> 使用Volley执行网络数据传输 </a> <ul class="articles"> <li class="chapter " data-level="6.5.1" data-path="connectivity/volley/simple.html"> <a href="../../connectivity/volley/simple.html"> <i class="fa fa-check"></i> <b>6.5.1.</b> 发送简单的网络请求 </a> </li> <li class="chapter " data-level="6.5.2" data-path="connectivity/volley/request-queue.html"> <a href="../../connectivity/volley/request-queue.html"> <i class="fa fa-check"></i> <b>6.5.2.</b> 建立请求队列 </a> </li> <li class="chapter " data-level="6.5.3" data-path="connectivity/volley/request.html"> <a href="../../connectivity/volley/request.html"> <i class="fa fa-check"></i> <b>6.5.3.</b> 创建标准的网络请求 </a> </li> <li class="chapter " data-level="6.5.4" data-path="connectivity/volley/request-custom.html"> <a href="../../connectivity/volley/request-custom.html"> <i class="fa fa-check"></i> <b>6.5.4.</b> 实现自定义的网络请求 </a> </li> </ul> </li> <li class="chapter " data-level="6.6" data-path="cloud/cloudsync/index.html"> <a href="../../cloud/cloudsync/index.html"> <i class="fa fa-check"></i> <b>6.6.</b> 云同步 </a> <ul class="articles"> <li class="chapter " data-level="6.6.1" data-path="cloud/cloudsync/backupapi.html"> <a href="../../cloud/cloudsync/backupapi.html"> <i class="fa fa-check"></i> <b>6.6.1.</b> 使用备份API </a> </li> <li class="chapter " data-level="6.6.2" data-path="cloud/cloudsync/gcm.html"> <a href="../../cloud/cloudsync/gcm.html"> <i class="fa fa-check"></i> <b>6.6.2.</b> 使用Google Cloud Messaging </a> </li> </ul> </li> <li class="chapter " data-level="6.7" data-path="cloud/cloudsave/index.html"> <a href="../../cloud/cloudsave/index.html"> <i class="fa fa-check"></i> <b>6.7.</b> 解决云同步的保存冲突 </a> </li> </ul> </li> <li class="chapter " data-level="7" data-path="building-userinfo.html"> <a href="../../building-userinfo.html"> <i class="fa fa-check"></i> <b>7.</b> Android联系人与位置信息 </a> <ul class="articles"> <li class="chapter " data-level="7.1" data-path="contacts-provider/index.html"> <a href="../../contacts-provider/index.html"> <i class="fa fa-check"></i> <b>7.1.</b> Android联系人信息 </a> <ul class="articles"> <li class="chapter " data-level="7.1.1" data-path="contacts-provider/retrieve-names.html"> <a href="../../contacts-provider/retrieve-names.html"> <i class="fa fa-check"></i> <b>7.1.1.</b> 获取联系人列表 </a> </li> <li class="chapter " data-level="7.1.2" data-path="contacts-provider/retrieve-detail.html"> <a href="../../contacts-provider/retrieve-detail.html"> <i class="fa fa-check"></i> <b>7.1.2.</b> 获取联系人详情 </a> </li> <li class="chapter " data-level="7.1.3" data-path="contacts-provider/modify-data.html"> <a href="../../contacts-provider/modify-data.html"> <i class="fa fa-check"></i> <b>7.1.3.</b> 修改联系人信息 </a> </li> <li class="chapter " data-level="7.1.4" data-path="contacts-provider/display-badge.html"> <a href="../../contacts-provider/display-badge.html"> <i class="fa fa-check"></i> <b>7.1.4.</b> 显示联系人头像 </a> </li> </ul> </li> <li class="chapter " data-level="7.2" data-path="location/index.html"> <a href="../../location/index.html"> <i class="fa fa-check"></i> <b>7.2.</b> Android位置信息 </a> <ul class="articles"> <li class="chapter " data-level="7.2.1" data-path="location/retrieve-current.html"> <a href="../../location/retrieve-current.html"> <i class="fa fa-check"></i> <b>7.2.1.</b> 获取当前位置 </a> </li> <li class="chapter " data-level="7.2.2" data-path="location/retrieve-location-updates.html"> <a href="../../location/retrieve-location-updates.html"> <i class="fa fa-check"></i> <b>7.2.2.</b> 获取位置更新 </a> </li> <li class="chapter " data-level="7.2.3" data-path="location/display-address.html"> <a href="../../location/display-address.html"> <i class="fa fa-check"></i> <b>7.2.3.</b> 显示位置地址 </a> </li> <li class="chapter " data-level="7.2.4" data-path="location/geofencing.html"> <a href="../../location/geofencing.html"> <i class="fa fa-check"></i> <b>7.2.4.</b> 创建并监视异常区域 </a> </li> <li class="chapter " data-level="7.2.5" data-path="location/activity-recognition.html"> <a href="../../location/activity-recognition.html"> <i class="fa fa-check"></i> <b>7.2.5.</b> 识别用户的当下活动 </a> </li> <li class="chapter " data-level="7.2.6" data-path="location/location-testing.html"> <a href="../../location/location-testing.html"> <i class="fa fa-check"></i> <b>7.2.6.</b> 使用模拟位置进行测试 </a> </li> </ul> </li> </ul> </li> <li class="chapter " data-level="8" data-path="building-wearables.html"> <a href="../../building-wearables.html"> <i class="fa fa-check"></i> <b>8.</b> Android可穿戴应用 </a> <ul class="articles"> <li class="chapter " data-level="8.1" data-path="wearables/notifications/index.html"> <a href="../../wearables/notifications/index.html"> <i class="fa fa-check"></i> <b>8.1.</b> 赋予Notification可穿戴特性 </a> <ul class="articles"> <li class="chapter " data-level="8.1.1" data-path="wearables/notifications/creating.html"> <a href="../../wearables/notifications/creating.html"> <i class="fa fa-check"></i> <b>8.1.1.</b> 创建Notification </a> </li> <li class="chapter " data-level="8.1.2" data-path="wearables/notifications/voice-input.html"> <a href="../../wearables/notifications/voice-input.html"> <i class="fa fa-check"></i> <b>8.1.2.</b> 在Notifcation中接收语音输入 </a> </li> <li class="chapter " data-level="8.1.3" data-path="wearables/notifications/pages.html"> <a href="../../wearables/notifications/pages.html"> <i class="fa fa-check"></i> <b>8.1.3.</b> 为Notification添加显示页面 </a> </li> <li class="chapter " data-level="8.1.4" data-path="wearables/notifications/stacks.html"> <a href="../../wearables/notifications/stacks.html"> <i class="fa fa-check"></i> <b>8.1.4.</b> 以Stack的方式显示Notifications </a> </li> </ul> </li> <li class="chapter " data-level="8.2" data-path="wearables/apps/index.html"> <a href="../../wearables/apps/index.html"> <i class="fa fa-check"></i> <b>8.2.</b> 创建可穿戴的应用 </a> <ul class="articles"> <li class="chapter " data-level="8.2.1" data-path="wearables/apps/creating.html"> <a href="../../wearables/apps/creating.html"> <i class="fa fa-check"></i> <b>8.2.1.</b> 创建并执行可穿戴应用 </a> </li> <li class="chapter " data-level="8.2.2" data-path="wearables/apps/layouts.html"> <a href="../../wearables/apps/layouts.html"> <i class="fa fa-check"></i> <b>8.2.2.</b> 创建自定义的布局 </a> </li> <li class="chapter " data-level="8.2.3" data-path="wearables/apps/voice.html"> <a href="../../wearables/apps/voice.html"> <i class="fa fa-check"></i> <b>8.2.3.</b> 添加语音能力 </a> </li> <li class="chapter " data-level="8.2.4" data-path="wearables/apps/packaging.html"> <a href="../../wearables/apps/packaging.html"> <i class="fa fa-check"></i> <b>8.2.4.</b> 打包可穿戴应用 </a> </li> <li class="chapter " data-level="8.2.5" data-path="wearables/apps/bt-debugging.html"> <a href="../../wearables/apps/bt-debugging.html"> <i class="fa fa-check"></i> <b>8.2.5.</b> 通过蓝牙进行调试 </a> </li> </ul> </li> <li class="chapter " data-level="8.3" data-path="wearables/data-layer/index.html"> <a href="../../wearables/data-layer/index.html"> <i class="fa fa-check"></i> <b>8.3.</b> 发送并同步数据 </a> <ul class="articles"> <li class="chapter " data-level="8.3.1" data-path="wearables/data-layer/accessing.html"> <a href="../../wearables/data-layer/accessing.html"> <i class="fa fa-check"></i> <b>8.3.1.</b> 访问可穿戴数据层 </a> </li> <li class="chapter " data-level="8.3.2" data-path="wearables/data-layer/data-items.html"> <a href="../../wearables/data-layer/data-items.html"> <i class="fa fa-check"></i> <b>8.3.2.</b> 同步数据单元 </a> </li> <li class="chapter " data-level="8.3.3" data-path="wearables/data-layer/assets.html"> <a href="../../wearables/data-layer/assets.html"> <i class="fa fa-check"></i> <b>8.3.3.</b> 传输资源 </a> </li> <li class="chapter " data-level="8.3.4" data-path="wearables/data-layer/messages.html"> <a href="../../wearables/data-layer/messages.html"> <i class="fa fa-check"></i> <b>8.3.4.</b> 发送与接收消息 </a> </li> <li class="chapter " data-level="8.3.5" data-path="wearables/data-layer/events.html"> <a href="../../wearables/data-layer/events.html"> <i class="fa fa-check"></i> <b>8.3.5.</b> 处理数据层的事件 </a> </li> </ul> </li> </ul> </li> <li class="chapter " data-level="9" data-path="best-ux.html"> <a href="../../best-ux.html"> <i class="fa fa-check"></i> <b>9.</b> Android交互与界面设计 </a> <ul class="articles"> <li class="chapter " data-level="9.1" data-path="ux/design-nav/index.html"> <a href="../../ux/design-nav/index.html"> <i class="fa fa-check"></i> <b>9.1.</b> 设计高效的导航 </a> <ul class="articles"> <li class="chapter " data-level="9.1.1" data-path="ux/design-nav/screen-planning.html"> <a href="../../ux/design-nav/screen-planning.html"> <i class="fa fa-check"></i> <b>9.1.1.</b> 规划屏幕界面与他们之间的关系 </a> </li> <li class="chapter " data-level="9.1.2" data-path="ux/design-nav/multi-sizes.html"> <a href="../../ux/design-nav/multi-sizes.html"> <i class="fa fa-check"></i> <b>9.1.2.</b> 为多种大小的屏幕进行规划 </a> </li> <li class="chapter " data-level="9.1.3" data-path="ux/design-nav/descendant-lateral.html"> <a href="../../ux/design-nav/descendant-lateral.html"> <i class="fa fa-check"></i> <b>9.1.3.</b> 提供向下和横向导航 </a> </li> <li class="chapter " data-level="9.1.4" data-path="ux/design-nav/ancestral-temporal.html"> <a href="../../ux/design-nav/ancestral-temporal.html"> <i class="fa fa-check"></i> <b>9.1.4.</b> 提供向上和时间导航 </a> </li> <li class="chapter " data-level="9.1.5" data-path="ux/design-nav/wireframing.html"> <a href="../../ux/design-nav/wireframing.html"> <i class="fa fa-check"></i> <b>9.1.5.</b> 综合:设计样例 App </a> </li> </ul> </li> <li class="chapter " data-level="9.2" data-path="ux/implement-nav/index.html"> <a href="../../ux/implement-nav/index.html"> <i class="fa fa-check"></i> <b>9.2.</b> 实现高效的导航 </a> <ul class="articles"> <li class="chapter " data-level="9.2.1" data-path="ux/implement-nav/lateral.html"> <a href="../../ux/implement-nav/lateral.html"> <i class="fa fa-check"></i> <b>9.2.1.</b> 使用Tabs创建Swipe视图 </a> </li> <li class="chapter " data-level="9.2.2" data-path="ux/implement-nav/nav-drawer.html"> <a href="../../ux/implement-nav/nav-drawer.html"> <i class="fa fa-check"></i> <b>9.2.2.</b> 创建抽屉导航 </a> </li> <li class="chapter " data-level="9.2.3" data-path="ux/implement-nav/ancestral.html"> <a href="../../ux/implement-nav/ancestral.html"> <i class="fa fa-check"></i> <b>9.2.3.</b> 提供向上的导航 </a> </li> <li class="chapter " data-level="9.2.4" data-path="ux/implement-nav/temporal.html"> <a href="../../ux/implement-nav/temporal.html"> <i class="fa fa-check"></i> <b>9.2.4.</b> 提供向后的导航 </a> </li> <li class="chapter " data-level="9.2.5" data-path="ux/implement-nav/descendant.html"> <a href="../../ux/implement-nav/descendant.html"> <i class="fa fa-check"></i> <b>9.2.5.</b> 实现向下的导航 </a> </li> </ul> </li> <li class="chapter " data-level="9.3" data-path="ux/notify-user/index.html"> <a href="../../ux/notify-user/index.html"> <i class="fa fa-check"></i> <b>9.3.</b> 通知提示用户 </a> <ul class="articles"> <li class="chapter " data-level="9.3.1" data-path="ux/notify-user/build-notification.html"> <a href="../../ux/notify-user/build-notification.html"> <i class="fa fa-check"></i> <b>9.3.1.</b> 建立Notification </a> </li> <li class="chapter " data-level="9.3.2" data-path="ux/notify-user/nav.html"> <a href="../../ux/notify-user/nav.html"> <i class="fa fa-check"></i> <b>9.3.2.</b> 当启动Activity时保留导航 </a> </li> <li class="chapter " data-level="9.3.3" data-path="ux/notify-user/update-notification.html"> <a href="../../ux/notify-user/update-notification.html"> <i class="fa fa-check"></i> <b>9.3.3.</b> 更新Notification </a> </li> <li class="chapter " data-level="9.3.4" data-path="ux/notify-user/expand-notification.html"> <a href="../../ux/notify-user/expand-notification.html"> <i class="fa fa-check"></i> <b>9.3.4.</b> 使用BigView风格 </a> </li> <li class="chapter " data-level="9.3.5" data-path="ux/notify-user/progess-notification.html"> <a href="../../ux/notify-user/progess-notification.html"> <i class="fa fa-check"></i> <b>9.3.5.</b> 显示Notification进度 </a> </li> </ul> </li> <li class="chapter " data-level="9.4" data-path="ux/search/index.html"> <a href="../../ux/search/index.html"> <i class="fa fa-check"></i> <b>9.4.</b> 增加搜索功能 </a> <ul class="articles"> <li class="chapter " data-level="9.4.1" data-path="ux/search/setup.html"> <a href="../../ux/search/setup.html"> <i class="fa fa-check"></i> <b>9.4.1.</b> 建立搜索界面 </a> </li> <li class="chapter " data-level="9.4.2" data-path="ux/search/search.html"> <a href="../../ux/search/search.html"> <i class="fa fa-check"></i> <b>9.4.2.</b> 保存并搜索数据 </a> </li> <li class="chapter " data-level="9.4.3" data-path="ux/search/back-compat.html"> <a href="../../ux/search/back-compat.html"> <i class="fa fa-check"></i> <b>9.4.3.</b> 保持向下兼容 </a> </li> </ul> </li> <li class="chapter " data-level="9.5" data-path="ux/app-indexing/index.html"> <a href="../../ux/app-indexing/index.html"> <i class="fa fa-check"></i> <b>9.5.</b> 使得你的App内容可被Google搜索 </a> <ul class="articles"> <li class="chapter " data-level="9.5.1" data-path="ux/app-indexing/deep-linking.html"> <a href="../../ux/app-indexing/deep-linking.html"> <i class="fa fa-check"></i> <b>9.5.1.</b> 为App内容开启深度链接 </a> </li> <li class="chapter " data-level="9.5.2" data-path="ux/app-indexing/enable-app-indexing.html"> <a href="../../ux/app-indexing/enable-app-indexing.html"> <i class="fa fa-check"></i> <b>9.5.2.</b> 为索引指定App内容 </a> </li> </ul> </li> <li class="chapter " data-level="9.6" data-path="ui/multiscreen/index.html"> <a href="../../ui/multiscreen/index.html"> <i class="fa fa-check"></i> <b>9.6.</b> 为多屏幕设计 </a> <ul class="articles"> <li class="chapter " data-level="9.6.1" data-path="ui/multiscreen/screen-sizes.html"> <a href="../../ui/multiscreen/screen-sizes.html"> <i class="fa fa-check"></i> <b>9.6.1.</b> 兼容不同的屏幕大小 </a> </li> <li class="chapter " data-level="9.6.2" data-path="ui/multiscreen/screen-desities.html"> <a href="../../ui/multiscreen/screen-desities.html"> <i class="fa fa-check"></i> <b>9.6.2.</b> 兼容不同的屏幕密度 </a> </li> <li class="chapter " data-level="9.6.3" data-path="ui/multiscreen/adapt-ui.html"> <a href="../../ui/multiscreen/adapt-ui.html"> <i class="fa fa-check"></i> <b>9.6.3.</b> 实现可适应的UI </a> </li> </ul> </li> <li class="chapter " data-level="9.7" data-path="ui/tv/index.html"> <a href="../../ui/tv/index.html"> <i class="fa fa-check"></i> <b>9.7.</b> 为TV进行设计 </a> <ul class="articles"> <li class="chapter " data-level="9.7.1" data-path="ui/tv/optimize-layouts-tv.html"> <a href="../../ui/tv/optimize-layouts-tv.html"> <i class="fa fa-check"></i> <b>9.7.1.</b> 为TV优化Layout </a> </li> <li class="chapter " data-level="9.7.2" data-path="ui/tv/optimize-nav-tv.html"> <a href="../../ui/tv/optimize-nav-tv.html"> <i class="fa fa-check"></i> <b>9.7.2.</b> 为TV优化导航 </a> </li> <li class="chapter " data-level="9.7.3" data-path="ui/tv/unsupport-features-tv.html"> <a href="../../ui/tv/unsupport-features-tv.html"> <i class="fa fa-check"></i> <b>9.7.3.</b> 处理不支持TV的功能 </a> </li> </ul> </li> <li class="chapter " data-level="9.8" data-path="ui/custom-view/index.html"> <a href="../../ui/custom-view/index.html"> <i class="fa fa-check"></i> <b>9.8.</b> 创建自定义View </a> <ul class="articles"> <li class="chapter " data-level="9.8.1" data-path="ui/custom-view/create-view.html"> <a href="../../ui/custom-view/create-view.html"> <i class="fa fa-check"></i> <b>9.8.1.</b> 创建自定义的View类 </a> </li> <li class="chapter " data-level="9.8.2" data-path="ui/custom-view/custom-draw.html"> <a href="../../ui/custom-view/custom-draw.html"> <i class="fa fa-check"></i> <b>9.8.2.</b> 实现自定义View的绘制 </a> </li> <li class="chapter " data-level="9.8.3" data-path="ui/custom-view/make-interactive.html"> <a href="../../ui/custom-view/make-interactive.html"> <i class="fa fa-check"></i> <b>9.8.3.</b> 使得View可交互 </a> </li> <li class="chapter " data-level="9.8.4" data-path="ui/custom-view/optimize-view.html"> <a href="../../ui/custom-view/optimize-view.html"> <i class="fa fa-check"></i> <b>9.8.4.</b> 优化自定义View </a> </li> </ul> </li> <li class="chapter " data-level="9.9" data-path="ui/backward-compatible-ui/index.html"> <a href="../../ui/backward-compatible-ui/index.html"> <i class="fa fa-check"></i> <b>9.9.</b> 创建向后兼容的UI </a> <ul class="articles"> <li class="chapter " data-level="9.9.1" data-path="ui/backward-compatible-ui/abstract.html"> <a href="../../ui/backward-compatible-ui/abstract.html"> <i class="fa fa-check"></i> <b>9.9.1.</b> 抽象新的APIs </a> </li> <li class="chapter " data-level="9.9.2" data-path="ui/backward-compatible-ui/new-impl.html"> <a href="../../ui/backward-compatible-ui/new-impl.html"> <i class="fa fa-check"></i> <b>9.9.2.</b> 代理至新的APIs </a> </li> <li class="chapter " data-level="9.9.3" data-path="ui/backward-compatible-ui/older-impl.html"> <a href="../../ui/backward-compatible-ui/older-impl.html"> <i class="fa fa-check"></i> <b>9.9.3.</b> 使用旧的APIs实现新API的效果 </a> </li> <li class="chapter " data-level="9.9.4" data-path="ui/backward-compatible-ui/using-component.html"> <a href="../../ui/backward-compatible-ui/using-component.html"> <i class="fa fa-check"></i> <b>9.9.4.</b> 使用版本敏感的组件 </a> </li> </ul> </li> <li class="chapter " data-level="9.10" data-path="ui/accessibility/index.html"> <a href="../../ui/accessibility/index.html"> <i class="fa fa-check"></i> <b>9.10.</b> 实现辅助功能 </a> <ul class="articles"> <li class="chapter " data-level="9.10.1" data-path="ui/accessibility/accessible-app.html"> <a href="../../ui/accessibility/accessible-app.html"> <i class="fa fa-check"></i> <b>9.10.1.</b> 开发辅助程序 </a> </li> <li class="chapter " data-level="9.10.2" data-path="ui/accessibility/accessible-service.html"> <a href="../../ui/accessibility/accessible-service.html"> <i class="fa fa-check"></i> <b>9.10.2.</b> 开发辅助服务 </a> </li> </ul> </li> <li class="chapter " data-level="9.11" data-path="ui/system-ui/index.html"> <a href="../../ui/system-ui/index.html"> <i class="fa fa-check"></i> <b>9.11.</b> 管理系统UI </a> <ul class="articles"> <li class="chapter " data-level="9.11.1" data-path="ui/system-ui/dim.html"> <a href="../../ui/system-ui/dim.html"> <i class="fa fa-check"></i> <b>9.11.1.</b> 淡化系统Bar </a> </li> <li class="chapter " data-level="9.11.2" data-path="ui/system-ui/hide-ui.html"> <a href="../../ui/system-ui/hide-ui.html"> <i class="fa fa-check"></i> <b>9.11.2.</b> 隐藏系统Bar </a> </li> <li class="chapter " data-level="9.11.3" data-path="ui/system-ui/hide-nav.html"> <a href="../../ui/system-ui/hide-nav.html"> <i class="fa fa-check"></i> <b>9.11.3.</b> 隐藏导航Bar </a> </li> <li class="chapter " data-level="9.11.4" data-path="ui/system-ui/immersive.html"> <a href="../../ui/system-ui/immersive.html"> <i class="fa fa-check"></i> <b>9.11.4.</b> 全屏沉浸式应用 </a> </li> <li class="chapter " data-level="9.11.5" data-path="ui/system-ui/visibility.html"> <a href="../../ui/system-ui/visibility.html"> <i class="fa fa-check"></i> <b>9.11.5.</b> 响应UI可见性的变化 </a> </li> </ul> </li> </ul> </li> <li class="chapter " data-level="10" data-path="best-user-input.html"> <a href="../../best-user-input.html"> <i class="fa fa-check"></i> <b>10.</b> Android用户输入 </a> <ul class="articles"> <li class="chapter " data-level="10.1" data-path="input/gestures/index.html"> <a href="../../input/gestures/index.html"> <i class="fa fa-check"></i> <b>10.1.</b> 使用触摸手势 </a> <ul class="articles"> <li class="chapter " data-level="10.1.1" data-path="input/gestures/detector.html"> <a href="../../input/gestures/detector.html"> <i class="fa fa-check"></i> <b>10.1.1.</b> 检测常用的手势 </a> </li> <li class="chapter " data-level="10.1.2" data-path="input/gestures/movement.html"> <a href="../../input/gestures/movement.html"> <i class="fa fa-check"></i> <b>10.1.2.</b> 跟踪手势移动 </a> </li> <li class="chapter " data-level="10.1.3" data-path="input/gestures/scroll.html"> <a href="../../input/gestures/scroll.html"> <i class="fa fa-check"></i> <b>10.1.3.</b> Scroll手势动画 </a> </li> <li class="chapter " data-level="10.1.4" data-path="input/gestures/multi.html"> <a href="../../input/gestures/multi.html"> <i class="fa fa-check"></i> <b>10.1.4.</b> 处理多触摸手势 </a> </li> <li class="chapter " data-level="10.1.5" data-path="input/gestures/scale.html"> <a href="../../input/gestures/scale.html"> <i class="fa fa-check"></i> <b>10.1.5.</b> 拖拽与缩放 </a> </li> <li class="chapter " data-level="10.1.6" data-path="input/gestures/viewgroup.html"> <a href="../../input/gestures/viewgroup.html"> <i class="fa fa-check"></i> <b>10.1.6.</b> 管理ViewGroup中的触摸事件 </a> </li> </ul> </li> <li class="chapter " data-level="10.2" data-path="input/keyboard-input/index.html"> <a href="../../input/keyboard-input/index.html"> <i class="fa fa-check"></i> <b>10.2.</b> 处理键盘输入 </a> <ul class="articles"> <li class="chapter " data-level="10.2.1" data-path="input/keyboard-input/type.html"> <a href="../../input/keyboard-input/type.html"> <i class="fa fa-check"></i> <b>10.2.1.</b> 指定输入法类型 </a> </li> <li class="chapter " data-level="10.2.2" data-path="input/keyboard-input/visibility.html"> <a href="../../input/keyboard-input/visibility.html"> <i class="fa fa-check"></i> <b>10.2.2.</b> 处理输入法可见性 </a> </li> <li class="chapter " data-level="10.2.3" data-path="input/keyboard-input/navigation.html"> <a href="../../input/keyboard-input/navigation.html"> <i class="fa fa-check"></i> <b>10.2.3.</b> 兼容键盘导航 </a> </li> <li class="chapter " data-level="10.2.4" data-path="input/keyboard-input/commands.html"> <a href="../../input/keyboard-input/commands.html"> <i class="fa fa-check"></i> <b>10.2.4.</b> 处理按键动作 </a> </li> </ul> </li> <li class="chapter " data-level="10.3" data-path="input/game-controller/index.html"> <a href="../../input/game-controller/index.html"> <i class="fa fa-check"></i> <b>10.3.</b> 兼容游戏控制器 </a> <ul class="articles"> <li class="chapter " data-level="10.3.1" data-path="input/game-controller/controller-inputs.html"> <a href="../../input/game-controller/controller-inputs.html"> <i class="fa fa-check"></i> <b>10.3.1.</b> 处理控制器输入动作 </a> </li> <li class="chapter " data-level="10.3.2" data-path="input/game-controller/compatibility.html"> <a href="../../input/game-controller/compatibility.html"> <i class="fa fa-check"></i> <b>10.3.2.</b> 支持不同的Android系统版本 </a> </li> <li class="chapter " data-level="10.3.3" data-path="input/game-controller/multi-controller.html"> <a href="../../input/game-controller/multi-controller.html"> <i class="fa fa-check"></i> <b>10.3.3.</b> 支持多个控制器 </a> </li> </ul> </li> </ul> </li> <li class="chapter " data-level="11" data-path="best-background.html"> <a href="../../best-background.html"> <i class="fa fa-check"></i> <b>11.</b> Android后台任务 </a> <ul class="articles"> <li class="chapter " data-level="11.1" data-path="background-jobs/run-background-service/index.html"> <a href="../../background-jobs/run-background-service/index.html"> <i class="fa fa-check"></i> <b>11.1.</b> 在IntentService中执行后台任务 </a> <ul class="articles"> <li class="chapter " data-level="11.1.1" data-path="background-jobs/run-background-service/create-service.html"> <a href="../../background-jobs/run-background-service/create-service.html"> <i class="fa fa-check"></i> <b>11.1.1.</b> 创建IntentService </a> </li> <li class="chapter " data-level="11.1.2" data-path="background-jobs/run-background-service/send-request.html"> <a href="../../background-jobs/run-background-service/send-request.html"> <i class="fa fa-check"></i> <b>11.1.2.</b> 发送工作任务到IntentService </a> </li> <li class="chapter " data-level="11.1.3" data-path="background-jobs/run-background-service/report-status.html"> <a href="../../background-jobs/run-background-service/report-status.html"> <i class="fa fa-check"></i> <b>11.1.3.</b> 报告后台任务执行状态 </a> </li> </ul> </li> <li class="chapter " data-level="11.2" data-path="background-jobs/load-data-background/index.html"> <a href="../../background-jobs/load-data-background/index.html"> <i class="fa fa-check"></i> <b>11.2.</b> 使用CursorLoader在后台加载数据 </a> <ul class="articles"> <li class="chapter " data-level="11.2.1" data-path="background-jobs/load-data-background/setup-loader.html"> <a href="../../background-jobs/load-data-background/setup-loader.html"> <i class="fa fa-check"></i> <b>11.2.1.</b> 使用CursorLoader执行查询任务 </a> </li> <li class="chapter " data-level="11.2.2" data-path="background-jobs/load-data-background/handle-result.html"> <a href="../../background-jobs/load-data-background/handle-result.html"> <i class="fa fa-check"></i> <b>11.2.2.</b> 处理查询的结果 </a> </li> </ul> </li> <li class="chapter " data-level="11.3" data-path="background-jobs/scheduling/index.html"> <a href="../../background-jobs/scheduling/index.html"> <i class="fa fa-check"></i> <b>11.3.</b> 管理设备的唤醒状态 </a> <ul class="articles"> <li class="chapter " data-level="11.3.1" data-path="background-jobs/scheduling/wake-lock.html"> <a href="../../background-jobs/scheduling/wake-lock.html"> <i class="fa fa-check"></i> <b>11.3.1.</b> 保持设备的唤醒 </a> </li> <li class="chapter " data-level="11.3.2" data-path="background-jobs/scheduling/alarms.html"> <a href="../../background-jobs/scheduling/alarms.html"> <i class="fa fa-check"></i> <b>11.3.2.</b> 制定重复定时的任务 </a> </li> </ul> </li> </ul> </li> <li class="chapter " data-level="12" data-path="best-performance.html"> <a href="../../best-performance.html"> <i class="fa fa-check"></i> <b>12.</b> Android性能优化 </a> <ul class="articles"> <li class="chapter " data-level="12.1" data-path="performance/memory.html"> <a href="../../performance/memory.html"> <i class="fa fa-check"></i> <b>12.1.</b> 管理应用的内存 </a> </li> <li class="chapter " data-level="12.2" data-path="performance/performance-tips.html"> <a href="../../performance/performance-tips.html"> <i class="fa fa-check"></i> <b>12.2.</b> 性能优化Tips </a> </li> <li class="chapter " data-level="12.3" data-path="performance/improving-layouts/index.html"> <a href="../../performance/improving-layouts/index.html"> <i class="fa fa-check"></i> <b>12.3.</b> 提升Layout的性能 </a> <ul class="articles"> <li class="chapter " data-level="12.3.1" data-path="performance/improving-layouts/optimizing-layout.html"> <a href="../../performance/improving-layouts/optimizing-layout.html"> <i class="fa fa-check"></i> <b>12.3.1.</b> 优化layout的层级 </a> </li> <li class="chapter " data-level="12.3.2" data-path="performance/improving-layouts/reuse-layouts.html"> <a href="../../performance/improving-layouts/reuse-layouts.html"> <i class="fa fa-check"></i> <b>12.3.2.</b> 使用include标签重用layouts </a> </li> <li class="chapter " data-level="12.3.3" data-path="performance/improving-layouts/loading-ondemand.html"> <a href="../../performance/improving-layouts/loading-ondemand.html"> <i class="fa fa-check"></i> <b>12.3.3.</b> 按需加载视图 </a> </li> <li class="chapter " data-level="12.3.4" data-path="performance/improving-layouts/smooth-scrolling.html"> <a href="../../performance/improving-layouts/smooth-scrolling.html"> <i class="fa fa-check"></i> <b>12.3.4.</b> 使得ListView滑动顺畅 </a> </li> </ul> </li> <li class="chapter " data-level="12.4" data-path="performance/monitor-device-state/index.html"> <a href="../../performance/monitor-device-state/index.html"> <i class="fa fa-check"></i> <b>12.4.</b> 优化电池寿命 </a> <ul class="articles"> <li class="chapter " data-level="12.4.1" data-path="performance/monitor-device-state/battery-monitor.html"> <a href="../../performance/monitor-device-state/battery-monitor.html"> <i class="fa fa-check"></i> <b>12.4.1.</b> 监测电量与充电状态 </a> </li> <li class="chapter " data-level="12.4.2" data-path="performance/monitor-device-state/docking-monitor.html"> <a href="../../performance/monitor-device-state/docking-monitor.html"> <i class="fa fa-check"></i> <b>12.4.2.</b> 判断与监测Docking状态 </a> </li> <li class="chapter " data-level="12.4.3" data-path="performance/monitor-device-state/connectivity-monitor.html"> <a href="../../performance/monitor-device-state/connectivity-monitor.html"> <i class="fa fa-check"></i> <b>12.4.3.</b> 判断与监测网络连接状态 </a> </li> <li class="chapter " data-level="12.4.4" data-path="performance/monitor-device-state/manifest-receivers.html"> <a href="../../performance/monitor-device-state/manifest-receivers.html"> <i class="fa fa-check"></i> <b>12.4.4.</b> 根据需要操作Broadcast接受者 </a> </li> </ul> </li> <li class="chapter " data-level="12.5" data-path="performance/multi-threads/index.html"> <a href="../../performance/multi-threads/index.html"> <i class="fa fa-check"></i> <b>12.5.</b> 多线程操作 </a> <ul class="articles"> <li class="chapter " data-level="12.5.1" data-path="performance/multi-threads/define-runnable.html"> <a href="../../performance/multi-threads/define-runnable.html"> <i class="fa fa-check"></i> <b>12.5.1.</b> 在一个线程中执行一段特定的代码 </a> </li> <li class="chapter " data-level="12.5.2" data-path="performance/multi-threads/create-threadpool.html"> <a href="../../performance/multi-threads/create-threadpool.html"> <i class="fa fa-check"></i> <b>12.5.2.</b> 为多线程创建线程池 </a> </li> <li class="chapter " data-level="12.5.3" data-path="performance/multi-threads/run-code.html"> <a href="../../performance/multi-threads/run-code.html"> <i class="fa fa-check"></i> <b>12.5.3.</b> 在线程池中的一个线程里执行代码 </a> </li> <li class="chapter " data-level="12.5.4" data-path="performance/multi-threads/communicate-ui.html"> <a href="../../performance/multi-threads/communicate-ui.html"> <i class="fa fa-check"></i> <b>12.5.4.</b> 与UI线程通信 </a> </li> </ul> </li> <li class="chapter " data-level="12.6" data-path="performance/perf-anr/index.html"> <a href="../../performance/perf-anr/index.html"> <i class="fa fa-check"></i> <b>12.6.</b> 避免出现程序无响应ANR </a> </li> <li class="chapter " data-level="12.7" data-path="performance/perf-jni/index.html"> <a href="../../performance/perf-jni/index.html"> <i class="fa fa-check"></i> <b>12.7.</b> JNI使用指南 </a> </li> <li class="chapter " data-level="12.8" data-path="performance/smp/index.html"> <a href="../../performance/smp/index.html"> <i class="fa fa-check"></i> <b>12.8.</b> 优化多核处理器(SMP)下的Android程序 </a> </li> </ul> </li> <li class="chapter " data-level="13" data-path="best-security.html"> <a href="../../best-security.html"> <i class="fa fa-check"></i> <b>13.</b> Android安全与隐私 </a> <ul class="articles"> <li class="chapter " data-level="13.1" data-path="security/security-tips.html"> <a href="../../security/security-tips.html"> <i class="fa fa-check"></i> <b>13.1.</b> Security Tips </a> </li> <li class="chapter " data-level="13.2" data-path="security/security-ssl.html"> <a href="../../security/security-ssl.html"> <i class="fa fa-check"></i> <b>13.2.</b> 使用HTTPS与SSL </a> </li> <li class="chapter " data-level="13.3" data-path="security/enterprise/index.html"> <a href="../../security/enterprise/index.html"> <i class="fa fa-check"></i> <b>13.3.</b> 企业版App </a> <ul class="articles"> <li class="chapter " data-level="13.3.1" data-path="security/enterprise/device-management-policy.html"> <a href="../../security/enterprise/device-management-policy.html"> <i class="fa fa-check"></i> <b>13.3.1.</b> 使用设备管理条例增强安全性 </a> </li> </ul> </li> </ul> </li> <li class="chapter " data-level="14" data-path="best-testing.html"> <a href="../../best-testing.html"> <i class="fa fa-check"></i> <b>14.</b> Android测试程序 </a> <ul class="articles"> <li class="chapter " data-level="14.1" data-path="testing/activity-testing/index.html"> <a href="../../testing/activity-testing/index.html"> <i class="fa fa-check"></i> <b>14.1.</b> 测试你的Activity </a> <ul class="articles"> <li class="chapter " data-level="14.1.1" data-path="testing/activity-testing/prepare-activity-testing.html"> <a href="../../testing/activity-testing/prepare-activity-testing.html"> <i class="fa fa-check"></i> <b>14.1.1.</b> 建立测试环境 </a> </li> <li class="chapter " data-level="14.1.2" data-path="testing/activity-testing/activity-basic-testing.html"> <a href="../../testing/activity-testing/activity-basic-testing.html"> <i class="fa fa-check"></i> <b>14.1.2.</b> 创建与执行测试用例 </a> </li> <li class="chapter " data-level="14.1.3" data-path="testing/activity-testing/activity-ui-testing.html"> <a href="../../testing/activity-testing/activity-ui-testing.html"> <i class="fa fa-check"></i> <b>14.1.3.</b> 测试UI组件 </a> </li> <li class="chapter " data-level="14.1.4" data-path="testing/activity-testing/activity-unit-testing.html"> <a href="../../testing/activity-testing/activity-unit-testing.html"> <i class="fa fa-check"></i> <b>14.1.4.</b> 创建单元测试 </a> </li> <li class="chapter " data-level="14.1.5" data-path="testing/activity-testing/activity-function-testing.html"> <a href="../../testing/activity-testing/activity-function-testing.html"> <i class="fa fa-check"></i> <b>14.1.5.</b> 创建功能测试 </a> </li> </ul> </li> </ul> </li> <li class="divider"></li> <li> <a href="http://www.gitbook.io/" target="blank" class="gitbook-link">Generated using GitBook</a> </li> </ul> </div> <div class="book-body"> <div class="body-inner"> <div class="page-wrapper" tabindex="-1"> <div class="book-progress"> <div class="bar"> <div class="inner" style="width: 11.55378486055777%;min-width: 11.155378486055778%;"></div> </div> <div class="chapters"> <a href="../../index.html" title="序言" class="chapter done new-chapter" data-progress="1" style="left: 0%;"></a> <a href="../../basics/index.html" title="Android入门基础:从这里开始" class="chapter done new-chapter" data-progress="2" style="left: 0.398406374501992%;"></a> <a href="../../basics/firstapp/index.html" title="建立你的第一个App" class="chapter done " data-progress="2.1" style="left: 0.796812749003984%;"></a> <a href="../../basics/firstapp/creating-project.html" title="创建一个Android项目" class="chapter done " data-progress="2.1.1" style="left: 1.1952191235059761%;"></a> <a href="../../basics/firstapp/running-app.html" title="执行你的程序" class="chapter done " data-progress="2.1.2" style="left: 1.593625498007968%;"></a> <a href="../../basics/firstapp/building-ui.html" title="建立一个简单的用户界面" class="chapter done " data-progress="2.1.3" style="left: 1.9920318725099602%;"></a> <a href="../../basics/firstapp/starting-activity.html" title="启动另外的Activity" class="chapter done " data-progress="2.1.4" style="left: 2.3904382470119523%;"></a> <a href="../../basics/actionbar/index.html" title="添加ActionBar" class="chapter done " data-progress="2.2" style="left: 2.7888446215139444%;"></a> <a href="../../basics/actionbar/setting-up.html" title="建立ActionBar" class="chapter done " data-progress="2.2.1" style="left: 3.187250996015936%;"></a> <a href="../../basics/actionbar/adding-buttons.html" title="添加Action按钮" class="chapter done " data-progress="2.2.2" style="left: 3.585657370517928%;"></a> <a href="../../basics/actionbar/styling.html" title="ActionBar的风格化" class="chapter done " data-progress="2.2.3" style="left: 3.9840637450199203%;"></a> <a href="../../basics/actionbar/overlaying.html" title="ActionBar的覆盖层叠" class="chapter done " data-progress="2.2.4" style="left: 4.382470119521912%;"></a> <a href="../../basics/supporting-devices/index.html" title="兼容不同的设备" class="chapter done " data-progress="2.3" style="left: 4.780876494023905%;"></a> <a href="../../basics/supporting-devices/languages.html" title="适配不同的语言" class="chapter done " data-progress="2.3.1" style="left: 5.179282868525896%;"></a> <a href="../../basics/supporting-devices/screens.html" title="适配不同的屏幕" class="chapter done " data-progress="2.3.2" style="left: 5.577689243027889%;"></a> <a href="../../basics/supporting-devices/platforms.html" title="适配不同的系统版本" class="chapter done " data-progress="2.3.3" style="left: 5.9760956175298805%;"></a> <a href="../../basics/activity-lifecycle/index.html" title="管理Activity的生命周期" class="chapter done " data-progress="2.4" style="left: 6.374501992031872%;"></a> <a href="../../basics/activity-lifecycle/starting.html" title="启动与销毁Activity" class="chapter done " data-progress="2.4.1" style="left: 6.772908366533865%;"></a> <a href="../../basics/activity-lifecycle/pausing.html" title="暂停与恢复Activity" class="chapter done " data-progress="2.4.2" style="left: 7.171314741035856%;"></a> <a href="../../basics/activity-lifecycle/stopping.html" title="停止与重启Activity" class="chapter done " data-progress="2.4.3" style="left: 7.569721115537849%;"></a> <a href="../../basics/activity-lifecycle/recreating.html" title="重新创建Activity" class="chapter done " data-progress="2.4.4" style="left: 7.968127490039841%;"></a> <a href="../../basics/fragments/index.html" title="使用Fragment建立动态的UI" class="chapter done " data-progress="2.5" style="left: 8.366533864541832%;"></a> <a href="../../basics/fragments/creating.html" title="创建一个Fragment" class="chapter done " data-progress="2.5.1" style="left: 8.764940239043824%;"></a> <a href="../../basics/fragments/fragment-ui.html" title="建立灵活动态的UI" class="chapter done " data-progress="2.5.2" style="left: 9.163346613545817%;"></a> <a href="../../basics/fragments/communicating.html" title="Fragments之间的交互" class="chapter done " data-progress="2.5.3" style="left: 9.56175298804781%;"></a> <a href="../../basics/data-storage/index.html" title="数据保存" class="chapter done " data-progress="2.6" style="left: 9.9601593625498%;"></a> <a href="../../basics/data-storage/shared-preference.html" title="保存到Preference" class="chapter done " data-progress="2.6.1" style="left: 10.358565737051793%;"></a> <a href="../../basics/data-storage/files.html" title="保存到文件" class="chapter done " data-progress="2.6.2" style="left: 10.756972111553784%;"></a> <a href="../../basics/data-storage/database.html" title="保存到数据库" class="chapter done " data-progress="2.6.3" style="left: 11.155378486055778%;"></a> <a href="../../basics/intents/index.html" title="与其他应用的交互" class="chapter done " data-progress="2.7" style="left: 11.55378486055777%;"></a> <a href="../../basics/intents/sending.html" title="Intent的发送" class="chapter " data-progress="2.7.1" style="left: 11.952191235059761%;"></a> <a href="../../basics/intents/result.html" title="接收Activity返回的结果" class="chapter " data-progress="2.7.2" style="left: 12.350597609561753%;"></a> <a href="../../basics/intents/filters.html" title="Intent过滤" class="chapter " data-progress="2.7.3" style="left: 12.749003984063744%;"></a> <a href="../../building-content-sharing.html" title="Android分享操作" class="chapter new-chapter" data-progress="3" style="left: 13.147410358565738%;"></a> <a href="../../content-sharing/sharing/index.html" title="分享简单的数据" class="chapter " data-progress="3.1" style="left: 13.54581673306773%;"></a> <a href="../../content-sharing/sharing/send.html" title="给其他App发送简单的数据" class="chapter " data-progress="3.1.1" style="left: 13.944223107569721%;"></a> <a href="../../content-sharing/sharing/receive.html" title="接收从其他App返回的数据" class="chapter " data-progress="3.1.2" style="left: 14.342629482071713%;"></a> <a href="../../content-sharing/sharing/shareaction.html" title="给ActionBar增加分享功能" class="chapter " data-progress="3.1.3" style="left: 14.741035856573705%;"></a> <a href="../../content-sharing/secure-file-sharing/index.html" title="分享文件" class="chapter " data-progress="3.2" style="left: 15.139442231075698%;"></a> <a href="../../content-sharing/secure-file-sharing/setup-sharing.html" title="建立文件分享" class="chapter " data-progress="3.2.1" style="left: 15.53784860557769%;"></a> <a href="../../content-sharing/secure-file-sharing/sharing-file.html" title="分享文件" class="chapter " data-progress="3.2.2" style="left: 15.936254980079681%;"></a> <a href="../../content-sharing/secure-file-sharing/request-file.html" title="请求分享一个文件" class="chapter " data-progress="3.2.3" style="left: 16.334661354581673%;"></a> <a href="../../content-sharing/secure-file-sharing/retrieve-info.html" title="获取文件信息" class="chapter " data-progress="3.2.4" style="left: 16.733067729083665%;"></a> <a href="../../content-sharing/beam-files/index.html" title="使用NFC分享文件" class="chapter " data-progress="3.3" style="left: 17.131474103585656%;"></a> <a href="../../content-sharing/beam-files/sending-files.html" title="发送文件给其他设备" class="chapter " data-progress="3.3.1" style="left: 17.529880478087648%;"></a> <a href="../../content-sharing/beam-files/receive-files.html" title="接收其他设备的文件" class="chapter " data-progress="3.3.2" style="left: 17.92828685258964%;"></a> <a href="../../building-multimedia.html" title="Android多媒体" class="chapter new-chapter" data-progress="4" style="left: 18.326693227091635%;"></a> <a href="../../multimedia/audio/index.html" title="管理音频播放" class="chapter " data-progress="4.1" style="left: 18.725099601593627%;"></a> <a href="../../multimedia/audio/volume-playback.html" title="控制你得应用的音量与播放" class="chapter " data-progress="4.1.3" style="left: 19.12350597609562%;"></a> <a href="../../multimedia/audio/audio-focus.html" title="管理音频焦点" class="chapter " data-progress="4.1.2" style="left: 19.52191235059761%;"></a> <a href="../../multimedia/audio/audio-output.html" title="兼容音频输出设备" class="chapter " data-progress="4.1.4" style="left: 19.9203187250996%;"></a> <a href="../../multimedia/camera/index.html" title="拍照" class="chapter " data-progress="4.2" style="left: 20.318725099601593%;"></a> <a href="../../multimedia/camera/photobasic.html" title="简单的拍照" class="chapter " data-progress="4.2.1" style="left: 20.717131474103585%;"></a> <a href="../../multimedia/camera/videobasic.html" title="简单的录像" class="chapter " data-progress="4.2.2" style="left: 21.115537848605577%;"></a> <a href="../../multimedia/camera/cameradirect.html" title="控制相机硬件" class="chapter " data-progress="4.2.3" style="left: 21.51394422310757%;"></a> <a href="../../multimedia/printing/index.html" title="打印" class="chapter " data-progress="4.3" style="left: 21.91235059760956%;"></a> <a href="../../multimedia/printing/photos.html" title="打印照片" class="chapter " data-progress="4.3.1" style="left: 22.310756972111555%;"></a> <a href="../../multimedia/printing/html-docs.html" title="打印HTML文档" class="chapter " data-progress="4.3.2" style="left: 22.709163346613547%;"></a> <a href="../../multimedia/printing/custom-docs.html" title="打印自定义文档" class="chapter " data-progress="4.3.3" style="left: 23.10756972111554%;"></a> <a href="../../building-graphics.html" title="Android图像与动画" class="chapter new-chapter" data-progress="5" style="left: 23.50597609561753%;"></a> <a href="../../graphics/displaying-bitmaps/index.html" title="高效显示Bitmap" class="chapter " data-progress="5.1" style="left: 23.904382470119522%;"></a> <a href="../../graphics/displaying-bitmaps/load-bitmap.html" title="高效加载大图" class="chapter " data-progress="5.1.1" style="left: 24.302788844621514%;"></a> <a href="../../graphics/displaying-bitmaps/process-bitmap.html" title="非UI线程处理Bitmap" class="chapter " data-progress="5.1.2" style="left: 24.701195219123505%;"></a> <a href="../../graphics/displaying-bitmaps/cache-bitmap.html" title="缓存Bitmap" class="chapter " data-progress="5.1.3" style="left: 25.099601593625497%;"></a> <a href="../../graphics/displaying-bitmaps/manage-bitmap-memory.html" title="管理Bitmap的内存占用" class="chapter " data-progress="5.1.4" style="left: 25.49800796812749%;"></a> <a href="../../graphics/displaying-bitmaps/display-bitmap.html" title="在UI上显示Bitmap" class="chapter " data-progress="5.1.5" style="left: 25.89641434262948%;"></a> <a href="../../graphics/opengl/index.html" title="使用OpenGL ES显示图像" class="chapter " data-progress="5.2" style="left: 26.294820717131476%;"></a> <a href="../../graphics/opengl/environment.html" title="建立OpenGL ES的环境" class="chapter " data-progress="5.2.1" style="left: 26.693227091633467%;"></a> <a href="../../graphics/opengl/shapes.html" title="定义Shapes" class="chapter " data-progress="5.2.2" style="left: 27.09163346613546%;"></a> <a href="../../graphics/opengl/draw.html" title="绘制Shapes" class="chapter " data-progress="5.2.3" style="left: 27.49003984063745%;"></a> <a href="../../graphics/opengl/projection.html" title="运用投影与相机视图" class="chapter " data-progress="5.2.4" style="left: 27.888446215139442%;"></a> <a href="../../graphics/opengl/motion.html" title="添加移动" class="chapter " data-progress="5.2.5" style="left: 28.286852589641434%;"></a> <a href="../../graphics/opengl/touch.html" title="响应触摸事件" class="chapter " data-progress="5.2.6" style="left: 28.685258964143426%;"></a> <a href="../../animations/index.html" title="添加动画" class="chapter " data-progress="5.3" style="left: 29.083665338645417%;"></a> <a href="../../animations/crossfade.html" title="View间渐变" class="chapter " data-progress="5.3.1" style="left: 29.48207171314741%;"></a> <a href="../../animations/screen-slide.html" title="使用ViewPager实现屏幕滑动" class="chapter " data-progress="5.3.2" style="left: 29.8804780876494%;"></a> <a href="../../animations/cardflip.html" title="展示卡片翻转动画" class="chapter " data-progress="5.3.3" style="left: 30.278884462151396%;"></a> <a href="../../animations/zoom.html" title="缩放View" class="chapter " data-progress="5.3.4" style="left: 30.677290836653388%;"></a> <a href="../../animations/layout.html" title="布局变更动画" class="chapter " data-progress="5.3.5" style="left: 31.07569721115538%;"></a> <a href="../../building-connectivity.html" title="Android网络连接与云服务" class="chapter new-chapter" data-progress="6" style="left: 31.47410358565737%;"></a> <a href="../../connectivity/connect-devices-wireless/index.html" title="无线连接设备" class="chapter " data-progress="6.1" style="left: 31.872509960159363%;"></a> <a href="../../connectivity/connect-devices-wireless/nsd.html" title="使得网络服务可发现" class="chapter " data-progress="6.1.1" style="left: 32.27091633466136%;"></a> <a href="../../connectivity/connect-devices-wireless/wifi-direct.html" title="使用WiFi建立P2P连接" class="chapter " data-progress="6.1.2" style="left: 32.669322709163346%;"></a> <a href="../../connectivity/connect-devices-wireless/nsd-wifi-index.html" title="使用WiFi P2P服务" class="chapter " data-progress="6.1.3" style="left: 33.06772908366534%;"></a> <a href="../../connectivity/network-ops/index.html" title="网络连接操作" class="chapter " data-progress="6.2" style="left: 33.46613545816733%;"></a> <a href="../../connectivity/network-ops/connecting.html" title="连接到网络" class="chapter " data-progress="6.2.1" style="left: 33.864541832669325%;"></a> <a href="../../connectivity/network-ops/managing.html" title="管理使用的网络" class="chapter " data-progress="6.2.2" style="left: 34.26294820717131%;"></a> <a href="../../connectivity/network-ops/xml.html" title="解析XML数据" class="chapter " data-progress="6.2.3" style="left: 34.66135458167331%;"></a> <a href="../../connectivity/efficient-downloads/index.html" title="高效下载" class="chapter " data-progress="6.3" style="left: 35.059760956175296%;"></a> <a href="../../connectivity/efficient-downloads/efficient-network-access.html" title="为网络访问更加高效而优化下载" class="chapter " data-progress="6.3.1" style="left: 35.45816733067729%;"></a> <a href="../../connectivity/efficient-downloads/regular-update.html" title="最小化更新操作的影响" class="chapter " data-progress="6.3.2" style="left: 35.85657370517928%;"></a> <a href="../../connectivity/efficient-downloads/redundant-redundant.html" title="避免下载多余的数据" class="chapter " data-progress="6.3.3" style="left: 36.254980079681275%;"></a> <a href="../../connectivity/efficient-downloads/connectivity-patterns.html" title="根据网络类型改变下载模式" class="chapter " data-progress="6.3.4" style="left: 36.65338645418327%;"></a> <a href="../../connectivity/sync-adapters/index.html" title="使用Sync Adapter传输数据" class="chapter " data-progress="6.4" style="left: 37.05179282868526%;"></a> <a href="../../connectivity/sync-adapters/create-authenticator.html" title="创建Stub授权器" class="chapter " data-progress="6.4.1" style="left: 37.45019920318725%;"></a> <a href="../../connectivity/sync-adapters/create-stub-provider.html" title="创建Stub Content Provider" class="chapter " data-progress="6.4.2" style="left: 37.84860557768924%;"></a> <a href="../../connectivity/sync-adapters/create-sync-adapter.html" title="创建Sync Adpater" class="chapter " data-progress="6.4.3" style="left: 38.24701195219124%;"></a> <a href="../../connectivity/sync-adapters/running-sync-adapter.html" title="执行Sync Adpater" class="chapter " data-progress="6.4.4" style="left: 38.645418326693225%;"></a> <a href="../../connectivity/volley/index.html" title="使用Volley执行网络数据传输" class="chapter " data-progress="6.5" style="left: 39.04382470119522%;"></a> <a href="../../connectivity/volley/simple.html" title="发送简单的网络请求" class="chapter " data-progress="6.5.1" style="left: 39.44223107569721%;"></a> <a href="../../connectivity/volley/request-queue.html" title="建立请求队列" class="chapter " data-progress="6.5.2" style="left: 39.8406374501992%;"></a> <a href="../../connectivity/volley/request.html" title="创建标准的网络请求" class="chapter " data-progress="6.5.3" style="left: 40.2390438247012%;"></a> <a href="../../connectivity/volley/request-custom.html" title="实现自定义的网络请求" class="chapter " data-progress="6.5.4" style="left: 40.63745019920319%;"></a> <a href="../../cloud/cloudsync/index.html" title="云同步" class="chapter " data-progress="6.6" style="left: 41.03585657370518%;"></a> <a href="../../cloud/cloudsync/backupapi.html" title="使用备份API" class="chapter " data-progress="6.6.1" style="left: 41.43426294820717%;"></a> <a href="../../cloud/cloudsync/gcm.html" title="使用Google Cloud Messaging" class="chapter " data-progress="6.6.2" style="left: 41.832669322709165%;"></a> <a href="../../cloud/cloudsave/index.html" title="解决云同步的保存冲突" class="chapter " data-progress="6.7" style="left: 42.23107569721115%;"></a> <a href="../../building-userinfo.html" title="Android联系人与位置信息" class="chapter new-chapter" data-progress="7" style="left: 42.62948207171315%;"></a> <a href="../../contacts-provider/index.html" title="Android联系人信息" class="chapter " data-progress="7.1" style="left: 43.02788844621514%;"></a> <a href="../../contacts-provider/retrieve-names.html" title="获取联系人列表" class="chapter " data-progress="7.1.1" style="left: 43.42629482071713%;"></a> <a href="../../contacts-provider/retrieve-detail.html" title="获取联系人详情" class="chapter " data-progress="7.1.2" style="left: 43.82470119521912%;"></a> <a href="../../contacts-provider/modify-data.html" title="修改联系人信息" class="chapter " data-progress="7.1.3" style="left: 44.223107569721115%;"></a> <a href="../../contacts-provider/display-badge.html" title="显示联系人头像" class="chapter " data-progress="7.1.4" style="left: 44.62151394422311%;"></a> <a href="../../location/index.html" title="Android位置信息" class="chapter " data-progress="7.2" style="left: 45.0199203187251%;"></a> <a href="../../location/retrieve-current.html" title="获取当前位置" class="chapter " data-progress="7.2.1" style="left: 45.418326693227094%;"></a> <a href="../../location/retrieve-location-updates.html" title="获取位置更新" class="chapter " data-progress="7.2.2" style="left: 45.81673306772908%;"></a> <a href="../../location/display-address.html" title="显示位置地址" class="chapter " data-progress="7.2.3" style="left: 46.21513944223108%;"></a> <a href="../../location/geofencing.html" title="创建并监视异常区域" class="chapter " data-progress="7.2.4" style="left: 46.613545816733065%;"></a> <a href="../../location/activity-recognition.html" title="识别用户的当下活动" class="chapter " data-progress="7.2.5" style="left: 47.01195219123506%;"></a> <a href="../../location/location-testing.html" title="使用模拟位置进行测试" class="chapter " data-progress="7.2.6" style="left: 47.41035856573705%;"></a> <a href="../../building-wearables.html" title="Android可穿戴应用" class="chapter new-chapter" data-progress="8" style="left: 47.808764940239044%;"></a> <a href="../../wearables/notifications/index.html" title="赋予Notification可穿戴特性" class="chapter " data-progress="8.1" style="left: 48.20717131474104%;"></a> <a href="../../wearables/notifications/creating.html" title="创建Notification" class="chapter " data-progress="8.1.1" style="left: 48.60557768924303%;"></a> <a href="../../wearables/notifications/voice-input.html" title="在Notifcation中接收语音输入" class="chapter " data-progress="8.1.2" style="left: 49.00398406374502%;"></a> <a href="../../wearables/notifications/pages.html" title="为Notification添加显示页面" class="chapter " data-progress="8.1.3" style="left: 49.40239043824701%;"></a> <a href="../../wearables/notifications/stacks.html" title="以Stack的方式显示Notifications" class="chapter " data-progress="8.1.4" style="left: 49.800796812749006%;"></a> <a href="../../wearables/apps/index.html" title="创建可穿戴的应用" class="chapter " data-progress="8.2" style="left: 50.199203187250994%;"></a> <a href="../../wearables/apps/creating.html" title="创建并执行可穿戴应用" class="chapter " data-progress="8.2.1" style="left: 50.59760956175299%;"></a> <a href="../../wearables/apps/layouts.html" title="创建自定义的布局" class="chapter " data-progress="8.2.2" style="left: 50.99601593625498%;"></a> <a href="../../wearables/apps/voice.html" title="添加语音能力" class="chapter " data-progress="8.2.3" style="left: 51.39442231075697%;"></a> <a href="../../wearables/apps/packaging.html" title="打包可穿戴应用" class="chapter " data-progress="8.2.4" style="left: 51.79282868525896%;"></a> <a href="../../wearables/apps/bt-debugging.html" title="通过蓝牙进行调试" class="chapter " data-progress="8.2.5" style="left: 52.191235059760956%;"></a> <a href="../../wearables/data-layer/index.html" title="发送并同步数据" class="chapter " data-progress="8.3" style="left: 52.58964143426295%;"></a> <a href="../../wearables/data-layer/accessing.html" title="访问可穿戴数据层" class="chapter " data-progress="8.3.1" style="left: 52.98804780876494%;"></a> <a href="../../wearables/data-layer/data-items.html" title="同步数据单元" class="chapter " data-progress="8.3.2" style="left: 53.386454183266935%;"></a> <a href="../../wearables/data-layer/assets.html" title="传输资源" class="chapter " data-progress="8.3.3" style="left: 53.78486055776892%;"></a> <a href="../../wearables/data-layer/messages.html" title="发送与接收消息" class="chapter " data-progress="8.3.4" style="left: 54.18326693227092%;"></a> <a href="../../wearables/data-layer/events.html" title="处理数据层的事件" class="chapter " data-progress="8.3.5" style="left: 54.581673306772906%;"></a> <a href="../../best-ux.html" title="Android交互与界面设计" class="chapter new-chapter" data-progress="9" style="left: 54.9800796812749%;"></a> <a href="../../ux/design-nav/index.html" title="设计高效的导航" class="chapter " data-progress="9.1" style="left: 55.37848605577689%;"></a> <a href="../../ux/design-nav/screen-planning.html" title="规划屏幕界面与他们之间的关系" class="chapter " data-progress="9.1.1" style="left: 55.776892430278885%;"></a> <a href="../../ux/design-nav/multi-sizes.html" title="为多种大小的屏幕进行规划" class="chapter " data-progress="9.1.2" style="left: 56.17529880478088%;"></a> <a href="../../ux/design-nav/descendant-lateral.html" title="提供向下和横向导航" class="chapter " data-progress="9.1.3" style="left: 56.57370517928287%;"></a> <a href="../../ux/design-nav/ancestral-temporal.html" title="提供向上和时间导航" class="chapter " data-progress="9.1.4" style="left: 56.97211155378486%;"></a> <a href="../../ux/design-nav/wireframing.html" title="综合:设计样例 App" class="chapter " data-progress="9.1.5" style="left: 57.37051792828685%;"></a> <a href="../../ui/accessibility/index.html" title="实现辅助功能" class="chapter " data-progress="9.10" style="left: 57.76892430278885%;"></a> <a href="../../ui/accessibility/accessible-app.html" title="开发辅助程序" class="chapter " data-progress="9.10.1" style="left: 58.167330677290835%;"></a> <a href="../../ui/accessibility/accessible-service.html" title="开发辅助服务" class="chapter " data-progress="9.10.2" style="left: 58.56573705179283%;"></a> <a href="../../ui/system-ui/index.html" title="管理系统UI" class="chapter " data-progress="9.11" style="left: 58.96414342629482%;"></a> <a href="../../ui/system-ui/dim.html" title="淡化系统Bar" class="chapter " data-progress="9.11.1" style="left: 59.36254980079681%;"></a> <a href="../../ui/system-ui/hide-ui.html" title="隐藏系统Bar" class="chapter " data-progress="9.11.2" style="left: 59.7609561752988%;"></a> <a href="../../ui/system-ui/hide-nav.html" title="隐藏导航Bar" class="chapter " data-progress="9.11.3" style="left: 60.1593625498008%;"></a> <a href="../../ui/system-ui/immersive.html" title="全屏沉浸式应用" class="chapter " data-progress="9.11.4" style="left: 60.55776892430279%;"></a> <a href="../../ui/system-ui/visibility.html" title="响应UI可见性的变化" class="chapter " data-progress="9.11.5" style="left: 60.95617529880478%;"></a> <a href="../../ux/implement-nav/index.html" title="实现高效的导航" class="chapter " data-progress="9.2" style="left: 61.354581673306775%;"></a> <a href="../../ux/implement-nav/lateral.html" title="使用Tabs创建Swipe视图" class="chapter " data-progress="9.2.1" style="left: 61.75298804780876%;"></a> <a href="../../ux/implement-nav/nav-drawer.html" title="创建抽屉导航" class="chapter " data-progress="9.2.2" style="left: 62.15139442231076%;"></a> <a href="../../ux/implement-nav/ancestral.html" title="提供向上的导航" class="chapter " data-progress="9.2.3" style="left: 62.54980079681275%;"></a> <a href="../../ux/implement-nav/temporal.html" title="提供向后的导航" class="chapter " data-progress="9.2.4" style="left: 62.94820717131474%;"></a> <a href="../../ux/implement-nav/descendant.html" title="实现向下的导航" class="chapter " data-progress="9.2.5" style="left: 63.34661354581673%;"></a> <a href="../../ux/notify-user/index.html" title="通知提示用户" class="chapter " data-progress="9.3" style="left: 63.745019920318725%;"></a> <a href="../../ux/notify-user/build-notification.html" title="建立Notification" class="chapter " data-progress="9.3.1" style="left: 64.14342629482071%;"></a> <a href="../../ux/notify-user/nav.html" title="当启动Activity时保留导航" class="chapter " data-progress="9.3.2" style="left: 64.54183266932272%;"></a> <a href="../../ux/notify-user/update-notification.html" title="更新Notification" class="chapter " data-progress="9.3.3" style="left: 64.9402390438247%;"></a> <a href="../../ux/notify-user/expand-notification.html" title="使用BigView风格" class="chapter " data-progress="9.3.4" style="left: 65.33864541832669%;"></a> <a href="../../ux/notify-user/progess-notification.html" title="显示Notification进度" class="chapter " data-progress="9.3.5" style="left: 65.73705179282868%;"></a> <a href="../../ux/search/index.html" title="增加搜索功能" class="chapter " data-progress="9.4" style="left: 66.13545816733068%;"></a> <a href="../../ux/search/setup.html" title="建立搜索界面" class="chapter " data-progress="9.4.1" style="left: 66.53386454183267%;"></a> <a href="../../ux/search/search.html" title="保存并搜索数据" class="chapter " data-progress="9.4.2" style="left: 66.93227091633466%;"></a> <a href="../../ux/search/back-compat.html" title="保持向下兼容" class="chapter " data-progress="9.4.3" style="left: 67.33067729083665%;"></a> <a href="../../ux/app-indexing/index.html" title="使得你的App内容可被Google搜索" class="chapter " data-progress="9.5" style="left: 67.72908366533865%;"></a> <a href="../../ux/app-indexing/deep-linking.html" title="为App内容开启深度链接" class="chapter " data-progress="9.5.1" style="left: 68.12749003984064%;"></a> <a href="../../ux/app-indexing/enable-app-indexing.html" title="为索引指定App内容" class="chapter " data-progress="9.5.2" style="left: 68.52589641434263%;"></a> <a href="../../ui/multiscreen/index.html" title="为多屏幕设计" class="chapter " data-progress="9.6" style="left: 68.92430278884463%;"></a> <a href="../../ui/multiscreen/screen-sizes.html" title="兼容不同的屏幕大小" class="chapter " data-progress="9.6.1" style="left: 69.32270916334662%;"></a> <a href="../../ui/multiscreen/screen-desities.html" title="兼容不同的屏幕密度" class="chapter " data-progress="9.6.2" style="left: 69.7211155378486%;"></a> <a href="../../ui/multiscreen/adapt-ui.html" title="实现可适应的UI" class="chapter " data-progress="9.6.3" style="left: 70.11952191235059%;"></a> <a href="../../ui/tv/index.html" title="为TV进行设计" class="chapter " data-progress="9.7" style="left: 70.5179282868526%;"></a> <a href="../../ui/tv/optimize-layouts-tv.html" title="为TV优化Layout" class="chapter " data-progress="9.7.1" style="left: 70.91633466135458%;"></a> <a href="../../ui/tv/optimize-nav-tv.html" title="为TV优化导航" class="chapter " data-progress="9.7.2" style="left: 71.31474103585657%;"></a> <a href="../../ui/tv/unsupport-features-tv.html" title="处理不支持TV的功能" class="chapter " data-progress="9.7.3" style="left: 71.71314741035856%;"></a> <a href="../../ui/custom-view/index.html" title="创建自定义View" class="chapter " data-progress="9.8" style="left: 72.11155378486056%;"></a> <a href="../../ui/custom-view/create-view.html" title="创建自定义的View类" class="chapter " data-progress="9.8.1" style="left: 72.50996015936255%;"></a> <a href="../../ui/custom-view/custom-draw.html" title="实现自定义View的绘制" class="chapter " data-progress="9.8.2" style="left: 72.90836653386454%;"></a> <a href="../../ui/custom-view/make-interactive.html" title="使得View可交互" class="chapter " data-progress="9.8.3" style="left: 73.30677290836654%;"></a> <a href="../../ui/custom-view/optimize-view.html" title="优化自定义View" class="chapter " data-progress="9.8.4" style="left: 73.70517928286853%;"></a> <a href="../../ui/backward-compatible-ui/index.html" title="创建向后兼容的UI" class="chapter " data-progress="9.9" style="left: 74.10358565737052%;"></a> <a href="../../ui/backward-compatible-ui/abstract.html" title="抽象新的APIs" class="chapter " data-progress="9.9.1" style="left: 74.5019920318725%;"></a> <a href="../../ui/backward-compatible-ui/new-impl.html" title="代理至新的APIs" class="chapter " data-progress="9.9.2" style="left: 74.9003984063745%;"></a> <a href="../../ui/backward-compatible-ui/older-impl.html" title="使用旧的APIs实现新API的效果" class="chapter " data-progress="9.9.3" style="left: 75.2988047808765%;"></a> <a href="../../ui/backward-compatible-ui/using-component.html" title="使用版本敏感的组件" class="chapter " data-progress="9.9.4" style="left: 75.69721115537848%;"></a> <a href="../../best-user-input.html" title="Android用户输入" class="chapter " data-progress="10" style="left: 76.09561752988049%;"></a> <a href="../../input/gestures/index.html" title="使用触摸手势" class="chapter " data-progress="10.1" style="left: 76.49402390438247%;"></a> <a href="../../input/gestures/detector.html" title="检测常用的手势" class="chapter " data-progress="10.1.1" style="left: 76.89243027888446%;"></a> <a href="../../input/gestures/movement.html" title="跟踪手势移动" class="chapter " data-progress="10.1.2" style="left: 77.29083665338645%;"></a> <a href="../../input/gestures/scroll.html" title="Scroll手势动画" class="chapter " data-progress="10.1.3" style="left: 77.68924302788845%;"></a> <a href="../../input/gestures/multi.html" title="处理多触摸手势" class="chapter " data-progress="10.1.4" style="left: 78.08764940239044%;"></a> <a href="../../input/gestures/scale.html" title="拖拽与缩放" class="chapter " data-progress="10.1.5" style="left: 78.48605577689243%;"></a> <a href="../../input/gestures/viewgroup.html" title="管理ViewGroup中的触摸事件" class="chapter " data-progress="10.1.6" style="left: 78.88446215139442%;"></a> <a href="../../input/keyboard-input/index.html" title="处理键盘输入" class="chapter " data-progress="10.2" style="left: 79.28286852589642%;"></a> <a href="../../input/keyboard-input/type.html" title="指定输入法类型" class="chapter " data-progress="10.2.1" style="left: 79.6812749003984%;"></a> <a href="../../input/keyboard-input/visibility.html" title="处理输入法可见性" class="chapter " data-progress="10.2.2" style="left: 80.0796812749004%;"></a> <a href="../../input/keyboard-input/navigation.html" title="兼容键盘导航" class="chapter " data-progress="10.2.3" style="left: 80.4780876494024%;"></a> <a href="../../input/keyboard-input/commands.html" title="处理按键动作" class="chapter " data-progress="10.2.4" style="left: 80.87649402390439%;"></a> <a href="../../input/game-controller/index.html" title="兼容游戏控制器" class="chapter " data-progress="10.3" style="left: 81.27490039840637%;"></a> <a href="../../input/game-controller/controller-inputs.html" title="处理控制器输入动作" class="chapter " data-progress="10.3.1" style="left: 81.67330677290836%;"></a> <a href="../../input/game-controller/compatibility.html" title="支持不同的Android系统版本" class="chapter " data-progress="10.3.2" style="left: 82.07171314741036%;"></a> <a href="../../input/game-controller/multi-controller.html" title="支持多个控制器" class="chapter " data-progress="10.3.3" style="left: 82.47011952191235%;"></a> <a href="../../best-background.html" title="Android后台任务" class="chapter " data-progress="11" style="left: 82.86852589641434%;"></a> <a href="../../background-jobs/run-background-service/index.html" title="在IntentService中执行后台任务" class="chapter " data-progress="11.1" style="left: 83.26693227091633%;"></a> <a href="../../background-jobs/run-background-service/create-service.html" title="创建IntentService" class="chapter " data-progress="11.1.1" style="left: 83.66533864541833%;"></a> <a href="../../background-jobs/run-background-service/send-request.html" title="发送工作任务到IntentService" class="chapter " data-progress="11.1.2" style="left: 84.06374501992032%;"></a> <a href="../../background-jobs/run-background-service/report-status.html" title="报告后台任务执行状态" class="chapter " data-progress="11.1.3" style="left: 84.4621513944223%;"></a> <a href="../../background-jobs/load-data-background/index.html" title="使用CursorLoader在后台加载数据" class="chapter " data-progress="11.2" style="left: 84.86055776892431%;"></a> <a href="../../background-jobs/load-data-background/setup-loader.html" title="使用CursorLoader执行查询任务" class="chapter " data-progress="11.2.1" style="left: 85.2589641434263%;"></a> <a href="../../background-jobs/load-data-background/handle-result.html" title="处理查询的结果" class="chapter " data-progress="11.2.2" style="left: 85.65737051792829%;"></a> <a href="../../background-jobs/scheduling/index.html" title="管理设备的唤醒状态" class="chapter " data-progress="11.3" style="left: 86.05577689243027%;"></a> <a href="../../background-jobs/scheduling/wake-lock.html" title="保持设备的唤醒" class="chapter " data-progress="11.3.1" style="left: 86.45418326693228%;"></a> <a href="../../background-jobs/scheduling/alarms.html" title="制定重复定时的任务" class="chapter " data-progress="11.3.2" style="left: 86.85258964143426%;"></a> <a href="../../best-performance.html" title="Android性能优化" class="chapter " data-progress="12" style="left: 87.25099601593625%;"></a> <a href="../../performance/memory.html" title="管理应用的内存" class="chapter " data-progress="12.1" style="left: 87.64940239043824%;"></a> <a href="../../performance/performance-tips.html" title="性能优化Tips" class="chapter " data-progress="12.2" style="left: 88.04780876494024%;"></a> <a href="../../performance/improving-layouts/index.html" title="提升Layout的性能" class="chapter " data-progress="12.3" style="left: 88.44621513944223%;"></a> <a href="../../performance/improving-layouts/optimizing-layout.html" title="优化layout的层级" class="chapter " data-progress="12.3.1" style="left: 88.84462151394422%;"></a> <a href="../../performance/improving-layouts/reuse-layouts.html" title="使用include标签重用layouts" class="chapter " data-progress="12.3.2" style="left: 89.24302788844622%;"></a> <a href="../../performance/improving-layouts/loading-ondemand.html" title="按需加载视图" class="chapter " data-progress="12.3.3" style="left: 89.64143426294821%;"></a> <a href="../../performance/improving-layouts/smooth-scrolling.html" title="使得ListView滑动顺畅" class="chapter " data-progress="12.3.4" style="left: 90.0398406374502%;"></a> <a href="../../performance/monitor-device-state/index.html" title="优化电池寿命" class="chapter " data-progress="12.4" style="left: 90.43824701195219%;"></a> <a href="../../performance/monitor-device-state/battery-monitor.html" title="监测电量与充电状态" class="chapter " data-progress="12.4.1" style="left: 90.83665338645419%;"></a> <a href="../../performance/monitor-device-state/docking-monitor.html" title="判断与监测Docking状态" class="chapter " data-progress="12.4.2" style="left: 91.23505976095618%;"></a> <a href="../../performance/monitor-device-state/connectivity-monitor.html" title="判断与监测网络连接状态" class="chapter " data-progress="12.4.3" style="left: 91.63346613545816%;"></a> <a href="../../performance/monitor-device-state/manifest-receivers.html" title="根据需要操作Broadcast接受者" class="chapter " data-progress="12.4.4" style="left: 92.03187250996017%;"></a> <a href="../../performance/multi-threads/index.html" title="多线程操作" class="chapter " data-progress="12.5" style="left: 92.43027888446215%;"></a> <a href="../../performance/multi-threads/define-runnable.html" title="在一个线程中执行一段特定的代码" class="chapter " data-progress="12.5.1" style="left: 92.82868525896414%;"></a> <a href="../../performance/multi-threads/create-threadpool.html" title="为多线程创建线程池" class="chapter " data-progress="12.5.2" style="left: 93.22709163346613%;"></a> <a href="../../performance/multi-threads/run-code.html" title="在线程池中的一个线程里执行代码" class="chapter " data-progress="12.5.3" style="left: 93.62549800796813%;"></a> <a href="../../performance/multi-threads/communicate-ui.html" title="与UI线程通信" class="chapter " data-progress="12.5.4" style="left: 94.02390438247012%;"></a> <a href="../../performance/perf-anr/index.html" title="避免出现程序无响应ANR" class="chapter " data-progress="12.6" style="left: 94.42231075697211%;"></a> <a href="../../performance/perf-jni/index.html" title="JNI使用指南" class="chapter " data-progress="12.7" style="left: 94.8207171314741%;"></a> <a href="../../performance/smp/index.html" title="优化多核处理器(SMP)下的Android程序" class="chapter " data-progress="12.8" style="left: 95.2191235059761%;"></a> <a href="../../best-security.html" title="Android安全与隐私" class="chapter " data-progress="13" style="left: 95.61752988047809%;"></a> <a href="../../security/security-tips.html" title="Security Tips" class="chapter " data-progress="13.1" style="left: 96.01593625498008%;"></a> <a href="../../security/security-ssl.html" title="使用HTTPS与SSL" class="chapter " data-progress="13.2" style="left: 96.41434262948208%;"></a> <a href="../../security/enterprise/index.html" title="企业版App" class="chapter " data-progress="13.3" style="left: 96.81274900398407%;"></a> <a href="../../security/enterprise/device-management-policy.html" title="使用设备管理条例增强安全性" class="chapter " data-progress="13.3.1" style="left: 97.21115537848605%;"></a> <a href="../../best-testing.html" title="Android测试程序" class="chapter " data-progress="14" style="left: 97.60956175298804%;"></a> <a href="../../testing/activity-testing/index.html" title="测试你的Activity" class="chapter " data-progress="14.1" style="left: 98.00796812749005%;"></a> <a href="../../testing/activity-testing/prepare-activity-testing.html" title="建立测试环境" class="chapter " data-progress="14.1.1" style="left: 98.40637450199203%;"></a> <a href="../../testing/activity-testing/activity-basic-testing.html" title="创建与执行测试用例" class="chapter " data-progress="14.1.2" style="left: 98.80478087649402%;"></a> <a href="../../testing/activity-testing/activity-ui-testing.html" title="测试UI组件" class="chapter " data-progress="14.1.3" style="left: 99.20318725099601%;"></a> <a href="../../testing/activity-testing/activity-unit-testing.html" title="创建单元测试" class="chapter " data-progress="14.1.4" style="left: 99.60159362549801%;"></a> <a href="../../testing/activity-testing/activity-function-testing.html" title="创建功能测试" class="chapter " data-progress="14.1.5" style="left: 100%;"></a> </div> </div> <div class="page-inner"> <section class="normal" id="section-gitbook_48"> <blockquote> <p>编写:<a href="https://github.com/kesenhoo" target="_blank">kesenhoo</a> - 校对:</p> <p>原文:<a href="http://developer.android.com/training/basics/intents/index.html" target="_blank">http://developer.android.com/training/basics/intents/index.html</a></p> </blockquote> <h1 id="-">与其他应用的交互</h1> <ul> <li>一个Android app通常都会有好几个activities. 每一个activity的界面都可能允许用户执行一些特殊任务(例如查看地图或者是开始拍照等)。为了让用户从一个activity跳到另外一个activity,你的app必须使用Intent来定义你的app想做的事情。当你使用startActivity()的方法,而且参数是intent时,系统会使用这个 Intent 来定义并启动合适的app组件。使用intents还可以让你的app来启动另外一个app里面的activity。</li> <li>一个 Intent 可以显式的指明需要启动的模块,也可以隐式的指明自己可以处理哪种类型的动作。</li> <li>这一章节会演示如何使用Intent 来做一些与其他app之间的简单交互。类似,启动另外一个app,从其他app接受数据,并且使得你的app能够响应从其他发出的intent。</li> </ul> <h2 id="lessons">Lessons</h2> <ul> <li><p><a href="sending.html"><strong>Sending the User to Another App:Intent的发送</strong></a></p> <p>演示如何创建隐式的Intent来唤起能够接收这个动作的App。</p> </li> </ul> <ul> <li><p><a href="result.html"><strong>Getting a Result from an Activity:接收Activity返回的结果</strong></a></p> <p>演示如何启动另外一个Activity并接收返回值。</p> </li> </ul> <ul> <li><p><a href="filters.html"><strong>Allowing Other Apps to Start Your Activity:Intent过滤</strong></a></p> <p>演示如何通过定义隐式的Intent的过滤器来使得能够被其他应用唤起。</p> </li> </ul> </section> </div> </div> </div> <a href="../../basics/data-storage/database.html" class="navigation navigation-prev " aria-label="Previous page: 保存到数据库"><i class="fa fa-angle-left"></i></a> <a href="../../basics/intents/sending.html" class="navigation navigation-next " aria-label="Next page: Intent的发送"><i class="fa fa-angle-right"></i></a> </div> </div> <script src="../../gitbook/jsrepl/jsrepl.js" id="jsrepl-script"></script> <script src="../../gitbook/app.js"></script> <script src="http://cdn.mathjax.org/mathjax/2.0-latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script> <script src="../../gitbook/plugins/gitbook-plugin-mathjax/plugin.js"></script> <script> require(["gitbook"], function(gitbook) { var config = {}; gitbook.start(config); }); </script> </body> </html>
_to_delete/eventpoint_v1.1.0/assets/css/style-orange.css
talargoni/owasp-summit-2017
/*---------------------------------------------------------------------- [Master Stylesheet : Event Point] ------------------------------------------------------------------------ Project: Event Point - Event, Conference & Meetup HTML Template ------------------------------------------------------------------------ Version: 1.1.0 Author: LogicHunt, Themearth Copyright: Copyright (C) 2017 themearth.com. All Rights Reserved By LogicHunt(http://logichunt.com/). Websites: http://logichunt.com, http://themearth.com Contact/Support: logichunt.info@gmail.com ------------------------------------------------------------------------- ------------------------------------------------------------------------- [Table of Content] 1. Global Styles 1.1 Typography 1.2 Section Title 1.3 Brand Button 1.3 Animations 2. Main Content Styles 2.1 Header Section 2.2 Banner Section 2.3 Slider Section 2.4 Speakers Section 2.5 Video Section 2.6 Schedule Section 2.7 Sponsors Section 2.8 Travel Section 2.9 Register Section 2.10 Photo Gallery Section 2.11 Blog Section 2.13 Testimonials Section 2.14 Contact Section 2.15 Circular Countdown Section 2.16 Footer Section 3. Single Page Style 3.1 Single Page Style 4. Global Responsive 4.1 Responsive Style [Stylesheet Contents] /********************************************************************/ /* 1. GLOBAL STYLES *********************************************************************/ /*-------------------------------------------------------------------*/ /* 1.1 TYPOGRAPHY ---------------------------------------------------------------------*/ html { font-size: 62.5%; } body { background: #f9f9f9; font-family: 'Lora', serif; font-size: 16px; line-height: 24px; font-size: 1.6rem; line-height: 2.4000000000000004rem; padding: 0; margin: 0; color: rgba(46, 40, 65, 0.8); line-height: 2.6rem; } p { font-family: 'Lora', serif; font-size: 16px; line-height: 24px; font-size: 1.6rem; line-height: 2.4000000000000004rem; padding: 0; margin: 0; color: rgba(46, 40, 65, 0.8); line-height: 2.6rem; font-weight: 400; } h1, .h1 { font-family: 'Oswald', sans-serif; font-size: 68px; line-height: 102px; font-size: 6.8rem; line-height: 10.2rem; line-height: 7.2rem; } h2, .h2 { font-family: 'Oswald', sans-serif; font-size: 42px; line-height: 63px; font-size: 4.2rem; line-height: 6.300000000000001rem; line-height: 4.8rem; } h3, .h3 { font-size: 26px; line-height: 39px; font-size: 2.6rem; line-height: 3.9000000000000004rem; line-height: 4.2rem; font-family: 'Oswald', sans-serif; font-weight: 700; } h3 a, .h3 a { color: inherit; } h3 a:hover, .h3 a:hover { color: #FFBB33; } h4, .h4 { font-size: 16px; line-height: 24px; font-size: 1.6rem; line-height: 2.4000000000000004rem; line-height: 2.4rem; font-family: 'Lora', serif; font-weight: 700; } h4 a, .h4 a { color: inherit; } h4 a:hover, .h4 a:hover { color: #FFBB33; } h5, .h5 { font-size: 16px; line-height: 24px; font-size: 1.6rem; line-height: 2.4000000000000004rem; line-height: 2.4rem; } h6, .h6 { font-size: 14px; line-height: 21px; font-size: 1.4rem; line-height: 2.0999999999999996rem; line-height: 2.4rem; } img { max-width: 100%; } .lgx-table thead tr { background: rgba(255, 187, 51, 0.2); } .lgx-table thead tr th { border-bottom: 0; padding-top: 2rem; padding-bottom: 2rem; font-family: 'Oswald', sans-serif; font-weight: 400; text-transform: uppercase; color: #2e2841; text-align: center; } .lgx-table tbody tr td, .lgx-table tbody tr th { padding-top: 2rem; padding-bottom: 2rem; border-top: 4px solid #f9f9f9; background: rgba(255, 187, 51, 0.05); text-align: center; border-right: 2px solid #f9f9f9; } .lgx-table tbody tr td:hover, .lgx-table tbody tr th:hover { background: rgba(255, 187, 51, 0.1); } .lgx-table tbody tr th { background: rgba(255, 187, 51, 0.1); } a { text-decoration: none; color: #ffaf0f; outline: 0; } a:focus, a:hover, a.active { text-decoration: none; color: #ffcc66; outline: 0; } button:focus, button:active, .btn:focus, .btn:active, input[type="submit"]:focus, input[type="submit"]:active, input[type="button"]:focus, input[type="button"]:active { outline: none; } .lgx-inner { padding: 11rem 0; } blockquote { padding: 10px 20px; margin: 0 0 20px; font-size: 17.5px; border-left: 5px solid #ffcc66; } blockquote p { font-weight: 400; } blockquote { text-align: left; overflow: hidden; width: 100%; font-size: 16px; line-height: 24px; font-size: 1.6rem; line-height: 2.4000000000000004rem; color: #2e2841; font-weight: 400; margin: 2rem 0; display: block; padding: 4rem; background: rgba(255, 187, 51, 0.1); font-style: italic; position: relative; border-left: 0; border-radius: 40px 0 40px 0; font-size: 26px; line-height: 39px; font-size: 2.6rem; line-height: 3.9000000000000004rem; } blockquote p { font-size: 26px; line-height: 39px; font-size: 2.6rem; line-height: 3.9000000000000004rem; } blockquote footer { float: none !important; color: #FFBB33; } blockquote:after { content: "\f10e"; font-family: FontAwesome; right: 8px; position: absolute; bottom: -22px; font-size: 51px; line-height: 76.5px; font-size: 5.1rem; line-height: 7.6499999999999995rem; color: #f9f9f9; opacity: 1; } blockquote:before { content: "\f10d"; font-family: FontAwesome; left: -1px; position: absolute; top: -19px; font-size: 51px; line-height: 76.5px; font-size: 5.1rem; line-height: 7.6499999999999995rem; color: #f9f9f9; opacity: 1; } /*-------------------------------------------------------------------*/ /* 1.2 SECTION TITLE ----------------------------------------------------------------------*/ .lgx-heading-area { text-align: center; margin-bottom: 6.8rem; } .lgx-heading-area .text { font-size: 26px; line-height: 39px; font-size: 2.6rem; line-height: 3.9000000000000004rem; padding: 0 20%; font-family: 'Lora', serif; font-weight: 400; opacity: .7; font-style: italic; } .lgx-heading { position: relative; text-align: center; margin-bottom: 0; margin-top: -3.9rem; } .lgx-heading h2 { margin: 0; } .lgx-heading .back-heading { font-size: 110px; line-height: 165px; font-size: 11rem; line-height: 16.5rem; text-transform: uppercase; color: #FFBB33; width: 100%; opacity: .15; } .lgx-heading .heading { position: absolute; font-size: 42px; line-height: 63px; font-size: 4.2rem; line-height: 6.300000000000001rem; font-weight: 700; color: #2e2841; line-height: 18.5rem; z-index: 2; top: 0; left: 0; width: 100%; text-align: center; text-transform: uppercase; } .lgx-heading-brand .back-heading { color: #FFBB33; } .lgx-heading-brand .heading { color: #fff; } .lgx-heading-brand .text { color: #fff; } /*-------------------------------------------------------------------*/ /* 1.3 BRAND BUTTON ---------------------------------------------------------------------*/ .lgx-btn { font-family: 'Oswald', sans-serif; background: #42bd41; padding: 1rem 2.6rem; color: #fff; overflow: hidden; display: inline-block; -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25); -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25); box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25); -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; letter-spacing: .1rem; text-transform: uppercase; font-size: 14px; line-height: 21px; font-size: 1.4rem; line-height: 2.0999999999999996rem; -webkit-transition: all 0.3s ease-in-out 0s; -moz-transition: all 0.3s ease-in-out 0s; -o-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; } .lgx-btn:hover { background: #FFBB33; color: #fff; } .lgx-btn:hover span { display: block; -webkit-animation-name: zoomIn; animation-name: zoomIn; -webkit-transform-origin: center; transform-origin: center; animation-duration: 500ms; animation-timing-function: linear; } .lgx-btn-brand { background: #FFBB33; } .lgx-btn-brand:hover { background: #42bd41; } .lgx-btn-big { font-size: 16px; line-height: 24px; font-size: 1.6rem; line-height: 2.4000000000000004rem; padding: 1.3rem 3.2rem; } button { border: 0; } /*-------------------------------------------------------------------*/ /* 1.4 ANIMATIONS ---------------------------------------------------------------------*/ @-webkit-keyframes zoomIn { from { opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); } 50% { opacity: 1; } } @keyframes zoomIn { from { opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); } 50% { opacity: 1; } } @-webkit-keyframes fadeInUp { from { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } @keyframes fadeInUp { from { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } @-webkit-keyframes fadeInDown { from { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } @keyframes fadeInDown { from { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } @-webkit-keyframes zoomInUp { from { opacity: 0; -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0); transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0); -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% { opacity: 1; -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } } @keyframes zoomInUp { from { opacity: 0; -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0); transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0); -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% { opacity: 1; -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } } @-webkit-keyframes flipInY { from { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); transform: perspective(400px) rotate3d(0, 1, 0, 90deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; opacity: 0; } 40% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg); transform: perspective(400px) rotate3d(0, 1, 0, -20deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } 60% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg); transform: perspective(400px) rotate3d(0, 1, 0, 10deg); opacity: 1; } 80% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg); transform: perspective(400px) rotate3d(0, 1, 0, -5deg); } to { -webkit-transform: perspective(400px); transform: perspective(400px); } } @keyframes flipInY { from { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); transform: perspective(400px) rotate3d(0, 1, 0, 90deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; opacity: 0; } 40% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg); transform: perspective(400px) rotate3d(0, 1, 0, -20deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } 60% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg); transform: perspective(400px) rotate3d(0, 1, 0, 10deg); opacity: 1; } 80% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg); transform: perspective(400px) rotate3d(0, 1, 0, -5deg); } to { -webkit-transform: perspective(400px); transform: perspective(400px); } } @-webkit-keyframes fadeInLeft { from { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } @keyframes fadeInLeft { from { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } @-webkit-keyframes fadeInRight { from { opacity: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } @keyframes fadeInRight { from { opacity: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } /********************************************************************/ /* 2. MAIN CONTENT STYLES *********************************************************************/ /*-------------------------------------------------------------------*/ /* 2.1 HEADER SECTION ---------------------------------------------------------------------*/ .lgx-header { position: fixed; top: 3rem; width: 100%; z-index: 9; /*DROPDOWN MENU HOVER EFFECT*/ /*DROPDOWN MENU HOVER EFFECT*/ /*MULTI LEVEL DROPDOWN*/ /*MULTI LEVEL DROPDOWN*/ } .lgx-header .lgx-inner { margin: 0 auto; } .lgx-header .lgx-toggle { position: absolute; top: 10px; right: 0; z-index: 99; color: #fff; } .lgx-header .lgx-toggle i { font-size: 26px; } .lgx-header .navbar-nav li:hover > ul { display: block; -moz-animation: fadeIn 0.3s ease-in; -webkit-animation: fadeIn 0.3s ease-in; animation: fadeIn 0.3s ease-in; } .lgx-header .navbar-nav ul li:hover > ul { display: block; -moz-animation: fadeIn 0.3s ease-in; -webkit-animation: fadeIn 0.3s ease-in; animation: fadeIn 0.3s ease-in; } .lgx-header .dropdown-submenu { position: relative; } .lgx-header .dropdown-submenu > .dropdown-menu { top: 0; left: 100%; margin-top: -6px; margin-left: -1px; } .lgx-header .dropdown-submenu:hover > .dropdown-menu { display: block; } .lgx-header .dropdown-submenu > a:after { display: block; content: " "; float: right; width: 0; height: 0; margin-top: 5px; margin-right: -10px; } .lgx-header .dropdown-submenu.pull-left { float: none; } .lgx-header .dropdown-submenu.pull-left > .dropdown-menu { left: -100%; margin-left: 10px; } .lgx-header .lgx-navbar { margin-bottom: 0; border: none; background: transparent; border-radius: 0; } .lgx-header .lgx-navbar .lgx-nav { position: relative; -webkit-animation-name: fadeInRight; animation-name: fadeInRight; -webkit-transform-origin: center; transform-origin: center; animation-duration: 400ms; animation-timing-function: linear; } .lgx-header .lgx-navbar .lgx-nav li a { color: #fff; font-family: 'Oswald', sans-serif; font-size: 16px; line-height: 24px; font-size: 1.6rem; line-height: 2.4000000000000004rem; font-weight: 400; letter-spacing: .08rem; text-transform: uppercase; } .lgx-header .lgx-navbar .lgx-nav li a:hover { background: transparent; color: #fff; opacity: 1; } .lgx-header .lgx-navbar .lgx-nav li .lgx-btn { margin-top: .5rem; padding: .8rem 2.4rem; -webkit-transition: all 0s ease-in-out 0s; -moz-transition: all 0s ease-in-out 0s; -o-transition: all 0s ease-in-out 0s; transition: all 0s ease-in-out 0s; } .lgx-header .lgx-navbar .lgx-nav li .lgx-btn:hover { background: #FFBB33; color: #fff; } .lgx-header .lgx-navbar .lgx-nav .active a { background: transparent; color: #FFBB33; } .lgx-header .lgx-navbar .lgx-logo { -webkit-animation-name: fadeInRight; animation-name: fadeInRight; -webkit-transform-origin: center; transform-origin: center; animation-duration: 400ms; animation-timing-function: linear; } .lgx-header .lgx-navbar .lgx-logo a img { max-width: 190px; margin-top: -5px; -webkit-transition: all 0.4s ease-in-out 0s; -moz-transition: all 0.4s ease-in-out 0s; -o-transition: all 0.4s ease-in-out 0s; transition: all 0.4s ease-in-out 0s; } .lgx-header .lgx-navbar .lgx-nav { float: right; } .lgx-header .lgx-navbar .lgx-nav .dropdown-menu { border: 0; border-radius: 0; } .lgx-header .lgx-navbar .lgx-nav .dropdown-menu li a { color: #2e2841; padding: .6rem 1.5rem; font-size: 14px; line-height: 21px; font-size: 1.4rem; line-height: 2.0999999999999996rem; } .lgx-header .lgx-navbar .lgx-nav .dropdown-menu li a b { color: #FFBB33; } .single .lgx-header .lgx-navbar .lgx-nav .dropdown-menu, .single-post .lgx-header .lgx-navbar .lgx-nav .dropdown-menu, .page .lgx-header .lgx-navbar .lgx-nav .dropdown-menu, .page-template .lgx-header .lgx-navbar .lgx-nav .dropdown-menu { border: 0; border-radius: 0; } .single .lgx-header .lgx-navbar .lgx-nav .dropdown-menu li a, .single-post .lgx-header .lgx-navbar .lgx-nav .dropdown-menu li a, .page .lgx-header .lgx-navbar .lgx-nav .dropdown-menu li a, .page-template .lgx-header .lgx-navbar .lgx-nav .dropdown-menu li a { color: #2e2841; } .single .lgx-header .lgx-navbar .lgx-nav .dropdown-menu li a b, .single-post .lgx-header .lgx-navbar .lgx-nav .dropdown-menu li a b, .page .lgx-header .lgx-navbar .lgx-nav .dropdown-menu li a b, .page-template .lgx-header .lgx-navbar .lgx-nav .dropdown-menu li a b { color: #FFBB33; } .menu-onscroll { background: rgba(46, 40, 65, 0.95); position: fixed; top: 0; width: 100%; z-index: 999; -webkit-animation-name: fadeInDown; animation-name: fadeInDown; -webkit-transform-origin: center; transform-origin: center; animation-duration: 600ms; animation-timing-function: linear; -moz-box-shadow: 0 3px 5px rgba(66, 189, 65, 0.1); -webkit-box-shadow: 0 3px 5px rgba(66, 189, 65, 0.1); -o-box-shadow: 0 3px 5px rgba(66, 189, 65, 0.1); box-shadow: 0 3px 5px rgba(66, 189, 65, 0.1); } .menu-onscroll .lgx-toggle { color: #FFBB33; top: 15px; } .menu-onscroll .lgx-navbar .lgx-nav li a { padding-top: 23px; padding-bottom: 23px; } .menu-onscroll .lgx-navbar .lgx-nav li a:hover { background: transparent; color: #FFBB33; opacity: 1; } .menu-onscroll .lgx-navbar .lgx-nav li .lgx-btn { margin-top: 1.3rem; -webkit-transition: all 0s ease-in-out 0s; -moz-transition: all 0s ease-in-out 0s; -o-transition: all 0s ease-in-out 0s; transition: all 0s ease-in-out 0s; } .menu-onscroll .lgx-navbar .lgx-nav .active a { background: transparent; color: #FFBB33; opacity: 1; } .menu-onscroll .lgx-navbar .lgx-logo { display: block; margin-top: .9rem; } .menu-onscroll .lgx-navbar .lgx-logo a img { max-width: 170px; margin-top: 0; -webkit-transition: all 0.2s ease-in-out 0s; -moz-transition: all 0.2s ease-in-out 0s; -o-transition: all 0.2s ease-in-out 0s; transition: all 0.2s ease-in-out 0s; } .lgx-header-white .lgx-toggle { color: #FFBB33; } .lgx-header-white .lgx-navbar .lgx-nav li a { color: #2e2841; opacity: .7; } .lgx-header-white .lgx-navbar .lgx-nav li a:hover { color: #FFBB33; } .lgx-header-white .lgx-navbar .lgx-nav .active a { color: #FFBB33; } /*Animation*/ @-webkit-keyframes fadeInRight { from { opacity: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } @keyframes fadeInRight { from { opacity: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } @-webkit-keyframes fadeInDown { from { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } @keyframes fadeInDown { from { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } /*Animation End*/ .lgx-typed-info .typed-cursor { opacity: 1; font-weight: 300; margin-left: 5px; -webkit-animation: blink 0.7s infinite; -moz-animation: blink 0.7s infinite; animation: blink 0.7s infinite; } @keyframes blink { 0% { opacity: 1; } 50% { opacity: 0; } 100% { opacity: 1; } } @-webkit-keyframes blink { 0% { opacity: 1; } 50% { opacity: 0; } 100% { opacity: 1; } } @-moz-keyframes blink { 0% { opacity: 1; } 50% { opacity: 0; } 100% { opacity: 1; } } /*-------------------------------------------------------------------*/ /* 2.2 BANNER SECTION ---------------------------------------------------------------------*/ .lgx-banner { background: url('http://placehold.it/1920x1002') top center no-repeat fixed; -webkit-background-size: cover; -o-background-size: cover; -moz-background-size: cover; background-size: cover; color: #fff; } .lgx-banner .lgx-banner-style { background: url('http://placehold.it/1700x500') top left no-repeat; -webkit-background-size: auto auto, cover; -o-background-size: auto auto, cover; -moz-background-size: auto auto, cover; background-size: auto auto, cover; } .lgx-banner .lgx-inner { position: static; height: auto; padding: 35rem 0 30.5rem; background: rgba(46, 40, 65, 0.9); } .lgx-banner .subtitle { font-family: 'Lora', serif; font-size: 42px; line-height: 63px; font-size: 4.2rem; line-height: 6.300000000000001rem; font-weight: 400; font-style: italic; margin: 0; } .lgx-banner .subtitle span { color: #42bd41; font-weight: 700; } .lgx-banner .title { font-size: 68px; line-height: 102px; font-size: 6.8rem; line-height: 10.2rem; font-weight: 700; margin: 0 0 1rem; text-transform: uppercase; } .lgx-banner .title span { color: #42bd41; } .lgx-banner .date { font-family: 'Lora', serif; font-size: 26px; line-height: 39px; font-size: 2.6rem; line-height: 3.9000000000000004rem; text-transform: uppercase; font-weight: 700; font-style: italic; margin-top: 0; } .lgx-banner .date span { color: #FFBB33; } .lgx-banner .text { padding: 0 10%; margin-bottom: 3rem; } .lgx-banner .banner-btn .lgx-btn { margin: 0 .8rem; padding: 1.2rem 3rem; } .lgx-banner .lgx-countdown-area { margin-bottom: 1.6rem; } .lgx-banner .lgx-countdown-area #lgx-countdown span { text-align: center; font-family: 'Oswald', sans-serif; font-size: 42px; line-height: 63px; font-size: 4.2rem; line-height: 6.300000000000001rem; font-weight: 700; display: inline-block; margin-right: 2rem; letter-spacing: .16rem; } .lgx-banner .lgx-countdown-area #lgx-countdown i { font-family: 'Lora', serif; font-size: 16px; line-height: 24px; font-size: 1.6rem; line-height: 2.4000000000000004rem; color: #fff; margin-right: 1rem; text-transform: uppercase; font-weight: 400; letter-spacing: normal; display: block; } .lgx-banner .lgx-countdown-area #lgx-countdown .lgx-days { color: #fff200; } .lgx-banner .lgx-countdown-area #lgx-countdown .lgx-hr { color: #ff8a00; } .lgx-banner .lgx-countdown-area #lgx-countdown .lgx-min { color: #00b9ff; } .lgx-banner .lgx-countdown-area #lgx-countdown .lgx-sec { color: #8dc63f; } .lgx-banner-typed .title { font-family: 'Oswald', sans-serif; font-size: 68px; line-height: 102px; font-size: 6.8rem; line-height: 10.2rem; color: #fff; } .lgx-banner-typed .title span { color: #fff; } /*-----------------------------------------*/ /* FOR HOME PAGE 4 Banner Area -------------------------------------------*/ .lgx-banneranother { background: url('http://placehold.it/1920x861') top center no-repeat fixed; -webkit-background-size: cover; -o-background-size: cover; -moz-background-size: cover; background-size: cover; color: #fff; } .lgx-banneranother .lgx-countdown-area { margin-left: 1rem; } .lgx-banneranother .lgx-banner-style { background: -moz-linear-gradient(top, rgba(46, 52, 57, 0.8) 0%, rgba(220, 78, 65, 0.7) 200%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left right, color-stop(0%, rgba(46, 52, 57, 0.8)), color-stop(100%, rgba(220, 78, 65, 0.7))); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, rgba(46, 52, 57, 0.8) 0%, rgba(220, 78, 65, 0.7) 200%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, rgba(46, 52, 57, 0.8) 0%, rgba(220, 78, 65, 0.7) 200%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, rgba(46, 52, 57, 0.8) 0%, rgba(220, 78, 65, 0.7) 200%); /* IE10+ */ background: linear-gradient(to right, rgba(46, 52, 57, 0.8) 0%, rgba(220, 78, 65, 0.7) 200%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(46, 52, 57, 0.8)', endColorstr='rgba(220, 78, 65, 0.7)', GradientType=0); /* IE6-9 */ } .lgx-banneranother .lgx-inneranother { background: url('http://placehold.it/782x905') bottom right no-repeat; -webkit-background-size: auto auto, cover; -o-background-size: auto auto, cover; -moz-background-size: auto auto, cover; background-size: auto auto, cover; } .lgx-banneranother .lgx-inner-bg { background: -moz-linear-gradient(top, rgba(46, 52, 57, 0.5) 0%, rgba(220, 78, 65, 0.3) 200%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left right, color-stop(0%, rgba(46, 52, 57, 0.5)), color-stop(100%, rgba(220, 78, 65, 0.3))); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, rgba(46, 52, 57, 0.5) 0%, rgba(220, 78, 65, 0.3) 200%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, rgba(46, 52, 57, 0.5) 0%, rgba(220, 78, 65, 0.3) 200%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, rgba(46, 52, 57, 0.5) 0%, rgba(220, 78, 65, 0.3) 200%); /* IE10+ */ background: linear-gradient(to right, rgba(46, 52, 57, 0.5) 0%, rgba(220, 78, 65, 0.3) 200%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(46, 52, 57, 0.5)', endColorstr='rgba(220, 78, 65, 0.3)', GradientType=0); /* IE6-9 */ padding: 27rem 0 22rem; } .lgx-banneranother .date { font-family: 'Lora', serif; font-size: 42px; line-height: 63px; font-size: 4.2rem; line-height: 6.300000000000001rem; font-weight: 700; color: #42bd41; margin: 0; font-style: normal; } .lgx-banneranother .date span { font-weight: 700; } .lgx-banneranother .title { font-family: 'Oswald', sans-serif; font-size: 110px; line-height: 165px; font-size: 11rem; line-height: 16.5rem; line-height: 10rem; font-weight: 700; margin: 0 0 1rem; text-transform: uppercase; letter-spacing: -3px; } .lgx-banneranother .title span { color: #fff; font-size: 178px; line-height: 267px; font-size: 17.8rem; line-height: 26.700000000000003rem; letter-spacing: -6px; line-height: 18rem; display: block; } /*-------------------------------------------------------------------*/ /* 2.3 Slider ---------------------------------------------------------------------*/ .lgx-slider { color: #fff; position: relative; } .lgx-slider p { color: #fff; opacity: .7; } .lgx-slider .lgx-inner { padding-bottom: 0; padding-top: 0; } .lgx-slider .lgx-item-center { text-align: center; } .lgx-slider .lgx-item-center .text { margin: 0 auto; } .lgx-slider .lgx-item-left { text-align: left; } .lgx-slider .lgx-item-left .banner-btn .lgx-btn { margin-right: .5rem; } .lgx-slider .lgx-item-right { text-align: right; } .lgx-slider .lgx-item-right .text { float: right; } .lgx-slider .lgx-item-right .banner-btn { float: right; } .lgx-slider .owl-controls .owl-nav [class*=owl-] { height: 60px; width: 60px; background: #FFBB33; color: #fff; border-radius: 50%; -webkit-box-shadow: 1px 2px 10px rgba(52, 61, 71, 0.3); -moz-box-shadow: 1px 2px 10px rgba(52, 61, 71, 0.3); box-shadow: 1px 2px 10px rgba(52, 61, 71, 0.3); } .lgx-slider .owl-controls .owl-nav [class*=owl-]:hover { background: #fff; color: #FFBB33; } .lgx-slider .owl-prev, .lgx-slider .owl-next { position: absolute; top: 45%; opacity: 0; } .lgx-slider .owl-prev i, .lgx-slider .owl-next i { font-size: 40px; line-height: 49px; } .lgx-slider .owl-prev { left: 0; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; transition: .5s; } .lgx-slider .owl-next { right: 0; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; transition: .5s; } .lgx-slider:hover .owl-prev, .lgx-slider:hover .owl-next { opacity: 1; } .lgx-slider:hover .owl-prev { left: 15px; } .lgx-slider:hover .owl-next { right: 15px; } .lgx-slider .lgx-brand { background: transparent; padding-top: 2rem; padding-bottom: 10px; position: fixed; z-index: 999; width: 100%; -webkit-transition: all 0.3s ease; transition: all 0.3s linear; } .lgx-slider .lgx-brand .lgx-logo { max-width: 180px; -webkit-transition: all 0.3s ease; transition: all 0.3s linear; } .lgx-slider .slider-text-single figure { position: relative; } .lgx-slider .slider-text-single figure figcaption { background: -moz-linear-gradient(top, rgba(46, 52, 57, 0.9) 0%, rgba(220, 78, 65, 0.8) 200%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left right, color-stop(0%, rgba(46, 52, 57, 0.8)), color-stop(100%, rgba(220, 78, 65, 0.95))); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, rgba(46, 52, 57, 0.9) 0%, rgba(220, 78, 65, 0.8) 200%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, rgba(46, 52, 57, 0.9) 0%, rgba(220, 78, 65, 0.8) 200%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, rgba(46, 52, 57, 0.9) 0%, rgba(220, 78, 65, 0.8) 200%); /* IE10+ */ background: linear-gradient(to right, rgba(46, 52, 57, 0.9) 0%, rgba(220, 78, 65, 0.8) 200%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(46, 52, 57, 0.9)', endColorstr='rgba(220, 78, 65, 0.9)', GradientType=0); /* IE6-9 */ position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .lgx-slider .slider-text-single figure figcaption .lgx-container { max-width: 1170px; display: block; margin: 0 auto; height: 100%; padding-left: 20px; padding-right: 20px; } .lgx-slider .slider-text-single figure figcaption .lgx-container .lgx-hover-link { width: 100%; height: 100%; display: table; } .lgx-slider .slider-text-single figure figcaption .lgx-container .lgx-hover-link .lgx-vertical { display: table-cell; vertical-align: middle; } .lgx-slider .slider-text-single figure figcaption .lgx-container .lgx-hover-link .lgx-vertical .lgx-btn { margin-top: 3.2rem; display: inline-block; } .lgx-slider .slider-text-single figure figcaption .lgx-container .lgx-hover-link .lgx-vertical .title { color: #fff; font-size: 68px; line-height: 102px; font-size: 6.8rem; line-height: 10.2rem; line-height: 8rem; font-weight: 400; margin: 0; font-style: italic; font-family: 'Lora', serif; } .lgx-slider .slider-text-single figure figcaption .lgx-container .lgx-hover-link .lgx-vertical .subtitle { font-size: 68px; line-height: 102px; font-size: 6.8rem; line-height: 10.2rem; font-family: 'Oswald', sans-serif; font-weight: 400; margin: 0; color: #fff; opacity: .8; text-transform: uppercase; margin-bottom: 1.6rem; } .lgx-slider .slider-text-single figure figcaption .lgx-container .lgx-hover-link .lgx-vertical .text { width: 70%; } .lgx-slider .slider-text-single figure figcaption .lgx-container .lgx-hover-link .lgx-vertical .lgx-subtitle { font-family: 'Lora', serif; font-size: 42px; line-height: 63px; font-size: 4.2rem; line-height: 6.300000000000001rem; font-weight: 400; font-style: italic; margin: 0; } .lgx-slider .slider-text-single figure figcaption .lgx-container .lgx-hover-link .lgx-vertical .lgx-subtitle span { color: #42bd41; font-weight: 700; } .lgx-slider .slider-text-single figure figcaption .lgx-container .lgx-hover-link .lgx-vertical .lgx-title { font-size: 68px; line-height: 102px; font-size: 6.8rem; line-height: 10.2rem; font-weight: 700; margin: 0 0 1rem; text-transform: uppercase; } .lgx-slider .slider-text-single figure figcaption .lgx-container .lgx-hover-link .lgx-vertical .lgx-title span { color: #42bd41; } .lgx-slider .slider-text-single figure figcaption .lgx-container .lgx-hover-link .lgx-vertical .date { font-family: 'Lora', serif; font-size: 26px; line-height: 39px; font-size: 2.6rem; line-height: 3.9000000000000004rem; text-transform: uppercase; font-weight: 700; font-style: italic; margin-top: 0; } .lgx-slider .slider-text-single figure figcaption .lgx-container .lgx-hover-link .lgx-vertical .date span { color: #FFBB33; } .lgx-slider .slider-text-single figure figcaption .lgx-container .lgx-hover-link .lgx-vertical .text { padding: 0 10%; margin-bottom: 3rem; } .lgx-slider .slider-text-single figure figcaption .lgx-container .lgx-hover-link .lgx-vertical .banner-btn .lgx-btn { margin: 0 .8rem; padding: 1.2rem 3rem; } .lgx-slider .slider-text-single figure figcaption:before { content: ""; position: absolute; background: rgba(46, 40, 65, 0.2); top: -38px; left: 0; width: 100%; height: 20%; -webkit-filter: blur(30px); /* Chrome, Safari, Opera */ filter: blur(30px); } .lgx-slider .lgx-countdown-area { margin-bottom: 1.6rem; } .lgx-slider .lgx-countdown-area #lgx-countdown span { text-align: center; font-family: 'Oswald', sans-serif; font-size: 42px; line-height: 63px; font-size: 4.2rem; line-height: 6.300000000000001rem; font-weight: 700; display: inline-block; margin-right: 2rem; letter-spacing: .16rem; } .lgx-slider .lgx-countdown-area #lgx-countdown i { font-family: 'Lora', serif; font-size: 16px; line-height: 24px; font-size: 1.6rem; line-height: 2.4000000000000004rem; color: #fff; margin-right: 1rem; text-transform: uppercase; font-weight: 400; letter-spacing: normal; display: block; } .lgx-slider .lgx-countdown-area #lgx-countdown .lgx-days { color: #fff200; } .lgx-slider .lgx-countdown-area #lgx-countdown .lgx-hr { color: #ff8a00; } .lgx-slider .lgx-countdown-area #lgx-countdown .lgx-min { color: #00b9ff; } .lgx-slider .lgx-countdown-area #lgx-countdown .lgx-sec { color: #8dc63f; } .lgx-slider .owl-theme .owl-controls { margin-top: 0; text-align: center; } /*-----------------------------------------*/ /* FOR CONTENT SLIDER -------------------------------------------*/ .lgx-contentslider { background: url('http://placehold.it/1920x861') top center no-repeat fixed; -webkit-background-size: cover; -o-background-size: cover; -moz-background-size: cover; background-size: cover; color: #fff; } .lgx-contentslider .lgx-inner { background: -moz-linear-gradient(top, rgba(46, 52, 57, 0.9) 0%, rgba(220, 78, 65, 0.8) 200%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left right, color-stop(0%, rgba(46, 52, 57, 0.8)), color-stop(100%, rgba(220, 78, 65, 0.95))); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, rgba(46, 52, 57, 0.9) 0%, rgba(220, 78, 65, 0.8) 200%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, rgba(46, 52, 57, 0.9) 0%, rgba(220, 78, 65, 0.8) 200%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, rgba(46, 52, 57, 0.9) 0%, rgba(220, 78, 65, 0.8) 200%); /* IE10+ */ background: linear-gradient(to right, rgba(46, 52, 57, 0.9) 0%, rgba(220, 78, 65, 0.8) 200%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(46, 52, 57, 0.9)', endColorstr='rgba(220, 78, 65, 0.9)', GradientType=0); /* IE6-9 */ } .lgx-contentslider .lgx-owlcontslider .owl-controls { text-align: left; } .lgx-contentslider .lgx-owlcontslider .owl-controls .owl-nav [class*=owl-] { background: rgba(46, 40, 65, 0.9); color: #42bd41; font-size: 26px; margin: 5px; padding: 10px 18px; display: inline-block; cursor: pointer; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; opacity: 0; -webkit-transition: all 0.3s ease-in-out 0s; -moz-transition: all 0.3s ease-in-out 0s; -o-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25); -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25); box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25); } .lgx-contentslider .lgx-owlcontslider .owl-controls .owl-nav [class*=owl-]:hover { background: #42bd41; color: #fff; } .lgx-contentslider .lgx-owlcontslider:hover .owl-controls .owl-nav [class*=owl-] { opacity: 1; -webkit-animation-name: zoomIn; animation-name: zoomIn; -webkit-transform-origin: center; transform-origin: center; animation-duration: 500ms; animation-timing-function: linear; } #lgx-main-slider .active .lgx-fadeInLeft-img, #lgx-owlcontslider .active .lgx-fadeInLeft-img { -webkit-animation-duration: .3s; animation-duration: .3s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-delay: .3s; -webkit-animation-name: fadeInLeft; animation-name: fadeInLeft; } #lgx-main-slider .active .lgx-fadeInLeft-one, #lgx-owlcontslider .active .lgx-fadeInLeft-one { -webkit-animation-duration: .3s; animation-duration: .3s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-delay: .9s; -webkit-animation-name: fadeInLeft; animation-name: fadeInLeft; } #lgx-main-slider .active .lgx-fadeInLeft-two, #lgx-owlcontslider .active .lgx-fadeInLeft-two { -webkit-animation-duration: .3s; animation-duration: .3s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-delay: 1.5s; -webkit-animation-name: fadeInLeft; animation-name: fadeInLeft; } #lgx-main-slider .active .lgx-fadeInLeft-three, #lgx-owlcontslider .active .lgx-fadeInLeft-three { -webkit-animation-duration: .3s; animation-duration: .3s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-delay: 2.1s; -webkit-animation-name: fadeInLeft; animation-name: fadeInLeft; } #lgx-main-slider .active .lgx-fadeInLeft-four, #lgx-owlcontslider .active .lgx-fadeInLeft-four { -webkit-animation-duration: .3s; animation-duration: .3s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-delay: 2.7s; -webkit-animation-name: fadeInLeft; animation-name: fadeInLeft; } #lgx-main-slider .active .lgx-zoomIn-img, #lgx-owlcontslider .active .lgx-zoomIn-img { -webkit-animation-duration: .3s; animation-duration: .3s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-delay: .3s; -webkit-animation-name: fadeInRight; animation-name: fadeInRight; } #lgx-main-slider .active .lgx-zoomIn-one, #lgx-owlcontslider .active .lgx-zoomIn-one { -webkit-animation-duration: .3s; animation-duration: .3s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-delay: .9s; -webkit-animation-name: zoomIn; animation-name: zoomIn; } #lgx-main-slider .active .lgx-zoomIn-two, #lgx-owlcontslider .active .lgx-zoomIn-two { -webkit-animation-duration: .3s; animation-duration: .3s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-delay: 1.5s; -webkit-animation-name: zoomIn; animation-name: zoomIn; } #lgx-main-slider .active .lgx-zoomIn-three, #lgx-owlcontslider .active .lgx-zoomIn-three { -webkit-animation-duration: .3s; animation-duration: .3s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-delay: 2.1s; -webkit-animation-name: zoomIn; animation-name: zoomIn; } #lgx-main-slider .active .lgx-fadeInRight-four, #lgx-owlcontslider .active .lgx-fadeInRight-four { -webkit-animation-duration: .3s; animation-duration: .3s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-delay: 2.7s; -webkit-animation-name: zoomIn; animation-name: zoomIn; } #lgx-main-slider .active .lgx-fadeInU-img, #lgx-owlcontslider .active .lgx-fadeInU-img { -webkit-animation-duration: .3s; animation-duration: .3s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-delay: .3s; -webkit-animation-name: fadeInRight; animation-name: fadeInRight; } #lgx-main-slider .active .lgx-zoomInUp-one, #lgx-owlcontslider .active .lgx-zoomInUp-one { -webkit-animation-duration: .3s; animation-duration: .3s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-delay: .9s; -webkit-animation-name: fadeInRight; animation-name: fadeInRight; } #lgx-main-slider .active .lgx-zoomInUp-two, #lgx-owlcontslider .active .lgx-zoomInUp-two { -webkit-animation-duration: .3s; animation-duration: .3s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-delay: 1.5s; -webkit-animation-name: fadeInRight; animation-name: fadeInRight; } #lgx-main-slider .active .lgx-zoomInUp-three, #lgx-owlcontslider .active .lgx-zoomInUp-three { -webkit-animation-duration: .3s; animation-duration: .3s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-delay: 2.1s; -webkit-animation-name: fadeInRight; animation-name: fadeInRight; } #lgx-main-slider .active .lgx-zoomInUp-four, #lgx-owlcontslider .active .lgx-zoomInUp-four { -webkit-animation-duration: .3s; animation-duration: .3s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-delay: 2.1s; -webkit-animation-name: fadeInRight; animation-name: fadeInRight; } #lgx-main-slider .item img { display: block; width: 100%; height: auto; } /*-------------------------------------------------------------------*/ /* 2.4 Speakers SECTION ---------------------------------------------------------------------*/ .lgx-speakers { background: #f1f1f1; } .lgx-speakers .speakers-btn-area { text-align: center; } .lgx-speakers .lgx-single-speaker { background: #fff; border-radius: 4px; padding: 8px; margin-bottom: 4.2rem; -webkit-transition: all 0.3s ease-in-out 0s; -moz-transition: all 0.3s ease-in-out 0s; -o-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; } .lgx-speakers .lgx-single-speaker figure { position: relative; -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.25); -moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.25); box-shadow: 0 0px 10px rgba(0, 0, 0, 0.25); border-radius: 4px; } .lgx-speakers .lgx-single-speaker figure a.profile-img { border-radius: 4px; } .lgx-speakers .lgx-single-speaker figure a.profile-img img { border-radius: 4px; } .lgx-speakers .lgx-single-speaker figure figcaption { background: rgba(255, 255, 255, 0.7); position: absolute; bottom: 0; left: 0; width: 100%; text-align: center; color: #fff; border-radius: 0 0 4px 4px; opacity: 0; padding: .8rem 0; -webkit-transition: all 0.3s ease-in-out 0.3s; -moz-transition: all 0.3s ease-in-out 0.3s; -o-transition: all 0.3s ease-in-out 0.3s; transition: all 0.3s ease-in-out 0.3s; } .lgx-speakers .lgx-single-speaker figure figcaption a { font-size: 26px; line-height: 39px; font-size: 2.6rem; line-height: 3.9000000000000004rem; color: #FFBB33; padding: 0 .3rem; } .lgx-speakers .lgx-single-speaker .speaker-info { padding: 1.6rem 0 1.5rem 0; text-align: center; } .lgx-speakers .lgx-single-speaker .speaker-info .title { font-size: 26px; line-height: 39px; font-size: 2.6rem; line-height: 3.9000000000000004rem; font-weight: 700; text-transform: uppercase; margin: 0; letter-spacing: .08rem; } .lgx-speakers .lgx-single-speaker .speaker-info .title a { font-size: inherit; } .lgx-speakers .lgx-single-speaker .speaker-info .subtitle { font-size: 16px; line-height: 24px; font-size: 1.6rem; line-height: 2.4000000000000004rem; font-weight: 400; font-style: italic; margin: 0; color: #FFBB33; } .lgx-speakers .lgx-single-speaker:hover { background: #FFBB33; } .lgx-speakers .lgx-single-speaker:hover figure figcaption { opacity: 1; -webkit-animation-name: fadeInUp; animation-name: fadeInUp; -webkit-transform-origin: center; transform-origin: center; animation-duration: 400ms; animation-timing-function: linear; } .lgx-speakers .lgx-single-speaker:hover figure figcaption a i { -webkit-animation-name: zoomIn; animation-name: zoomIn; -webkit-transform-origin: center; transform-origin: center; animation-duration: 500ms; animation-timing-function: linear; } .lgx-speakers .lgx-single-speaker:hover .speaker-info .title a { color: #fff; } .lgx-speakers .lgx-single-speaker:hover .speaker-info .subtitle { color: #fff; } .lgx-speakers .lgx-single-speaker-sm { padding: 8px; } .lgx-speakers .lgx-single-speaker-sm figure figcaption a { font-size: 18px; line-height: 27px; font-size: 1.8rem; line-height: 2.7rem; } .lgx-speakers .lgx-single-speaker-sm .speaker-info .title { font-size: 18px; line-height: 27px; font-size: 1.8rem; line-height: 2.7rem; } .lgx-speaker-single .lgx-inner { background: #f1f1f1; } .lgx-speaker-single .lgx-single-speaker { min-height: 100% !important; } .lgx-speaker-single p { margin-bottom: 1.6rem; } .lgx-speaker-single .speakers-content .title { font-size: 42px; line-height: 63px; font-size: 4.2rem; line-height: 6.300000000000001rem; font-weight: 700; margin: 0; text-transform: uppercase; } .lgx-speaker-single .speakers-content .subtitle { font-family: 'Lora', serif; font-size: 26px; line-height: 39px; font-size: 2.6rem; line-height: 3.9000000000000004rem; font-weight: 400; color: #FFBB33; margin-top: 0; } .lgx-speaker-single .social { margin-bottom: 4.2rem; } .lgx-speaker-single .social ul li { background: #fff; padding: 5px; border-radius: 50%; text-align: center; -webkit-transition: all 0.3s ease-in-out 0s; -moz-transition: all 0.3s ease-in-out 0s; -o-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; } .lgx-speaker-single .social ul li a { background: #fff; width: 50px; height: 50px; display: inline-block; border-radius: 50%; font-size: 26px; -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.25); -moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.25); box-shadow: 0 0px 10px rgba(0, 0, 0, 0.25); } .lgx-speaker-single .social ul li a i { font-size: inherit; line-height: 53px; } .lgx-speaker-single .social ul li:hover { background: #FFBB33; } .lgx-speaker-single .social ul li:hover a { color: #42bd41; } .lgx-speaker-single .social ul li:hover a i { -webkit-animation-name: zoomIn; animation-name: zoomIn; -webkit-transform-origin: center; transform-origin: center; animation-duration: 600ms; animation-timing-function: linear; } /*-------------------------------------------------------------------*/ /* 2.5 Video SECTION ---------------------------------------------------------------------*/ .lgx-video { background: url('http://placehold.it/1920x721') center center no-repeat; -webkit-background-size: cover; -o-background-size: cover; -moz-background-size: cover; background-size: cover; color: #ffffff; } .lgx-video .lgx-inner { background: -moz-linear-gradient(top, rgba(46, 40, 65, 0.9) 0%, rgba(220, 78, 65, 0.8) 200%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left right, color-stop(0%, rgba(46, 40, 65, 0.8)), color-stop(100%, rgba(220, 78, 65, 0.95))); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, rgba(46, 40, 65, 0.9) 0%, rgba(220, 78, 65, 0.8) 200%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, rgba(46, 40, 65, 0.9) 0%, rgba(220, 78, 65, 0.8) 200%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, rgba(46, 40, 65, 0.9) 0%, rgba(220, 78, 65, 0.8) 200%); /* IE10+ */ background: linear-gradient(to right, rgba(46, 40, 65, 0.9) 0%, rgba(220, 78, 65, 0.8) 200%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(59, 89, 153, 0.9)', endColorstr='rgba(220, 78, 65, 0.9)', GradientType=0); /* IE6-9 */ padding: 25.8rem 0; } .lgx-video .video-text { text-align: center; } .lgx-video .video-text p { font-size: 26px; line-height: 39px; font-size: 2.6rem; line-height: 3.9000000000000004rem; font-weight: 300; text-transform: uppercase; } .lgx-video .video-text p span { display: block; } .lgx-video .video-icon { text-align: center; } .lgx-video .video-icon .text { margin-top: 1.6rem; color: #fff; display: block; font-size: 16px; line-height: 24px; font-size: 1.6rem; line-height: 2.4000000000000004rem; } .lgx-video .video-icon a { background: #ffffff; height: 11rem; width: 11rem; display: inline-block; color: #FFBB33; border-radius: 50%; } .lgx-video .video-icon a img { padding-top: 14px; padding-left: 10px; } .lgx-video .video-icon:hover a { background: #ffffff; } .lgx-video .video-icon:hover a img { -webkit-animation-name: zoomIn; animation-name: zoomIn; -webkit-transform-origin: center; transform-origin: center; animation-duration: 600ms; animation-timing-function: linear; } .lgx-video .lgx-modal { background: rgba(46, 40, 65, 0.8); } .lgx-video .lgx-modal .modal-dialog { background: transparent; box-shadow: none; width: 100%; } .lgx-video .lgx-modal .modal-dialog .modal-content { background: transparent; box-shadow: none; border: 0; width: 100%; } .lgx-video .lgx-modal .modal-dialog .modal-content .modal-header { border-bottom: 0; } .lgx-video .lgx-modal .modal-dialog .modal-content .modal-header .close { margin-top: -36px; font-size: 30px; color: #fff; padding: 7px 14px 8px; border-radius: 50%; opacity: .8; -webkit-transition: all 0.2s ease-in-out 0s; -moz-transition: all 0.2s ease-in-out 0s; -ms-transition: all 0.2s ease-in-out 0s; -o-transition: all 0.2s ease-in-out 0s; transition: all 0.2s ease-in-out 0s; } .lgx-video .lgx-modal .modal-dialog .modal-content .modal-header .close:hover { opacity: 1; } .lgx-video .lgx-modal .modal-dialog .modal-content .modal-body { width: 70%; margin: 0 auto; background: #2e2841; } .lgx-video .lgx-modal .modal-dialog .modal-content .modal-body iframe { width: 100%; height: 650px; border: 0; } .lgx-video-slider .lgx-inner { background: -moz-linear-gradient(top, rgba(46, 52, 57, 0.9) 0%, rgba(220, 78, 65, 0.8) 200%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left right, color-stop(0%, rgba(46, 52, 57, 0.8)), color-stop(100%, rgba(220, 78, 65, 0.95))); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, rgba(46, 52, 57, 0.9) 0%, rgba(220, 78, 65, 0.8) 200%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, rgba(46, 52, 57, 0.9) 0%, rgba(220, 78, 65, 0.8) 200%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, rgba(46, 52, 57, 0.9) 0%, rgba(220, 78, 65, 0.8) 200%); /* IE10+ */ background: linear-gradient(to right, rgba(46, 52, 57, 0.9) 0%, rgba(220, 78, 65, 0.8) 200%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(46, 52, 57, 0.9)', endColorstr='rgba(220, 78, 65, 0.9)', GradientType=0); /* IE6-9 */ } /*-------------------------------------------------------------------*/ /* 2.6 Schedule SECTION ---------------------------------------------------------------------*/ .lgx-schedule .lgx-inner { background: url('http://placehold.it/1920x544') bottom center no-repeat; -webkit-background-size: auto auto, cover; -o-background-size: auto auto, cover; -moz-background-size: auto auto, cover; background-size: auto auto, cover; } .lgx-schedule .lgx-tab { text-align: center; } .lgx-schedule .lgx-tab .nav-pills { text-align: center; display: inline-block; margin-bottom: 2.6rem; } .lgx-schedule .lgx-tab .nav-pills li { background: #f1f1f1; padding: 5px; border-radius: 4px; margin: 0 .4rem; /*&:hover { a { h3, p { -webkit-animation-name: fadeIn; animation-name: fadeIn; -webkit-transform-origin: center; transform-origin: center; animation-duration: 400ms; animation-timing-function: linear; } } }*/ } .lgx-schedule .lgx-tab .nav-pills li a { background: #fff; padding: 1.2rem 3rem .8rem; border-radius: 4px; -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25); -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25); box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25); } .lgx-schedule .lgx-tab .nav-pills li a h3 { font-size: 26px; line-height: 39px; font-size: 2.6rem; line-height: 3.9000000000000004rem; line-height: 2.6rem; color: #2e2841; text-transform: uppercase; margin: 0; } .lgx-schedule .lgx-tab .nav-pills li a h3 span { color: #FFBB33; } .lgx-schedule .lgx-tab .nav-pills li a p { font-style: italic; margin: 0; } .lgx-schedule .lgx-tab .nav-pills li a p span { color: #FFBB33; font-weight: 700; } .lgx-schedule .lgx-tab .nav-pills .active { background: #FFBB33; position: relative; -moz-box-shadow: 3px 4px 15px rgba(52, 61, 71, 0.49); -webkit-box-shadow: 3px 4px 15px rgba(52, 61, 71, 0.49); -o-box-shadow: 3px 4px 15px rgba(52, 61, 71, 0.49); -ms-box-shadow: 3px 4px 15px rgba(52, 61, 71, 0.49); box-shadow: 3px 4px 15px rgba(52, 61, 71, 0.49); } .lgx-schedule .lgx-tab .nav-pills .active:before { position: absolute; content: ''; width: 0; height: 0; border-left: 60px solid transparent; border-right: 60px solid transparent; border-top: 60px solid #FFBB33; top: 50%; left: 22%; } .lgx-schedule .lgx-tab .lgx-tab-content { -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25); -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25); box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25); } .lgx-schedule .lgx-tab .lgx-single-tab { background: rgba(255, 255, 255, 0.4); border-radius: 4px; padding: 2rem 1.6rem; } .lgx-schedule .lgx-tab .lgx-single-tab:nth-of-type(even) { background: rgba(241, 241, 241, 0.5); } .lgx-schedule .lgx-tab .lgx-single-tab .time-area { text-align: center; } .lgx-schedule .lgx-tab .lgx-single-tab .time-area .time { font-family: 'Oswald', sans-serif; font-size: 42px; line-height: 63px; font-size: 4.2rem; line-height: 6.300000000000001rem; text-align: right; line-height: 5rem; text-transform: uppercase; display: inline-block; } .lgx-schedule .lgx-tab .lgx-single-tab .time-area .time span { display: block; color: #FFBB33; font-size: 26px; line-height: 39px; font-size: 2.6rem; line-height: 3.9000000000000004rem; opacity: .7; } .lgx-schedule .lgx-tab .lgx-single-tab .author .author-img, .lgx-schedule .lgx-tab .lgx-single-tab .author .author-info { width: 50%; float: left; } .lgx-schedule .lgx-tab .lgx-single-tab .author .author-img { max-width: 100px; margin-right: 1.3rem; } .lgx-schedule .lgx-tab .lgx-single-tab .author .author-img img { max-width: 100px; border-radius: 50%; } .lgx-schedule .lgx-tab .lgx-single-tab .author .author-info { text-align: left; margin-top: 2rem; } .lgx-schedule .lgx-tab .lgx-single-tab .author .author-info .name { font-family: 'Oswald', sans-serif; text-transform: uppercase; color: #2e2841; margin: 0; } .lgx-schedule .lgx-tab .lgx-single-tab .author .author-info .name a { color: inherit; } .lgx-schedule .lgx-tab .lgx-single-tab .author .author-info .author-title { color: #FFBB33; margin: 0; } .lgx-schedule .lgx-tab .lgx-single-tab .schedule-info { text-align: left; } .lgx-schedule .lgx-tab .lgx-single-tab .schedule-info .title { color: #2e2841; margin-top: 0; margin-bottom: .5rem; } .lgx-schedule .lgx-tab .lgx-single-tab .schedule-info .title a { color: inherit; } .lgx-schedule .lgx-tab .lgx-single-tab:hover { background: #ffbb33; color: #fff; border-radius: 0; } .lgx-schedule .lgx-tab .lgx-single-tab:hover:first-child { border-radius: 4px 4px 0 0; } .lgx-schedule .lgx-tab .lgx-single-tab:hover:last-child { border-radius: 0 0 4px 4px; } .lgx-schedule .lgx-tab .lgx-single-tab:hover p { color: #fff; } .lgx-schedule .lgx-tab .lgx-single-tab:hover .time-area .time span { color: #fff; } .lgx-schedule .lgx-tab .lgx-single-tab:hover .author .author-img img { -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25); -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25); box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25); -webkit-animation-name: zoomIn; animation-name: zoomIn; -webkit-transform-origin: center; transform-origin: center; animation-duration: 400ms; animation-timing-function: linear; } .lgx-schedule .lgx-tab .lgx-single-tab:hover .author .author-info .name { color: #fff; } .lgx-schedule .lgx-tab .lgx-single-tab:hover .author .author-info .name a { color: inherit; } .lgx-schedule .lgx-tab .lgx-single-tab:hover .author .author-info .author-title { color: #fff; } .lgx-schedule .lgx-tab .lgx-single-tab:hover .schedule-info { text-align: left; } .lgx-schedule .lgx-tab .lgx-single-tab:hover .schedule-info .title { color: #fff; } .lgx-schedule .lgx-tab .lgx-single-tab:hover .schedule-info .title a { color: inherit; } /*-------------------------------------------------------------------*/ /* 2.7 Sponsors SECTION ---------------------------------------------------------------------*/ .lgx-sponsors { background: url('http://placehold.it/1920x1187') center center no-repeat; -webkit-background-size: cover; -o-background-size: cover; -moz-background-size: cover; background-size: cover; } .lgx-sponsors .lgx-inner-bg { background: rgba(255, 187, 51, 0.5); } .lgx-sponsors .lgx-inner { background: rgba(255, 255, 255, 0.85); } .lgx-sponsors .sponsors-btn-area { text-align: center; margin-top: 1.6rem; } .lgx-sponsors .sponsored-heading { font-size: 26px; line-height: 39px; font-size: 2.6rem; line-height: 3.9000000000000004rem; font-weight: 700; color: #FFBB33; text-transform: uppercase; text-align: center; margin: 4.2rem 0 2.6rem 0; display: block; } .lgx-sponsors .first-heading { margin-top: 0; } .lgx-sponsors .sponsors-area { text-align: center; } .lgx-sponsors .sponsors-area .single { background: #fff; margin: 0 .5%; padding: 5px; border-radius: 4px; width: 23%; display: inline-block; margin-bottom: 2.6rem; -webkit-transition: all 0.3s ease-in-out 0s; -moz-transition: all 0.3s ease-in-out 0s; -o-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; } .lgx-sponsors .sponsors-area .single a { background: #fff; display: block; padding: 1.5rem 1rem; border-radius: 4px; -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.25); -moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.25); box-shadow: 0 0px 10px rgba(0, 0, 0, 0.25); text-align: center; } .lgx-sponsors .sponsors-area .single a img { max-width: 180px; } .lgx-sponsors .sponsors-area .single:hover { background: #FFBB33; } .lgx-sponsors .sponsors-area .single:hover a img { -webkit-animation-name: zoomIn; animation-name: zoomIn; -webkit-transform-origin: center; transform-origin: center; animation-duration: 400ms; animation-timing-function: linear; } /*-------------------------------------------------------------------*/ /* 2.8 Travel info ---------------------------------------------------------------------*/ .lgx-travelinfo .lgx-inner { background: #fff; } .lgx-travelinfo .single { text-align: center; } .lgx-travelinfo .single img { max-width: 100px; } .lgx-travelinfo .single .title { margin-top: 0; color: #2e2841; } .lgx-travelinfo .single .info { padding: 0 18%; } /*-------------------------------------------------------------------*/ /* 2.9 Register ---------------------------------------------------------------------*/ .lgx-register { background: url('http://placehold.it/1920x1002') center center no-repeat fixed; -webkit-background-size: cover; -o-background-size: cover; -moz-background-size: cover; background-size: cover; color: #fff; } .lgx-register .lgx-inner { background: rgba(46, 40, 65, 0.9); } .lgx-register .single { background: rgba(46, 40, 65, 0.85); border: 1px solid #FFBB33; text-align: center; padding: 1rem; border-radius: 6px; margin: 0 1rem; position: relative; } .lgx-register .single .single-top { padding: 4.2rem 1.5rem 2.6rem; } .lgx-register .single .single-top .price { font-family: 'Oswald', sans-serif; font-size: 68px; line-height: 102px; font-size: 6.8rem; line-height: 10.2rem; font-weight: 700; margin: 0; line-height: 5rem; } .lgx-register .single .single-top .price span { font-family: 'Lora', serif; font-size: 26px; line-height: 39px; font-size: 2.6rem; line-height: 3.9000000000000004rem; font-weight: 400; color: #fff; } .lgx-register .single .single-top .title { font-family: 'Lora', serif; font-size: 26px; line-height: 39px; font-size: 2.6rem; line-height: 3.9000000000000004rem; font-weight: 400; color: #fff; margin: 0; } .lgx-register .single .single-top p { color: #fff; opacity: .8; } .lgx-register .single .single-bottom { background: rgba(255, 255, 255, 0.8); -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25); -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25); box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25); border-radius: 4px; padding: 4.2rem 1.5rem; -webkit-transition: all 0.3s ease-in-out 0s; -moz-transition: all 0.3s ease-in-out 0s; -o-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; } .lgx-register .single .single-bottom ul { margin-bottom: 2.6rem; } .lgx-register .single .single-bottom ul li { margin-bottom: .6rem; color: rgba(255, 255, 255, 0.8); color: rgba(46, 40, 65, 0.8); } .lgx-register .single .single-bottom ul li i { color: #42bd41; } .lgx-register .single .single-bottom ul li .fa-times { color: #FFBB33; } .lgx-register .single:hover .single-top { padding: 4.2rem 1.5rem 2.6rem; } .lgx-register .single:hover .single-top .title { -webkit-animation-name: zoomIn; animation-name: zoomIn; -webkit-transform-origin: center; transform-origin: center; animation-duration: 400ms; animation-timing-function: linear; } .lgx-register .single:hover .single-bottom { background: #ffffff; } .lgx-register .single:hover .single-bottom ul li { color: rgba(46, 40, 65, 0.8); } .lgx-register .active { background: rgba(255, 187, 51, 0.85); } .lgx-register-slider { background: url('http://placehold.it/1920x1002') center center no-repeat fixed; -webkit-background-size: cover; -o-background-size: cover; -moz-background-size: cover; background-size: cover; } .lgx-register-slider .lgx-inner { background: -moz-linear-gradient(top, rgba(46, 52, 57, 0.9) 0%, rgba(220, 78, 65, 0.8) 200%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left right, color-stop(0%, rgba(46, 52, 57, 0.8)), color-stop(100%, rgba(220, 78, 65, 0.95))); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, rgba(46, 52, 57, 0.9) 0%, rgba(220, 78, 65, 0.8) 200%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, rgba(46, 52, 57, 0.9) 0%, rgba(220, 78, 65, 0.8) 200%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, rgba(46, 52, 57, 0.9) 0%, rgba(220, 78, 65, 0.8) 200%); /* IE10+ */ background: linear-gradient(to right, rgba(46, 52, 57, 0.9) 0%, rgba(220, 78, 65, 0.8) 200%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(46, 52, 57, 0.9)', endColorstr='rgba(220, 78, 65, 0.9)', GradientType=0); /* IE6-9 */ } /*-------------------------------------------------------------------*/ /* 2.10 Photo Gallery ---------------------------------------------------------------------*/ .lgx-photo-gallery .lgx-inner { padding-bottom: 0; } .lgx-photo-gallery .lgx-single-memoris { padding: 0; } .lgx-photo-gallery .lgx-single { background: #FFBB33; float: left; margin: 0 auto; width: 25%; } .lgx-photo-gallery .lgx-single figure { position: relative; } .lgx-photo-gallery .lgx-single figure figcaption { background: rgba(46, 40, 65, 0.9); position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 0; -webkit-transition: all 0.3s ease-in-out 0s; -moz-transition: all 0.3s ease-in-out 0s; -o-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; } .lgx-photo-gallery .lgx-single figure figcaption .lgx-hover-link { display: table; height: 100%; width: 100%; } .lgx-photo-gallery .lgx-single figure figcaption .lgx-hover-link .lgx-vertical { display: table-cell; text-align: center; vertical-align: middle; } .lgx-photo-gallery .lgx-single figure figcaption .lgx-hover-link .lgx-vertical a { color: #fff; font-size: 26px; line-height: 39px; font-size: 2.6rem; line-height: 3.9000000000000004rem; -webkit-transition: all 0.2 ease; transition: all 0.3s linear; } .lgx-photo-gallery .lgx-single figure figcaption .lgx-hover-link .lgx-vertical a:hover { color: #FFBB33; } .lgx-photo-gallery .lgx-single:hover figure figcaption { opacity: 1; } .lgx-photo-gallery .lgx-single:hover figure figcaption .lgx-hover-link .lgx-vertical a { color: #fff; -webkit-animation-name: zoomIn; animation-name: zoomIn; -webkit-transform-origin: center; transform-origin: center; animation-duration: 600ms; animation-timing-function: linear; display: block; } .lgx-photo-gallery .lgx-single:hover figure figcaption .lgx-hover-link .lgx-vertical a:hover { color: #FFBB33; } /*-------------------------------------------------------------------*/ /* 2.11 Blog ---------------------------------------------------------------------*/ .lgx-blog .lgx-btn-area { text-align: center; } .lgx-blog .blog-area { overflow: hidden; display: block; } .lgx-blog .lgx-card-single { padding: .8rem; display: block; background: #fff; overflow: hidden; border-radius: 4px; border: 1px solid transparent; -webkit-background-clip: padding-box; /* for Safari */ background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */ -webkit-box-shadow: 0 0 2px rgba(221, 221, 221, 0.75); -moz-box-shadow: 0 0 2px rgba(221, 221, 221, 0.75); box-shadow: 0 0 2px rgba(221, 221, 221, 0.75); margin-bottom: 4.2rem; -webkit-transition: all 0.2s ease-in-out 0s; -moz-transition: all 0.2s ease-in-out 0s; -ms-transition: all 0.2s ease-in-out 0s; -o-transition: all 0.2s ease-in-out 0s; transition: all 0.2s ease-in-out 0s; } .lgx-blog .lgx-card-single .card-inner { -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.25); -moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.25); box-shadow: 0 0px 10px rgba(0, 0, 0, 0.25); border-radius: 4px; } .lgx-blog .lgx-card-single .card-inner img { border-radius: 4px 4px 0 0; } .lgx-blog .lgx-card-single figure { background: #fff; } .lgx-blog .lgx-card-single iframe { width: 100%; min-height: 253px; border: none; margin-bottom: 0; } .lgx-blog .lgx-card-single .content { background: #fff; display: block; overflow: hidden; padding-bottom: 3.6rem; min-height: 154px; border-radius: 0 0 4px 4px; } .lgx-blog .lgx-card-single .content .cat-icon, .lgx-blog .lgx-card-single .content .text-area { float: left; } .lgx-blog .lgx-card-single .content .cat-icon { width: 13%; text-align: center; margin-top: 2.8rem; } .lgx-blog .lgx-card-single .content .cat-icon span { background: rgba(255, 187, 51, 0.1); border-left: 2px solid #FFBB33; height: 60px; width: 58px; display: inline-block; float: left; -webkit-transition: all 0.3s ease-in-out 0.2s; -moz-transition: all 0.3s ease-in-out 0.2s; -ms-transition: all 0.3s ease-in-out 0.2s; -o-transition: all 0.3s ease-in-out 0.2s; transition: all 0.3s ease-in-out 0.2s; } .lgx-blog .lgx-card-single .content .cat-icon span i { color: #FFBB33; line-height: 60px; font-size: 26px; } .lgx-blog .lgx-card-single .content .text-area { width: 87%; /*.text { display: none; padding-left: 1rem; padding-top: .8rem; }*/ } .lgx-blog .lgx-card-single .content .text-area .title { color: #2e2841; -webkit-transition: all 0.2s ease-in-out 0s; -moz-transition: all 0.2s ease-in-out 0s; -ms-transition: all 0.2s ease-in-out 0s; -o-transition: all 0.2s ease-in-out 0s; transition: all 0.2s ease-in-out 0s; line-height: 3.8rem; padding-left: 1rem; margin-bottom: 1.6rem; } .lgx-blog .lgx-card-single .content .text-area .title a { color: inherit; } .lgx-blog .lgx-card-single .content .text-area .title:hover { color: #FFBB33; } .lgx-blog .lgx-card-single .content .text-area .title:hover a { color: inherit; } .lgx-blog .lgx-card-single .content .text-area .link { font-size: 19px; line-height: 28.5px; font-size: 1.9rem; line-height: 2.8499999999999996rem; font-weight: 400; opacity: .8; margin-bottom: 1.2rem; display: inline-block; -webkit-transition: all 0.2s ease-in-out 0.2s; -moz-transition: all 0.2s ease-in-out 0.2s; -ms-transition: all 0.2s ease-in-out 0.2s; -o-transition: all 0.2s ease-in-out 0.2s; transition: all 0.2s ease-in-out 0.2s; } .lgx-blog .lgx-card-single .content .text-area .link:hover { opacity: 1; } .lgx-blog .lgx-card-single .content .text-area .hits-area { padding-left: 1rem; } .lgx-blog .lgx-card-single .content .text-area .hits-area .date { font-weight: 700; font-style: italic; margin-right: 2rem; display: inline-block; } .lgx-blog .lgx-card-single .content .text-area .hits-area .hit-right { color: #2e2841; opacity: .7; } .lgx-blog .lgx-card-single .content .text-area .hits-area .hit-right a { color: inherit; } .lgx-blog .lgx-card-single:hover { border: 1px solid rgba(16, 34, 62, 0.05); -webkit-background-clip: padding-box; /* for Safari */ background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */ background: #FFBB33; /*.card-inner { position: relative; top: -50px; .content { .text-area { .text { display: block; } } } }*/ } .lgx-blog .lgx-card-single:hover section .cat-icon span { background: rgba(255, 187, 51, 0.2); } .lgx-blog-list blockquote { min-height: 260px; margin: 0; } .lgx-blog-white { background: #fff; } /*-------------------------------------------------------------------*/ /* 2.12 Testimonials SECTION ---------------------------------------------------------------------*/ .lgx-testimonials { background: #f1f1f1; } .lgx-testimonials .lgx-owltestimonial { position: relative; } .lgx-testimonials .lgx-owltestimonial .item { text-align: center; color: #fff; } .lgx-testimonials .lgx-owltestimonial .item .testi-info-area { padding-top: 4.2rem; display: block; /*-webkit-box-shadow: 0 0px 10px rgba(0,0,0,.25); -moz-box-shadow: 0 0px 10px rgba(0,0,0,.25); box-shadow: 0 0px 10px rgba(0,0,0,.25);*/ border-radius: 4px; } .lgx-testimonials .lgx-owltestimonial .item .lgx-review { width: 90%; margin: 0 auto; font-weight: 400; padding: 40px 0px 20px 0px; } .lgx-testimonials .lgx-owltestimonial .item .lgx-review span { font-size: 22px; font-size: 2.2rem; line-height: inherit; font-weight: inherit; } .lgx-testimonials .lgx-owltestimonial .item .lgx-client-image { display: inline-block; margin: 0 auto; position: relative; top: 0; margin-bottom: -5.7rem; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; } .lgx-testimonials .lgx-owltestimonial .item .lgx-client-image img { width: auto; max-width: 180px; display: inline-block; border: 4px solid #FFBB33; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; -webkit-box-shadow: 1px 2px 10px rgba(52, 61, 71, 0.45); -moz-box-shadow: 1px 2px 10px rgba(52, 61, 71, 0.45); box-shadow: 1px 2px 10px rgba(52, 61, 71, 0.45); } .lgx-testimonials .lgx-owltestimonial .item .lgx-client-image figcaption { position: absolute; z-index: 2; bottom: 0; right: 0; color: #FFBB33; background-color: #fff; height: 50px; width: 50px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; border: 4px solid #fff; } .lgx-testimonials .lgx-owltestimonial .item .lgx-client-image figcaption i { color: #FFBB33; font-size: 26px; line-height: 46px; } .lgx-testimonials .lgx-owltestimonial .item .lgx-client-image:hover img { border-color: #fff; } .lgx-testimonials .lgx-owltestimonial .item .lgx-client-image:hover figcaption { background-color: #fff; } .lgx-testimonials .lgx-owltestimonial .item .lgx-client-image:hover figcaption i { color: #ffaf0f; } .lgx-testimonials .lgx-owltestimonial .item .lgx-client-name { text-align: center; font-family: 'Oswald', sans-serif; color: #2e2841; font-size: 16px; line-height: 24px; font-size: 1.6rem; line-height: 2.4000000000000004rem; padding-bottom: 4.2rem; text-transform: uppercase; font-weight: 400; letter-spacing: .05rem; } .lgx-testimonials .lgx-owltestimonial .item .lgx-client-name span { font-family: 'Lora', serif; text-transform: none; font-size: inherit; display: block; opacity: .7; color: #FFBB33; } .lgx-testimonials .lgx-owltestimonial .owl-controls { margin: 0; } .lgx-testimonials .lgx-owltestimonial .owl-controls .owl-nav [class*=owl-] { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } .lgx-testimonials .lgx-owltestimonial .owl-controls .owl-nav [class*=owl-] i { font-size: 40px; color: #FFBB33; font-weight: 400; } .lgx-testimonials .lgx-owltestimonial .owl-controls .owl-nav [class*=owl-]:hover { background-color: #FFBB33; } .lgx-testimonials .lgx-owltestimonial .owl-controls .owl-nav [class*=owl-]:hover i { color: #fff; } .lgx-testimonials .lgx-owltestimonial .owl-controls .owl-nav .owl-prev, .lgx-testimonials .lgx-owltestimonial .owl-controls .owl-nav .owl-next { color: #FFBB33; -moz-transition: all 0.3s ease-in 0s; -o-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; } .lgx-testimonials .lgx-owltestimonial .owl-controls .owl-nav .owl-prev i, .lgx-testimonials .lgx-owltestimonial .owl-controls .owl-nav .owl-next i { color: inherit; line-height: 52px; } .lgx-testimonials .lgx-owltestimonial .owl-controls .owl-nav .owl-prev:hover, .lgx-testimonials .lgx-owltestimonial .owl-controls .owl-nav .owl-next:hover { background: #FFBB33; color: #fff; -webkit-box-shadow: 1px 2px 10px rgba(52, 61, 71, 0.3); -moz-box-shadow: 1px 2px 10px rgba(52, 61, 71, 0.3); box-shadow: 1px 2px 10px rgba(52, 61, 71, 0.3); } .lgx-testimonials .lgx-owltestimonial .owl-controls .owl-nav .owl-prev:hover i, .lgx-testimonials .lgx-owltestimonial .owl-controls .owl-nav .owl-next:hover i { color: inherit; } .lgx-testimonials .lgx-owltestimonial .owl-controls .owl-nav .owl-prev { position: absolute; left: 0; bottom: 26%; height: 60px; width: 60px; border-radius: 50%; } .lgx-testimonials .lgx-owltestimonial .owl-controls .owl-nav .owl-next { position: absolute; right: 0; bottom: 26%; height: 60px; width: 60px; border-radius: 50%; } .lgx-testimonials .owl-carousel .owl-item { padding: 0 3rem; } #lgx-owltestimonial .active .lgx-fadeInLeft { -webkit-animation-duration: .9s; animation-duration: .9s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-delay: .1s; -webkit-animation-name: zoomIn; animation-name: zoomIn; } #lgx-owltestimonial .active .lgx-zoomIn-q { -webkit-animation-duration: .5s; animation-duration: .5s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-delay: 1.2s; -webkit-animation-name: zoomIn; animation-name: zoomIn; } #lgx-owltestimonial .active .lgx-zoomIn { -webkit-animation-duration: 1.2s; animation-duration: 1.2s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-delay: .4s; -webkit-backface-visibility: visible !important; backface-visibility: visible !important; -webkit-animation-name: flipInY; animation-name: flipInY; } /*-------------------------------------------------------------------*/ /* 2.13 CONTACT SECTION ---------------------------------------------------------------------*/ .lgx-contact .contact-info .lgx-box { margin-bottom: 2.6rem; } .lgx-contact .contact-info .lgx-box .address .title { color: #FFBB33; font-weight: 400; letter-spacing: normal; margin: 0; } .lgx-contact .lgx-contactform .form-group { margin-bottom: 2rem; } .lgx-contact .lgx-contactform .form-control { display: block; width: 100%; height: 50px; padding: 1.5rem 2rem; font-size: 14px; line-height: 1.42857143; color: #555; background-color: #fff; background-image: none; border: none; border-radius: 0; -webkit-box-shadow: none; box-shadow: none; -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s; -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; } .lgx-contact .lgx-contactform textarea.form-control { height: 170px; } .lgx-contact .help-block { color: #e74f3f; margin: 0; } .lgx-contact-white { background: #fff; } .lgxmapcanvas { min-height: 400px; } .lgxmapcanvas .gm-style .gm-style-iw { font-weight: 300; font-size: 14px; line-height: 2.2rem; overflow: hidden; padding: .6rem 1.6rem; border-radius: 4px; text-align: center; } .lgxmapcanvas .gm-style .gm-style-iw h1 { font-size: 26px; line-height: 39px; font-size: 2.6rem; line-height: 3.9000000000000004rem; text-transform: uppercase; margin: 0; color: #42bd41; } /*-------------------------------------------------------------------*/ /* 2.15 circular-countdown.less ---------------------------------------------------------------------*/ #lgx-circular canvas { display: inline-block; } #lgx-circular .circular-inner { width: 100%; } #lgx-circular .circular-inner .time_circles > div > span { font-family: 'Oswald', sans-serif; font-size: 68px; line-height: 102px; font-size: 6.8rem; line-height: 10.2rem; font-weight: 700; } #lgx-circular .circular-inner .time_circles > div > h4 { font-family: 'Lora', serif; font-size: 26px; line-height: 39px; font-size: 2.6rem; line-height: 3.9000000000000004rem; font-weight: 400; } /*-------------------------------------------------------------------*/ /* 2.16 FOOTER ---------------------------------------------------------------------*/ .lgx-footer { background: #2e2841; color: #fff; text-align: center; } .lgx-footer .lgx-footer-bg { background: url('http://placehold.it/1920x1002') bottom left no-repeat; -webkit-background-size: auto auto, cover; -o-background-size: auto auto, cover; -moz-background-size: auto auto, cover; background-size: auto auto, cover; } .lgx-footer .lgx-inner { background: rgba(46, 40, 65, 0.9); margin: 0 auto; } .lgx-footer .lgx-subscriber-area { margin-bottom: 4.2rem; } .lgx-footer .lgx-subscriber-area .title { font-family: 'Lora', serif; font-size: 26px; line-height: 39px; font-size: 2.6rem; line-height: 3.9000000000000004rem; font-weight: 400; margin: 0 0 2.6rem; } .lgx-footer .lgx-subscriber-area .subscribe-form { background: rgba(255, 255, 255, 0.5); padding: .8rem; border-radius: 4px; display: block; overflow: hidden; } .lgx-footer .lgx-subscriber-area .subscribe-form .form-group { margin-bottom: 0; } .lgx-footer .lgx-subscriber-area .subscribe-form .lgx-input-form, .lgx-footer .lgx-subscriber-area .subscribe-form .lz-submit-btn { float: left; -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25); -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25); box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25); height: 52px; border-radius: 4px; border: none; } .lgx-footer .lgx-subscriber-area .subscribe-form .lgx-input-form { width: 80%; padding-left: 2rem; } .lgx-footer .lgx-subscriber-area .subscribe-form .lz-submit-btn { width: 19%; margin-left: 1%; font-family: 'Oswald', sans-serif; background: #42bd41; color: #fff; text-transform: uppercase; -webkit-transition: all 0.3s ease-in-out 0s; -moz-transition: all 0.3s ease-in-out 0s; -o-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; } .lgx-footer .lgx-subscriber-area .subscribe-form .lz-submit-btn:hover { background: #FFBB33; } .lgx-footer .lgx-subscriber-area .subscribe-form .lz-submit-btn:hover span { display: block; -webkit-animation-name: zoomIn; animation-name: zoomIn; -webkit-transform-origin: center; transform-origin: center; animation-duration: 500ms; animation-timing-function: linear; } .lgx-footer .lgx-logo { margin-bottom: 4.2rem; } .lgx-footer .footer-social { margin-bottom: 4.2rem; } .lgx-footer .footer-social ul li { background: rgba(255, 255, 255, 0.5); padding: 5px; border-radius: 50%; -webkit-transition: all 0.3s ease-in-out 0s; -moz-transition: all 0.3s ease-in-out 0s; -o-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; } .lgx-footer .footer-social ul li a { background: #fff; width: 60px; height: 60px; display: inline-block; border-radius: 50%; font-size: 26px; -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.25); -moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.25); box-shadow: 0 0px 10px rgba(0, 0, 0, 0.25); } .lgx-footer .footer-social ul li a i { font-size: inherit; line-height: 62px; } .lgx-footer .footer-social ul li:hover { background: #FFBB33; } .lgx-footer .footer-social ul li:hover a { color: #42bd41; } .lgx-footer .footer-social ul li:hover a i { -webkit-animation-name: zoomIn; animation-name: zoomIn; -webkit-transform-origin: center; transform-origin: center; animation-duration: 600ms; animation-timing-function: linear; } .lgx-footer .lgx-copyright { font-family: 'Lora', serif; font-size: 26px; line-height: 39px; font-size: 2.6rem; line-height: 3.9000000000000004rem; color: #fff; font-style: italic; } .lgx-footer .lgx-copyright .themename { color: #FFBB33; } .lgx-footer .lgx-copyright .text { opacity: .4; } .lgx-footer .lgx-copyright a { color: #42bd41; opacity: .4; -webkit-transition: all 0.3s ease-in-out 0s; -moz-transition: all 0.3s ease-in-out 0s; -o-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; } .lgx-footer .lgx-copyright a:hover { opacity: 1; } /********************************************************************/ /* 3. SINGLE PAGE STYLE *********************************************************************/ .single .lgx-banner-inner, .single-post .lgx-banner-inner, .page .lgx-banner-inner, .page-template .lgx-banner-inner { background: url('http://placehold.it/1920x1002') bottom center no-repeat fixed; -webkit-background-size: cover; -o-background-size: cover; -moz-background-size: cover; background-size: cover; } .single .lgx-banner-inner .lgx-inner-bg, .single-post .lgx-banner-inner .lgx-inner-bg, .page .lgx-banner-inner .lgx-inner-bg, .page-template .lgx-banner-inner .lgx-inner-bg { background: url('http://placehold.it/1700x500') top left no-repeat; -webkit-background-size: auto auto, cover; -o-background-size: auto auto, cover; -moz-background-size: auto auto, cover; background-size: auto auto, cover; } .single .lgx-banner-inner .lgx-inner, .single-post .lgx-banner-inner .lgx-inner, .page .lgx-banner-inner .lgx-inner, .page-template .lgx-banner-inner .lgx-inner { padding: 12.8rem 0 6.8rem; background: rgba(46, 40, 65, 0.85); } .single .lgx-banner-inner .lgx-heading-area, .single-post .lgx-banner-inner .lgx-heading-area, .page .lgx-banner-inner .lgx-heading-area, .page-template .lgx-banner-inner .lgx-heading-area { margin-bottom: 0; } .single .lgx-sponsors, .single-post .lgx-sponsors, .page .lgx-sponsors, .page-template .lgx-sponsors { background: none; } .single .lgx-sponsors .lgx-inner, .single-post .lgx-sponsors .lgx-inner, .page .lgx-sponsors .lgx-inner, .page-template .lgx-sponsors .lgx-inner { background: #f1f1f1; } .single .lgx-photo-gallery .lgx-inner, .single-post .lgx-photo-gallery .lgx-inner, .page .lgx-photo-gallery .lgx-inner, .page-template .lgx-photo-gallery .lgx-inner { padding: 11rem 0; } .single .lgx-blog-single .lgx-inner, .single-post .lgx-blog-single .lgx-inner, .page .lgx-blog-single .lgx-inner, .page-template .lgx-blog-single .lgx-inner { background: #f1f1f1; } .single .lgx-contact .lgxmapcanvas, .single-post .lgx-contact .lgxmapcanvas, .page .lgx-contact .lgxmapcanvas, .page-template .lgx-contact .lgxmapcanvas { margin-bottom: 6.8rem; } .single .lgx-heading, .single-post .lgx-heading, .page .lgx-heading, .page-template .lgx-heading { margin-bottom: 0; } .single .breadcrumb, .single-post .breadcrumb, .page .breadcrumb, .page-template .breadcrumb { background: transparent; display: inline-block; padding: 0; position: relative; z-index: 1; } .single .breadcrumb li, .single-post .breadcrumb li, .page .breadcrumb li, .page-template .breadcrumb li { font-size: 16px; line-height: 24px; font-size: 1.6rem; line-height: 2.4000000000000004rem; font-weight: 400; color: #fff; text-transform: uppercase; } .single .breadcrumb li a, .single-post .breadcrumb li a, .page .breadcrumb li a, .page-template .breadcrumb li a { color: inherit; font-size: inherit; font-weight: inherit; } .single .breadcrumb .active, .single-post .breadcrumb .active, .page .breadcrumb .active, .page-template .breadcrumb .active { color: #FFBB33; } .single .breadcrumb > li + li:before, .single-post .breadcrumb > li + li:before, .page .breadcrumb > li + li:before, .page-template .breadcrumb > li + li:before { padding: 0 5px; color: #42bd41; content: "/\00a0"; opacity: .7; } .lgx-blog-single .lgx-card-single { padding: 0; background: transparent; box-shadow: none; margin-bottom: 0; } .lgx-blog-single .lgx-card-single header figure { padding: 1rem; display: block; overflow: hidden; border-radius: 4px; margin-bottom: 4.2rem; background: #fff; } .lgx-blog-single .lgx-card-single header figure img { -webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.5); box-shadow: 0 0px 20px rgba(0, 0, 0, 0.5); } .lgx-blog-single .lgx-card-single header .title { font-weight: 700; } .lgx-blog-single .lgx-card-single header .author, .lgx-blog-single .lgx-card-single header .text-area { float: left; } .lgx-blog-single .lgx-card-single header .author { width: 30%; padding-right: 4.2rem; text-align: right; } .lgx-blog-single .lgx-card-single header .author a img { border-radius: 50%; } .lgx-blog-single .lgx-card-single header .author .name { margin-bottom: 0; } .lgx-blog-single .lgx-card-single header .author .subtitle { font-size: 16px; line-height: 24px; font-size: 1.6rem; line-height: 2.4000000000000004rem; font-weight: 400; font-style: italic; opacity: .7; margin: 0; } .lgx-blog-single .lgx-card-single header .author .comtitle { margin-top: 0; margin-bottom: 2rem; color: #FFBB33; font-weight: 400; font-style: italic; } .lgx-blog-single .lgx-card-single header .author .follow-btn { background: rgba(255, 187, 51, 0.1); font-style: italic; font-weight: 700; padding: .5rem 2rem; } .lgx-blog-single .lgx-card-single header .text-area { width: 70%; margin-bottom: 2.6rem; padding-bottom: 1.6rem; border-bottom: 1px solid rgba(52, 61, 71, 0.1); -webkit-background-clip: padding-box; /* for Safari */ background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */ } .lgx-blog-single .lgx-card-single header .text-area .title { margin-bottom: 1.6rem; font-size: 42px; line-height: 63px; font-size: 4.2rem; line-height: 6.300000000000001rem; line-height: 5rem; margin-top: 0; } .lgx-blog-single .lgx-card-single header .text-area .title a { color: inherit; } .lgx-blog-single .lgx-card-single header .text-area .title:hover { color: #FFBB33; } .lgx-blog-single .lgx-card-single header .text-area .title:hover a { color: inherit; } .lgx-blog-single .lgx-card-single header .text-area .link { font-size: 19px; line-height: 28.5px; font-size: 1.9rem; line-height: 2.8499999999999996rem; font-weight: 400; opacity: .8; margin-bottom: 1.2rem; display: inline-block; -webkit-transition: all 0.2s ease-in-out 0.2s; -moz-transition: all 0.2s ease-in-out 0.2s; -ms-transition: all 0.2s ease-in-out 0.2s; -o-transition: all 0.2s ease-in-out 0.2s; transition: all 0.2s ease-in-out 0.2s; } .lgx-blog-single .lgx-card-single header .text-area .link:hover { opacity: 1; } .lgx-blog-single .lgx-card-single header .text-area .hits-area .date { font-weight: 700; font-style: italic; margin-right: 2rem; display: inline-block; } .lgx-blog-single .lgx-card-single header .text-area .hits-area .hit-right { color: #2e2841; opacity: .7; } .lgx-blog-single .lgx-card-single header .text-area .hits-area .hit-right a { color: inherit; } .lgx-blog-single .lgx-card-single section { background: transparent; width: 70%; float: right; text-align: left; } .lgx-blog-single .lgx-card-single section p { margin-bottom: 2.6rem; } .lgx-blog-single .lgx-card-single section .lgx-img-left { float: left; padding: 1rem 2rem 1.5rem 0; } .lgx-blog-single .lgx-card-single section .lgx-img-right { float: right; padding: 1rem 0 1.5rem 2rem ; } .lgx-blog-single .lgx-card-single section .lgx-img-center { margin: 0 auto; display: block; padding: 1.5rem; } .lgx-blog-single .lgx-card-single footer { width: 70%; float: right; text-align: left; margin-top: 1.6rem; } .lgx-blog-single .lgx-card-single footer .title { font-family: 'Oswald', sans-serif; text-transform: uppercase; font-weight: 400; color: #FFBB33; border-bottom: 1px solid rgba(52, 61, 71, 0.1); -webkit-background-clip: padding-box; /* for Safari */ background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */ } .lgx-blog-single .lgx-card-single footer .lgx-share { margin-left: 0; } .lgx-blog-single .lgx-card-single footer .lgx-share ul li { background: #fff; padding: 5px; border-radius: 50%; text-align: center; -webkit-transition: all 0.3s ease-in-out 0s; -moz-transition: all 0.3s ease-in-out 0s; -o-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; } .lgx-blog-single .lgx-card-single footer .lgx-share ul li a { background: #fff; width: 50px; height: 50px; display: inline-block; border-radius: 50%; font-size: 26px; -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.25); -moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.25); box-shadow: 0 0px 10px rgba(0, 0, 0, 0.25); } .lgx-blog-single .lgx-card-single footer .lgx-share ul li a i { font-size: inherit; line-height: 53px; } .lgx-blog-single .lgx-card-single footer .lgx-share ul li:hover { background: #FFBB33; } .lgx-blog-single .lgx-card-single footer .lgx-share ul li:hover a { color: #42bd41; } .lgx-blog-single .lgx-card-single footer .lgx-share ul li:hover a i { -webkit-animation-name: zoomIn; animation-name: zoomIn; -webkit-transform-origin: center; transform-origin: center; animation-duration: 600ms; animation-timing-function: linear; } .lgx-blog-single .lgx-card-single footer .lgx-sharess { margin-left: 0; } .lgx-blog-single .lgx-card-single footer .lgx-sharess li a { height: 40px; width: 40px; background: #fff; color: #FFBB33; display: inline-block; text-align: center; border-radius: 50%; } .lgx-blog-single .lgx-card-single footer .lgx-sharess li a i { font-size: 16px; line-height: 40px; } .lgx-blog-single .lgx-card-single footer .lgx-sharess li a:hover { background: #FFBB33; color: #fff; } .lgx-blog-single .lgx-card-single:hover { background: transparent; border: 1px solid transparent; -webkit-background-clip: padding-box; /* for Safari */ background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */ } .home-terms .img { float: left; margin: 2px 0; max-width: 20px; width: 10%; } .home-terms .text { color: #fd3337; font-size: 16px; position: absolute; right: 0; width: 90%; } .product ul.products { margin-left: -0.5%; margin-right: -0.5%; } /********************************************************************/ /* 4. Global RESPONSIVE STYLES *********************************************************************/ /* --------------------------------------------------------------------------- Customized by http://vaskar.me/ --------------------------------------------------------------------------- Min-Width: Refers to everything greater than or equal to the amount given. Max-Width: Refers to everything less than or equal to the amount given. ---------------------------------------------------------------------------/* /* ----------------------------------------------------------------------- Large devices (large desktops, 1200px and up) ------------------------------------------------------------------------*/ @media (min-width: 1200px) and (max-width: 1400px) { .lgx-banner .lgx-inner { padding: 25rem 0 20rem; } .lgx-banneranother .title { font-size: 9rem; letter-spacing: -3px; line-height: 8rem; } .lgx-banneranother .title span { font-size: 11rem; letter-spacing: -3px; line-height: 11rem; } .lgx-banneranother .lgx-inner-bg { padding: 22rem 0 18rem; } .lgx-banneranother .lgx-inneranother { background-size: 49% auto, cover; } } @media (min-width: 1200px) { /************** 1200 GLOBAl USE***********/ .lg-text-center { text-align: center; } /************** 1200 GLOBAl USE END***********/ } /* ----------------------------------------------------------------------- Medium devices (desktops, UP TO 1199px~992px) ------------------------------------------------------------------------*/ @media (max-width: 1199px) { /************** 1199 GLOBAl USE***********/ html { font-size: 55%; } .md-text-center { text-align: center; } .lgx-schedule .lgx-tab .lgx-single-tab .author .author-img { width: 28%; margin-right: 5%; } .lgx-schedule .lgx-tab .lgx-single-tab .author .author-img img { max-width: 100%; } .lgx-schedule .lgx-tab .lgx-single-tab .author .author-info { width: 67%; margin-top: .5rem; } .lgx-schedule .lgx-tab .lgx-single-tab .time-area .time { font-size: 26px; line-height: 39px; font-size: 2.6rem; line-height: 3.9000000000000004rem; } .lgx-sponsors .sponsors-area .single a img { max-width: 100%; } .lgx-blog .lgx-card-single iframe { min-height: 207px; } .lgx-blog-list blockquote { margin: 0; min-height: 213px; } .lgx-video .video-icon a img { padding-top: 9px; } /************** 1199 GLOBAl USE END***********/ } /* ---------------------------------------------------------------------- Small devices (tablets, UP TO 991px~768px) -----------------------------------------------------------------------*/ @media (max-width: 991px) { /************** 991 GLOBAl USE***********/ html { font-size: 53%; } .sm-text-center { text-align: center; } .lgx-header .lgx-navbar .lgx-logo a img { max-width: 140px; margin-top: 4px; } .lgx-header .lgx-navbar .lgx-nav li a { letter-spacing: 0; padding-left: 7px; padding-right: 7px; } .menu-onscroll .lgx-navbar .lgx-nav li .lgx-btn { margin-top: 1.8rem; } .lgx-speakers .lgx-single-speaker { min-height: 450px; } .lgx-schedule .lgx-tab .nav-pills li a { padding: 1.2rem 1.2rem 0.8rem; } .lgx-schedule .lgx-tab .nav-pills .active::before { border-left: 50px solid transparent; border-right: 50px solid transparent; border-top: 50px solid #FFBB33; left: 16%; } .lgx-register .single { margin: 0 1rem 2.6rem; } .lgx-photo-gallery .lgx-single { width: 50%; } .lgx-sponsors .sponsors-area .single { width: 32%; } .lgx-blog .lgx-card-single .content .cat-icon { display: none; } .lgx-blog .lgx-card-single .content .text-area { width: 100%; } .lgx-blog .lgx-card-single { padding: 1rem; } .lgx-blog .lgx-card-single .content .text-area .title { line-height: 3.2rem; } .lgx-blog .lgx-card-single blockquote { min-height: auto; } .lgx-blog .lgx-card-single iframe { min-height: 200px; } .lgx-blog .lgx-card-single .content { min-height: 118px; padding: 0 1.6rem 3.6rem; } .lgx-testimonials .lgx-owltestimonial .item .lgx-client-image img { max-width: 150px; } .lgx-heading .heading { line-height: 10rem; position: static; } .lgx-heading .back-heading { display: none; } .lgx-heading-area .text { padding: 0 10%; } .lgx-heading { margin-top: 0; } .lgx-video .video-icon a img { padding-top: 6px; } .lgx-contact .lgx-contactform { margin-bottom: 4.2rem; text-align: center; } .lgx-contact .contact-info { text-align: center; } .lgx-video .lgx-modal .modal-dialog .modal-content .modal-body { width: 95%; } .lgx-banner .lgx-inner { padding: 25rem 0 20rem; } .lgx-banneranother .lgx-inneranother { background-size: 70% auto, cover; } .lgx-banneranother .title { font-size: 6.8rem; letter-spacing: -2px; line-height: 8rem; } .lgx-banneranother .title span { font-size: 11rem; letter-spacing: -3px; line-height: 10rem; } .lgx-banneranother .date { font-size: 2.6rem; line-height: 3rem; margin: 0; } /************** 991 GLOBAl USE END ***********/ } /* --------------------------------------------------------------------- Extra small devices (phones, less UP TO 767px) ----------------------------------------------------------------------*/ @media (max-width: 767px) { /************** 767 GLOBAl USE***********/ html { font-size: 52%; } .xs-text-center { text-align: center; } .xs-text-right { text-align: right; } .xs-text-left { text-align: left; } .xs-float-none { float: none; } .sm-text-center { text-align: center; } /*Typography*/ h1, .h1 { font-size: 42px; line-height: 63px; font-size: 4.2rem; line-height: 6.300000000000001rem; line-height: 4.8rem; } h2, .h2 { font-size: 42px; line-height: 63px; font-size: 4.2rem; line-height: 6.300000000000001rem; line-height: 4.8rem; } h3, .h3 { font-size: 16px; line-height: 2.4rem; font-weight: 400; } .lgx-btn { padding: 1rem 2.6rem; } .lgx-header { background: rgba(46, 40, 65, 0.9); } .lgx-header .lgx-navbar .lgx-nav { float: left; } .navbar-default .navbar-toggle { border-color: #FFBB33; } .navbar-default .navbar-toggle .icon-bar { background-color: #FFBB33; } .lgx-footer .lgx-subscriber-area .subscribe-form .lgx-input-form { padding-left: 1rem; width: 70%; } .lgx-footer .lgx-subscriber-area .subscribe-form .lz-submit-btn { width: 29%; } .lgx-speakers .lgx-single-speaker { margin: 0 auto; max-width: 480px; margin-bottom: 2.6rem; } .lgx-register .single { max-width: 400px; margin: 0 auto 2.6rem; } .lgx-photo-gallery .lgx-single { width: 100%; } .lgx-schedule .lgx-tab .nav-pills .active::before { display: none; } .lgx-schedule .lgx-tab .nav-pills li { margin: 0 0 1rem; } .lgx-schedule .lgx-tab .lgx-single-tab .time-area .time span { display: inline-block; } .lgx-schedule .lgx-tab, .lgx-schedule .lgx-tab .lgx-single-tab .time-area, .lgx-schedule .lgx-tab .nav-pills { text-align: center; } .lgx-schedule .lgx-tab .lgx-single-tab .author .author-img img { display: none; } .lgx-schedule .lgx-tab .lgx-single-tab .author .author-info { width: 100%; text-align: center; margin-bottom: 1.6rem; } .lgx-schedule .lgx-tab .lgx-single-tab .schedule-info, .lgx-schedule .lgx-tab .lgx-single-tab:hover .schedule-info { text-align: center; } .lgx-schedule .lgx-tab .lgx-single-tab { padding: 2rem 2.6rem; } .lgx-sponsors .sponsors-area .single { width: 48%; } .lgx-blog-single .lgx-card-single header .author { text-align: left; width: 100%; padding-right: 0; margin-bottom: 1rem; } .lgx-blog-single .lgx-card-single header .author img, .lgx-blog-single .lgx-card-single header .author .author-info { float: left; } .lgx-blog-single .lgx-card-single header .author img { width: 40%; max-width: 100px; } .lgx-blog-single .lgx-card-single header .author .author-info { width: 60%; padding-left: 2rem; } .lgx-blog-single .lgx-card-single header .author .follow-btn { display: none; } .lgx-blog-single .lgx-card-single header .text-area, .lgx-blog-single .lgx-card-single section, .lgx-blog-single .lgx-card-single footer { width: 100%; } .lgx-blog-single .lgx-card-single header figure { margin-bottom: 1.6rem; } .lgx-blog .lgx-card-single { margin-bottom: 2.6rem; } .lgx-blog .lgx-card-single { margin-bottom: 0; } .lgx-blog-single .lgx-card-single figure { border-radius: 0; margin-bottom: 2.6rem; padding: 0; } .lgx-blog-single .lgx-card-single .text-area .title { font-size: 2.6rem; line-height: 3.4rem; } .lgx-blog .lgx-card-single { margin-bottom: 2.6rem; } .lgx-testimonials .lgx-owltestimonial .item .testi-info-area { padding-top: 2.6rem; } .lgx-testimonials .lgx-owltestimonial .owl-controls .owl-nav .owl-next, .lgx-testimonials .lgx-owltestimonial .owl-controls .owl-nav .owl-prev { height: 45px; width: 45px; } .lgx-testimonials .lgx-owltestimonial .owl-controls .owl-nav .owl-next i, .lgx-testimonials .lgx-owltestimonial .owl-controls .owl-nav .owl-prev i { line-height: 35px; } .lgx-heading-area { margin-bottom: 4.2rem; } .lgx-inner { padding: 5rem 0 6.8rem; } .lgx-video .lgx-inner { padding: 10rem 0; } .lgxmapcanvas { min-height: 200px; } .breadcrumb { margin-bottom: 0; } .lgx-blog-single .lgx-card-single footer .lgx-share ul li a { font-size: 16px; height: 45px; width: 45px; } .lgx-blog-single .lgx-card-single footer .lgx-share ul li a i { line-height: 47px; } .lgx-speaker-single .speakers-content { text-align: center; } .lgx-speaker-single .social ul li a { font-size: 16px; height: 45px; width: 45px; } .lgx-speaker-single .social ul li a i { line-height: 47px; } .lgx-speaker-single .speakers-content .title { font-size: 2.6rem; } .lgx-speaker-single .speakers-content .subtitle { font-size: 1.6rem; line-height: 2.4rem; } .lgx-banner .title { font-size: 4.2rem; line-height: 8rem; margin: 0; } .lgx-banner .date { font-size: 2rem; line-height: 3rem; } .lgx-banner { text-align: center; } .lgx-banner .lgx-inner { padding: 20rem 0 15rem; } .lgx-banner .lgx-countdown-area { margin-bottom: 0; } .lgx-banner .lgx-countdown-area #lgx-countdown span { font-size: 42px; line-height: 63px; font-size: 4.2rem; line-height: 6.300000000000001rem; font-weight: 700; display: inline-block; margin-right: 2rem; letter-spacing: n; } .lgx-banner .lgx-countdown-area #lgx-countdown i { font-size: 16px; line-height: 24px; font-size: 1.6rem; line-height: 2.4000000000000004rem; margin-right: 1rem; letter-spacing: normal; } .lgx-contentslider .lgx-owlcontslider .owl-controls { display: none; } .lgx-banneranother .title { font-size: 6.8rem; letter-spacing: 0; line-height: 8rem; } .lgx-banneranother .title span { font-size: 11rem; letter-spacing: -2px; line-height: 10rem; } .lgx-banneranother .lgx-inner-bg { padding: 20rem 0 15rem; } .menu-onscroll .lgx-navbar { background: transparent; } .lgx-header .lgx-navbar .lgx-nav li .lgx-btn { margin-bottom: 16px; } .menu-onscroll .lgx-navbar .lgx-nav li a { padding-top: 10px; padding-bottom: 10px; } .owl-theme .owl-controls .owl-nav [class*=owl-] { background: transparent; opacity: .5; } .lgx-testimonials .lgx-owltestimonial .owl-controls .owl-nav .owl-next:hover, .lgx-testimonials .lgx-owltestimonial .owl-controls .owl-nav .owl-prev:hover { background: transparent; box-shadow: none; color: #42bd41; opacity: 1; } .lgx-testimonials .lgx-inner { padding: 5rem 0 4.2rem; } .lgx-header { top: 1px; } .menu-onscroll { top: 0; } .lgx-slider .slider-text-single figure figcaption .lgx-container .lgx-hover-link .lgx-vertical .lgx-subtitle { font-size: 2.6rem; line-height: 3rem; padding-top: 4.2rem; } .lgx-slider .slider-text-single figure figcaption .lgx-container .lgx-hover-link .lgx-vertical .lgx-title { font-size: 4.2rem; line-height: 5rem; margin: 0; } .lgx-slider .slider-text-single figure figcaption .lgx-container .lgx-hover-link .lgx-vertical .date { font-size: 2rem; line-height: 3rem; } .lgx-slider .owl-carousel .owl-item img { height: 350px; } /************** 767 GLOBAl USE END***********/ } /*767 END*/ /* ---------------------------------------------------------------- Custom, iPhone Retina UP TO 480px -------------------------------------------------------------------*/ @media (max-width: 480px) { /************** 480 GLOBAl USE***********/ html { font-size: 50%; } .lgx-footer .lgx-subscriber-area .subscribe-form .lgx-input-form { padding-left: 5px; width: 100%; } .lgx-footer .lgx-subscriber-area .subscribe-form .lz-submit-btn { width: 100%; margin-left: 0; margin-top: 5px; } .lgx-footer .footer-social ul li { margin-bottom: 5px; } .lgx-footer .footer-social ul li a { height: 50px; width: 50px; } .lgx-footer .footer-social ul li a i { line-height: 50px; } .lgx-speakers .lgx-single-speaker { min-height: auto; } .lgx-schedule .lgx-tab .nav-pills li a p { display: none; } .lgx-schedule .lgx-tab .nav-pills li a { padding: 1.6rem; } .lgx-schedule .lgx-tab .nav-pills li a h3 { font-size: 2rem; } .lgx-testimonials .lgx-owltestimonial .item .lgx-client-image img { max-width: 100px; } .lgx-testimonials .lgx-owltestimonial .item .lgx-client-image figcaption { border: 2px solid #FFBB33; bottom: -6px; height: 35px; width: 35px; } .lgx-testimonials .lgx-owltestimonial .item .lgx-client-image figcaption i { font-size: 20px; line-height: 35px; } .lgx-testimonials .lgx-owltestimonial .item .lgx-review { padding: 40px 0 10px; width: 85%; } .lgx-heading .heading { font-size: 26px; line-height: 8rem; } .lgx-heading-area .text { font-size: 16px; line-height: 2.4rem; padding: 0 15px; } .lgx-video .video-icon a img { padding-top: 4px; } .lgx-footer .lgx-copyright { font-size: 16px; line-height: 2.4rem; } .lgx-banner .title { font-size: 3rem; line-height: 6rem; margin: 0; } .lgx-banner .date { font-size: 1.6rem; line-height: 3rem; } .lgx-banner { text-align: center; } .lgx-banner .lgx-inner { padding: 15rem 0 9rem; } .lgx-banner .lgx-countdown-area { margin-bottom: 0; } .lgx-banner .lgx-countdown-area #lgx-countdown { margin-left: 1.5rem; } .lgx-banner .lgx-countdown-area #lgx-countdown span { font-size: 30px; line-height: 45px; font-size: 3rem; line-height: 4.5rem; margin-right: .5rem; letter-spacing: normal; } .lgx-banner .lgx-countdown-area #lgx-countdown i { font-size: 16px; line-height: 24px; font-size: 1.6rem; line-height: 2.4000000000000004rem; margin-right: 1rem; line-height: 2.4rem; margin-top: 0; letter-spacing: normal; } .lgx-banneranother .title span { font-size: inherit; letter-spacing: inherit; line-height: inherit; display: inline-block; } .lgx-banneranother .title { line-height: 4rem; } .lgx-banneranother .lgx-inner-bg { padding: 15rem 0 10rem; } .lgx-banneranother .lgx-inneranother { background: transparent; } .lgx-testimonials .lgx-inner { padding: 5rem 0 1.6rem; } .lgx-slider .owl-carousel .owl-item img { height: 300px; } /************** 480 GLOBAl USE***********/ } /* ---------------------------------------------------------------- Custom, iPhone Retina UP TO 480px -------------------------------------------------------------------*/ @media (max-width: 360px) { /************** 360 GLOBAl USE***********/ .lgx-footer .footer-social a img, .lgx-footer .lgx-logo a img { max-width: 150px; } .lgx-footer .footer-social ul li a { height: 40px; width: 40px; font-size: 16px; } .lgx-footer .footer-social ul li a i { line-height: 41px; } .lgx-schedule .lgx-tab .nav-pills li { width: 100%; } .lgx-schedule .lgx-tab .nav-pills li a { padding: 2rem; } /************** 360 GLOBAl USE***********/ } /*----------------------------------------------------------------------------- EXAMPLE: We occasionally expand on these media queries to a narrower set of devices. *-------------------------------------------------------------------------------*/ /********************************************************************/ /* LGX STYLE END *************************************************** *********************************************************************/
pages/terms-and-conditions.html
thejavamonk/startbootstrap
--- layout: page title: Terms & Conditions description: "Terms and conditions for using the Start Bootstrap website and purchasing pro products on Start Bootstrap." meta-title: "Terms & Conditions" meta-description: "Terms and conditions for using the Start Bootstrap website and purchasing pro products on Start Bootstrap." permalink: /terms-and-conditions --- <div class="container"> <div class="row"> <div class="col-xl-8 col-lg-9"> <h4>General Terms For Buyers</h4> <hr class="custom"> <p>By accessing and placing an order with Start Bootstrap, you confirm that you are in agreement with and bound by the terms and conditions contained in the terms outlined below. These terms apply to the entire website and any email or other type of communication between you and Start Bootstrap.</p> <p>Under no circumstances shall the Start Bootstrap team be liable for any direct, indirect, special, incidental or consequential damages, including, but not limited to, loss of data or profit, arising out of the use, or the inability to use, the materials on this site, even if the Start Bootstrap team or an authorized representative has been advised of the possibility of such damages. If your use of materials from this site results in the need for servicing, repair or correction of equipment or data, you assume any costs thereof.</p> <p class="mb-5">Start Bootstrap will not be responsible for any outcome that may occur during the course of usage of our resources. We reserve the rights to change prices and revise the resources usage policy at any moment.</p> <h4>Security</h4> <hr class="custom"> <p class="mb-5">Start Bootstrap does not process any order payments through the website. All payments are processed securely through Stripe or PayPal, third party online payment providers. Feel free to contact us about our security policies.</p> <h4>Cookie Policy</h4> <hr class="custom"> <p>A cookie is a file containing an identifier (a string of letters and numbers) that is sent by a web server to a web browser and is stored by the browser. The identifier is then sent back to the server each time the browser requests a page from the server. Our website uses cookies. By using our website and agreeing to this policy, you consent to our use of cookies in accordance with the terms of this policy.</p> <p>We use session cookies to personalize the website for each user.</p> <p>We use Google Analytics to analyze the use of our website. Our analytics service provider generates statistical and other information about website use by means of cookies. Our analytics service provider’s privacy policy is available at: http://www.google.com/policies/privacy/.</p> <p class="mb-5">Deleting cookies may have a negative impact on the usability of the site. If you block cookies, you will not be able to use all the features on our website.</p> <h4>Refunds</h4> <hr class="custom"> <p>Due the nature of digital products, after an digital product is downloaded, the sale is final. You may request a refund for a purchase that has not been downloaded up to 7 days after the purchase was made.</p> </div> </div> </div>
docs/file__exists__exception_8h-source.html
CharlesConley/DBProject3
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"> <title>BadgerDB: /afs/cs.wisc.edu/p/course/cs564-jignesh/public/projects/BadgerDB/bufmgr/src/exceptions/file_exists_exception.h Source File</title> <link href="doxygen.css" rel="stylesheet" type="text/css"> <link href="tabs.css" rel="stylesheet" type="text/css"> </head><body> <!-- Generated by Doxygen 1.4.7 --> <div class="tabs"> <ul> <li><a href="index.html"><span>Main&nbsp;Page</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li><a href="classes.html"><span>Classes</span></a></li> <li id="current"><a href="files.html"><span>Files</span></a></li> <li> <form action="search.php" method="get"> <table cellspacing="0" cellpadding="0" border="0"> <tr> <td><label>&nbsp;<u>S</u>earch&nbsp;for&nbsp;</label></td> <td><input type="text" name="query" value="" size="20" accesskey="s"/></td> </tr> </table> </form> </li> </ul></div> <h1>/afs/cs.wisc.edu/p/course/cs564-jignesh/public/projects/BadgerDB/bufmgr/src/exceptions/file_exists_exception.h</h1><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <a name="l00008"></a>00008 <span class="preprocessor">#pragma once</span> <a name="l00009"></a>00009 <span class="preprocessor"></span> <a name="l00010"></a>00010 <span class="preprocessor">#include &lt;string&gt;</span> <a name="l00011"></a>00011 <a name="l00012"></a>00012 <span class="preprocessor">#include "badgerdb_exception.h"</span> <a name="l00013"></a>00013 <a name="l00014"></a>00014 <span class="keyword">namespace </span>badgerdb { <a name="l00015"></a>00015 <a name="l00020"></a><a class="code" href="classbadgerdb_1_1_file_exists_exception.html">00020</a> <span class="keyword">class </span><a class="code" href="classbadgerdb_1_1_file_exists_exception.html">FileExistsException</a> : <span class="keyword">public</span> <a class="code" href="classbadgerdb_1_1_badger_db_exception.html">BadgerDbException</a> { <a name="l00021"></a>00021 <span class="keyword">public</span>: <a name="l00027"></a>00027 <span class="keyword">explicit</span> <a class="code" href="classbadgerdb_1_1_file_exists_exception.html#127fc62de579ee20359d50aad560e60e">FileExistsException</a>(<span class="keyword">const</span> std::string&amp; name); <a name="l00028"></a>00028 <a name="l00032"></a><a class="code" href="classbadgerdb_1_1_file_exists_exception.html#e130ffc5272c27418eb04ab727c2ed72">00032</a> <span class="keyword">virtual</span> <span class="keyword">const</span> std::string&amp; <a class="code" href="classbadgerdb_1_1_file_exists_exception.html#e130ffc5272c27418eb04ab727c2ed72">filename</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> <a class="code" href="classbadgerdb_1_1_file_exists_exception.html#3ce0299d255e84ba398e708ba0ea64ba">filename_</a>; } <a name="l00033"></a>00033 <a name="l00034"></a>00034 <span class="keyword">protected</span>: <a name="l00038"></a><a class="code" href="classbadgerdb_1_1_file_exists_exception.html#3ce0299d255e84ba398e708ba0ea64ba">00038</a> <span class="keyword">const</span> std::string&amp; <a class="code" href="classbadgerdb_1_1_file_exists_exception.html#3ce0299d255e84ba398e708ba0ea64ba">filename_</a>; <a name="l00039"></a>00039 }; <a name="l00040"></a>00040 <a name="l00041"></a>00041 } </pre></div><hr size="1"><address style="align: right;"><small>Generated on Wed Feb 8 13:50:25 2012 for BadgerDB by&nbsp; <a href="http://www.doxygen.org/index.html"> <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address> </body> </html>
src/app/project/list.tpl.html
kidaa/Exceptionless.UI
<div class="hbox hbox-auto-xs hbox-auto-sm"> <div class="col"> <div class="wrapper-md"> <div class="panel panel-default"> <div class="panel-heading"><i class="fa fa-briefcase"></i> My Projects</div> <projects settings="vm.projects"></projects> <footer class="panel-footer"> <a ui-sref="app.project.add" class="btn btn-primary" role="button">Add New Project</a> <div class="pull-right"> <a ui-sref="app.dashboard" class="btn btn-default" role="button">Go To Dashboard</a> </div> </footer> </div> </div> </div> </div>
java开发资料/dataStu/XCL-Charts-master/doc/org/xclcharts/renderer/plot/PlotAttrInfo.html
liyanippon/working
<!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_07) on Sat Sep 26 18:07:48 CST 2015 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>PlotAttrInfo</title> <meta name="date" content="2015-09-26"> <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="PlotAttrInfo"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/PlotAttrInfo.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../org/xclcharts/renderer/plot/PlotAreaRender.html" title="class in org.xclcharts.renderer.plot"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../org/xclcharts/renderer/plot/PlotAttrInfoRender.html" title="class in org.xclcharts.renderer.plot"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/xclcharts/renderer/plot/PlotAttrInfo.html" target="_top">Frames</a></li> <li><a href="PlotAttrInfo.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">org.xclcharts.renderer.plot</div> <h2 title="Class PlotAttrInfo" class="title">Class PlotAttrInfo</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>org.xclcharts.renderer.plot.PlotAttrInfo</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>Direct Known Subclasses:</dt> <dd><a href="../../../../org/xclcharts/renderer/plot/PlotAttrInfoRender.html" title="class in org.xclcharts.renderer.plot">PlotAttrInfoRender</a></dd> </dl> <hr> <br> <pre>public class <span class="strong">PlotAttrInfo</span> extends java.lang.Object</pre> <dl><dt><span class="strong">Author:</span></dt> <dd>XiongChuanLiang<br/>(xcl_168@aliyun.com)</dd> <dt><span class="strong">ClassName:</span></dt> <dd>PlotAttrInfo</dd> <dt><span class="strong">Description:</span></dt> <dd>图的附加信息绘制基类</dd></dl> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><strong><a href="../../../../org/xclcharts/renderer/plot/PlotAttrInfo.html#PlotAttrInfo()">PlotAttrInfo</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/xclcharts/renderer/plot/PlotAttrInfo.html#addAttributeInfo(org.xclcharts.renderer.XEnum.Location, java.lang.String, float, Paint)">addAttributeInfo</a></strong>(<a href="../../../../org/xclcharts/renderer/XEnum.Location.html" title="enum in org.xclcharts.renderer">XEnum.Location</a>&nbsp;position, java.lang.String&nbsp;info, float&nbsp;infoPosRadiusPercentage, Paint&nbsp;paint)</code> <div class="block">增加附加信息</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../org/xclcharts/renderer/plot/PlotAttrInfo.html#clearPlotAttrInfo()">clearPlotAttrInfo</a></strong>()</code> <div class="block">清掉所有附加信息</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>java.util.List&lt;java.lang.String&gt;</code></td> <td class="colLast"><code><strong><a href="../../../../org/xclcharts/renderer/plot/PlotAttrInfo.html#getPlotAttrInfo()">getPlotAttrInfo</a></strong>()</code> <div class="block">返回附加信息集合</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>java.util.List&lt;Paint&gt;</code></td> <td class="colLast"><code><strong><a href="../../../../org/xclcharts/renderer/plot/PlotAttrInfo.html#getPlotAttrInfoPaint()">getPlotAttrInfoPaint</a></strong>()</code> <div class="block">返回附加信息画笔集合</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>java.util.List&lt;java.lang.Float&gt;</code></td> <td class="colLast"><code><strong><a href="../../../../org/xclcharts/renderer/plot/PlotAttrInfo.html#getPlotAttrInfoPostion()">getPlotAttrInfoPostion</a></strong>()</code> <div class="block">返回附加信息位置集合</div> </td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="PlotAttrInfo()"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>PlotAttrInfo</h4> <pre>public&nbsp;PlotAttrInfo()</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method_detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="getPlotAttrInfo()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getPlotAttrInfo</h4> <pre>public&nbsp;java.util.List&lt;java.lang.String&gt;&nbsp;getPlotAttrInfo()</pre> <div class="block">返回附加信息集合</div> <dl><dt><span class="strong">Returns:</span></dt><dd>集合</dd></dl> </li> </ul> <a name="getPlotAttrInfoPostion()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getPlotAttrInfoPostion</h4> <pre>public&nbsp;java.util.List&lt;java.lang.Float&gt;&nbsp;getPlotAttrInfoPostion()</pre> <div class="block">返回附加信息位置集合</div> <dl><dt><span class="strong">Returns:</span></dt><dd>集合</dd></dl> </li> </ul> <a name="getPlotAttrInfoPaint()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getPlotAttrInfoPaint</h4> <pre>public&nbsp;java.util.List&lt;Paint&gt;&nbsp;getPlotAttrInfoPaint()</pre> <div class="block">返回附加信息画笔集合</div> <dl><dt><span class="strong">Returns:</span></dt><dd>集合</dd></dl> </li> </ul> <a name="clearPlotAttrInfo()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>clearPlotAttrInfo</h4> <pre>public&nbsp;void&nbsp;clearPlotAttrInfo()</pre> <div class="block">清掉所有附加信息</div> </li> </ul> <a name="addAttributeInfo(org.xclcharts.renderer.XEnum.Location, java.lang.String, float, Paint)"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>addAttributeInfo</h4> <pre>public&nbsp;void&nbsp;addAttributeInfo(<a href="../../../../org/xclcharts/renderer/XEnum.Location.html" title="enum in org.xclcharts.renderer">XEnum.Location</a>&nbsp;position, java.lang.String&nbsp;info, float&nbsp;infoPosRadiusPercentage, Paint&nbsp;paint)</pre> <div class="block">增加附加信息</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>position</code> - 显示方位</dd><dd><code>info</code> - 附加信息</dd><dd><code>infoPosRadiusPercentage</code> - 信息显示在总半径指定比例所在位置</dd><dd><code>paint</code> - 用来绘制用的画笔</dd></dl> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/PlotAttrInfo.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../org/xclcharts/renderer/plot/PlotAreaRender.html" title="class in org.xclcharts.renderer.plot"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../org/xclcharts/renderer/plot/PlotAttrInfoRender.html" title="class in org.xclcharts.renderer.plot"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/xclcharts/renderer/plot/PlotAttrInfo.html" target="_top">Frames</a></li> <li><a href="PlotAttrInfo.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
v0.5.0/nvidia/submission/code/translation/pytorch/cutlass/docs/functions_vars_l.html
mlperf/training_results_v0.5
<!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.14"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <title>Cutlass: Class Members - Variables</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/x-mathjax-config"> MathJax.Hub.Config({ extensions: ["tex2jax.js"], jax: ["input/TeX","output/HTML-CSS"], }); </script><script type="text/javascript" async src="http://cdn.mathjax.org/mathjax/latest/MathJax.js"></script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">Cutlass </div> <div id="projectbrief">CUDA Templates for Linear Algebra Subroutines and Solvers</div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.14 --> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */ var searchBox = new SearchBox("searchBox", "search",false,'Search'); /* @license-end */ </script> <script type="text/javascript" src="menudata.js"></script> <script type="text/javascript" src="menu.js"></script> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */ $(function() { initMenu('',true,false,'search.php','Search'); $(document).ready(function() { init_search(); }); }); /* @license-end */</script> <div id="main-nav"></div> </div><!-- top --> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div class="contents"> &#160; <h3><a id="index_l"></a>- l -</h3><ul> <li>lda : <a class="el" href="structcutlass_1_1reduction_1_1BatchedReductionTraits_1_1Params.html#ab14fa69759f1d600a28df4fabaf59c28">cutlass::reduction::BatchedReductionTraits&lt; ScalarA_, ScalarC_, ScalarD_, ScalarAlphaBeta_, ScalarAccum_, ReductionSize_, OutputTile_, SubTile_, ThreadShape_, Index_, BlockSwizzle_, maxInReg_, maxOutReg_, Functor_ &gt;::Params</a> </li> <li>ldc : <a class="el" href="structcutlass_1_1reduction_1_1BatchedReductionTraits_1_1Params.html#a6bdb4dfce17da648b55c7aa68ef5b191">cutlass::reduction::BatchedReductionTraits&lt; ScalarA_, ScalarC_, ScalarD_, ScalarAlphaBeta_, ScalarAccum_, ReductionSize_, OutputTile_, SubTile_, ThreadShape_, Index_, BlockSwizzle_, maxInReg_, maxOutReg_, Functor_ &gt;::Params</a> </li> <li>ldd : <a class="el" href="structcutlass_1_1reduction_1_1BatchedReductionTraits_1_1Params.html#ad24096385e51009866b5aafd90b42ad2">cutlass::reduction::BatchedReductionTraits&lt; ScalarA_, ScalarC_, ScalarD_, ScalarAlphaBeta_, ScalarAccum_, ReductionSize_, OutputTile_, SubTile_, ThreadShape_, Index_, BlockSwizzle_, maxInReg_, maxOutReg_, Functor_ &gt;::Params</a> </li> <li>load : <a class="el" href="unioncutlass_1_1gemm_1_1GemmEpilogueTraits_1_1StreamSharedStorage.html#ae7bc498e4976814111114091de4e43af">cutlass::gemm::GemmEpilogueTraits&lt; OutputTile_, Accumulators_, GlobalLoadIteratorC_, GlobalTransformerC_, GlobalTransformerD_, GlobalStoreIteratorD_, SharedStoreIteratorD_, SharedStoreTransformerD_, SharedLoadStreamD_, Iterations_, Delta_, Functor_, Index_ &gt;::StreamSharedStorage</a> </li> <li>load_iterator : <a class="el" href="structcutlass_1_1gemm_1_1GlobalLoadStream.html#a5ef4cc42c7cec73523550e5ea56df88c">cutlass::gemm::GlobalLoadStream&lt; Operand, LoadIterator_, StoreIterator_, Transformer_ &gt;</a> , <a class="el" href="structcutlass_1_1gemm_1_1GlobalLoadStream_1_1Params.html#a46f2546f9b88f4fc87f1396d0f08b065">cutlass::gemm::GlobalLoadStream&lt; Operand, LoadIterator_, StoreIterator_, Transformer_ &gt;::Params</a> </li> </ul> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Fri Oct 26 2018 14:53:41 for Cutlass by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.14 </small></address> </body> </html>
corpus-oa-pmr/10.1179_1743132815Y.0000000036/pdftable/table4.annot.svg.html
ContentMine/cm-ucl
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml"> <body> <table style="border: 1px solid black;"> <caption/> <tr> <th style="border: 1px solid black;">HRQOL composite/subscore </th> <th style="border: 1px solid black;">Single DMD or no DMD </th> <th style="border: 1px solid black;">n </th> <th style="border: 1px solid black;">Mean HRQOL </th> <th style="border: 1px solid black;">SD </th> <th style="border: 1px solid black;">P </th> </tr> <tr> <td style="border: 1px solid black;">Overall QOL subscore </td> <td style="border: 1px solid black;">No DMD </td> <td style="border: 1px solid black;">1104 </td> <td style="border: 1px solid black;">66.8 </td> <td style="border: 1px solid black;">19.4 </td> <td style="border: 1px solid black;">0.472 </td> </tr> <tr> <td style="border: 1px solid black;">Physical health composite </td> <td style="border: 1px solid black;">DMD </td> <td style="border: 1px solid black;">1081 </td> <td style="border: 1px solid black;">67.4 </td> <td style="border: 1px solid black;">18.7 </td> <td style="border: 1px solid black;">0.403 </td> </tr> <tr> <td style="border: 1px solid black;">Mental health composite </td> <td style="border: 1px solid black;">No DMD </td> <td style="border: 1px solid black;">919 </td> <td style="border: 1px solid black;">59.0 </td> <td style="border: 1px solid black;">22.1 </td> <td style="border: 1px solid black;">0.011 </td> </tr> <tr> <td style="border: 1px solid black;">Physical health subscore </td> <td style="border: 1px solid black;">DMD </td> <td style="border: 1px solid black;">958 </td> <td style="border: 1px solid black;">59.8 </td> <td style="border: 1px solid black;">20.8 </td> <td style="border: 1px solid black;">0.000 </td> </tr> <tr> <td style="border: 1px solid black;">Role limitations physical subscore </td> <td style="border: 1px solid black;">No DMD </td> <td style="border: 1px solid black;">1078 </td> <td style="border: 1px solid black;">68.2 </td> <td style="border: 1px solid black;">21.0 </td> <td style="border: 1px solid black;">0.049 </td> </tr> <tr> <td style="border: 1px solid black;">Role limitations emotional subscore </td> <td style="border: 1px solid black;">DMD </td> <td style="border: 1px solid black;">1061 </td> <td style="border: 1px solid black;">65.9 </td> <td style="border: 1px solid black;">21.6 </td> <td style="border: 1px solid black;">0.373 </td> </tr> <tr> <td style="border: 1px solid black;">Pain subscore </td> <td style="border: 1px solid black;">No DMD </td> <td style="border: 1px solid black;">1125 </td> <td style="border: 1px solid black;">56.4 </td> <td style="border: 1px solid black;">34.9 </td> <td style="border: 1px solid black;">0.985 </td> </tr> <tr> <td style="border: 1px solid black;">Emotional wellbeing subscore </td> <td style="border: 1px solid black;">DMD </td> <td style="border: 1px solid black;">1096 </td> <td style="border: 1px solid black;">64.0 </td> <td style="border: 1px solid black;">31.1 </td> <td style="border: 1px solid black;">0.001 </td> </tr> <tr> <td style="border: 1px solid black;">Energy subscore </td> <td style="border: 1px solid black;">No DMD </td> <td style="border: 1px solid black;">1123 </td> <td style="border: 1px solid black;">44.3 </td> <td style="border: 1px solid black;">43.3 </td> <td style="border: 1px solid black;">0.121 </td> </tr> <tr> <td style="border: 1px solid black;">Health perception subscore </td> <td style="border: 1px solid black;">DMD </td> <td style="border: 1px solid black;">1092 </td> <td style="border: 1px solid black;">47.9 </td> <td style="border: 1px solid black;">43.5 </td> <td style="border: 1px solid black;">0.082 </td> </tr> <tr> <td style="border: 1px solid black;">Social function subscore </td> <td style="border: 1px solid black;">No DMD </td> <td style="border: 1px solid black;">1117 </td> <td style="border: 1px solid black;">69.7 </td> <td style="border: 1px solid black;">41.0 </td> <td style="border: 1px solid black;">0.118 </td> </tr> <tr> <td style="border: 1px solid black;">Cognitive function subscore </td> <td style="border: 1px solid black;">DMD </td> <td style="border: 1px solid black;">1080 </td> <td style="border: 1px solid black;">68.1 </td> <td style="border: 1px solid black;">41.3 </td> <td style="border: 1px solid black;">0.002 </td> </tr> <tr> <td style="border: 1px solid black;">Health distress subscore </td> <td style="border: 1px solid black;">No DMD </td> <td style="border: 1px solid black;">1129 </td> <td style="border: 1px solid black;">72.0 </td> <td style="border: 1px solid black;">26.2 </td> <td style="border: 1px solid black;">0.009 </td> </tr> <tr> <td style="border: 1px solid black;">Sexual function subscore </td> <td style="border: 1px solid black;">DMD </td> <td style="border: 1px solid black;">1090 </td> <td style="border: 1px solid black;">72.0 </td> <td style="border: 1px solid black;">26.1 </td> <td style="border: 1px solid black;">0.113 </td> </tr> </table> </body> </html>
gameoflife-web/tools/jmeter/docs/api/org/apache/jmeter/functions/LogFunction.html
larsvandersangen/SWOS-WEEK-1
<!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_17) on Wed Jun 17 16:17:47 BST 2009 --> <TITLE> LogFunction (Apache JMeter API) </TITLE> <META NAME="keywords" CONTENT="org.apache.jmeter.functions.LogFunction class"> <LINK REL="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { parent.document.title = "LogFunction (Apache JMeter 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="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>Apache JMeter</b></EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../org/apache/jmeter/functions/JexlFunction.html" title="class in org.apache.jmeter.functions"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../org/apache/jmeter/functions/LogFunction2.html" title="class in org.apache.jmeter.functions"><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="LogFunction.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp; <SCRIPT type="text/javascript"> <!-- if (window == top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <!-- ======== START OF CLASS DATA ======== --> <H2> <FONT SIZE="-1"> org.apache.jmeter.functions</FONT> <BR> Class LogFunction</H2> <PRE> <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html" title="class or interface in java.lang">java.lang.Object</A> <IMG SRC="../../../../resources/inherit.gif" ALT="extended by"><A HREF="../../../../org/apache/jmeter/functions/AbstractFunction.html" title="class in org.apache.jmeter.functions">org.apache.jmeter.functions.AbstractFunction</A> <IMG SRC="../../../../resources/inherit.gif" ALT="extended by"><B>org.apache.jmeter.functions.LogFunction</B> </PRE> <DL> <DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../../../org/apache/jmeter/functions/Function.html" title="interface in org.apache.jmeter.functions">Function</A></DD> </DL> <HR> <DL> <DT>public class <B>LogFunction</B> <DT>extends <A HREF="../../../../org/apache/jmeter/functions/AbstractFunction.html" title="class in org.apache.jmeter.functions">AbstractFunction</A> </DL> <P> <p> Function to log a message. </p> <p> Parameters: <ul> <li>string value</li> <li>log level (optional; defaults to INFO; or DEBUG if unrecognised; or can use OUT or ERR)</li> <li>throwable message (optional)</li> <li>comment (optional)</li> </ul> </p> Returns: - the input string <P> <P> <HR> <P> <!-- ======== NESTED CLASS SUMMARY ======== --> <!-- =========== FIELD SUMMARY =========== --> <!-- ======== 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/jmeter/functions/LogFunction.html#LogFunction()">LogFunction</A></B>()</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"> <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;<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/apache/jmeter/functions/LogFunction.html#execute(org.apache.jmeter.samplers.SampleResult, org.apache.jmeter.samplers.Sampler)">execute</A></B>(<A HREF="../../../../org/apache/jmeter/samplers/SampleResult.html" title="class in org.apache.jmeter.samplers">SampleResult</A>&nbsp;previousResult, <A HREF="../../../../org/apache/jmeter/samplers/Sampler.html" title="interface in org.apache.jmeter.samplers">Sampler</A>&nbsp;currentSampler)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b> N.B. setParameters() and execute() are called from different threads, so both must be synchronized unless there are no parameters to save </b></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/util/List.html" title="class or interface in java.util">List</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/apache/jmeter/functions/LogFunction.html#getArgumentDesc()">getArgumentDesc</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return a list of strings briefly describing each parameter your function takes. </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/apache/jmeter/functions/LogFunction.html#getReferenceKey()">getReferenceKey</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return the name of your function. </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/jmeter/functions/LogFunction.html#setParameters(java.util.Collection)">setParameters</A></B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/util/Collection.html" title="class or interface in java.util">Collection</A>&nbsp;parameters)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b> N.B. setParameters() and execute() are called from different threads, so both must be synchronized unless there are no parameters to save </b></TD> </TR> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_org.apache.jmeter.functions.AbstractFunction"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TD><B>Methods inherited from class org.apache.jmeter.functions.<A HREF="../../../../org/apache/jmeter/functions/AbstractFunction.html" title="class in org.apache.jmeter.functions">AbstractFunction</A></B></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><A HREF="../../../../org/apache/jmeter/functions/AbstractFunction.html#checkMinParameterCount(java.util.Collection, int)">checkMinParameterCount</A>, <A HREF="../../../../org/apache/jmeter/functions/AbstractFunction.html#checkParameterCount(java.util.Collection, int)">checkParameterCount</A>, <A HREF="../../../../org/apache/jmeter/functions/AbstractFunction.html#checkParameterCount(java.util.Collection, int, int)">checkParameterCount</A>, <A HREF="../../../../org/apache/jmeter/functions/AbstractFunction.html#execute()">execute</A>, <A HREF="../../../../org/apache/jmeter/functions/AbstractFunction.html#getVariables()">getVariables</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.<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A></B></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html#clone()" title="class or interface in java.lang">clone</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html#equals(java.lang.Object)" title="class or interface in java.lang">equals</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html#finalize()" title="class or interface in java.lang">finalize</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html#getClass()" title="class or interface in java.lang">getClass</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html#hashCode()" title="class or interface in java.lang">hashCode</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html#notify()" title="class or interface in java.lang">notify</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html#notifyAll()" title="class or interface in java.lang">notifyAll</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html#toString()" title="class or interface in java.lang">toString</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html#wait()" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html#wait(long)" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html#wait(long, int)" title="class or interface in java.lang">wait</A></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="LogFunction()"><!-- --></A> <H3> LogFunction</H3> <PRE> public <B>LogFunction</B>()</PRE> <DL> </DL> <!-- ============ METHOD DETAIL ========== --> <A NAME="method_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=1><FONT SIZE="+2"> <B>Method Detail</B></FONT></TD> </TR> </TABLE> <A NAME="execute(org.apache.jmeter.samplers.SampleResult, org.apache.jmeter.samplers.Sampler)"><!-- --></A> <H3> execute</H3> <PRE> public <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>execute</B>(<A HREF="../../../../org/apache/jmeter/samplers/SampleResult.html" title="class in org.apache.jmeter.samplers">SampleResult</A>&nbsp;previousResult, <A HREF="../../../../org/apache/jmeter/samplers/Sampler.html" title="interface in org.apache.jmeter.samplers">Sampler</A>&nbsp;currentSampler) throws <A HREF="../../../../org/apache/jmeter/functions/InvalidVariableException.html" title="class in org.apache.jmeter.functions">InvalidVariableException</A></PRE> <DL> <DD><B>Description copied from class: <CODE><A HREF="../../../../org/apache/jmeter/functions/AbstractFunction.html" title="class in org.apache.jmeter.functions">AbstractFunction</A></CODE></B> </DD> <DD><p><b> N.B. setParameters() and execute() are called from different threads, so both must be synchronized unless there are no parameters to save </b></p> <P> <DD> <DL> <DT><B>Specified by:</B> <DD><CODE><A HREF="../../../../org/apache/jmeter/functions/Function.html#execute(org.apache.jmeter.samplers.SampleResult, org.apache.jmeter.samplers.Sampler)">execute</A></CODE> in interface <CODE><A HREF="../../../../org/apache/jmeter/functions/Function.html" title="interface in org.apache.jmeter.functions">Function</A></CODE> <DT><B>Specified by:</B> <DD><CODE><A HREF="../../../../org/apache/jmeter/functions/AbstractFunction.html#execute(org.apache.jmeter.samplers.SampleResult, org.apache.jmeter.samplers.Sampler)">execute</A></CODE> in class <CODE><A HREF="../../../../org/apache/jmeter/functions/AbstractFunction.html" title="class in org.apache.jmeter.functions">AbstractFunction</A></CODE> </DL> </DD> <DD> <DL> <DT><B>Throws:</B> <DD><CODE><A HREF="../../../../org/apache/jmeter/functions/InvalidVariableException.html" title="class in org.apache.jmeter.functions">InvalidVariableException</A></CODE> <DT><B>See Also:</B> <DD> <A HREF="../../../../org/apache/jmeter/functions/Function.html#execute(org.apache.jmeter.samplers.SampleResult, org.apache.jmeter.samplers.Sampler)"><CODE>Function.execute(SampleResult, Sampler)</CODE></A> </DL> </DD> </DL> <HR> <A NAME="setParameters(java.util.Collection)"><!-- --></A> <H3> setParameters</H3> <PRE> public void <B>setParameters</B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/util/Collection.html" title="class or interface in java.util">Collection</A>&nbsp;parameters) throws <A HREF="../../../../org/apache/jmeter/functions/InvalidVariableException.html" title="class in org.apache.jmeter.functions">InvalidVariableException</A></PRE> <DL> <DD><B>Description copied from class: <CODE><A HREF="../../../../org/apache/jmeter/functions/AbstractFunction.html" title="class in org.apache.jmeter.functions">AbstractFunction</A></CODE></B> </DD> <DD><p><b> N.B. setParameters() and execute() are called from different threads, so both must be synchronized unless there are no parameters to save </b></p> <P> <DD> <DL> <DT><B>Specified by:</B> <DD><CODE><A HREF="../../../../org/apache/jmeter/functions/Function.html#setParameters(java.util.Collection)">setParameters</A></CODE> in interface <CODE><A HREF="../../../../org/apache/jmeter/functions/Function.html" title="interface in org.apache.jmeter.functions">Function</A></CODE> <DT><B>Specified by:</B> <DD><CODE><A HREF="../../../../org/apache/jmeter/functions/AbstractFunction.html#setParameters(java.util.Collection)">setParameters</A></CODE> in class <CODE><A HREF="../../../../org/apache/jmeter/functions/AbstractFunction.html" title="class in org.apache.jmeter.functions">AbstractFunction</A></CODE> </DL> </DD> <DD> <DL> <DT><B>Throws:</B> <DD><CODE><A HREF="../../../../org/apache/jmeter/functions/InvalidVariableException.html" title="class in org.apache.jmeter.functions">InvalidVariableException</A></CODE> <DT><B>See Also:</B> <DD> <A HREF="../../../../org/apache/jmeter/functions/Function.html#setParameters(java.util.Collection)"><CODE><br/> Note: This is always called even if no parameters are provided (versions of JMeter after 2.3.1)</CODE></A> </DL> </DD> </DL> <HR> <A NAME="getReferenceKey()"><!-- --></A> <H3> getReferenceKey</H3> <PRE> public <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>getReferenceKey</B>()</PRE> <DL> <DD><B>Description copied from interface: <CODE><A HREF="../../../../org/apache/jmeter/functions/Function.html" title="interface in org.apache.jmeter.functions">Function</A></CODE></B> </DD> <DD>Return the name of your function. Convention is to prepend "__" to the name (ie "__regexFunction") <P> <DD> <DL> <DT><B>Specified by:</B> <DD><CODE><A HREF="../../../../org/apache/jmeter/functions/Function.html#getReferenceKey()">getReferenceKey</A></CODE> in interface <CODE><A HREF="../../../../org/apache/jmeter/functions/Function.html" title="interface in org.apache.jmeter.functions">Function</A></CODE> <DT><B>Specified by:</B> <DD><CODE><A HREF="../../../../org/apache/jmeter/functions/AbstractFunction.html#getReferenceKey()">getReferenceKey</A></CODE> in class <CODE><A HREF="../../../../org/apache/jmeter/functions/AbstractFunction.html" title="class in org.apache.jmeter.functions">AbstractFunction</A></CODE> </DL> </DD> <DD> <DL> <DT><B>See Also:</B> <DD><A HREF="../../../../org/apache/jmeter/functions/Function.html#getReferenceKey()"><CODE>Function.getReferenceKey()</CODE></A> </DL> </DD> </DL> <HR> <A NAME="getArgumentDesc()"><!-- --></A> <H3> getArgumentDesc</H3> <PRE> public <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/util/List.html" title="class or interface in java.util">List</A> <B>getArgumentDesc</B>()</PRE> <DL> <DD><B>Description copied from interface: <CODE><A HREF="../../../../org/apache/jmeter/functions/Function.html" title="interface in org.apache.jmeter.functions">Function</A></CODE></B> </DD> <DD>Return a list of strings briefly describing each parameter your function takes. Please use JMeterUtils.getResString(resource_name) to grab a resource string. Otherwise, your help text will be difficult to internationalize. This list is not optional. If you don't wish to write help, you must at least return a List containing the correct number of blank strings, one for each argument. <P> <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> <b>Apache JMeter</b></EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../org/apache/jmeter/functions/JexlFunction.html" title="class in org.apache.jmeter.functions"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../org/apache/jmeter/functions/LogFunction2.html" title="class in org.apache.jmeter.functions"><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="LogFunction.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp; <SCRIPT type="text/javascript"> <!-- if (window == top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> Copyright &#xA9; 1998-2009 Apache Software Foundation. All Rights Reserved. </BODY> </HTML>
generators/client/templates/angularjs/src/main/webapp/app/account/reset/request/_reset.request.html
deepu105/generator-jhipster
<%# Copyright 2013-2017 the original author or authors from the JHipster project. This file is part of the JHipster project, see http://www.jhipster.tech/ for more information. 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. -%> <div> <div class="row"> <div class="col-md-8 col-md-offset-2"> <h1 data-translate="reset.request.title">Reset your password</h1> <div class="alert alert-danger" data-translate="reset.request.messages.notfound" ng-show="vm.errorEmailNotExists"> <strong>Email address isn't registered!</strong> Please check and try again. </div> <div class="alert alert-warning" ng-hide="vm.success"> <p data-translate="reset.request.messages.info">Enter the email address you used to register.</p> </div> <div class="alert alert-success" ng-show="vm.success === 'OK'"> <p data-translate="reset.request.messages.success">Check your emails for details on how to reset your password.</p> </div> <form ng-show="!vm.success" name="form" role="form" novalidate ng-submit="vm.requestReset()" show-validation> <div class="form-group"> <label class="control-label" for="email" data-translate="global.form.email">Email</label> <input type="email" class="form-control" id="email" name="email" placeholder="{{'global.form.email.placeholder' | translate}}" ng-model="vm.resetAccount.email" ng-minlength=5 ng-maxlength=100 required> <div ng-show="form.email.$dirty && form.email.$invalid"> <p class="help-block" ng-show="form.email.$error.required" data-translate="global.messages.validate.email.required"> Your email is required. </p> <p class="help-block" ng-show="form.email.$error.email" data-translate="global.messages.validate.email.invalid"> Your email is invalid. </p> <p class="help-block" ng-show="form.email.$error.minlength" data-translate="global.messages.validate.email.minlength"> Your email is required to be at least 5 characters. </p> <p class="help-block" ng-show="form.email.$error.maxlength" data-translate="global.messages.validate.email.maxlength"> Your email cannot be longer than 100 characters. </p> </div> </div> <button type="submit" ng-disabled="form.$invalid" class="btn btn-primary" data-translate="reset.request.form.button">Reset</button> </form> </div> </div> </div>
gameoflife-web/tools/jmeter/docs/api/org/apache/jmeter/config/ConfigElement.html
larsvandersangen/SWOS-WEEK-1
<!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_17) on Wed Jun 17 16:17:40 BST 2009 --> <TITLE> ConfigElement (Apache JMeter API) </TITLE> <META NAME="keywords" CONTENT="org.apache.jmeter.config.ConfigElement interface"> <LINK REL="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { parent.document.title = "ConfigElement (Apache JMeter 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="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>Apache JMeter</b></EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV CLASS&nbsp; &nbsp;NEXT CLASS</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="ConfigElement.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.jmeter.config</FONT> <BR> Interface ConfigElement</H2> <DL> <DT><B>All Superinterfaces:</B> <DD><A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Cloneable.html" title="class or interface in java.lang">Cloneable</A></DD> </DL> <DL> <DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../../../org/apache/jmeter/protocol/http/control/AuthManager.html" title="class in org.apache.jmeter.protocol.http.control">AuthManager</A>, <A HREF="../../../../org/apache/jmeter/config/ConfigTestElement.html" title="class in org.apache.jmeter.config">ConfigTestElement</A>, <A HREF="../../../../org/apache/jmeter/protocol/jdbc/config/DataSourceElement.html" title="class in org.apache.jmeter.protocol.jdbc.config">DataSourceElement</A></DD> </DL> <HR> <DL> <DT>public interface <B>ConfigElement</B> <DT>extends <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Cloneable.html" title="class or interface in java.lang">Cloneable</A> </DL> <P> <HR> <P> <!-- ======== NESTED CLASS SUMMARY ======== --> <!-- =========== FIELD SUMMARY =========== --> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <!-- ========== 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/jmeter/config/ConfigElement.html#addConfigElement(org.apache.jmeter.config.ConfigElement)">addConfigElement</A></B>(<A HREF="../../../../org/apache/jmeter/config/ConfigElement.html" title="interface in org.apache.jmeter.config">ConfigElement</A>&nbsp;config)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Add a configuration element to this one. </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.4.2/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/jmeter/config/ConfigElement.html#clone()">clone</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/apache/jmeter/config/ConfigElement.html#expectsModification()">expectsModification</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If your config element expects to be modified in the process of a test run, and you want those modifications to carry over from sample to sample (as in a cookie manager - you want to save all cookies that get set throughout the test), then return true for this method. </TD> </TR> </TABLE> &nbsp; <P> <!-- ============ FIELD DETAIL =========== --> <!-- ========= CONSTRUCTOR DETAIL ======== --> <!-- ============ 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="addConfigElement(org.apache.jmeter.config.ConfigElement)"><!-- --></A> <H3> addConfigElement</H3> <PRE> public void <B>addConfigElement</B>(<A HREF="../../../../org/apache/jmeter/config/ConfigElement.html" title="interface in org.apache.jmeter.config">ConfigElement</A>&nbsp;config)</PRE> <DL> <DD>Add a configuration element to this one. This allows config elements to combine and give a &quot;layered&quot; effect. For example, HTTPConfigElements have properties for domain, path, method, and parameters. If element A has everything filled in, but null for domain, and element B is added, which has only domain filled in, then after adding B to A, A will have the domain from B. If A already had a domain, then the correct behavior is for A to ignore the addition of element B. <P> <DD> <DL> </DL> </DD> <DD> <DL> <DT><B>Parameters:</B> <DD><CODE>config</CODE> - the element to be added to this ConfigElement </DL> </DD> </DL> <HR> <A NAME="expectsModification()"><!-- --></A> <H3> expectsModification</H3> <PRE> public boolean <B>expectsModification</B>()</PRE> <DL> <DD>If your config element expects to be modified in the process of a test run, and you want those modifications to carry over from sample to sample (as in a cookie manager - you want to save all cookies that get set throughout the test), then return true for this method. Your config element will not be cloned for each sample. If your config elements are more static in nature, return false. If in doubt, return false. <P> <DD> <DL> </DL> </DD> <DD> <DL> <DT><B>Returns:</B> <DD>true if the element expects to be modified over the course of a test run </DL> </DD> </DL> <HR> <A NAME="clone()"><!-- --></A> <H3> clone</H3> <PRE> public <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A> <B>clone</B>()</PRE> <DL> <DD> <DL> </DL> </DD> <DD> <DL> </DL> </DD> </DL> <!-- ========= END OF CLASS DATA ========= --> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=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> <b>Apache JMeter</b></EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV CLASS&nbsp; &nbsp;NEXT CLASS</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="ConfigElement.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 &#xA9; 1998-2009 Apache Software Foundation. All Rights Reserved. </BODY> </HTML>
hadoop-0.20.2-cdh3u5/docs/api/org/apache/hadoop/fs/class-use/Path.html
YuMatsuzawa/HadoopEclipseProject
<!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_31) on Fri Oct 05 17:19:52 PDT 2012 --> <TITLE> Uses of Class org.apache.hadoop.fs.Path (Hadoop 0.20.2-cdh3u5 API) </TITLE> <META NAME="date" CONTENT="2012-10-05"> <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.hadoop.fs.Path (Hadoop 0.20.2-cdh3u5 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="#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/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs"><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/hadoop/fs//class-usePath.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="Path.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.hadoop.fs.Path</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/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.hadoop.conf"><B>org.apache.hadoop.conf</B></A></TD> <TD>Configuration of system parameters.&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.hadoop.contrib.index.lucene"><B>org.apache.hadoop.contrib.index.lucene</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.hadoop.contrib.index.mapred"><B>org.apache.hadoop.contrib.index.mapred</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.hadoop.examples.terasort"><B>org.apache.hadoop.examples.terasort</B></A></TD> <TD>This package consists of 3 map/reduce applications for Hadoop to compete in the annual <a href="http://www.hpl.hp.com/hosted/sortbenchmark" target="_top">terabyte sort</a> competition.&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.hadoop.filecache"><B>org.apache.hadoop.filecache</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.hadoop.fs"><B>org.apache.hadoop.fs</B></A></TD> <TD>An abstract file system API.&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.hadoop.fs.ftp"><B>org.apache.hadoop.fs.ftp</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.hadoop.fs.kfs"><B>org.apache.hadoop.fs.kfs</B></A></TD> <TD>A client for the Kosmos filesystem (KFS)&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.hadoop.fs.s3"><B>org.apache.hadoop.fs.s3</B></A></TD> <TD>A distributed, block-based implementation of <A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs"><CODE>FileSystem</CODE></A> that uses <a href="http://aws.amazon.com/s3">Amazon S3</a> as a backing store.&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.hadoop.fs.s3native"><B>org.apache.hadoop.fs.s3native</B></A></TD> <TD> A distributed implementation of <A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs"><CODE>FileSystem</CODE></A> for reading and writing files on <a href="http://aws.amazon.com/s3">Amazon S3</a>.&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.hadoop.fs.shell"><B>org.apache.hadoop.fs.shell</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.hadoop.io"><B>org.apache.hadoop.io</B></A></TD> <TD>Generic i/o code for use when reading and writing data to the network, to databases, and to files.&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.hadoop.io.compress"><B>org.apache.hadoop.io.compress</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.hadoop.mapred"><B>org.apache.hadoop.mapred</B></A></TD> <TD>A software framework for easily writing applications which process vast amounts of data (multi-terabyte data-sets) parallelly on large clusters (thousands of nodes) built of commodity hardware in a reliable, fault-tolerant manner.&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.hadoop.mapred.join"><B>org.apache.hadoop.mapred.join</B></A></TD> <TD>Given a set of sorted datasets keyed with the same class and yielding equal partitions, it is possible to effect a join of those datasets prior to the map.&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.hadoop.mapred.lib"><B>org.apache.hadoop.mapred.lib</B></A></TD> <TD>Library of generally useful mappers, reducers, and partitioners.&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.hadoop.mapreduce"><B>org.apache.hadoop.mapreduce</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.hadoop.mapreduce.lib.input"><B>org.apache.hadoop.mapreduce.lib.input</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.hadoop.mapreduce.lib.output"><B>org.apache.hadoop.mapreduce.lib.output</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.hadoop.mapreduce.lib.partition"><B>org.apache.hadoop.mapreduce.lib.partition</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.hadoop.mapreduce.security"><B>org.apache.hadoop.mapreduce.security</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.hadoop.mapreduce.split"><B>org.apache.hadoop.mapreduce.split</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.hadoop.security"><B>org.apache.hadoop.security</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.hadoop.util"><B>org.apache.hadoop.util</B></A></TD> <TD>Common utilities.&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.hadoop.conf"><!-- --></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/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A> in <A HREF="../../../../../org/apache/hadoop/conf/package-summary.html">org.apache.hadoop.conf</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/hadoop/conf/package-summary.html">org.apache.hadoop.conf</A> that return <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</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/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></CODE></FONT></TD> <TD><CODE><B>Configuration.</B><B><A HREF="../../../../../org/apache/hadoop/conf/Configuration.html#getLocalPath(java.lang.String, java.lang.String)">getLocalPath</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;dirsProp, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;path)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get a local file under a directory named by <i>dirsProp</i> with the given <i>path</i>.</TD> </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/hadoop/conf/package-summary.html">org.apache.hadoop.conf</A> with parameters of type <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B>Configuration.</B><B><A HREF="../../../../../org/apache/hadoop/conf/Configuration.html#addResource(org.apache.hadoop.fs.Path)">addResource</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;file)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Add a configuration resource.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.hadoop.contrib.index.lucene"><!-- --></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/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A> in <A HREF="../../../../../org/apache/hadoop/contrib/index/lucene/package-summary.html">org.apache.hadoop.contrib.index.lucene</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">Constructors in <A HREF="../../../../../org/apache/hadoop/contrib/index/lucene/package-summary.html">org.apache.hadoop.contrib.index.lucene</A> with parameters of type <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../org/apache/hadoop/contrib/index/lucene/FileSystemDirectory.html#FileSystemDirectory(org.apache.hadoop.fs.FileSystem, org.apache.hadoop.fs.Path, boolean, org.apache.hadoop.conf.Configuration)">FileSystemDirectory</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</A>&nbsp;fs, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;directory, boolean&nbsp;create, <A HREF="../../../../../org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</A>&nbsp;conf)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructor</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.hadoop.contrib.index.mapred"><!-- --></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/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A> in <A HREF="../../../../../org/apache/hadoop/contrib/index/mapred/package-summary.html">org.apache.hadoop.contrib.index.mapred</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/hadoop/contrib/index/mapred/package-summary.html">org.apache.hadoop.contrib.index.mapred</A> with parameters of type <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B>IndexUpdater.</B><B><A HREF="../../../../../org/apache/hadoop/contrib/index/mapred/IndexUpdater.html#run(org.apache.hadoop.conf.Configuration, org.apache.hadoop.fs.Path[], org.apache.hadoop.fs.Path, int, org.apache.hadoop.contrib.index.mapred.Shard[])">run</A></B>(<A HREF="../../../../../org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</A>&nbsp;conf, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>[]&nbsp;inputPaths, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;outputPath, int&nbsp;numMapTasks, <A HREF="../../../../../org/apache/hadoop/contrib/index/mapred/Shard.html" title="class in org.apache.hadoop.contrib.index.mapred">Shard</A>[]&nbsp;shards)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B>IndexUpdater.</B><B><A HREF="../../../../../org/apache/hadoop/contrib/index/mapred/IndexUpdater.html#run(org.apache.hadoop.conf.Configuration, org.apache.hadoop.fs.Path[], org.apache.hadoop.fs.Path, int, org.apache.hadoop.contrib.index.mapred.Shard[])">run</A></B>(<A HREF="../../../../../org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</A>&nbsp;conf, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>[]&nbsp;inputPaths, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;outputPath, int&nbsp;numMapTasks, <A HREF="../../../../../org/apache/hadoop/contrib/index/mapred/Shard.html" title="class in org.apache.hadoop.contrib.index.mapred">Shard</A>[]&nbsp;shards)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B>IIndexUpdater.</B><B><A HREF="../../../../../org/apache/hadoop/contrib/index/mapred/IIndexUpdater.html#run(org.apache.hadoop.conf.Configuration, org.apache.hadoop.fs.Path[], org.apache.hadoop.fs.Path, int, org.apache.hadoop.contrib.index.mapred.Shard[])">run</A></B>(<A HREF="../../../../../org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</A>&nbsp;conf, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>[]&nbsp;inputPaths, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;outputPath, int&nbsp;numMapTasks, <A HREF="../../../../../org/apache/hadoop/contrib/index/mapred/Shard.html" title="class in org.apache.hadoop.contrib.index.mapred">Shard</A>[]&nbsp;shards)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create a Map/Reduce job configuration and run the Map/Reduce job to analyze documents and update Lucene instances in parallel.</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>IIndexUpdater.</B><B><A HREF="../../../../../org/apache/hadoop/contrib/index/mapred/IIndexUpdater.html#run(org.apache.hadoop.conf.Configuration, org.apache.hadoop.fs.Path[], org.apache.hadoop.fs.Path, int, org.apache.hadoop.contrib.index.mapred.Shard[])">run</A></B>(<A HREF="../../../../../org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</A>&nbsp;conf, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>[]&nbsp;inputPaths, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;outputPath, int&nbsp;numMapTasks, <A HREF="../../../../../org/apache/hadoop/contrib/index/mapred/Shard.html" title="class in org.apache.hadoop.contrib.index.mapred">Shard</A>[]&nbsp;shards)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create a Map/Reduce job configuration and run the Map/Reduce job to analyze documents and update Lucene instances in parallel.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.hadoop.examples.terasort"><!-- --></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/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A> in <A HREF="../../../../../org/apache/hadoop/examples/terasort/package-summary.html">org.apache.hadoop.examples.terasort</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/hadoop/examples/terasort/package-summary.html">org.apache.hadoop.examples.terasort</A> with parameters of type <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;void</CODE></FONT></TD> <TD><CODE><B>TeraInputFormat.</B><B><A HREF="../../../../../org/apache/hadoop/examples/terasort/TeraInputFormat.html#writePartitionFile(org.apache.hadoop.mapred.JobConf, org.apache.hadoop.fs.Path)">writePartitionFile</A></B>(<A HREF="../../../../../org/apache/hadoop/mapred/JobConf.html" title="class in org.apache.hadoop.mapred">JobConf</A>&nbsp;conf, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;partFile)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Use the input splits to take samples of the input and generate sample keys.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.hadoop.filecache"><!-- --></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/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A> in <A HREF="../../../../../org/apache/hadoop/filecache/package-summary.html">org.apache.hadoop.filecache</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/hadoop/filecache/package-summary.html">org.apache.hadoop.filecache</A> that return <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>[]</CODE></FONT></TD> <TD><CODE><B>DistributedCache.</B><B><A HREF="../../../../../org/apache/hadoop/filecache/DistributedCache.html#getArchiveClassPaths(org.apache.hadoop.conf.Configuration)">getArchiveClassPaths</A></B>(<A HREF="../../../../../org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</A>&nbsp;conf)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the archive entries in classpath as an array of Path.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>[]</CODE></FONT></TD> <TD><CODE><B>DistributedCache.</B><B><A HREF="../../../../../org/apache/hadoop/filecache/DistributedCache.html#getFileClassPaths(org.apache.hadoop.conf.Configuration)">getFileClassPaths</A></B>(<A HREF="../../../../../org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</A>&nbsp;conf)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the file entries in classpath as an array of Path.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>[]</CODE></FONT></TD> <TD><CODE><B>DistributedCache.</B><B><A HREF="../../../../../org/apache/hadoop/filecache/DistributedCache.html#getLocalCacheArchives(org.apache.hadoop.conf.Configuration)">getLocalCacheArchives</A></B>(<A HREF="../../../../../org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</A>&nbsp;conf)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return the path array of the localized caches.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>[]</CODE></FONT></TD> <TD><CODE><B>DistributedCache.</B><B><A HREF="../../../../../org/apache/hadoop/filecache/DistributedCache.html#getLocalCacheFiles(org.apache.hadoop.conf.Configuration)">getLocalCacheFiles</A></B>(<A HREF="../../../../../org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</A>&nbsp;conf)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return the path array of the localized files.</TD> </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/hadoop/filecache/package-summary.html">org.apache.hadoop.filecache</A> with parameters of type <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;void</CODE></FONT></TD> <TD><CODE><B>DistributedCache.</B><B><A HREF="../../../../../org/apache/hadoop/filecache/DistributedCache.html#addArchiveToClassPath(org.apache.hadoop.fs.Path, org.apache.hadoop.conf.Configuration)">addArchiveToClassPath</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;archive, <A HREF="../../../../../org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</A>&nbsp;conf)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Add an archive path to the current set of classpath entries.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;void</CODE></FONT></TD> <TD><CODE><B>DistributedCache.</B><B><A HREF="../../../../../org/apache/hadoop/filecache/DistributedCache.html#addArchiveToClassPath(org.apache.hadoop.fs.Path, org.apache.hadoop.conf.Configuration, org.apache.hadoop.fs.FileSystem)">addArchiveToClassPath</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;archive, <A HREF="../../../../../org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</A>&nbsp;conf, <A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</A>&nbsp;fs)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Add an archive path to the current set of classpath entries.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;void</CODE></FONT></TD> <TD><CODE><B>DistributedCache.</B><B><A HREF="../../../../../org/apache/hadoop/filecache/DistributedCache.html#addFileToClassPath(org.apache.hadoop.fs.Path, org.apache.hadoop.conf.Configuration)">addFileToClassPath</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;file, <A HREF="../../../../../org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</A>&nbsp;conf)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Add a file path to the current set of classpath entries.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;void</CODE></FONT></TD> <TD><CODE><B>DistributedCache.</B><B><A HREF="../../../../../org/apache/hadoop/filecache/DistributedCache.html#addFileToClassPath(org.apache.hadoop.fs.Path, org.apache.hadoop.conf.Configuration, org.apache.hadoop.fs.FileSystem)">addFileToClassPath</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;file, <A HREF="../../../../../org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</A>&nbsp;conf, <A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</A>&nbsp;fs)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Add a file path to the current set of classpath entries.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;long</CODE></FONT></TD> <TD><CODE><B>TrackerDistributedCacheManager.</B><B><A HREF="../../../../../org/apache/hadoop/filecache/TrackerDistributedCacheManager.html#downloadCacheObject(org.apache.hadoop.conf.Configuration, java.net.URI, org.apache.hadoop.fs.Path, long, boolean, org.apache.hadoop.fs.permission.FsPermission)">downloadCacheObject</A></B>(<A HREF="../../../../../org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</A>&nbsp;conf, <A HREF="http://java.sun.com/javase/6/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</A>&nbsp;source, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;destination, long&nbsp;desiredTimestamp, boolean&nbsp;isArchive, <A HREF="../../../../../org/apache/hadoop/fs/permission/FsPermission.html" title="class in org.apache.hadoop.fs.permission">FsPermission</A>&nbsp;permission)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Download a given path to the local file system.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.hadoop.fs"><!-- --></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/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A> in <A HREF="../../../../../org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</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">Fields in <A HREF="../../../../../org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</A> declared as <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></CODE></FONT></TD> <TD><CODE><B>FSInputChecker.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FSInputChecker.html#file">file</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The file name from which data is read from</TD> </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/hadoop/fs/package-summary.html">org.apache.hadoop.fs</A> that return <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</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/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></CODE></FONT></TD> <TD><CODE><B>ChecksumFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/ChecksumFileSystem.html#getChecksumFile(org.apache.hadoop.fs.Path)">getChecksumFile</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;file)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return the name of the checksum file associated with a file.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></CODE></FONT></TD> <TD><CODE><B>FsShell.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FsShell.html#getCurrentTrashDir()">getCurrentTrashDir</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the Trash object associated with this shell.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>[]</CODE></FONT></TD> <TD><CODE><B>InMemoryFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/InMemoryFileSystem.html#getFiles(org.apache.hadoop.fs.PathFilter)">getFiles</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/PathFilter.html" title="interface in org.apache.hadoop.fs">PathFilter</A>&nbsp;filter)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></CODE></FONT></TD> <TD><CODE><B>HarFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/HarFileSystem.html#getHomeDirectory()">getHomeDirectory</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return the top level archive path.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></CODE></FONT></TD> <TD><CODE><B>FilterFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FilterFileSystem.html#getHomeDirectory()">getHomeDirectory</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></CODE></FONT></TD> <TD><CODE><B>FileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html#getHomeDirectory()">getHomeDirectory</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return the current user's home directory in this filesystem.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></CODE></FONT></TD> <TD><CODE><B>RawLocalFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/RawLocalFileSystem.html#getHomeDirectory()">getHomeDirectory</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></CODE></FONT></TD> <TD><CODE><B>LocalDirAllocator.</B><B><A HREF="../../../../../org/apache/hadoop/fs/LocalDirAllocator.html#getLocalPathForWrite(java.lang.String, org.apache.hadoop.conf.Configuration)">getLocalPathForWrite</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;pathStr, <A HREF="../../../../../org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</A>&nbsp;conf)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get a path from the local FS.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></CODE></FONT></TD> <TD><CODE><B>LocalDirAllocator.</B><B><A HREF="../../../../../org/apache/hadoop/fs/LocalDirAllocator.html#getLocalPathForWrite(java.lang.String, long, org.apache.hadoop.conf.Configuration)">getLocalPathForWrite</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;pathStr, long&nbsp;size, <A HREF="../../../../../org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</A>&nbsp;conf)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get a path from the local FS.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></CODE></FONT></TD> <TD><CODE><B>LocalDirAllocator.</B><B><A HREF="../../../../../org/apache/hadoop/fs/LocalDirAllocator.html#getLocalPathForWrite(java.lang.String, long, org.apache.hadoop.conf.Configuration, boolean)">getLocalPathForWrite</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;pathStr, long&nbsp;size, <A HREF="../../../../../org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</A>&nbsp;conf, boolean&nbsp;checkWrite)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get a path from the local FS.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></CODE></FONT></TD> <TD><CODE><B>LocalDirAllocator.</B><B><A HREF="../../../../../org/apache/hadoop/fs/LocalDirAllocator.html#getLocalPathToRead(java.lang.String, org.apache.hadoop.conf.Configuration)">getLocalPathToRead</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;pathStr, <A HREF="../../../../../org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</A>&nbsp;conf)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get a path from the local FS for reading.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></CODE></FONT></TD> <TD><CODE><B>Path.</B><B><A HREF="../../../../../org/apache/hadoop/fs/Path.html#getParent()">getParent</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the parent of a path or null if at root.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></CODE></FONT></TD> <TD><CODE><B>FileStatus.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FileStatus.html#getPath()">getPath</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></CODE></FONT></TD> <TD><CODE><B>HarFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/HarFileSystem.html#getWorkingDirectory()">getWorkingDirectory</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return the top level archive.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></CODE></FONT></TD> <TD><CODE><B>FilterFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FilterFileSystem.html#getWorkingDirectory()">getWorkingDirectory</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the current working directory for the given file system</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>abstract &nbsp;<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></CODE></FONT></TD> <TD><CODE><B>FileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html#getWorkingDirectory()">getWorkingDirectory</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the current working directory for the given file system</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></CODE></FONT></TD> <TD><CODE><B>RawLocalFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/RawLocalFileSystem.html#getWorkingDirectory()">getWorkingDirectory</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></CODE></FONT></TD> <TD><CODE><B>Path.</B><B><A HREF="../../../../../org/apache/hadoop/fs/Path.html#makeQualified(org.apache.hadoop.fs.FileSystem)">makeQualified</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</A>&nbsp;fs)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a qualified path object.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></CODE></FONT></TD> <TD><CODE><B>HarFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/HarFileSystem.html#makeQualified(org.apache.hadoop.fs.Path)">makeQualified</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;path)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></CODE></FONT></TD> <TD><CODE><B>FilterFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FilterFileSystem.html#makeQualified(org.apache.hadoop.fs.Path)">makeQualified</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;path)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Make sure that a path specifies a FileSystem.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></CODE></FONT></TD> <TD><CODE><B>FileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html#makeQualified(org.apache.hadoop.fs.Path)">makeQualified</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;path)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Make sure that a path specifies a FileSystem.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></CODE></FONT></TD> <TD><CODE><B>Path.</B><B><A HREF="../../../../../org/apache/hadoop/fs/Path.html#makeQualified(java.net.URI, org.apache.hadoop.fs.Path)">makeQualified</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</A>&nbsp;defaultUri, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;workingDir)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a qualified path object.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></CODE></FONT></TD> <TD><CODE><B>HarFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/HarFileSystem.html#startLocalOutput(org.apache.hadoop.fs.Path, org.apache.hadoop.fs.Path)">startLocalOutput</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;fsOutputFile, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;tmpLocalFile)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;not implemented.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></CODE></FONT></TD> <TD><CODE><B>FilterFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FilterFileSystem.html#startLocalOutput(org.apache.hadoop.fs.Path, org.apache.hadoop.fs.Path)">startLocalOutput</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;fsOutputFile, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;tmpLocalFile)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a local File that the user can write output to.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></CODE></FONT></TD> <TD><CODE><B>FileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html#startLocalOutput(org.apache.hadoop.fs.Path, org.apache.hadoop.fs.Path)">startLocalOutput</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;fsOutputFile, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;tmpLocalFile)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a local File that the user can write output to.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></CODE></FONT></TD> <TD><CODE><B>RawLocalFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/RawLocalFileSystem.html#startLocalOutput(org.apache.hadoop.fs.Path, org.apache.hadoop.fs.Path)">startLocalOutput</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;fsOutputFile, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;tmpLocalFile)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></CODE></FONT></TD> <TD><CODE><B>ChecksumFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/ChecksumFileSystem.html#startLocalOutput(org.apache.hadoop.fs.Path, org.apache.hadoop.fs.Path)">startLocalOutput</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;fsOutputFile, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;tmpLocalFile)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>[]</CODE></FONT></TD> <TD><CODE><B>FileUtil.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FileUtil.html#stat2Paths(org.apache.hadoop.fs.FileStatus[])">stat2Paths</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/FileStatus.html" title="class in org.apache.hadoop.fs">FileStatus</A>[]&nbsp;stats)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;convert an array of FileStatus to an array of Path</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>[]</CODE></FONT></TD> <TD><CODE><B>FileUtil.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FileUtil.html#stat2Paths(org.apache.hadoop.fs.FileStatus[], org.apache.hadoop.fs.Path)">stat2Paths</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/FileStatus.html" title="class in org.apache.hadoop.fs">FileStatus</A>[]&nbsp;stats, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;path)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;convert an array of FileStatus to an array of Path.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></CODE></FONT></TD> <TD><CODE><B>Path.</B><B><A HREF="../../../../../org/apache/hadoop/fs/Path.html#suffix(java.lang.String)">suffix</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;suffix)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Adds a suffix to the final name in the path.</TD> </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/hadoop/fs/package-summary.html">org.apache.hadoop.fs</A> that return types with arguments of type <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</A>&lt;<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&gt;</CODE></FONT></TD> <TD><CODE><B>LocalDirAllocator.</B><B><A HREF="../../../../../org/apache/hadoop/fs/LocalDirAllocator.html#getAllLocalPathsToRead(java.lang.String, org.apache.hadoop.conf.Configuration)">getAllLocalPathsToRead</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;pathStr, <A HREF="../../../../../org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</A>&nbsp;conf)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get all of the paths that currently exist in the working directories.</TD> </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/hadoop/fs/package-summary.html">org.apache.hadoop.fs</A> with parameters of type <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></FONT></TH> </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>PathFilter.</B><B><A HREF="../../../../../org/apache/hadoop/fs/PathFilter.html#accept(org.apache.hadoop.fs.Path)">accept</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;path)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Tests whether or not the specified abstract pathname should be included in a pathname list.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/FSDataOutputStream.html" title="class in org.apache.hadoop.fs">FSDataOutputStream</A></CODE></FONT></TD> <TD><CODE><B>FileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html#append(org.apache.hadoop.fs.Path)">append</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;f)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Append to an existing file (optional operation).</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/FSDataOutputStream.html" title="class in org.apache.hadoop.fs">FSDataOutputStream</A></CODE></FONT></TD> <TD><CODE><B>FileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html#append(org.apache.hadoop.fs.Path, int)">append</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;f, int&nbsp;bufferSize)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Append to an existing file (optional operation).</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/FSDataOutputStream.html" title="class in org.apache.hadoop.fs">FSDataOutputStream</A></CODE></FONT></TD> <TD><CODE><B>FilterFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FilterFileSystem.html#append(org.apache.hadoop.fs.Path, int, org.apache.hadoop.util.Progressable)">append</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;f, int&nbsp;bufferSize, <A HREF="../../../../../org/apache/hadoop/util/Progressable.html" title="interface in org.apache.hadoop.util">Progressable</A>&nbsp;progress)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Append to an existing file (optional operation).</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>abstract &nbsp;<A HREF="../../../../../org/apache/hadoop/fs/FSDataOutputStream.html" title="class in org.apache.hadoop.fs">FSDataOutputStream</A></CODE></FONT></TD> <TD><CODE><B>FileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html#append(org.apache.hadoop.fs.Path, int, org.apache.hadoop.util.Progressable)">append</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;f, int&nbsp;bufferSize, <A HREF="../../../../../org/apache/hadoop/util/Progressable.html" title="interface in org.apache.hadoop.util">Progressable</A>&nbsp;progress)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Append to an existing file (optional operation).</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/FSDataOutputStream.html" title="class in org.apache.hadoop.fs">FSDataOutputStream</A></CODE></FONT></TD> <TD><CODE><B>RawLocalFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/RawLocalFileSystem.html#append(org.apache.hadoop.fs.Path, int, org.apache.hadoop.util.Progressable)">append</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;f, int&nbsp;bufferSize, <A HREF="../../../../../org/apache/hadoop/util/Progressable.html" title="interface in org.apache.hadoop.util">Progressable</A>&nbsp;progress)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Append to an existing file (optional operation).</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/FSDataOutputStream.html" title="class in org.apache.hadoop.fs">FSDataOutputStream</A></CODE></FONT></TD> <TD><CODE><B>ChecksumFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/ChecksumFileSystem.html#append(org.apache.hadoop.fs.Path, int, org.apache.hadoop.util.Progressable)">append</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;f, int&nbsp;bufferSize, <A HREF="../../../../../org/apache/hadoop/util/Progressable.html" title="interface in org.apache.hadoop.util">Progressable</A>&nbsp;progress)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Append to an existing file (optional operation).</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;void</CODE></FONT></TD> <TD><CODE><B>FilterFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FilterFileSystem.html#checkPath(org.apache.hadoop.fs.Path)">checkPath</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;path)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Check that a Path belongs to this FileSystem.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;void</CODE></FONT></TD> <TD><CODE><B>FileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html#checkPath(org.apache.hadoop.fs.Path)">checkPath</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;path)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Check that a Path belongs to this FileSystem.</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>HarFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/HarFileSystem.html#completeLocalOutput(org.apache.hadoop.fs.Path, org.apache.hadoop.fs.Path)">completeLocalOutput</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;fsOutputFile, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;tmpLocalFile)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;not implemented.</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>FilterFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FilterFileSystem.html#completeLocalOutput(org.apache.hadoop.fs.Path, org.apache.hadoop.fs.Path)">completeLocalOutput</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;fsOutputFile, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;tmpLocalFile)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Called when we're all done writing to the target.</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>FileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html#completeLocalOutput(org.apache.hadoop.fs.Path, org.apache.hadoop.fs.Path)">completeLocalOutput</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;fsOutputFile, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;tmpLocalFile)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Called when we're all done writing to the target.</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>RawLocalFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/RawLocalFileSystem.html#completeLocalOutput(org.apache.hadoop.fs.Path, org.apache.hadoop.fs.Path)">completeLocalOutput</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;fsWorkingFile, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;tmpLocalFile)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B>ChecksumFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/ChecksumFileSystem.html#completeLocalOutput(org.apache.hadoop.fs.Path, org.apache.hadoop.fs.Path)">completeLocalOutput</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;fsOutputFile, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;tmpLocalFile)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B>FileUtil.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FileUtil.html#copy(java.io.File, org.apache.hadoop.fs.FileSystem, org.apache.hadoop.fs.Path, boolean, org.apache.hadoop.conf.Configuration)">copy</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</A>&nbsp;src, <A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</A>&nbsp;dstFS, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;dst, boolean&nbsp;deleteSource, <A HREF="../../../../../org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</A>&nbsp;conf)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Copy local files to a FileSystem.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B>FileUtil.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FileUtil.html#copy(org.apache.hadoop.fs.FileSystem, org.apache.hadoop.fs.Path[], org.apache.hadoop.fs.FileSystem, org.apache.hadoop.fs.Path, boolean, boolean, org.apache.hadoop.conf.Configuration)">copy</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</A>&nbsp;srcFS, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>[]&nbsp;srcs, <A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</A>&nbsp;dstFS, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;dst, boolean&nbsp;deleteSource, boolean&nbsp;overwrite, <A HREF="../../../../../org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</A>&nbsp;conf)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B>FileUtil.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FileUtil.html#copy(org.apache.hadoop.fs.FileSystem, org.apache.hadoop.fs.Path[], org.apache.hadoop.fs.FileSystem, org.apache.hadoop.fs.Path, boolean, boolean, org.apache.hadoop.conf.Configuration)">copy</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</A>&nbsp;srcFS, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>[]&nbsp;srcs, <A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</A>&nbsp;dstFS, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;dst, boolean&nbsp;deleteSource, boolean&nbsp;overwrite, <A HREF="../../../../../org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</A>&nbsp;conf)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B>FileUtil.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FileUtil.html#copy(org.apache.hadoop.fs.FileSystem, org.apache.hadoop.fs.Path, java.io.File, boolean, org.apache.hadoop.conf.Configuration)">copy</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</A>&nbsp;srcFS, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;src, <A HREF="http://java.sun.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</A>&nbsp;dst, boolean&nbsp;deleteSource, <A HREF="../../../../../org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</A>&nbsp;conf)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Copy FileSystem files to local files.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B>FileUtil.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FileUtil.html#copy(org.apache.hadoop.fs.FileSystem, org.apache.hadoop.fs.Path, org.apache.hadoop.fs.FileSystem, org.apache.hadoop.fs.Path, boolean, boolean, org.apache.hadoop.conf.Configuration)">copy</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</A>&nbsp;srcFS, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;src, <A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</A>&nbsp;dstFS, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;dst, boolean&nbsp;deleteSource, boolean&nbsp;overwrite, <A HREF="../../../../../org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</A>&nbsp;conf)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Copy files between FileSystems.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B>FileUtil.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FileUtil.html#copy(org.apache.hadoop.fs.FileSystem, org.apache.hadoop.fs.Path, org.apache.hadoop.fs.FileSystem, org.apache.hadoop.fs.Path, boolean, org.apache.hadoop.conf.Configuration)">copy</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</A>&nbsp;srcFS, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;src, <A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</A>&nbsp;dstFS, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;dst, boolean&nbsp;deleteSource, <A HREF="../../../../../org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</A>&nbsp;conf)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Copy files between FileSystems.</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>FileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html#copyFromLocalFile(boolean, boolean, org.apache.hadoop.fs.Path[], org.apache.hadoop.fs.Path)">copyFromLocalFile</A></B>(boolean&nbsp;delSrc, boolean&nbsp;overwrite, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>[]&nbsp;srcs, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;dst)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The src files are on the local disk.</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>FileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html#copyFromLocalFile(boolean, boolean, org.apache.hadoop.fs.Path[], org.apache.hadoop.fs.Path)">copyFromLocalFile</A></B>(boolean&nbsp;delSrc, boolean&nbsp;overwrite, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>[]&nbsp;srcs, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;dst)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The src files are on the local disk.</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>FileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html#copyFromLocalFile(boolean, boolean, org.apache.hadoop.fs.Path, org.apache.hadoop.fs.Path)">copyFromLocalFile</A></B>(boolean&nbsp;delSrc, boolean&nbsp;overwrite, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;src, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;dst)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The src file is on the local disk.</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>HarFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/HarFileSystem.html#copyFromLocalFile(boolean, org.apache.hadoop.fs.Path, org.apache.hadoop.fs.Path)">copyFromLocalFile</A></B>(boolean&nbsp;delSrc, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;src, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;dst)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;not implemented.</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>LocalFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/LocalFileSystem.html#copyFromLocalFile(boolean, org.apache.hadoop.fs.Path, org.apache.hadoop.fs.Path)">copyFromLocalFile</A></B>(boolean&nbsp;delSrc, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;src, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;dst)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B>FilterFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FilterFileSystem.html#copyFromLocalFile(boolean, org.apache.hadoop.fs.Path, org.apache.hadoop.fs.Path)">copyFromLocalFile</A></B>(boolean&nbsp;delSrc, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;src, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;dst)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The src file is on the local disk.</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>FileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html#copyFromLocalFile(boolean, org.apache.hadoop.fs.Path, org.apache.hadoop.fs.Path)">copyFromLocalFile</A></B>(boolean&nbsp;delSrc, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;src, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;dst)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The src file is on the local disk.</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>ChecksumFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/ChecksumFileSystem.html#copyFromLocalFile(boolean, org.apache.hadoop.fs.Path, org.apache.hadoop.fs.Path)">copyFromLocalFile</A></B>(boolean&nbsp;delSrc, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;src, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;dst)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B>FileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html#copyFromLocalFile(org.apache.hadoop.fs.Path, org.apache.hadoop.fs.Path)">copyFromLocalFile</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;src, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;dst)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The src file is on the local disk.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B>FileUtil.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FileUtil.html#copyMerge(org.apache.hadoop.fs.FileSystem, org.apache.hadoop.fs.Path, org.apache.hadoop.fs.FileSystem, org.apache.hadoop.fs.Path, boolean, org.apache.hadoop.conf.Configuration, java.lang.String)">copyMerge</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</A>&nbsp;srcFS, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;srcDir, <A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</A>&nbsp;dstFS, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;dstFile, boolean&nbsp;deleteSource, <A HREF="../../../../../org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</A>&nbsp;conf, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;addString)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Copy all files in a directory to one output file (merge).</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>HarFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/HarFileSystem.html#copyToLocalFile(boolean, org.apache.hadoop.fs.Path, org.apache.hadoop.fs.Path)">copyToLocalFile</A></B>(boolean&nbsp;delSrc, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;src, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;dst)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;copies the file in the har filesystem to a local file.</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>LocalFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/LocalFileSystem.html#copyToLocalFile(boolean, org.apache.hadoop.fs.Path, org.apache.hadoop.fs.Path)">copyToLocalFile</A></B>(boolean&nbsp;delSrc, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;src, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;dst)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B>FilterFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FilterFileSystem.html#copyToLocalFile(boolean, org.apache.hadoop.fs.Path, org.apache.hadoop.fs.Path)">copyToLocalFile</A></B>(boolean&nbsp;delSrc, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;src, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;dst)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The src file is under FS, and the dst is on the local disk.</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>FileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html#copyToLocalFile(boolean, org.apache.hadoop.fs.Path, org.apache.hadoop.fs.Path)">copyToLocalFile</A></B>(boolean&nbsp;delSrc, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;src, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;dst)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The src file is under FS, and the dst is on the local disk.</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>ChecksumFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/ChecksumFileSystem.html#copyToLocalFile(boolean, org.apache.hadoop.fs.Path, org.apache.hadoop.fs.Path)">copyToLocalFile</A></B>(boolean&nbsp;delSrc, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;src, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;dst)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The src file is under FS, and the dst is on the local disk.</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>FileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html#copyToLocalFile(org.apache.hadoop.fs.Path, org.apache.hadoop.fs.Path)">copyToLocalFile</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;src, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;dst)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The src file is under FS, and the dst is on the local disk.</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>ChecksumFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/ChecksumFileSystem.html#copyToLocalFile(org.apache.hadoop.fs.Path, org.apache.hadoop.fs.Path, boolean)">copyToLocalFile</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;src, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;dst, boolean&nbsp;copyCrc)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The src file is under FS, and the dst is on the local disk.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/FSDataOutputStream.html" title="class in org.apache.hadoop.fs">FSDataOutputStream</A></CODE></FONT></TD> <TD><CODE><B>FileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html#create(org.apache.hadoop.fs.FileSystem, org.apache.hadoop.fs.Path, org.apache.hadoop.fs.permission.FsPermission)">create</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</A>&nbsp;fs, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;file, <A HREF="../../../../../org/apache/hadoop/fs/permission/FsPermission.html" title="class in org.apache.hadoop.fs.permission">FsPermission</A>&nbsp;permission)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;create a file with the provided permission The permission of the file is set to be the provided permission as in setPermission, not permission&~umask It is implemented using two RPCs.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/FSDataOutputStream.html" title="class in org.apache.hadoop.fs">FSDataOutputStream</A></CODE></FONT></TD> <TD><CODE><B>FileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html#create(org.apache.hadoop.fs.Path)">create</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;f)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Opens an FSDataOutputStream at the indicated Path.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/FSDataOutputStream.html" title="class in org.apache.hadoop.fs">FSDataOutputStream</A></CODE></FONT></TD> <TD><CODE><B>FileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html#create(org.apache.hadoop.fs.Path, boolean)">create</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;f, boolean&nbsp;overwrite)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Opens an FSDataOutputStream at the indicated Path.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/FSDataOutputStream.html" title="class in org.apache.hadoop.fs">FSDataOutputStream</A></CODE></FONT></TD> <TD><CODE><B>FileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html#create(org.apache.hadoop.fs.Path, boolean, int)">create</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;f, boolean&nbsp;overwrite, int&nbsp;bufferSize)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Opens an FSDataOutputStream at the indicated Path.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/FSDataOutputStream.html" title="class in org.apache.hadoop.fs">FSDataOutputStream</A></CODE></FONT></TD> <TD><CODE><B>FileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html#create(org.apache.hadoop.fs.Path, boolean, int, org.apache.hadoop.util.Progressable)">create</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;f, boolean&nbsp;overwrite, int&nbsp;bufferSize, <A HREF="../../../../../org/apache/hadoop/util/Progressable.html" title="interface in org.apache.hadoop.util">Progressable</A>&nbsp;progress)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Opens an FSDataOutputStream at the indicated Path with write-progress reporting.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/FSDataOutputStream.html" title="class in org.apache.hadoop.fs">FSDataOutputStream</A></CODE></FONT></TD> <TD><CODE><B>FileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html#create(org.apache.hadoop.fs.Path, boolean, int, short, long)">create</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;f, boolean&nbsp;overwrite, int&nbsp;bufferSize, short&nbsp;replication, long&nbsp;blockSize)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Opens an FSDataOutputStream at the indicated Path.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/FSDataOutputStream.html" title="class in org.apache.hadoop.fs">FSDataOutputStream</A></CODE></FONT></TD> <TD><CODE><B>FileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html#create(org.apache.hadoop.fs.Path, boolean, int, short, long, org.apache.hadoop.util.Progressable)">create</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;f, boolean&nbsp;overwrite, int&nbsp;bufferSize, short&nbsp;replication, long&nbsp;blockSize, <A HREF="../../../../../org/apache/hadoop/util/Progressable.html" title="interface in org.apache.hadoop.util">Progressable</A>&nbsp;progress)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Opens an FSDataOutputStream at the indicated Path with write-progress reporting.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/FSDataOutputStream.html" title="class in org.apache.hadoop.fs">FSDataOutputStream</A></CODE></FONT></TD> <TD><CODE><B>RawLocalFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/RawLocalFileSystem.html#create(org.apache.hadoop.fs.Path, boolean, int, short, long, org.apache.hadoop.util.Progressable)">create</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;f, boolean&nbsp;overwrite, int&nbsp;bufferSize, short&nbsp;replication, long&nbsp;blockSize, <A HREF="../../../../../org/apache/hadoop/util/Progressable.html" title="interface in org.apache.hadoop.util">Progressable</A>&nbsp;progress)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Opens an FSDataOutputStream at the indicated Path with write-progress reporting.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/FSDataOutputStream.html" title="class in org.apache.hadoop.fs">FSDataOutputStream</A></CODE></FONT></TD> <TD><CODE><B>HarFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/HarFileSystem.html#create(org.apache.hadoop.fs.Path, org.apache.hadoop.fs.permission.FsPermission, boolean, int, short, long, org.apache.hadoop.util.Progressable)">create</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;f, <A HREF="../../../../../org/apache/hadoop/fs/permission/FsPermission.html" title="class in org.apache.hadoop.fs.permission">FsPermission</A>&nbsp;permission, boolean&nbsp;overwrite, int&nbsp;bufferSize, short&nbsp;replication, long&nbsp;blockSize, <A HREF="../../../../../org/apache/hadoop/util/Progressable.html" title="interface in org.apache.hadoop.util">Progressable</A>&nbsp;progress)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/FSDataOutputStream.html" title="class in org.apache.hadoop.fs">FSDataOutputStream</A></CODE></FONT></TD> <TD><CODE><B>FilterFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FilterFileSystem.html#create(org.apache.hadoop.fs.Path, org.apache.hadoop.fs.permission.FsPermission, boolean, int, short, long, org.apache.hadoop.util.Progressable)">create</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;f, <A HREF="../../../../../org/apache/hadoop/fs/permission/FsPermission.html" title="class in org.apache.hadoop.fs.permission">FsPermission</A>&nbsp;permission, boolean&nbsp;overwrite, int&nbsp;bufferSize, short&nbsp;replication, long&nbsp;blockSize, <A HREF="../../../../../org/apache/hadoop/util/Progressable.html" title="interface in org.apache.hadoop.util">Progressable</A>&nbsp;progress)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Opens an FSDataOutputStream at the indicated Path with write-progress reporting.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>abstract &nbsp;<A HREF="../../../../../org/apache/hadoop/fs/FSDataOutputStream.html" title="class in org.apache.hadoop.fs">FSDataOutputStream</A></CODE></FONT></TD> <TD><CODE><B>FileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html#create(org.apache.hadoop.fs.Path, org.apache.hadoop.fs.permission.FsPermission, boolean, int, short, long, org.apache.hadoop.util.Progressable)">create</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;f, <A HREF="../../../../../org/apache/hadoop/fs/permission/FsPermission.html" title="class in org.apache.hadoop.fs.permission">FsPermission</A>&nbsp;permission, boolean&nbsp;overwrite, int&nbsp;bufferSize, short&nbsp;replication, long&nbsp;blockSize, <A HREF="../../../../../org/apache/hadoop/util/Progressable.html" title="interface in org.apache.hadoop.util">Progressable</A>&nbsp;progress)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Opens an FSDataOutputStream at the indicated Path with write-progress reporting.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/FSDataOutputStream.html" title="class in org.apache.hadoop.fs">FSDataOutputStream</A></CODE></FONT></TD> <TD><CODE><B>RawLocalFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/RawLocalFileSystem.html#create(org.apache.hadoop.fs.Path, org.apache.hadoop.fs.permission.FsPermission, boolean, int, short, long, org.apache.hadoop.util.Progressable)">create</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;f, <A HREF="../../../../../org/apache/hadoop/fs/permission/FsPermission.html" title="class in org.apache.hadoop.fs.permission">FsPermission</A>&nbsp;permission, boolean&nbsp;overwrite, int&nbsp;bufferSize, short&nbsp;replication, long&nbsp;blockSize, <A HREF="../../../../../org/apache/hadoop/util/Progressable.html" title="interface in org.apache.hadoop.util">Progressable</A>&nbsp;progress)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Opens an FSDataOutputStream at the indicated Path with write-progress reporting.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/FSDataOutputStream.html" title="class in org.apache.hadoop.fs">FSDataOutputStream</A></CODE></FONT></TD> <TD><CODE><B>ChecksumFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/ChecksumFileSystem.html#create(org.apache.hadoop.fs.Path, org.apache.hadoop.fs.permission.FsPermission, boolean, int, short, long, org.apache.hadoop.util.Progressable)">create</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;f, <A HREF="../../../../../org/apache/hadoop/fs/permission/FsPermission.html" title="class in org.apache.hadoop.fs.permission">FsPermission</A>&nbsp;permission, boolean&nbsp;overwrite, int&nbsp;bufferSize, short&nbsp;replication, long&nbsp;blockSize, <A HREF="../../../../../org/apache/hadoop/util/Progressable.html" title="interface in org.apache.hadoop.util">Progressable</A>&nbsp;progress)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Opens an FSDataOutputStream at the indicated Path with write-progress reporting.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/FSDataOutputStream.html" title="class in org.apache.hadoop.fs">FSDataOutputStream</A></CODE></FONT></TD> <TD><CODE><B>HarFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/HarFileSystem.html#create(org.apache.hadoop.fs.Path, int)">create</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;f, int&nbsp;bufferSize)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/FSDataOutputStream.html" title="class in org.apache.hadoop.fs">FSDataOutputStream</A></CODE></FONT></TD> <TD><CODE><B>FileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html#create(org.apache.hadoop.fs.Path, org.apache.hadoop.util.Progressable)">create</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;f, <A HREF="../../../../../org/apache/hadoop/util/Progressable.html" title="interface in org.apache.hadoop.util">Progressable</A>&nbsp;progress)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create an FSDataOutputStream at the indicated Path with write-progress reporting.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/FSDataOutputStream.html" title="class in org.apache.hadoop.fs">FSDataOutputStream</A></CODE></FONT></TD> <TD><CODE><B>FileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html#create(org.apache.hadoop.fs.Path, short)">create</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;f, short&nbsp;replication)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Opens an FSDataOutputStream at the indicated Path.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/FSDataOutputStream.html" title="class in org.apache.hadoop.fs">FSDataOutputStream</A></CODE></FONT></TD> <TD><CODE><B>FileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html#create(org.apache.hadoop.fs.Path, short, org.apache.hadoop.util.Progressable)">create</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;f, short&nbsp;replication, <A HREF="../../../../../org/apache/hadoop/util/Progressable.html" title="interface in org.apache.hadoop.util">Progressable</A>&nbsp;progress)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Opens an FSDataOutputStream at the indicated Path with write-progress reporting.</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>FileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html#createNewFile(org.apache.hadoop.fs.Path)">createNewFile</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;f)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates the given Path as a brand-new zero-length file.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/FSDataOutputStream.html" title="class in org.apache.hadoop.fs">FSDataOutputStream</A></CODE></FONT></TD> <TD><CODE><B>FileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html#createNonRecursive(org.apache.hadoop.fs.Path, boolean, int, short, long, org.apache.hadoop.util.Progressable)">createNonRecursive</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;f, boolean&nbsp;overwrite, int&nbsp;bufferSize, short&nbsp;replication, long&nbsp;blockSize, <A HREF="../../../../../org/apache/hadoop/util/Progressable.html" title="interface in org.apache.hadoop.util">Progressable</A>&nbsp;progress)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>API only for 0.20-append</I></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/FSDataOutputStream.html" title="class in org.apache.hadoop.fs">FSDataOutputStream</A></CODE></FONT></TD> <TD><CODE><B>FileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html#createNonRecursive(org.apache.hadoop.fs.Path, org.apache.hadoop.fs.permission.FsPermission, boolean, int, short, long, org.apache.hadoop.util.Progressable)">createNonRecursive</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;f, <A HREF="../../../../../org/apache/hadoop/fs/permission/FsPermission.html" title="class in org.apache.hadoop.fs.permission">FsPermission</A>&nbsp;permission, boolean&nbsp;overwrite, int&nbsp;bufferSize, short&nbsp;replication, long&nbsp;blockSize, <A HREF="../../../../../org/apache/hadoop/util/Progressable.html" title="interface in org.apache.hadoop.util">Progressable</A>&nbsp;progress)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>API only for 0.20-append</I></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/FSDataOutputStream.html" title="class in org.apache.hadoop.fs">FSDataOutputStream</A></CODE></FONT></TD> <TD><CODE><B>RawLocalFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/RawLocalFileSystem.html#createNonRecursive(org.apache.hadoop.fs.Path, org.apache.hadoop.fs.permission.FsPermission, boolean, int, short, long, org.apache.hadoop.util.Progressable)">createNonRecursive</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;f, <A HREF="../../../../../org/apache/hadoop/fs/permission/FsPermission.html" title="class in org.apache.hadoop.fs.permission">FsPermission</A>&nbsp;permission, boolean&nbsp;overwrite, int&nbsp;bufferSize, short&nbsp;replication, long&nbsp;blockSize, <A HREF="../../../../../org/apache/hadoop/util/Progressable.html" title="interface in org.apache.hadoop.util">Progressable</A>&nbsp;progress)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Opens an FSDataOutputStream at the indicated Path with write-progress reporting.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/FSDataOutputStream.html" title="class in org.apache.hadoop.fs">FSDataOutputStream</A></CODE></FONT></TD> <TD><CODE><B>ChecksumFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/ChecksumFileSystem.html#createNonRecursive(org.apache.hadoop.fs.Path, org.apache.hadoop.fs.permission.FsPermission, boolean, int, short, long, org.apache.hadoop.util.Progressable)">createNonRecursive</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;f, <A HREF="../../../../../org/apache/hadoop/fs/permission/FsPermission.html" title="class in org.apache.hadoop.fs.permission">FsPermission</A>&nbsp;permission, boolean&nbsp;overwrite, int&nbsp;bufferSize, short&nbsp;replication, long&nbsp;blockSize, <A HREF="../../../../../org/apache/hadoop/util/Progressable.html" title="interface in org.apache.hadoop.util">Progressable</A>&nbsp;progress)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Opens an FSDataOutputStream at the indicated Path with write-progress reporting.</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>FilterFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FilterFileSystem.html#delete(org.apache.hadoop.fs.Path)">delete</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;f)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>abstract &nbsp;boolean</CODE></FONT></TD> <TD><CODE><B>FileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html#delete(org.apache.hadoop.fs.Path)">delete</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;f)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>Use delete(Path, boolean) instead</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>RawLocalFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/RawLocalFileSystem.html#delete(org.apache.hadoop.fs.Path)">delete</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;p)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;</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>HarFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/HarFileSystem.html#delete(org.apache.hadoop.fs.Path, boolean)">delete</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;f, boolean&nbsp;recursive)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Not implemented.</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>FilterFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FilterFileSystem.html#delete(org.apache.hadoop.fs.Path, boolean)">delete</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;f, boolean&nbsp;recursive)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Delete a file</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>abstract &nbsp;boolean</CODE></FONT></TD> <TD><CODE><B>FileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html#delete(org.apache.hadoop.fs.Path, boolean)">delete</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;f, boolean&nbsp;recursive)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Delete a file.</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>RawLocalFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/RawLocalFileSystem.html#delete(org.apache.hadoop.fs.Path, boolean)">delete</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;p, boolean&nbsp;recursive)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B>ChecksumFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/ChecksumFileSystem.html#delete(org.apache.hadoop.fs.Path, boolean)">delete</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;f, boolean&nbsp;recursive)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Implement the delete(Path, boolean) in checksum file system.</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>FileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html#deleteOnExit(org.apache.hadoop.fs.Path)">deleteOnExit</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;f)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Mark a path to be deleted when FileSystem is closed.</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>FileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html#exists(org.apache.hadoop.fs.Path)">exists</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;f)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Check if exists.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;void</CODE></FONT></TD> <TD><CODE><B>FileUtil.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FileUtil.html#fullyDelete(org.apache.hadoop.fs.FileSystem, org.apache.hadoop.fs.Path)">fullyDelete</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</A>&nbsp;fs, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;dir)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>Use <A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html#delete(org.apache.hadoop.fs.Path, boolean)"><CODE>FileSystem.delete(Path, boolean)</CODE></A></I></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>FileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html#getBlockSize(org.apache.hadoop.fs.Path)">getBlockSize</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;f)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>Use getFileStatus() instead</I></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></CODE></FONT></TD> <TD><CODE><B>ChecksumFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/ChecksumFileSystem.html#getChecksumFile(org.apache.hadoop.fs.Path)">getChecksumFile</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;file)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return the name of the checksum file associated with a file.</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>ChecksumFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/ChecksumFileSystem.html#getChecksumFileLength(org.apache.hadoop.fs.Path, long)">getChecksumFileLength</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;file, long&nbsp;fileSize)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return the length of the checksum file given the size of the actual file.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/ContentSummary.html" title="class in org.apache.hadoop.fs">ContentSummary</A></CODE></FONT></TD> <TD><CODE><B>FileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html#getContentSummary(org.apache.hadoop.fs.Path)">getContentSummary</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;f)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return the <A HREF="../../../../../org/apache/hadoop/fs/ContentSummary.html" title="class in org.apache.hadoop.fs"><CODE>ContentSummary</CODE></A> of a given <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs"><CODE>Path</CODE></A>.</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>FileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html#getDefaultBlockSize(org.apache.hadoop.fs.Path)">getDefaultBlockSize</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;f)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return the number of bytes that large input files should be optimally be split into to minimize i/o time.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;short</CODE></FONT></TD> <TD><CODE><B>FileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html#getDefaultReplication(org.apache.hadoop.fs.Path)">getDefaultReplication</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;path)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the default replication.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/FileChecksum.html" title="class in org.apache.hadoop.fs">FileChecksum</A></CODE></FONT></TD> <TD><CODE><B>HarFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/HarFileSystem.html#getFileChecksum(org.apache.hadoop.fs.Path)">getFileChecksum</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;f)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/FileChecksum.html" title="class in org.apache.hadoop.fs">FileChecksum</A></CODE></FONT></TD> <TD><CODE><B>FilterFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FilterFileSystem.html#getFileChecksum(org.apache.hadoop.fs.Path)">getFileChecksum</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;f)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the checksum of a file.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/FileChecksum.html" title="class in org.apache.hadoop.fs">FileChecksum</A></CODE></FONT></TD> <TD><CODE><B>FileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html#getFileChecksum(org.apache.hadoop.fs.Path)">getFileChecksum</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;f)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the checksum of a file.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/FileStatus.html" title="class in org.apache.hadoop.fs">FileStatus</A></CODE></FONT></TD> <TD><CODE><B>HarFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/HarFileSystem.html#getFileStatus(org.apache.hadoop.fs.Path)">getFileStatus</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;f)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return the filestatus of files in har archive.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/FileStatus.html" title="class in org.apache.hadoop.fs">FileStatus</A></CODE></FONT></TD> <TD><CODE><B>FilterFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FilterFileSystem.html#getFileStatus(org.apache.hadoop.fs.Path)">getFileStatus</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;f)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get file status.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>abstract &nbsp;<A HREF="../../../../../org/apache/hadoop/fs/FileStatus.html" title="class in org.apache.hadoop.fs">FileStatus</A></CODE></FONT></TD> <TD><CODE><B>FileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html#getFileStatus(org.apache.hadoop.fs.Path)">getFileStatus</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;f)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return a file status object that represents the path.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/FileStatus.html" title="class in org.apache.hadoop.fs">FileStatus</A></CODE></FONT></TD> <TD><CODE><B>RawLocalFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/RawLocalFileSystem.html#getFileStatus(org.apache.hadoop.fs.Path)">getFileStatus</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;f)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;int</CODE></FONT></TD> <TD><CODE><B>HarFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/HarFileSystem.html#getHarHash(org.apache.hadoop.fs.Path)">getHarHash</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;p)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;the hash of the path p inside iniside the filesystem</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>FileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html#getLength(org.apache.hadoop.fs.Path)">getLength</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;f)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>Use getFileStatus() instead</I></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;short</CODE></FONT></TD> <TD><CODE><B>FileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html#getReplication(org.apache.hadoop.fs.Path)">getReplication</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;src)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>Use getFileStatus() instead</I></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/FsStatus.html" title="class in org.apache.hadoop.fs">FsStatus</A></CODE></FONT></TD> <TD><CODE><B>FilterFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FilterFileSystem.html#getStatus(org.apache.hadoop.fs.Path)">getStatus</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;p)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a status object describing the use and capacity of the file system.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/FsStatus.html" title="class in org.apache.hadoop.fs">FsStatus</A></CODE></FONT></TD> <TD><CODE><B>FileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html#getStatus(org.apache.hadoop.fs.Path)">getStatus</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;p)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a status object describing the use and capacity of the file system.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/FsStatus.html" title="class in org.apache.hadoop.fs">FsStatus</A></CODE></FONT></TD> <TD><CODE><B>RawLocalFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/RawLocalFileSystem.html#getStatus(org.apache.hadoop.fs.Path)">getStatus</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;p)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a status object describing the use and capacity of the file system.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/FileStatus.html" title="class in org.apache.hadoop.fs">FileStatus</A>[]</CODE></FONT></TD> <TD><CODE><B>FileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html#globStatus(org.apache.hadoop.fs.Path)">globStatus</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;pathPattern)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return all the files that match filePattern and are not checksum files.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/FileStatus.html" title="class in org.apache.hadoop.fs">FileStatus</A>[]</CODE></FONT></TD> <TD><CODE><B>FileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html#globStatus(org.apache.hadoop.fs.Path, org.apache.hadoop.fs.PathFilter)">globStatus</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;pathPattern, <A HREF="../../../../../org/apache/hadoop/fs/PathFilter.html" title="interface in org.apache.hadoop.fs">PathFilter</A>&nbsp;filter)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return an array of FileStatus objects whose path names match pathPattern and is accepted by the user-supplied path filter.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B>ChecksumFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/ChecksumFileSystem.html#isChecksumFile(org.apache.hadoop.fs.Path)">isChecksumFile</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;file)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return true iff file is a checksum file name.</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>FileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html#isDirectory(org.apache.hadoop.fs.Path)">isDirectory</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;f)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>Use getFileStatus() instead</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>FileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html#isFile(org.apache.hadoop.fs.Path)">isFile</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;f)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;True iff the named path is a regular file.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/FileStatus.html" title="class in org.apache.hadoop.fs">FileStatus</A>[]</CODE></FONT></TD> <TD><CODE><B>HarFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/HarFileSystem.html#listStatus(org.apache.hadoop.fs.Path)">listStatus</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;f)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;liststatus returns the children of a directory after looking up the index files.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/FileStatus.html" title="class in org.apache.hadoop.fs">FileStatus</A>[]</CODE></FONT></TD> <TD><CODE><B>FilterFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FilterFileSystem.html#listStatus(org.apache.hadoop.fs.Path)">listStatus</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;f)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;List files in a directory.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>abstract &nbsp;<A HREF="../../../../../org/apache/hadoop/fs/FileStatus.html" title="class in org.apache.hadoop.fs">FileStatus</A>[]</CODE></FONT></TD> <TD><CODE><B>FileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html#listStatus(org.apache.hadoop.fs.Path)">listStatus</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;f)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;List the statuses of the files/directories in the given path if the path is a directory.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/FileStatus.html" title="class in org.apache.hadoop.fs">FileStatus</A>[]</CODE></FONT></TD> <TD><CODE><B>RawLocalFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/RawLocalFileSystem.html#listStatus(org.apache.hadoop.fs.Path)">listStatus</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;f)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/FileStatus.html" title="class in org.apache.hadoop.fs">FileStatus</A>[]</CODE></FONT></TD> <TD><CODE><B>ChecksumFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/ChecksumFileSystem.html#listStatus(org.apache.hadoop.fs.Path)">listStatus</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;f)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;List the statuses of the files/directories in the given path if the path is a directory.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/FileStatus.html" title="class in org.apache.hadoop.fs">FileStatus</A>[]</CODE></FONT></TD> <TD><CODE><B>FileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html#listStatus(org.apache.hadoop.fs.Path[])">listStatus</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>[]&nbsp;files)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Filter files/directories in the given list of paths using default path filter.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/FileStatus.html" title="class in org.apache.hadoop.fs">FileStatus</A>[]</CODE></FONT></TD> <TD><CODE><B>FileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html#listStatus(org.apache.hadoop.fs.Path[], org.apache.hadoop.fs.PathFilter)">listStatus</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>[]&nbsp;files, <A HREF="../../../../../org/apache/hadoop/fs/PathFilter.html" title="interface in org.apache.hadoop.fs">PathFilter</A>&nbsp;filter)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Filter files/directories in the given list of paths using user-supplied path filter.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/FileStatus.html" title="class in org.apache.hadoop.fs">FileStatus</A>[]</CODE></FONT></TD> <TD><CODE><B>FileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html#listStatus(org.apache.hadoop.fs.Path, org.apache.hadoop.fs.PathFilter)">listStatus</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;f, <A HREF="../../../../../org/apache/hadoop/fs/PathFilter.html" title="interface in org.apache.hadoop.fs">PathFilter</A>&nbsp;filter)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Filter files/directories in the given path using the user-supplied path filter.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></CODE></FONT></TD> <TD><CODE><B>HarFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/HarFileSystem.html#makeQualified(org.apache.hadoop.fs.Path)">makeQualified</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;path)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></CODE></FONT></TD> <TD><CODE><B>FilterFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FilterFileSystem.html#makeQualified(org.apache.hadoop.fs.Path)">makeQualified</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;path)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Make sure that a path specifies a FileSystem.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></CODE></FONT></TD> <TD><CODE><B>FileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html#makeQualified(org.apache.hadoop.fs.Path)">makeQualified</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;path)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Make sure that a path specifies a FileSystem.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></CODE></FONT></TD> <TD><CODE><B>Path.</B><B><A HREF="../../../../../org/apache/hadoop/fs/Path.html#makeQualified(java.net.URI, org.apache.hadoop.fs.Path)">makeQualified</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</A>&nbsp;defaultUri, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;workingDir)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a qualified path object.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B>FileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html#mkdirs(org.apache.hadoop.fs.FileSystem, org.apache.hadoop.fs.Path, org.apache.hadoop.fs.permission.FsPermission)">mkdirs</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</A>&nbsp;fs, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;dir, <A HREF="../../../../../org/apache/hadoop/fs/permission/FsPermission.html" title="class in org.apache.hadoop.fs.permission">FsPermission</A>&nbsp;permission)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;create a directory with the provided permission The permission of the directory is set to be the provided permission as in setPermission, not permission&~umask</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>FileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html#mkdirs(org.apache.hadoop.fs.Path)">mkdirs</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;f)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Call <A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html#mkdirs(org.apache.hadoop.fs.Path, org.apache.hadoop.fs.permission.FsPermission)"><CODE>FileSystem.mkdirs(Path, FsPermission)</CODE></A> with default permission.</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>RawLocalFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/RawLocalFileSystem.html#mkdirs(org.apache.hadoop.fs.Path)">mkdirs</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;f)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates the specified directory hierarchy.</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>ChecksumFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/ChecksumFileSystem.html#mkdirs(org.apache.hadoop.fs.Path)">mkdirs</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;f)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B>HarFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/HarFileSystem.html#mkdirs(org.apache.hadoop.fs.Path, org.apache.hadoop.fs.permission.FsPermission)">mkdirs</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;f, <A HREF="../../../../../org/apache/hadoop/fs/permission/FsPermission.html" title="class in org.apache.hadoop.fs.permission">FsPermission</A>&nbsp;permission)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;not implemented.</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>FilterFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FilterFileSystem.html#mkdirs(org.apache.hadoop.fs.Path, org.apache.hadoop.fs.permission.FsPermission)">mkdirs</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;f, <A HREF="../../../../../org/apache/hadoop/fs/permission/FsPermission.html" title="class in org.apache.hadoop.fs.permission">FsPermission</A>&nbsp;permission)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Make the given file and all non-existent parents into directories.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>abstract &nbsp;boolean</CODE></FONT></TD> <TD><CODE><B>FileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html#mkdirs(org.apache.hadoop.fs.Path, org.apache.hadoop.fs.permission.FsPermission)">mkdirs</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;f, <A HREF="../../../../../org/apache/hadoop/fs/permission/FsPermission.html" title="class in org.apache.hadoop.fs.permission">FsPermission</A>&nbsp;permission)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Make the given file and all non-existent parents into directories.</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>RawLocalFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/RawLocalFileSystem.html#mkdirs(org.apache.hadoop.fs.Path, org.apache.hadoop.fs.permission.FsPermission)">mkdirs</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;f, <A HREF="../../../../../org/apache/hadoop/fs/permission/FsPermission.html" title="class in org.apache.hadoop.fs.permission">FsPermission</A>&nbsp;permission)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Make the given file and all non-existent parents into directories.</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>FileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html#moveFromLocalFile(org.apache.hadoop.fs.Path[], org.apache.hadoop.fs.Path)">moveFromLocalFile</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>[]&nbsp;srcs, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;dst)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The src files is on the local disk.</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>FileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html#moveFromLocalFile(org.apache.hadoop.fs.Path[], org.apache.hadoop.fs.Path)">moveFromLocalFile</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>[]&nbsp;srcs, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;dst)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The src files is on the local disk.</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>FileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html#moveFromLocalFile(org.apache.hadoop.fs.Path, org.apache.hadoop.fs.Path)">moveFromLocalFile</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;src, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;dst)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The src file is on the local disk.</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>RawLocalFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/RawLocalFileSystem.html#moveFromLocalFile(org.apache.hadoop.fs.Path, org.apache.hadoop.fs.Path)">moveFromLocalFile</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;src, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;dst)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B>FileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html#moveToLocalFile(org.apache.hadoop.fs.Path, org.apache.hadoop.fs.Path)">moveToLocalFile</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;src, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;dst)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The src file is under FS, and the dst is on the local disk.</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>Trash.</B><B><A HREF="../../../../../org/apache/hadoop/fs/Trash.html#moveToTrash(org.apache.hadoop.fs.Path)">moveToTrash</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;path)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Move a file or directory to the current trash directory.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/FSDataInputStream.html" title="class in org.apache.hadoop.fs">FSDataInputStream</A></CODE></FONT></TD> <TD><CODE><B>FileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html#open(org.apache.hadoop.fs.Path)">open</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;f)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Opens an FSDataInputStream at the indicated Path.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/FSDataInputStream.html" title="class in org.apache.hadoop.fs">FSDataInputStream</A></CODE></FONT></TD> <TD><CODE><B>HarFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/HarFileSystem.html#open(org.apache.hadoop.fs.Path, int)">open</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;f, int&nbsp;bufferSize)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a har input stream which fakes end of file.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/FSDataInputStream.html" title="class in org.apache.hadoop.fs">FSDataInputStream</A></CODE></FONT></TD> <TD><CODE><B>FilterFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FilterFileSystem.html#open(org.apache.hadoop.fs.Path, int)">open</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;f, int&nbsp;bufferSize)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Opens an FSDataInputStream at the indicated Path.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>abstract &nbsp;<A HREF="../../../../../org/apache/hadoop/fs/FSDataInputStream.html" title="class in org.apache.hadoop.fs">FSDataInputStream</A></CODE></FONT></TD> <TD><CODE><B>FileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html#open(org.apache.hadoop.fs.Path, int)">open</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;f, int&nbsp;bufferSize)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Opens an FSDataInputStream at the indicated Path.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/FSDataInputStream.html" title="class in org.apache.hadoop.fs">FSDataInputStream</A></CODE></FONT></TD> <TD><CODE><B>RawLocalFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/RawLocalFileSystem.html#open(org.apache.hadoop.fs.Path, int)">open</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;f, int&nbsp;bufferSize)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/FSDataInputStream.html" title="class in org.apache.hadoop.fs">FSDataInputStream</A></CODE></FONT></TD> <TD><CODE><B>ChecksumFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/ChecksumFileSystem.html#open(org.apache.hadoop.fs.Path, int)">open</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;f, int&nbsp;bufferSize)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Opens an FSDataInputStream at the indicated Path.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://java.sun.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</A></CODE></FONT></TD> <TD><CODE><B>LocalFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/LocalFileSystem.html#pathToFile(org.apache.hadoop.fs.Path)">pathToFile</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;path)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Convert a path to a File.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://java.sun.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</A></CODE></FONT></TD> <TD><CODE><B>RawLocalFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/RawLocalFileSystem.html#pathToFile(org.apache.hadoop.fs.Path)">pathToFile</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;path)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Convert a path to a File.</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>FilterFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FilterFileSystem.html#rename(org.apache.hadoop.fs.Path, org.apache.hadoop.fs.Path)">rename</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;src, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;dst)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Renames Path src to Path dst.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>abstract &nbsp;boolean</CODE></FONT></TD> <TD><CODE><B>FileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html#rename(org.apache.hadoop.fs.Path, org.apache.hadoop.fs.Path)">rename</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;src, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;dst)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Renames Path src to Path dst.</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>RawLocalFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/RawLocalFileSystem.html#rename(org.apache.hadoop.fs.Path, org.apache.hadoop.fs.Path)">rename</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;src, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;dst)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B>ChecksumFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/ChecksumFileSystem.html#rename(org.apache.hadoop.fs.Path, org.apache.hadoop.fs.Path)">rename</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;src, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;dst)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Rename files/dirs</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>LocalFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/LocalFileSystem.html#reportChecksumFailure(org.apache.hadoop.fs.Path, org.apache.hadoop.fs.FSDataInputStream, long, org.apache.hadoop.fs.FSDataInputStream, long)">reportChecksumFailure</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;p, <A HREF="../../../../../org/apache/hadoop/fs/FSDataInputStream.html" title="class in org.apache.hadoop.fs">FSDataInputStream</A>&nbsp;in, long&nbsp;inPos, <A HREF="../../../../../org/apache/hadoop/fs/FSDataInputStream.html" title="class in org.apache.hadoop.fs">FSDataInputStream</A>&nbsp;sums, long&nbsp;sumsPos)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Moves files to a bad file directory on the same device, so that their storage will not be reused.</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>ChecksumFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/ChecksumFileSystem.html#reportChecksumFailure(org.apache.hadoop.fs.Path, org.apache.hadoop.fs.FSDataInputStream, long, org.apache.hadoop.fs.FSDataInputStream, long)">reportChecksumFailure</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;f, <A HREF="../../../../../org/apache/hadoop/fs/FSDataInputStream.html" title="class in org.apache.hadoop.fs">FSDataInputStream</A>&nbsp;in, long&nbsp;inPos, <A HREF="../../../../../org/apache/hadoop/fs/FSDataInputStream.html" title="class in org.apache.hadoop.fs">FSDataInputStream</A>&nbsp;sums, long&nbsp;sumsPos)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Report a checksum error to the file system.</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>InMemoryFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/InMemoryFileSystem.html#reserveSpaceWithCheckSum(org.apache.hadoop.fs.Path, long)">reserveSpaceWithCheckSum</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;f, long&nbsp;size)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;Register a file with its size.</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>HarFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/HarFileSystem.html#setOwner(org.apache.hadoop.fs.Path, java.lang.String, java.lang.String)">setOwner</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;p, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;username, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;groupname)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;not implemented.</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>FilterFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FilterFileSystem.html#setOwner(org.apache.hadoop.fs.Path, java.lang.String, java.lang.String)">setOwner</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;p, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;username, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;groupname)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set owner of a path (i.e.</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>FileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html#setOwner(org.apache.hadoop.fs.Path, java.lang.String, java.lang.String)">setOwner</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;p, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;username, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;groupname)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set owner of a path (i.e.</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>RawLocalFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/RawLocalFileSystem.html#setOwner(org.apache.hadoop.fs.Path, java.lang.String, java.lang.String)">setOwner</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;p, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;username, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;groupname)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Use the command chown to set owner.</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>HarFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/HarFileSystem.html#setPermission(org.apache.hadoop.fs.Path, org.apache.hadoop.fs.permission.FsPermission)">setPermission</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;p, <A HREF="../../../../../org/apache/hadoop/fs/permission/FsPermission.html" title="class in org.apache.hadoop.fs.permission">FsPermission</A>&nbsp;permisssion)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Not implemented.</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>FilterFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FilterFileSystem.html#setPermission(org.apache.hadoop.fs.Path, org.apache.hadoop.fs.permission.FsPermission)">setPermission</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;p, <A HREF="../../../../../org/apache/hadoop/fs/permission/FsPermission.html" title="class in org.apache.hadoop.fs.permission">FsPermission</A>&nbsp;permission)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set permission of a path.</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>FileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html#setPermission(org.apache.hadoop.fs.Path, org.apache.hadoop.fs.permission.FsPermission)">setPermission</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;p, <A HREF="../../../../../org/apache/hadoop/fs/permission/FsPermission.html" title="class in org.apache.hadoop.fs.permission">FsPermission</A>&nbsp;permission)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set permission of a path.</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>RawLocalFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/RawLocalFileSystem.html#setPermission(org.apache.hadoop.fs.Path, org.apache.hadoop.fs.permission.FsPermission)">setPermission</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;p, <A HREF="../../../../../org/apache/hadoop/fs/permission/FsPermission.html" title="class in org.apache.hadoop.fs.permission">FsPermission</A>&nbsp;permission)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Use the command chmod to set permission.</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>HarFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/HarFileSystem.html#setReplication(org.apache.hadoop.fs.Path, short)">setReplication</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;src, short&nbsp;replication)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Not implemented.</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>FilterFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FilterFileSystem.html#setReplication(org.apache.hadoop.fs.Path, short)">setReplication</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;src, short&nbsp;replication)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set replication for an existing file.</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>FileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html#setReplication(org.apache.hadoop.fs.Path, short)">setReplication</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;src, short&nbsp;replication)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set replication for an existing file.</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>ChecksumFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/ChecksumFileSystem.html#setReplication(org.apache.hadoop.fs.Path, short)">setReplication</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;src, short&nbsp;replication)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set replication for an existing file.</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>FileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html#setTimes(org.apache.hadoop.fs.Path, long, long)">setTimes</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;p, long&nbsp;mtime, long&nbsp;atime)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set access time of a file</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>HarFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/HarFileSystem.html#setWorkingDirectory(org.apache.hadoop.fs.Path)">setWorkingDirectory</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;newDir)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B>FilterFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FilterFileSystem.html#setWorkingDirectory(org.apache.hadoop.fs.Path)">setWorkingDirectory</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;newDir)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the current working directory for the given file system.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>abstract &nbsp;void</CODE></FONT></TD> <TD><CODE><B>FileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html#setWorkingDirectory(org.apache.hadoop.fs.Path)">setWorkingDirectory</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;new_dir)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the current working directory for the given file system.</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>RawLocalFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/RawLocalFileSystem.html#setWorkingDirectory(org.apache.hadoop.fs.Path)">setWorkingDirectory</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;newDir)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the working directory to the given directory.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></CODE></FONT></TD> <TD><CODE><B>HarFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/HarFileSystem.html#startLocalOutput(org.apache.hadoop.fs.Path, org.apache.hadoop.fs.Path)">startLocalOutput</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;fsOutputFile, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;tmpLocalFile)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;not implemented.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></CODE></FONT></TD> <TD><CODE><B>FilterFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FilterFileSystem.html#startLocalOutput(org.apache.hadoop.fs.Path, org.apache.hadoop.fs.Path)">startLocalOutput</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;fsOutputFile, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;tmpLocalFile)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a local File that the user can write output to.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></CODE></FONT></TD> <TD><CODE><B>FileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html#startLocalOutput(org.apache.hadoop.fs.Path, org.apache.hadoop.fs.Path)">startLocalOutput</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;fsOutputFile, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;tmpLocalFile)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a local File that the user can write output to.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></CODE></FONT></TD> <TD><CODE><B>RawLocalFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/RawLocalFileSystem.html#startLocalOutput(org.apache.hadoop.fs.Path, org.apache.hadoop.fs.Path)">startLocalOutput</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;fsOutputFile, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;tmpLocalFile)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></CODE></FONT></TD> <TD><CODE><B>ChecksumFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/ChecksumFileSystem.html#startLocalOutput(org.apache.hadoop.fs.Path, org.apache.hadoop.fs.Path)">startLocalOutput</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;fsOutputFile, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;tmpLocalFile)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>[]</CODE></FONT></TD> <TD><CODE><B>FileUtil.</B><B><A HREF="../../../../../org/apache/hadoop/fs/FileUtil.html#stat2Paths(org.apache.hadoop.fs.FileStatus[], org.apache.hadoop.fs.Path)">stat2Paths</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/FileStatus.html" title="class in org.apache.hadoop.fs">FileStatus</A>[]&nbsp;stats, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;path)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;convert an array of FileStatus to an array of Path.</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Constructors in <A HREF="../../../../../org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</A> with parameters of type <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../org/apache/hadoop/fs/FileStatus.html#FileStatus(long, boolean, int, long, long, long, org.apache.hadoop.fs.permission.FsPermission, java.lang.String, java.lang.String, org.apache.hadoop.fs.Path)">FileStatus</A></B>(long&nbsp;length, boolean&nbsp;isdir, int&nbsp;block_replication, long&nbsp;blocksize, long&nbsp;modification_time, long&nbsp;access_time, <A HREF="../../../../../org/apache/hadoop/fs/permission/FsPermission.html" title="class in org.apache.hadoop.fs.permission">FsPermission</A>&nbsp;permission, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;owner, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;group, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;path)</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="../../../../../org/apache/hadoop/fs/FileStatus.html#FileStatus(long, boolean, int, long, long, org.apache.hadoop.fs.Path)">FileStatus</A></B>(long&nbsp;length, boolean&nbsp;isdir, int&nbsp;block_replication, long&nbsp;blocksize, long&nbsp;modification_time, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;path)</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="../../../../../org/apache/hadoop/fs/FSInputChecker.html#FSInputChecker(org.apache.hadoop.fs.Path, int)">FSInputChecker</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;file, int&nbsp;numOfRetries)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructor</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../org/apache/hadoop/fs/FSInputChecker.html#FSInputChecker(org.apache.hadoop.fs.Path, int, boolean, java.util.zip.Checksum, int, int)">FSInputChecker</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;file, int&nbsp;numOfRetries, boolean&nbsp;verifyChecksum, <A HREF="http://java.sun.com/javase/6/docs/api/java/util/zip/Checksum.html?is-external=true" title="class or interface in java.util.zip">Checksum</A>&nbsp;sum, int&nbsp;chunkSize, int&nbsp;checksumSize)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructor</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../org/apache/hadoop/fs/Path.html#Path(org.apache.hadoop.fs.Path, org.apache.hadoop.fs.Path)">Path</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;parent, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;child)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Resolve a child path against a parent path.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../org/apache/hadoop/fs/Path.html#Path(org.apache.hadoop.fs.Path, java.lang.String)">Path</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;parent, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;child)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Resolve a child path against a parent path.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../org/apache/hadoop/fs/Path.html#Path(java.lang.String, org.apache.hadoop.fs.Path)">Path</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;parent, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;child)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Resolve a child path against a parent path.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.hadoop.fs.ftp"><!-- --></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/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A> in <A HREF="../../../../../org/apache/hadoop/fs/ftp/package-summary.html">org.apache.hadoop.fs.ftp</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/hadoop/fs/ftp/package-summary.html">org.apache.hadoop.fs.ftp</A> that return <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</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/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></CODE></FONT></TD> <TD><CODE><B>FTPFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/ftp/FTPFileSystem.html#getHomeDirectory()">getHomeDirectory</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></CODE></FONT></TD> <TD><CODE><B>FTPFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/ftp/FTPFileSystem.html#getWorkingDirectory()">getWorkingDirectory</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </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/hadoop/fs/ftp/package-summary.html">org.apache.hadoop.fs.ftp</A> with parameters of type <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</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/hadoop/fs/FSDataOutputStream.html" title="class in org.apache.hadoop.fs">FSDataOutputStream</A></CODE></FONT></TD> <TD><CODE><B>FTPFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/ftp/FTPFileSystem.html#append(org.apache.hadoop.fs.Path, int, org.apache.hadoop.util.Progressable)">append</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;f, int&nbsp;bufferSize, <A HREF="../../../../../org/apache/hadoop/util/Progressable.html" title="interface in org.apache.hadoop.util">Progressable</A>&nbsp;progress)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This optional operation is not yet supported.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/FSDataOutputStream.html" title="class in org.apache.hadoop.fs">FSDataOutputStream</A></CODE></FONT></TD> <TD><CODE><B>FTPFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/ftp/FTPFileSystem.html#create(org.apache.hadoop.fs.Path, org.apache.hadoop.fs.permission.FsPermission, boolean, int, short, long, org.apache.hadoop.util.Progressable)">create</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;file, <A HREF="../../../../../org/apache/hadoop/fs/permission/FsPermission.html" title="class in org.apache.hadoop.fs.permission">FsPermission</A>&nbsp;permission, boolean&nbsp;overwrite, int&nbsp;bufferSize, short&nbsp;replication, long&nbsp;blockSize, <A HREF="../../../../../org/apache/hadoop/util/Progressable.html" title="interface in org.apache.hadoop.util">Progressable</A>&nbsp;progress)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A stream obtained via this call must be closed before using other APIs of this class or else the invocation will block.</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>FTPFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/ftp/FTPFileSystem.html#delete(org.apache.hadoop.fs.Path)">delete</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;file)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>Use delete(Path, boolean) instead</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>FTPFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/ftp/FTPFileSystem.html#delete(org.apache.hadoop.fs.Path, boolean)">delete</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;file, boolean&nbsp;recursive)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/FileStatus.html" title="class in org.apache.hadoop.fs">FileStatus</A></CODE></FONT></TD> <TD><CODE><B>FTPFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/ftp/FTPFileSystem.html#getFileStatus(org.apache.hadoop.fs.Path)">getFileStatus</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;file)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/FileStatus.html" title="class in org.apache.hadoop.fs">FileStatus</A>[]</CODE></FONT></TD> <TD><CODE><B>FTPFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/ftp/FTPFileSystem.html#listStatus(org.apache.hadoop.fs.Path)">listStatus</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;file)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B>FTPFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/ftp/FTPFileSystem.html#mkdirs(org.apache.hadoop.fs.Path, org.apache.hadoop.fs.permission.FsPermission)">mkdirs</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;file, <A HREF="../../../../../org/apache/hadoop/fs/permission/FsPermission.html" title="class in org.apache.hadoop.fs.permission">FsPermission</A>&nbsp;permission)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/FSDataInputStream.html" title="class in org.apache.hadoop.fs">FSDataInputStream</A></CODE></FONT></TD> <TD><CODE><B>FTPFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/ftp/FTPFileSystem.html#open(org.apache.hadoop.fs.Path, int)">open</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;file, int&nbsp;bufferSize)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B>FTPFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/ftp/FTPFileSystem.html#rename(org.apache.hadoop.fs.Path, org.apache.hadoop.fs.Path)">rename</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;src, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;dst)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B>FTPFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/ftp/FTPFileSystem.html#setWorkingDirectory(org.apache.hadoop.fs.Path)">setWorkingDirectory</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;newDir)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.hadoop.fs.kfs"><!-- --></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/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A> in <A HREF="../../../../../org/apache/hadoop/fs/kfs/package-summary.html">org.apache.hadoop.fs.kfs</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/hadoop/fs/kfs/package-summary.html">org.apache.hadoop.fs.kfs</A> that return <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</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/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></CODE></FONT></TD> <TD><CODE><B>KosmosFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/kfs/KosmosFileSystem.html#getWorkingDirectory()">getWorkingDirectory</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></CODE></FONT></TD> <TD><CODE><B>KosmosFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/kfs/KosmosFileSystem.html#startLocalOutput(org.apache.hadoop.fs.Path, org.apache.hadoop.fs.Path)">startLocalOutput</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;fsOutputFile, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;tmpLocalFile)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </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/hadoop/fs/kfs/package-summary.html">org.apache.hadoop.fs.kfs</A> with parameters of type <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</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/hadoop/fs/FSDataOutputStream.html" title="class in org.apache.hadoop.fs">FSDataOutputStream</A></CODE></FONT></TD> <TD><CODE><B>KosmosFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/kfs/KosmosFileSystem.html#append(org.apache.hadoop.fs.Path, int, org.apache.hadoop.util.Progressable)">append</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;f, int&nbsp;bufferSize, <A HREF="../../../../../org/apache/hadoop/util/Progressable.html" title="interface in org.apache.hadoop.util">Progressable</A>&nbsp;progress)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This optional operation is not yet supported.</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>KosmosFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/kfs/KosmosFileSystem.html#completeLocalOutput(org.apache.hadoop.fs.Path, org.apache.hadoop.fs.Path)">completeLocalOutput</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;fsOutputFile, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;tmpLocalFile)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B>KosmosFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/kfs/KosmosFileSystem.html#copyFromLocalFile(boolean, org.apache.hadoop.fs.Path, org.apache.hadoop.fs.Path)">copyFromLocalFile</A></B>(boolean&nbsp;delSrc, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;src, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;dst)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B>KosmosFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/kfs/KosmosFileSystem.html#copyToLocalFile(boolean, org.apache.hadoop.fs.Path, org.apache.hadoop.fs.Path)">copyToLocalFile</A></B>(boolean&nbsp;delSrc, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;src, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;dst)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/FSDataOutputStream.html" title="class in org.apache.hadoop.fs">FSDataOutputStream</A></CODE></FONT></TD> <TD><CODE><B>KosmosFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/kfs/KosmosFileSystem.html#create(org.apache.hadoop.fs.Path, org.apache.hadoop.fs.permission.FsPermission, boolean, int, short, long, org.apache.hadoop.util.Progressable)">create</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;file, <A HREF="../../../../../org/apache/hadoop/fs/permission/FsPermission.html" title="class in org.apache.hadoop.fs.permission">FsPermission</A>&nbsp;permission, boolean&nbsp;overwrite, int&nbsp;bufferSize, short&nbsp;replication, long&nbsp;blockSize, <A HREF="../../../../../org/apache/hadoop/util/Progressable.html" title="interface in org.apache.hadoop.util">Progressable</A>&nbsp;progress)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B>KosmosFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/kfs/KosmosFileSystem.html#delete(org.apache.hadoop.fs.Path)">delete</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;path)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;</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>KosmosFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/kfs/KosmosFileSystem.html#delete(org.apache.hadoop.fs.Path, boolean)">delete</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;path, boolean&nbsp;recursive)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/FileStatus.html" title="class in org.apache.hadoop.fs">FileStatus</A></CODE></FONT></TD> <TD><CODE><B>KosmosFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/kfs/KosmosFileSystem.html#getFileStatus(org.apache.hadoop.fs.Path)">getFileStatus</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;path)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;long</CODE></FONT></TD> <TD><CODE><B>KosmosFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/kfs/KosmosFileSystem.html#getLength(org.apache.hadoop.fs.Path)">getLength</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;path)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;short</CODE></FONT></TD> <TD><CODE><B>KosmosFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/kfs/KosmosFileSystem.html#getReplication(org.apache.hadoop.fs.Path)">getReplication</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;path)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;</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>KosmosFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/kfs/KosmosFileSystem.html#isDirectory(org.apache.hadoop.fs.Path)">isDirectory</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;path)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;</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>KosmosFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/kfs/KosmosFileSystem.html#isFile(org.apache.hadoop.fs.Path)">isFile</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;path)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/FileStatus.html" title="class in org.apache.hadoop.fs">FileStatus</A>[]</CODE></FONT></TD> <TD><CODE><B>KosmosFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/kfs/KosmosFileSystem.html#listStatus(org.apache.hadoop.fs.Path)">listStatus</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;path)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B>KosmosFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/kfs/KosmosFileSystem.html#lock(org.apache.hadoop.fs.Path, boolean)">lock</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;path, boolean&nbsp;shared)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;</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>KosmosFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/kfs/KosmosFileSystem.html#mkdirs(org.apache.hadoop.fs.Path, org.apache.hadoop.fs.permission.FsPermission)">mkdirs</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;path, <A HREF="../../../../../org/apache/hadoop/fs/permission/FsPermission.html" title="class in org.apache.hadoop.fs.permission">FsPermission</A>&nbsp;permission)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/FSDataInputStream.html" title="class in org.apache.hadoop.fs">FSDataInputStream</A></CODE></FONT></TD> <TD><CODE><B>KosmosFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/kfs/KosmosFileSystem.html#open(org.apache.hadoop.fs.Path, int)">open</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;path, int&nbsp;bufferSize)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B>KosmosFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/kfs/KosmosFileSystem.html#release(org.apache.hadoop.fs.Path)">release</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;path)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;</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>KosmosFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/kfs/KosmosFileSystem.html#rename(org.apache.hadoop.fs.Path, org.apache.hadoop.fs.Path)">rename</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;src, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;dst)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B>KosmosFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/kfs/KosmosFileSystem.html#setReplication(org.apache.hadoop.fs.Path, short)">setReplication</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;path, short&nbsp;replication)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B>KosmosFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/kfs/KosmosFileSystem.html#setWorkingDirectory(org.apache.hadoop.fs.Path)">setWorkingDirectory</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;dir)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></CODE></FONT></TD> <TD><CODE><B>KosmosFileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/kfs/KosmosFileSystem.html#startLocalOutput(org.apache.hadoop.fs.Path, org.apache.hadoop.fs.Path)">startLocalOutput</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;fsOutputFile, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;tmpLocalFile)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.hadoop.fs.s3"><!-- --></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/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A> in <A HREF="../../../../../org/apache/hadoop/fs/s3/package-summary.html">org.apache.hadoop.fs.s3</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/hadoop/fs/s3/package-summary.html">org.apache.hadoop.fs.s3</A> that return <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</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/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></CODE></FONT></TD> <TD><CODE><B>S3FileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/s3/S3FileSystem.html#getWorkingDirectory()">getWorkingDirectory</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </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/hadoop/fs/s3/package-summary.html">org.apache.hadoop.fs.s3</A> that return types with arguments of type <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://java.sun.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</A>&lt;<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&gt;</CODE></FONT></TD> <TD><CODE><B>FileSystemStore.</B><B><A HREF="../../../../../org/apache/hadoop/fs/s3/FileSystemStore.html#listDeepSubPaths(org.apache.hadoop.fs.Path)">listDeepSubPaths</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;path)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://java.sun.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</A>&lt;<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&gt;</CODE></FONT></TD> <TD><CODE><B>FileSystemStore.</B><B><A HREF="../../../../../org/apache/hadoop/fs/s3/FileSystemStore.html#listSubPaths(org.apache.hadoop.fs.Path)">listSubPaths</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;path)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </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/hadoop/fs/s3/package-summary.html">org.apache.hadoop.fs.s3</A> with parameters of type <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</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/hadoop/fs/FSDataOutputStream.html" title="class in org.apache.hadoop.fs">FSDataOutputStream</A></CODE></FONT></TD> <TD><CODE><B>S3FileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/s3/S3FileSystem.html#append(org.apache.hadoop.fs.Path, int, org.apache.hadoop.util.Progressable)">append</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;f, int&nbsp;bufferSize, <A HREF="../../../../../org/apache/hadoop/util/Progressable.html" title="interface in org.apache.hadoop.util">Progressable</A>&nbsp;progress)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This optional operation is not yet supported.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/FSDataOutputStream.html" title="class in org.apache.hadoop.fs">FSDataOutputStream</A></CODE></FONT></TD> <TD><CODE><B>S3FileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/s3/S3FileSystem.html#create(org.apache.hadoop.fs.Path, org.apache.hadoop.fs.permission.FsPermission, boolean, int, short, long, org.apache.hadoop.util.Progressable)">create</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;file, <A HREF="../../../../../org/apache/hadoop/fs/permission/FsPermission.html" title="class in org.apache.hadoop.fs.permission">FsPermission</A>&nbsp;permission, boolean&nbsp;overwrite, int&nbsp;bufferSize, short&nbsp;replication, long&nbsp;blockSize, <A HREF="../../../../../org/apache/hadoop/util/Progressable.html" title="interface in org.apache.hadoop.util">Progressable</A>&nbsp;progress)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B>S3FileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/s3/S3FileSystem.html#delete(org.apache.hadoop.fs.Path)">delete</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;path)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;</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>S3FileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/s3/S3FileSystem.html#delete(org.apache.hadoop.fs.Path, boolean)">delete</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;path, boolean&nbsp;recursive)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B>FileSystemStore.</B><B><A HREF="../../../../../org/apache/hadoop/fs/s3/FileSystemStore.html#deleteINode(org.apache.hadoop.fs.Path)">deleteINode</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;path)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/FileStatus.html" title="class in org.apache.hadoop.fs">FileStatus</A></CODE></FONT></TD> <TD><CODE><B>S3FileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/s3/S3FileSystem.html#getFileStatus(org.apache.hadoop.fs.Path)">getFileStatus</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;f)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;FileStatus for S3 file systems.</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>FileSystemStore.</B><B><A HREF="../../../../../org/apache/hadoop/fs/s3/FileSystemStore.html#inodeExists(org.apache.hadoop.fs.Path)">inodeExists</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;path)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B>S3FileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/s3/S3FileSystem.html#isFile(org.apache.hadoop.fs.Path)">isFile</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;path)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://java.sun.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</A>&lt;<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&gt;</CODE></FONT></TD> <TD><CODE><B>FileSystemStore.</B><B><A HREF="../../../../../org/apache/hadoop/fs/s3/FileSystemStore.html#listDeepSubPaths(org.apache.hadoop.fs.Path)">listDeepSubPaths</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;path)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/FileStatus.html" title="class in org.apache.hadoop.fs">FileStatus</A>[]</CODE></FONT></TD> <TD><CODE><B>S3FileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/s3/S3FileSystem.html#listStatus(org.apache.hadoop.fs.Path)">listStatus</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;f)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://java.sun.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</A>&lt;<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&gt;</CODE></FONT></TD> <TD><CODE><B>FileSystemStore.</B><B><A HREF="../../../../../org/apache/hadoop/fs/s3/FileSystemStore.html#listSubPaths(org.apache.hadoop.fs.Path)">listSubPaths</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;path)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B>S3FileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/s3/S3FileSystem.html#mkdirs(org.apache.hadoop.fs.Path, org.apache.hadoop.fs.permission.FsPermission)">mkdirs</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;path, <A HREF="../../../../../org/apache/hadoop/fs/permission/FsPermission.html" title="class in org.apache.hadoop.fs.permission">FsPermission</A>&nbsp;permission)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/FSDataInputStream.html" title="class in org.apache.hadoop.fs">FSDataInputStream</A></CODE></FONT></TD> <TD><CODE><B>S3FileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/s3/S3FileSystem.html#open(org.apache.hadoop.fs.Path, int)">open</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;path, int&nbsp;bufferSize)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B>S3FileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/s3/S3FileSystem.html#rename(org.apache.hadoop.fs.Path, org.apache.hadoop.fs.Path)">rename</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;src, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;dst)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/s3/INode.html" title="class in org.apache.hadoop.fs.s3">INode</A></CODE></FONT></TD> <TD><CODE><B>FileSystemStore.</B><B><A HREF="../../../../../org/apache/hadoop/fs/s3/FileSystemStore.html#retrieveINode(org.apache.hadoop.fs.Path)">retrieveINode</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;path)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B>S3FileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/s3/S3FileSystem.html#setWorkingDirectory(org.apache.hadoop.fs.Path)">setWorkingDirectory</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;dir)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B>FileSystemStore.</B><B><A HREF="../../../../../org/apache/hadoop/fs/s3/FileSystemStore.html#storeINode(org.apache.hadoop.fs.Path, org.apache.hadoop.fs.s3.INode)">storeINode</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;path, <A HREF="../../../../../org/apache/hadoop/fs/s3/INode.html" title="class in org.apache.hadoop.fs.s3">INode</A>&nbsp;inode)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.hadoop.fs.s3native"><!-- --></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/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A> in <A HREF="../../../../../org/apache/hadoop/fs/s3native/package-summary.html">org.apache.hadoop.fs.s3native</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/hadoop/fs/s3native/package-summary.html">org.apache.hadoop.fs.s3native</A> that return <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</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/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></CODE></FONT></TD> <TD><CODE><B>NativeS3FileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/s3native/NativeS3FileSystem.html#getWorkingDirectory()">getWorkingDirectory</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </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/hadoop/fs/s3native/package-summary.html">org.apache.hadoop.fs.s3native</A> with parameters of type <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</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/hadoop/fs/FSDataOutputStream.html" title="class in org.apache.hadoop.fs">FSDataOutputStream</A></CODE></FONT></TD> <TD><CODE><B>NativeS3FileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/s3native/NativeS3FileSystem.html#append(org.apache.hadoop.fs.Path, int, org.apache.hadoop.util.Progressable)">append</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;f, int&nbsp;bufferSize, <A HREF="../../../../../org/apache/hadoop/util/Progressable.html" title="interface in org.apache.hadoop.util">Progressable</A>&nbsp;progress)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This optional operation is not yet supported.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/FSDataOutputStream.html" title="class in org.apache.hadoop.fs">FSDataOutputStream</A></CODE></FONT></TD> <TD><CODE><B>NativeS3FileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/s3native/NativeS3FileSystem.html#create(org.apache.hadoop.fs.Path, org.apache.hadoop.fs.permission.FsPermission, boolean, int, short, long, org.apache.hadoop.util.Progressable)">create</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;f, <A HREF="../../../../../org/apache/hadoop/fs/permission/FsPermission.html" title="class in org.apache.hadoop.fs.permission">FsPermission</A>&nbsp;permission, boolean&nbsp;overwrite, int&nbsp;bufferSize, short&nbsp;replication, long&nbsp;blockSize, <A HREF="../../../../../org/apache/hadoop/util/Progressable.html" title="interface in org.apache.hadoop.util">Progressable</A>&nbsp;progress)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B>NativeS3FileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/s3native/NativeS3FileSystem.html#delete(org.apache.hadoop.fs.Path)">delete</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;path)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;</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>NativeS3FileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/s3native/NativeS3FileSystem.html#delete(org.apache.hadoop.fs.Path, boolean)">delete</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;f, boolean&nbsp;recurse)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/FileStatus.html" title="class in org.apache.hadoop.fs">FileStatus</A></CODE></FONT></TD> <TD><CODE><B>NativeS3FileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/s3native/NativeS3FileSystem.html#getFileStatus(org.apache.hadoop.fs.Path)">getFileStatus</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;f)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/FileStatus.html" title="class in org.apache.hadoop.fs">FileStatus</A>[]</CODE></FONT></TD> <TD><CODE><B>NativeS3FileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/s3native/NativeS3FileSystem.html#listStatus(org.apache.hadoop.fs.Path)">listStatus</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;f)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; If <code>f</code> is a file, this method will make a single call to S3.</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>NativeS3FileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/s3native/NativeS3FileSystem.html#mkdirs(org.apache.hadoop.fs.Path, org.apache.hadoop.fs.permission.FsPermission)">mkdirs</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;f, <A HREF="../../../../../org/apache/hadoop/fs/permission/FsPermission.html" title="class in org.apache.hadoop.fs.permission">FsPermission</A>&nbsp;permission)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/FSDataInputStream.html" title="class in org.apache.hadoop.fs">FSDataInputStream</A></CODE></FONT></TD> <TD><CODE><B>NativeS3FileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/s3native/NativeS3FileSystem.html#open(org.apache.hadoop.fs.Path, int)">open</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;f, int&nbsp;bufferSize)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B>NativeS3FileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/s3native/NativeS3FileSystem.html#rename(org.apache.hadoop.fs.Path, org.apache.hadoop.fs.Path)">rename</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;src, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;dst)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B>NativeS3FileSystem.</B><B><A HREF="../../../../../org/apache/hadoop/fs/s3native/NativeS3FileSystem.html#setWorkingDirectory(org.apache.hadoop.fs.Path)">setWorkingDirectory</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;newDir)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the working directory to the given directory.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.hadoop.fs.shell"><!-- --></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/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A> in <A HREF="../../../../../org/apache/hadoop/fs/shell/package-summary.html">org.apache.hadoop.fs.shell</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/hadoop/fs/shell/package-summary.html">org.apache.hadoop.fs.shell</A> with parameters of type <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected abstract &nbsp;void</CODE></FONT></TD> <TD><CODE><B>Command.</B><B><A HREF="../../../../../org/apache/hadoop/fs/shell/Command.html#run(org.apache.hadoop.fs.Path)">run</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;path)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Execute the command on the input path</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;void</CODE></FONT></TD> <TD><CODE><B>Count.</B><B><A HREF="../../../../../org/apache/hadoop/fs/shell/Count.html#run(org.apache.hadoop.fs.Path)">run</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;path)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.hadoop.io"><!-- --></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/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A> in <A HREF="../../../../../org/apache/hadoop/io/package-summary.html">org.apache.hadoop.io</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/hadoop/io/package-summary.html">org.apache.hadoop.io</A> with parameters of type <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</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/hadoop/io/SequenceFile.Writer.html" title="class in org.apache.hadoop.io">SequenceFile.Writer</A></CODE></FONT></TD> <TD><CODE><B>SequenceFile.Sorter.</B><B><A HREF="../../../../../org/apache/hadoop/io/SequenceFile.Sorter.html#cloneFileAttributes(org.apache.hadoop.fs.Path, org.apache.hadoop.fs.Path, org.apache.hadoop.util.Progressable)">cloneFileAttributes</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;inputFile, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;outputFile, <A HREF="../../../../../org/apache/hadoop/util/Progressable.html" title="interface in org.apache.hadoop.util">Progressable</A>&nbsp;prog)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Clones the attributes (like compression of the input file and creates a corresponding Writer</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;<A HREF="../../../../../org/apache/hadoop/io/SequenceFile.Reader.html" title="class in org.apache.hadoop.io">SequenceFile.Reader</A></CODE></FONT></TD> <TD><CODE><B>MapFile.Reader.</B><B><A HREF="../../../../../org/apache/hadoop/io/MapFile.Reader.html#createDataFileReader(org.apache.hadoop.fs.FileSystem, org.apache.hadoop.fs.Path, org.apache.hadoop.conf.Configuration)">createDataFileReader</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</A>&nbsp;fs, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;dataFile, <A HREF="../../../../../org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</A>&nbsp;conf)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Override this method to specialize the type of <A HREF="../../../../../org/apache/hadoop/io/SequenceFile.Reader.html" title="class in org.apache.hadoop.io"><CODE>SequenceFile.Reader</CODE></A> returned.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/apache/hadoop/io/SequenceFile.Writer.html" title="class in org.apache.hadoop.io">SequenceFile.Writer</A></CODE></FONT></TD> <TD><CODE><B>SequenceFile.</B><B><A HREF="../../../../../org/apache/hadoop/io/SequenceFile.html#createWriter(org.apache.hadoop.fs.FileSystem, org.apache.hadoop.conf.Configuration, org.apache.hadoop.fs.Path, java.lang.Class, java.lang.Class)">createWriter</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</A>&nbsp;fs, <A HREF="../../../../../org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</A>&nbsp;conf, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;name, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&nbsp;keyClass, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&nbsp;valClass)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Construct the preferred type of SequenceFile Writer.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/apache/hadoop/io/SequenceFile.Writer.html" title="class in org.apache.hadoop.io">SequenceFile.Writer</A></CODE></FONT></TD> <TD><CODE><B>SequenceFile.</B><B><A HREF="../../../../../org/apache/hadoop/io/SequenceFile.html#createWriter(org.apache.hadoop.fs.FileSystem, org.apache.hadoop.conf.Configuration, org.apache.hadoop.fs.Path, java.lang.Class, java.lang.Class, int, short, long, boolean, org.apache.hadoop.io.SequenceFile.CompressionType, org.apache.hadoop.io.compress.CompressionCodec, org.apache.hadoop.io.SequenceFile.Metadata)">createWriter</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</A>&nbsp;fs, <A HREF="../../../../../org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</A>&nbsp;conf, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;name, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&nbsp;keyClass, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&nbsp;valClass, int&nbsp;bufferSize, short&nbsp;replication, long&nbsp;blockSize, boolean&nbsp;createParent, <A HREF="../../../../../org/apache/hadoop/io/SequenceFile.CompressionType.html" title="enum in org.apache.hadoop.io">SequenceFile.CompressionType</A>&nbsp;compressionType, <A HREF="../../../../../org/apache/hadoop/io/compress/CompressionCodec.html" title="interface in org.apache.hadoop.io.compress">CompressionCodec</A>&nbsp;codec, <A HREF="../../../../../org/apache/hadoop/io/SequenceFile.Metadata.html" title="class in org.apache.hadoop.io">SequenceFile.Metadata</A>&nbsp;metadata)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Construct the preferred type of SequenceFile Writer.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/apache/hadoop/io/SequenceFile.Writer.html" title="class in org.apache.hadoop.io">SequenceFile.Writer</A></CODE></FONT></TD> <TD><CODE><B>SequenceFile.</B><B><A HREF="../../../../../org/apache/hadoop/io/SequenceFile.html#createWriter(org.apache.hadoop.fs.FileSystem, org.apache.hadoop.conf.Configuration, org.apache.hadoop.fs.Path, java.lang.Class, java.lang.Class, int, short, long, org.apache.hadoop.io.SequenceFile.CompressionType, org.apache.hadoop.io.compress.CompressionCodec, org.apache.hadoop.util.Progressable, org.apache.hadoop.io.SequenceFile.Metadata)">createWriter</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</A>&nbsp;fs, <A HREF="../../../../../org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</A>&nbsp;conf, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;name, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&nbsp;keyClass, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&nbsp;valClass, int&nbsp;bufferSize, short&nbsp;replication, long&nbsp;blockSize, <A HREF="../../../../../org/apache/hadoop/io/SequenceFile.CompressionType.html" title="enum in org.apache.hadoop.io">SequenceFile.CompressionType</A>&nbsp;compressionType, <A HREF="../../../../../org/apache/hadoop/io/compress/CompressionCodec.html" title="interface in org.apache.hadoop.io.compress">CompressionCodec</A>&nbsp;codec, <A HREF="../../../../../org/apache/hadoop/util/Progressable.html" title="interface in org.apache.hadoop.util">Progressable</A>&nbsp;progress, <A HREF="../../../../../org/apache/hadoop/io/SequenceFile.Metadata.html" title="class in org.apache.hadoop.io">SequenceFile.Metadata</A>&nbsp;metadata)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Construct the preferred type of SequenceFile Writer.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/apache/hadoop/io/SequenceFile.Writer.html" title="class in org.apache.hadoop.io">SequenceFile.Writer</A></CODE></FONT></TD> <TD><CODE><B>SequenceFile.</B><B><A HREF="../../../../../org/apache/hadoop/io/SequenceFile.html#createWriter(org.apache.hadoop.fs.FileSystem, org.apache.hadoop.conf.Configuration, org.apache.hadoop.fs.Path, java.lang.Class, java.lang.Class, org.apache.hadoop.io.SequenceFile.CompressionType)">createWriter</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</A>&nbsp;fs, <A HREF="../../../../../org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</A>&nbsp;conf, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;name, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&nbsp;keyClass, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&nbsp;valClass, <A HREF="../../../../../org/apache/hadoop/io/SequenceFile.CompressionType.html" title="enum in org.apache.hadoop.io">SequenceFile.CompressionType</A>&nbsp;compressionType)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Construct the preferred type of SequenceFile Writer.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/apache/hadoop/io/SequenceFile.Writer.html" title="class in org.apache.hadoop.io">SequenceFile.Writer</A></CODE></FONT></TD> <TD><CODE><B>SequenceFile.</B><B><A HREF="../../../../../org/apache/hadoop/io/SequenceFile.html#createWriter(org.apache.hadoop.fs.FileSystem, org.apache.hadoop.conf.Configuration, org.apache.hadoop.fs.Path, java.lang.Class, java.lang.Class, org.apache.hadoop.io.SequenceFile.CompressionType, org.apache.hadoop.io.compress.CompressionCodec)">createWriter</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</A>&nbsp;fs, <A HREF="../../../../../org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</A>&nbsp;conf, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;name, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&nbsp;keyClass, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&nbsp;valClass, <A HREF="../../../../../org/apache/hadoop/io/SequenceFile.CompressionType.html" title="enum in org.apache.hadoop.io">SequenceFile.CompressionType</A>&nbsp;compressionType, <A HREF="../../../../../org/apache/hadoop/io/compress/CompressionCodec.html" title="interface in org.apache.hadoop.io.compress">CompressionCodec</A>&nbsp;codec)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Construct the preferred type of SequenceFile Writer.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/apache/hadoop/io/SequenceFile.Writer.html" title="class in org.apache.hadoop.io">SequenceFile.Writer</A></CODE></FONT></TD> <TD><CODE><B>SequenceFile.</B><B><A HREF="../../../../../org/apache/hadoop/io/SequenceFile.html#createWriter(org.apache.hadoop.fs.FileSystem, org.apache.hadoop.conf.Configuration, org.apache.hadoop.fs.Path, java.lang.Class, java.lang.Class, org.apache.hadoop.io.SequenceFile.CompressionType, org.apache.hadoop.io.compress.CompressionCodec, org.apache.hadoop.util.Progressable)">createWriter</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</A>&nbsp;fs, <A HREF="../../../../../org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</A>&nbsp;conf, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;name, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&nbsp;keyClass, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&nbsp;valClass, <A HREF="../../../../../org/apache/hadoop/io/SequenceFile.CompressionType.html" title="enum in org.apache.hadoop.io">SequenceFile.CompressionType</A>&nbsp;compressionType, <A HREF="../../../../../org/apache/hadoop/io/compress/CompressionCodec.html" title="interface in org.apache.hadoop.io.compress">CompressionCodec</A>&nbsp;codec, <A HREF="../../../../../org/apache/hadoop/util/Progressable.html" title="interface in org.apache.hadoop.util">Progressable</A>&nbsp;progress)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Construct the preferred type of SequenceFile Writer.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/apache/hadoop/io/SequenceFile.Writer.html" title="class in org.apache.hadoop.io">SequenceFile.Writer</A></CODE></FONT></TD> <TD><CODE><B>SequenceFile.</B><B><A HREF="../../../../../org/apache/hadoop/io/SequenceFile.html#createWriter(org.apache.hadoop.fs.FileSystem, org.apache.hadoop.conf.Configuration, org.apache.hadoop.fs.Path, java.lang.Class, java.lang.Class, org.apache.hadoop.io.SequenceFile.CompressionType, org.apache.hadoop.io.compress.CompressionCodec, org.apache.hadoop.util.Progressable, org.apache.hadoop.io.SequenceFile.Metadata)">createWriter</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</A>&nbsp;fs, <A HREF="../../../../../org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</A>&nbsp;conf, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;name, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&nbsp;keyClass, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&nbsp;valClass, <A HREF="../../../../../org/apache/hadoop/io/SequenceFile.CompressionType.html" title="enum in org.apache.hadoop.io">SequenceFile.CompressionType</A>&nbsp;compressionType, <A HREF="../../../../../org/apache/hadoop/io/compress/CompressionCodec.html" title="interface in org.apache.hadoop.io.compress">CompressionCodec</A>&nbsp;codec, <A HREF="../../../../../org/apache/hadoop/util/Progressable.html" title="interface in org.apache.hadoop.util">Progressable</A>&nbsp;progress, <A HREF="../../../../../org/apache/hadoop/io/SequenceFile.Metadata.html" title="class in org.apache.hadoop.io">SequenceFile.Metadata</A>&nbsp;metadata)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Construct the preferred type of SequenceFile Writer.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/apache/hadoop/io/SequenceFile.Writer.html" title="class in org.apache.hadoop.io">SequenceFile.Writer</A></CODE></FONT></TD> <TD><CODE><B>SequenceFile.</B><B><A HREF="../../../../../org/apache/hadoop/io/SequenceFile.html#createWriter(org.apache.hadoop.fs.FileSystem, org.apache.hadoop.conf.Configuration, org.apache.hadoop.fs.Path, java.lang.Class, java.lang.Class, org.apache.hadoop.io.SequenceFile.CompressionType, org.apache.hadoop.util.Progressable)">createWriter</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</A>&nbsp;fs, <A HREF="../../../../../org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</A>&nbsp;conf, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;name, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&nbsp;keyClass, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&nbsp;valClass, <A HREF="../../../../../org/apache/hadoop/io/SequenceFile.CompressionType.html" title="enum in org.apache.hadoop.io">SequenceFile.CompressionType</A>&nbsp;compressionType, <A HREF="../../../../../org/apache/hadoop/util/Progressable.html" title="interface in org.apache.hadoop.util">Progressable</A>&nbsp;progress)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Construct the preferred type of SequenceFile Writer.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;long</CODE></FONT></TD> <TD><CODE><B>MapFile.</B><B><A HREF="../../../../../org/apache/hadoop/io/MapFile.html#fix(org.apache.hadoop.fs.FileSystem, org.apache.hadoop.fs.Path, java.lang.Class, java.lang.Class, boolean, org.apache.hadoop.conf.Configuration)">fix</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</A>&nbsp;fs, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;dir, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&lt;? extends <A HREF="../../../../../org/apache/hadoop/io/Writable.html" title="interface in org.apache.hadoop.io">Writable</A>&gt;&nbsp;keyClass, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&lt;? extends <A HREF="../../../../../org/apache/hadoop/io/Writable.html" title="interface in org.apache.hadoop.io">Writable</A>&gt;&nbsp;valueClass, boolean&nbsp;dryrun, <A HREF="../../../../../org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</A>&nbsp;conf)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This method attempts to fix a corrupt MapFile by re-creating its index.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/io/SequenceFile.Sorter.RawKeyValueIterator.html" title="interface in org.apache.hadoop.io">SequenceFile.Sorter.RawKeyValueIterator</A></CODE></FONT></TD> <TD><CODE><B>SequenceFile.Sorter.</B><B><A HREF="../../../../../org/apache/hadoop/io/SequenceFile.Sorter.html#merge(java.util.List, org.apache.hadoop.fs.Path)">merge</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="../../../../../org/apache/hadoop/io/SequenceFile.Sorter.SegmentDescriptor.html" title="class in org.apache.hadoop.io">SequenceFile.Sorter.SegmentDescriptor</A>&gt;&nbsp;segments, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;tmpDir)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Merges the list of segments of type <code>SegmentDescriptor</code></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/io/SequenceFile.Sorter.RawKeyValueIterator.html" title="interface in org.apache.hadoop.io">SequenceFile.Sorter.RawKeyValueIterator</A></CODE></FONT></TD> <TD><CODE><B>SequenceFile.Sorter.</B><B><A HREF="../../../../../org/apache/hadoop/io/SequenceFile.Sorter.html#merge(org.apache.hadoop.fs.Path[], boolean, int, org.apache.hadoop.fs.Path)">merge</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>[]&nbsp;inNames, boolean&nbsp;deleteInputs, int&nbsp;factor, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;tmpDir)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Merges the contents of files passed in Path[]</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/io/SequenceFile.Sorter.RawKeyValueIterator.html" title="interface in org.apache.hadoop.io">SequenceFile.Sorter.RawKeyValueIterator</A></CODE></FONT></TD> <TD><CODE><B>SequenceFile.Sorter.</B><B><A HREF="../../../../../org/apache/hadoop/io/SequenceFile.Sorter.html#merge(org.apache.hadoop.fs.Path[], boolean, int, org.apache.hadoop.fs.Path)">merge</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>[]&nbsp;inNames, boolean&nbsp;deleteInputs, int&nbsp;factor, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;tmpDir)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Merges the contents of files passed in Path[]</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/io/SequenceFile.Sorter.RawKeyValueIterator.html" title="interface in org.apache.hadoop.io">SequenceFile.Sorter.RawKeyValueIterator</A></CODE></FONT></TD> <TD><CODE><B>SequenceFile.Sorter.</B><B><A HREF="../../../../../org/apache/hadoop/io/SequenceFile.Sorter.html#merge(org.apache.hadoop.fs.Path[], boolean, org.apache.hadoop.fs.Path)">merge</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>[]&nbsp;inNames, boolean&nbsp;deleteInputs, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;tmpDir)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Merges the contents of files passed in Path[] using a max factor value that is already set</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/io/SequenceFile.Sorter.RawKeyValueIterator.html" title="interface in org.apache.hadoop.io">SequenceFile.Sorter.RawKeyValueIterator</A></CODE></FONT></TD> <TD><CODE><B>SequenceFile.Sorter.</B><B><A HREF="../../../../../org/apache/hadoop/io/SequenceFile.Sorter.html#merge(org.apache.hadoop.fs.Path[], boolean, org.apache.hadoop.fs.Path)">merge</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>[]&nbsp;inNames, boolean&nbsp;deleteInputs, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;tmpDir)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Merges the contents of files passed in Path[] using a max factor value that is already set</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>SequenceFile.Sorter.</B><B><A HREF="../../../../../org/apache/hadoop/io/SequenceFile.Sorter.html#merge(org.apache.hadoop.fs.Path[], org.apache.hadoop.fs.Path)">merge</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>[]&nbsp;inFiles, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;outFile)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Merge the provided files.</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>SequenceFile.Sorter.</B><B><A HREF="../../../../../org/apache/hadoop/io/SequenceFile.Sorter.html#merge(org.apache.hadoop.fs.Path[], org.apache.hadoop.fs.Path)">merge</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>[]&nbsp;inFiles, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;outFile)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Merge the provided files.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/io/SequenceFile.Sorter.RawKeyValueIterator.html" title="interface in org.apache.hadoop.io">SequenceFile.Sorter.RawKeyValueIterator</A></CODE></FONT></TD> <TD><CODE><B>SequenceFile.Sorter.</B><B><A HREF="../../../../../org/apache/hadoop/io/SequenceFile.Sorter.html#merge(org.apache.hadoop.fs.Path[], org.apache.hadoop.fs.Path, boolean)">merge</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>[]&nbsp;inNames, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;tempDir, boolean&nbsp;deleteInputs)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Merges the contents of files passed in Path[]</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/io/SequenceFile.Sorter.RawKeyValueIterator.html" title="interface in org.apache.hadoop.io">SequenceFile.Sorter.RawKeyValueIterator</A></CODE></FONT></TD> <TD><CODE><B>SequenceFile.Sorter.</B><B><A HREF="../../../../../org/apache/hadoop/io/SequenceFile.Sorter.html#merge(org.apache.hadoop.fs.Path[], org.apache.hadoop.fs.Path, boolean)">merge</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>[]&nbsp;inNames, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;tempDir, boolean&nbsp;deleteInputs)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Merges the contents of files passed in Path[]</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;<A HREF="../../../../../org/apache/hadoop/fs/FSDataInputStream.html" title="class in org.apache.hadoop.fs">FSDataInputStream</A></CODE></FONT></TD> <TD><CODE><B>SequenceFile.Reader.</B><B><A HREF="../../../../../org/apache/hadoop/io/SequenceFile.Reader.html#openFile(org.apache.hadoop.fs.FileSystem, org.apache.hadoop.fs.Path, int, long)">openFile</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</A>&nbsp;fs, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;file, int&nbsp;bufferSize, long&nbsp;length)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Override this method to specialize the type of <A HREF="../../../../../org/apache/hadoop/fs/FSDataInputStream.html" title="class in org.apache.hadoop.fs"><CODE>FSDataInputStream</CODE></A> returned.</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>SequenceFile.Sorter.</B><B><A HREF="../../../../../org/apache/hadoop/io/SequenceFile.Sorter.html#sort(org.apache.hadoop.fs.Path[], org.apache.hadoop.fs.Path, boolean)">sort</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>[]&nbsp;inFiles, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;outFile, boolean&nbsp;deleteInput)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Perform a file sort from a set of input files into an output file.</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>SequenceFile.Sorter.</B><B><A HREF="../../../../../org/apache/hadoop/io/SequenceFile.Sorter.html#sort(org.apache.hadoop.fs.Path[], org.apache.hadoop.fs.Path, boolean)">sort</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>[]&nbsp;inFiles, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;outFile, boolean&nbsp;deleteInput)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Perform a file sort from a set of input files into an output file.</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>SequenceFile.Sorter.</B><B><A HREF="../../../../../org/apache/hadoop/io/SequenceFile.Sorter.html#sort(org.apache.hadoop.fs.Path, org.apache.hadoop.fs.Path)">sort</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;inFile, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;outFile)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The backwards compatible interface to sort.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/io/SequenceFile.Sorter.RawKeyValueIterator.html" title="interface in org.apache.hadoop.io">SequenceFile.Sorter.RawKeyValueIterator</A></CODE></FONT></TD> <TD><CODE><B>SequenceFile.Sorter.</B><B><A HREF="../../../../../org/apache/hadoop/io/SequenceFile.Sorter.html#sortAndIterate(org.apache.hadoop.fs.Path[], org.apache.hadoop.fs.Path, boolean)">sortAndIterate</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>[]&nbsp;inFiles, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;tempDir, boolean&nbsp;deleteInput)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Perform a file sort from a set of input files and return an iterator.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/io/SequenceFile.Sorter.RawKeyValueIterator.html" title="interface in org.apache.hadoop.io">SequenceFile.Sorter.RawKeyValueIterator</A></CODE></FONT></TD> <TD><CODE><B>SequenceFile.Sorter.</B><B><A HREF="../../../../../org/apache/hadoop/io/SequenceFile.Sorter.html#sortAndIterate(org.apache.hadoop.fs.Path[], org.apache.hadoop.fs.Path, boolean)">sortAndIterate</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>[]&nbsp;inFiles, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;tempDir, boolean&nbsp;deleteInput)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Perform a file sort from a set of input files and return an iterator.</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Constructors in <A HREF="../../../../../org/apache/hadoop/io/package-summary.html">org.apache.hadoop.io</A> with parameters of type <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../org/apache/hadoop/io/SequenceFile.Reader.html#SequenceFile.Reader(org.apache.hadoop.fs.FileSystem, org.apache.hadoop.fs.Path, org.apache.hadoop.conf.Configuration)">SequenceFile.Reader</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</A>&nbsp;fs, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;file, <A HREF="../../../../../org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</A>&nbsp;conf)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Open the named file.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../org/apache/hadoop/io/SequenceFile.Sorter.SegmentDescriptor.html#SequenceFile.Sorter.SegmentDescriptor(long, long, org.apache.hadoop.fs.Path)">SequenceFile.Sorter.SegmentDescriptor</A></B>(long&nbsp;segmentOffset, long&nbsp;segmentLength, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;segmentPathName)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs a segment</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../org/apache/hadoop/io/SequenceFile.Writer.html#SequenceFile.Writer(org.apache.hadoop.fs.FileSystem, org.apache.hadoop.conf.Configuration, org.apache.hadoop.fs.Path, java.lang.Class, java.lang.Class)">SequenceFile.Writer</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</A>&nbsp;fs, <A HREF="../../../../../org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</A>&nbsp;conf, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;name, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&nbsp;keyClass, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&nbsp;valClass)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create the named file.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../org/apache/hadoop/io/SequenceFile.Writer.html#SequenceFile.Writer(org.apache.hadoop.fs.FileSystem, org.apache.hadoop.conf.Configuration, org.apache.hadoop.fs.Path, java.lang.Class, java.lang.Class, int, short, long, org.apache.hadoop.util.Progressable, org.apache.hadoop.io.SequenceFile.Metadata)">SequenceFile.Writer</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</A>&nbsp;fs, <A HREF="../../../../../org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</A>&nbsp;conf, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;name, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&nbsp;keyClass, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&nbsp;valClass, int&nbsp;bufferSize, short&nbsp;replication, long&nbsp;blockSize, <A HREF="../../../../../org/apache/hadoop/util/Progressable.html" title="interface in org.apache.hadoop.util">Progressable</A>&nbsp;progress, <A HREF="../../../../../org/apache/hadoop/io/SequenceFile.Metadata.html" title="class in org.apache.hadoop.io">SequenceFile.Metadata</A>&nbsp;metadata)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create the named file with write-progress reporter.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../org/apache/hadoop/io/SequenceFile.Writer.html#SequenceFile.Writer(org.apache.hadoop.fs.FileSystem, org.apache.hadoop.conf.Configuration, org.apache.hadoop.fs.Path, java.lang.Class, java.lang.Class, org.apache.hadoop.util.Progressable, org.apache.hadoop.io.SequenceFile.Metadata)">SequenceFile.Writer</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</A>&nbsp;fs, <A HREF="../../../../../org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</A>&nbsp;conf, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;name, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&nbsp;keyClass, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&nbsp;valClass, <A HREF="../../../../../org/apache/hadoop/util/Progressable.html" title="interface in org.apache.hadoop.util">Progressable</A>&nbsp;progress, <A HREF="../../../../../org/apache/hadoop/io/SequenceFile.Metadata.html" title="class in org.apache.hadoop.io">SequenceFile.Metadata</A>&nbsp;metadata)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create the named file with write-progress reporter.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.hadoop.io.compress"><!-- --></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/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A> in <A HREF="../../../../../org/apache/hadoop/io/compress/package-summary.html">org.apache.hadoop.io.compress</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/hadoop/io/compress/package-summary.html">org.apache.hadoop.io.compress</A> with parameters of type <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</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/hadoop/io/compress/CompressionCodec.html" title="interface in org.apache.hadoop.io.compress">CompressionCodec</A></CODE></FONT></TD> <TD><CODE><B>CompressionCodecFactory.</B><B><A HREF="../../../../../org/apache/hadoop/io/compress/CompressionCodecFactory.html#getCodec(org.apache.hadoop.fs.Path)">getCodec</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;file)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Find the relevant compression codec for the given file based on its filename suffix.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.hadoop.mapred"><!-- --></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/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A> in <A HREF="../../../../../org/apache/hadoop/mapred/package-summary.html">org.apache.hadoop.mapred</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/hadoop/mapred/package-summary.html">org.apache.hadoop.mapred</A> that return <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</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/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></CODE></FONT></TD> <TD><CODE><B>JobLocalizer.</B><B><A HREF="../../../../../org/apache/hadoop/mapred/JobLocalizer.html#findCredentials()">findCredentials</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>[]</CODE></FONT></TD> <TD><CODE><B>FileInputFormat.</B><B><A HREF="../../../../../org/apache/hadoop/mapred/FileInputFormat.html#getInputPaths(org.apache.hadoop.mapred.JobConf)">getInputPaths</A></B>(<A HREF="../../../../../org/apache/hadoop/mapred/JobConf.html" title="class in org.apache.hadoop.mapred">JobConf</A>&nbsp;conf)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the list of input <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs"><CODE>Path</CODE></A>s for the map-reduce job.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></CODE></FONT></TD> <TD><CODE><B>JobHistory.JobInfo.</B><B><A HREF="../../../../../org/apache/hadoop/mapred/JobHistory.JobInfo.html#getJobHistoryLogLocation(java.lang.String)">getJobHistoryLogLocation</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;logFileName)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the job history file path given the history filename</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></CODE></FONT></TD> <TD><CODE><B>JobHistory.JobInfo.</B><B><A HREF="../../../../../org/apache/hadoop/mapred/JobHistory.JobInfo.html#getJobHistoryLogLocationForUser(java.lang.String, org.apache.hadoop.mapred.JobConf)">getJobHistoryLogLocationForUser</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;logFileName, <A HREF="../../../../../org/apache/hadoop/mapred/JobConf.html" title="class in org.apache.hadoop.mapred">JobConf</A>&nbsp;jobConf)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the user job history file path</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></CODE></FONT></TD> <TD><CODE><B>JobConf.</B><B><A HREF="../../../../../org/apache/hadoop/mapred/JobConf.html#getLocalPath(java.lang.String)">getLocalPath</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;pathString)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs a local file name.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></CODE></FONT></TD> <TD><CODE><B>FileOutputFormat.</B><B><A HREF="../../../../../org/apache/hadoop/mapred/FileOutputFormat.html#getOutputPath(org.apache.hadoop.mapred.JobConf)">getOutputPath</A></B>(<A HREF="../../../../../org/apache/hadoop/mapred/JobConf.html" title="class in org.apache.hadoop.mapred">JobConf</A>&nbsp;conf)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs"><CODE>Path</CODE></A> to the output directory for the map-reduce job.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></CODE></FONT></TD> <TD><CODE><B>FileSplit.</B><B><A HREF="../../../../../org/apache/hadoop/mapred/FileSplit.html#getPath()">getPath</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The file containing this split's data.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></CODE></FONT></TD> <TD><CODE><B>FileOutputFormat.</B><B><A HREF="../../../../../org/apache/hadoop/mapred/FileOutputFormat.html#getPathForCustomFile(org.apache.hadoop.mapred.JobConf, java.lang.String)">getPathForCustomFile</A></B>(<A HREF="../../../../../org/apache/hadoop/mapred/JobConf.html" title="class in org.apache.hadoop.mapred">JobConf</A>&nbsp;conf, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;name)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Helper function to generate a <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs"><CODE>Path</CODE></A> for a file that is unique for the task within the job output directory.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></CODE></FONT></TD> <TD><CODE><B>SkipBadRecords.</B><B><A HREF="../../../../../org/apache/hadoop/mapred/SkipBadRecords.html#getSkipOutputPath(org.apache.hadoop.conf.Configuration)">getSkipOutputPath</A></B>(<A HREF="../../../../../org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</A>&nbsp;conf)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the directory to which skipped records are written.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></CODE></FONT></TD> <TD><CODE><B>JobClient.</B><B><A HREF="../../../../../org/apache/hadoop/mapred/JobClient.html#getStagingAreaDir()">getStagingAreaDir</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Grab the jobtracker's view of the staging directory path where job-specific files will be placed.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></CODE></FONT></TD> <TD><CODE><B>JobClient.</B><B><A HREF="../../../../../org/apache/hadoop/mapred/JobClient.html#getSystemDir()">getSystemDir</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Grab the jobtracker system directory path where job-specific files are to be placed.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></CODE></FONT></TD> <TD><CODE><B>FileOutputFormat.</B><B><A HREF="../../../../../org/apache/hadoop/mapred/FileOutputFormat.html#getTaskOutputPath(org.apache.hadoop.mapred.JobConf, java.lang.String)">getTaskOutputPath</A></B>(<A HREF="../../../../../org/apache/hadoop/mapred/JobConf.html" title="class in org.apache.hadoop.mapred">JobConf</A>&nbsp;conf, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;name)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Helper function to create the task's temporary output directory and return the path to the task's output file.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></CODE></FONT></TD> <TD><CODE><B>JobConf.</B><B><A HREF="../../../../../org/apache/hadoop/mapred/JobConf.html#getWorkingDirectory()">getWorkingDirectory</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the current working directory for the default file system.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></CODE></FONT></TD> <TD><CODE><B>FileOutputFormat.</B><B><A HREF="../../../../../org/apache/hadoop/mapred/FileOutputFormat.html#getWorkOutputPath(org.apache.hadoop.mapred.JobConf)">getWorkOutputPath</A></B>(<A HREF="../../../../../org/apache/hadoop/mapred/JobConf.html" title="class in org.apache.hadoop.mapred">JobConf</A>&nbsp;conf)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs"><CODE>Path</CODE></A> to the task's temporary output directory for the map-reduce job <h4 id="SideEffectFiles">Tasks' Side-Effect Files</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></CODE></FONT></TD> <TD><CODE><B>JobHistory.JobInfo.</B><B><A HREF="../../../../../org/apache/hadoop/mapred/JobHistory.JobInfo.html#recoverJobHistoryFile(org.apache.hadoop.mapred.JobConf, org.apache.hadoop.fs.Path)">recoverJobHistoryFile</A></B>(<A HREF="../../../../../org/apache/hadoop/mapred/JobConf.html" title="class in org.apache.hadoop.mapred">JobConf</A>&nbsp;conf, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;logFilePath)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Selects one of the two files generated as a part of recovery.</TD> </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/hadoop/mapred/package-summary.html">org.apache.hadoop.mapred</A> with parameters of type <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></FONT></TH> </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>Utils.OutputFileUtils.OutputFilesFilter.</B><B><A HREF="../../../../../org/apache/hadoop/mapred/Utils.OutputFileUtils.OutputFilesFilter.html#accept(org.apache.hadoop.fs.Path)">accept</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;path)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B>Utils.OutputFileUtils.OutputLogFilter.</B><B><A HREF="../../../../../org/apache/hadoop/mapred/Utils.OutputFileUtils.OutputLogFilter.html#accept(org.apache.hadoop.fs.Path)">accept</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;path)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B>OutputLogFilter.</B><B><A HREF="../../../../../org/apache/hadoop/mapred/OutputLogFilter.html#accept(org.apache.hadoop.fs.Path)">accept</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;path)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;void</CODE></FONT></TD> <TD><CODE><B>FileInputFormat.</B><B><A HREF="../../../../../org/apache/hadoop/mapred/FileInputFormat.html#addInputPath(org.apache.hadoop.mapred.JobConf, org.apache.hadoop.fs.Path)">addInputPath</A></B>(<A HREF="../../../../../org/apache/hadoop/mapred/JobConf.html" title="class in org.apache.hadoop.mapred">JobConf</A>&nbsp;conf, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;path)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Add a <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs"><CODE>Path</CODE></A> to the list of inputs for the map-reduce job.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/apache/hadoop/io/SequenceFile.Reader.html" title="class in org.apache.hadoop.io">SequenceFile.Reader</A>[]</CODE></FONT></TD> <TD><CODE><B>SequenceFileOutputFormat.</B><B><A HREF="../../../../../org/apache/hadoop/mapred/SequenceFileOutputFormat.html#getReaders(org.apache.hadoop.conf.Configuration, org.apache.hadoop.fs.Path)">getReaders</A></B>(<A HREF="../../../../../org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</A>&nbsp;conf, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;dir)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Open the output generated by this format.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/apache/hadoop/io/MapFile.Reader.html" title="class in org.apache.hadoop.io">MapFile.Reader</A>[]</CODE></FONT></TD> <TD><CODE><B>MapFileOutputFormat.</B><B><A HREF="../../../../../org/apache/hadoop/mapred/MapFileOutputFormat.html#getReaders(org.apache.hadoop.fs.FileSystem, org.apache.hadoop.fs.Path, org.apache.hadoop.conf.Configuration)">getReaders</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</A>&nbsp;ignored, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;dir, <A HREF="../../../../../org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</A>&nbsp;conf)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Open the output generated by this format.</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>DefaultTaskController.</B><B><A HREF="../../../../../org/apache/hadoop/mapred/DefaultTaskController.html#initializeJob(java.lang.String, java.lang.String, org.apache.hadoop.fs.Path, org.apache.hadoop.fs.Path, org.apache.hadoop.mapred.TaskUmbilicalProtocol, java.net.InetSocketAddress)">initializeJob</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;user, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;jobid, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;credentials, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;jobConf, <A HREF="../../../../../org/apache/hadoop/mapred/TaskUmbilicalProtocol.html" title="interface in org.apache.hadoop.mapred">TaskUmbilicalProtocol</A>&nbsp;taskTracker, <A HREF="http://java.sun.com/javase/6/docs/api/java/net/InetSocketAddress.html?is-external=true" title="class or interface in java.net">InetSocketAddress</A>&nbsp;ttAddr)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This routine initializes the local file system for running a job.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>abstract &nbsp;void</CODE></FONT></TD> <TD><CODE><B>TaskController.</B><B><A HREF="../../../../../org/apache/hadoop/mapred/TaskController.html#initializeJob(java.lang.String, java.lang.String, org.apache.hadoop.fs.Path, org.apache.hadoop.fs.Path, org.apache.hadoop.mapred.TaskUmbilicalProtocol, java.net.InetSocketAddress)">initializeJob</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;user, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;jobid, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;credentials, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;jobConf, <A HREF="../../../../../org/apache/hadoop/mapred/TaskUmbilicalProtocol.html" title="interface in org.apache.hadoop.mapred">TaskUmbilicalProtocol</A>&nbsp;taskTracker, <A HREF="http://java.sun.com/javase/6/docs/api/java/net/InetSocketAddress.html?is-external=true" title="class or interface in java.net">InetSocketAddress</A>&nbsp;ttAddr)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create all of the directories necessary for the job to start and download all of the job and private distributed cache files.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B>JobClient.</B><B><A HREF="../../../../../org/apache/hadoop/mapred/JobClient.html#isJobDirValid(org.apache.hadoop.fs.Path, org.apache.hadoop.fs.FileSystem)">isJobDirValid</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;jobDirPath, <A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</A>&nbsp;fs)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Checks if the job directory is clean and has all the required components for (re) starting the job</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;boolean</CODE></FONT></TD> <TD><CODE><B>TextInputFormat.</B><B><A HREF="../../../../../org/apache/hadoop/mapred/TextInputFormat.html#isSplitable(org.apache.hadoop.fs.FileSystem, org.apache.hadoop.fs.Path)">isSplitable</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</A>&nbsp;fs, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;file)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;boolean</CODE></FONT></TD> <TD><CODE><B>KeyValueTextInputFormat.</B><B><A HREF="../../../../../org/apache/hadoop/mapred/KeyValueTextInputFormat.html#isSplitable(org.apache.hadoop.fs.FileSystem, org.apache.hadoop.fs.Path)">isSplitable</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</A>&nbsp;fs, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;file)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;boolean</CODE></FONT></TD> <TD><CODE><B>FileInputFormat.</B><B><A HREF="../../../../../org/apache/hadoop/mapred/FileInputFormat.html#isSplitable(org.apache.hadoop.fs.FileSystem, org.apache.hadoop.fs.Path)">isSplitable</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</A>&nbsp;fs, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;filename)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Is the given filename splitable? Usually, true, but if the file is stream compressed, it will not be.</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>JobLocalizer.</B><B><A HREF="../../../../../org/apache/hadoop/mapred/JobLocalizer.html#localizeJobFiles(org.apache.hadoop.mapreduce.JobID, org.apache.hadoop.mapred.JobConf, org.apache.hadoop.fs.Path, org.apache.hadoop.fs.Path, org.apache.hadoop.mapred.TaskUmbilicalProtocol)">localizeJobFiles</A></B>(<A HREF="../../../../../org/apache/hadoop/mapreduce/JobID.html" title="class in org.apache.hadoop.mapreduce">JobID</A>&nbsp;jobid, <A HREF="../../../../../org/apache/hadoop/mapred/JobConf.html" title="class in org.apache.hadoop.mapred">JobConf</A>&nbsp;jConf, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;localJobFile, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;localJobTokenFile, <A HREF="../../../../../org/apache/hadoop/mapred/TaskUmbilicalProtocol.html" title="interface in org.apache.hadoop.mapred">TaskUmbilicalProtocol</A>&nbsp;taskTracker)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B>JobLocalizer.</B><B><A HREF="../../../../../org/apache/hadoop/mapred/JobLocalizer.html#localizeJobFiles(org.apache.hadoop.mapreduce.JobID, org.apache.hadoop.mapred.JobConf, org.apache.hadoop.fs.Path, org.apache.hadoop.mapred.TaskUmbilicalProtocol)">localizeJobFiles</A></B>(<A HREF="../../../../../org/apache/hadoop/mapreduce/JobID.html" title="class in org.apache.hadoop.mapreduce">JobID</A>&nbsp;jobid, <A HREF="../../../../../org/apache/hadoop/mapred/JobConf.html" title="class in org.apache.hadoop.mapred">JobConf</A>&nbsp;jConf, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;localJobTokenFile, <A HREF="../../../../../org/apache/hadoop/mapred/TaskUmbilicalProtocol.html" title="interface in org.apache.hadoop.mapred">TaskUmbilicalProtocol</A>&nbsp;taskTracker)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></CODE></FONT></TD> <TD><CODE><B>JobHistory.JobInfo.</B><B><A HREF="../../../../../org/apache/hadoop/mapred/JobHistory.JobInfo.html#recoverJobHistoryFile(org.apache.hadoop.mapred.JobConf, org.apache.hadoop.fs.Path)">recoverJobHistoryFile</A></B>(<A HREF="../../../../../org/apache/hadoop/mapred/JobConf.html" title="class in org.apache.hadoop.mapred">JobConf</A>&nbsp;conf, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;logFilePath)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Selects one of the two files generated as a part of recovery.</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>JobLocalizer.</B><B><A HREF="../../../../../org/apache/hadoop/mapred/JobLocalizer.html#runSetup(java.lang.String, java.lang.String, org.apache.hadoop.fs.Path, org.apache.hadoop.mapred.TaskUmbilicalProtocol)">runSetup</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;user, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;jobid, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;localJobTokenFile, <A HREF="../../../../../org/apache/hadoop/mapred/TaskUmbilicalProtocol.html" title="interface in org.apache.hadoop.mapred">TaskUmbilicalProtocol</A>&nbsp;taskTracker)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;void</CODE></FONT></TD> <TD><CODE><B>FileInputFormat.</B><B><A HREF="../../../../../org/apache/hadoop/mapred/FileInputFormat.html#setInputPaths(org.apache.hadoop.mapred.JobConf, org.apache.hadoop.fs.Path...)">setInputPaths</A></B>(<A HREF="../../../../../org/apache/hadoop/mapred/JobConf.html" title="class in org.apache.hadoop.mapred">JobConf</A>&nbsp;conf, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>...&nbsp;inputPaths)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the array of <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs"><CODE>Path</CODE></A>s as the list of inputs for the map-reduce job.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;void</CODE></FONT></TD> <TD><CODE><B>FileOutputFormat.</B><B><A HREF="../../../../../org/apache/hadoop/mapred/FileOutputFormat.html#setOutputPath(org.apache.hadoop.mapred.JobConf, org.apache.hadoop.fs.Path)">setOutputPath</A></B>(<A HREF="../../../../../org/apache/hadoop/mapred/JobConf.html" title="class in org.apache.hadoop.mapred">JobConf</A>&nbsp;conf, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;outputDir)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs"><CODE>Path</CODE></A> of the output directory for the map-reduce job.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;void</CODE></FONT></TD> <TD><CODE><B>SkipBadRecords.</B><B><A HREF="../../../../../org/apache/hadoop/mapred/SkipBadRecords.html#setSkipOutputPath(org.apache.hadoop.mapred.JobConf, org.apache.hadoop.fs.Path)">setSkipOutputPath</A></B>(<A HREF="../../../../../org/apache/hadoop/mapred/JobConf.html" title="class in org.apache.hadoop.mapred">JobConf</A>&nbsp;conf, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;path)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the directory to which skipped records are written.</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>JobConf.</B><B><A HREF="../../../../../org/apache/hadoop/mapred/JobConf.html#setWorkingDirectory(org.apache.hadoop.fs.Path)">setWorkingDirectory</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;dir)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the current working directory for the default file system.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected static&nbsp;<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> <TD><CODE><B>TaskController.</B><B><A HREF="../../../../../org/apache/hadoop/mapred/TaskController.html#writeCommand(java.lang.String, org.apache.hadoop.fs.FileSystem, org.apache.hadoop.fs.Path)">writeCommand</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;cmdLine, <A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</A>&nbsp;fs, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;commandFile)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;void</CODE></FONT></TD> <TD><CODE><B>JobLocalizer.</B><B><A HREF="../../../../../org/apache/hadoop/mapred/JobLocalizer.html#writeLocalJobFile(org.apache.hadoop.fs.Path, org.apache.hadoop.mapred.JobConf)">writeLocalJobFile</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;jobFile, <A HREF="../../../../../org/apache/hadoop/mapred/JobConf.html" title="class in org.apache.hadoop.mapred">JobConf</A>&nbsp;conf)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Write the task specific job-configuration file.</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Constructors in <A HREF="../../../../../org/apache/hadoop/mapred/package-summary.html">org.apache.hadoop.mapred</A> with parameters of type <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../org/apache/hadoop/mapred/FileSplit.html#FileSplit(org.apache.hadoop.fs.Path, long, long, org.apache.hadoop.mapred.JobConf)">FileSplit</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;file, long&nbsp;start, long&nbsp;length, <A HREF="../../../../../org/apache/hadoop/mapred/JobConf.html" title="class in org.apache.hadoop.mapred">JobConf</A>&nbsp;conf)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I></I>&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../org/apache/hadoop/mapred/FileSplit.html#FileSplit(org.apache.hadoop.fs.Path, long, long, java.lang.String[])">FileSplit</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;file, long&nbsp;start, long&nbsp;length, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>[]&nbsp;hosts)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs a split with host information</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../org/apache/hadoop/mapred/JobConf.html#JobConf(org.apache.hadoop.fs.Path)">JobConf</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;config)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Construct a map/reduce configuration.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../org/apache/hadoop/mapred/MultiFileSplit.html#MultiFileSplit(org.apache.hadoop.mapred.JobConf, org.apache.hadoop.fs.Path[], long[])">MultiFileSplit</A></B>(<A HREF="../../../../../org/apache/hadoop/mapred/JobConf.html" title="class in org.apache.hadoop.mapred">JobConf</A>&nbsp;job, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>[]&nbsp;files, long[]&nbsp;lengths)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.hadoop.mapred.join"><!-- --></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/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A> in <A HREF="../../../../../org/apache/hadoop/mapred/join/package-summary.html">org.apache.hadoop.mapred.join</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/hadoop/mapred/join/package-summary.html">org.apache.hadoop.mapred.join</A> with parameters of type <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> <TD><CODE><B>CompositeInputFormat.</B><B><A HREF="../../../../../org/apache/hadoop/mapred/join/CompositeInputFormat.html#compose(java.lang.String, java.lang.Class, org.apache.hadoop.fs.Path...)">compose</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;op, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&lt;? extends <A HREF="../../../../../org/apache/hadoop/mapred/InputFormat.html" title="interface in org.apache.hadoop.mapred">InputFormat</A>&gt;&nbsp;inf, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>...&nbsp;path)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Convenience method for constructing composite formats.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.hadoop.mapred.lib"><!-- --></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/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A> in <A HREF="../../../../../org/apache/hadoop/mapred/lib/package-summary.html">org.apache.hadoop.mapred.lib</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/hadoop/mapred/lib/package-summary.html">org.apache.hadoop.mapred.lib</A> that return <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</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/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></CODE></FONT></TD> <TD><CODE><B>CombineFileSplit.</B><B><A HREF="../../../../../org/apache/hadoop/mapred/lib/CombineFileSplit.html#getPath(int)">getPath</A></B>(int&nbsp;i)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the i<sup>th</sup> Path</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>[]</CODE></FONT></TD> <TD><CODE><B>CombineFileSplit.</B><B><A HREF="../../../../../org/apache/hadoop/mapred/lib/CombineFileSplit.html#getPaths()">getPaths</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns all the Paths in the split</TD> </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/hadoop/mapred/lib/package-summary.html">org.apache.hadoop.mapred.lib</A> with parameters of type <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;void</CODE></FONT></TD> <TD><CODE><B>MultipleInputs.</B><B><A HREF="../../../../../org/apache/hadoop/mapred/lib/MultipleInputs.html#addInputPath(org.apache.hadoop.mapred.JobConf, org.apache.hadoop.fs.Path, java.lang.Class)">addInputPath</A></B>(<A HREF="../../../../../org/apache/hadoop/mapred/JobConf.html" title="class in org.apache.hadoop.mapred">JobConf</A>&nbsp;conf, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;path, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&lt;? extends <A HREF="../../../../../org/apache/hadoop/mapred/InputFormat.html" title="interface in org.apache.hadoop.mapred">InputFormat</A>&gt;&nbsp;inputFormatClass)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Add a <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs"><CODE>Path</CODE></A> with a custom <A HREF="../../../../../org/apache/hadoop/mapred/InputFormat.html" title="interface in org.apache.hadoop.mapred"><CODE>InputFormat</CODE></A> to the list of inputs for the map-reduce job.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;void</CODE></FONT></TD> <TD><CODE><B>MultipleInputs.</B><B><A HREF="../../../../../org/apache/hadoop/mapred/lib/MultipleInputs.html#addInputPath(org.apache.hadoop.mapred.JobConf, org.apache.hadoop.fs.Path, java.lang.Class, java.lang.Class)">addInputPath</A></B>(<A HREF="../../../../../org/apache/hadoop/mapred/JobConf.html" title="class in org.apache.hadoop.mapred">JobConf</A>&nbsp;conf, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;path, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&lt;? extends <A HREF="../../../../../org/apache/hadoop/mapred/InputFormat.html" title="interface in org.apache.hadoop.mapred">InputFormat</A>&gt;&nbsp;inputFormatClass, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&lt;? extends <A HREF="../../../../../org/apache/hadoop/mapred/Mapper.html" title="interface in org.apache.hadoop.mapred">Mapper</A>&gt;&nbsp;mapperClass)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Add a <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs"><CODE>Path</CODE></A> with a custom <A HREF="../../../../../org/apache/hadoop/mapred/InputFormat.html" title="interface in org.apache.hadoop.mapred"><CODE>InputFormat</CODE></A> and <A HREF="../../../../../org/apache/hadoop/mapred/Mapper.html" title="interface in org.apache.hadoop.mapred"><CODE>Mapper</CODE></A> to the list of inputs for the map-reduce job.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;void</CODE></FONT></TD> <TD><CODE><B>TotalOrderPartitioner.</B><B><A HREF="../../../../../org/apache/hadoop/mapred/lib/TotalOrderPartitioner.html#setPartitionFile(org.apache.hadoop.mapred.JobConf, org.apache.hadoop.fs.Path)">setPartitionFile</A></B>(<A HREF="../../../../../org/apache/hadoop/mapred/JobConf.html" title="class in org.apache.hadoop.mapred">JobConf</A>&nbsp;job, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;p)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the path to the SequenceFile storing the sorted partition keyset.</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Constructors in <A HREF="../../../../../org/apache/hadoop/mapred/lib/package-summary.html">org.apache.hadoop.mapred.lib</A> with parameters of type <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../org/apache/hadoop/mapred/lib/CombineFileSplit.html#CombineFileSplit(org.apache.hadoop.mapred.JobConf, org.apache.hadoop.fs.Path[], long[])">CombineFileSplit</A></B>(<A HREF="../../../../../org/apache/hadoop/mapred/JobConf.html" title="class in org.apache.hadoop.mapred">JobConf</A>&nbsp;job, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>[]&nbsp;files, long[]&nbsp;lengths)</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="../../../../../org/apache/hadoop/mapred/lib/CombineFileSplit.html#CombineFileSplit(org.apache.hadoop.mapred.JobConf, org.apache.hadoop.fs.Path[], long[], long[], java.lang.String[])">CombineFileSplit</A></B>(<A HREF="../../../../../org/apache/hadoop/mapred/JobConf.html" title="class in org.apache.hadoop.mapred">JobConf</A>&nbsp;job, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>[]&nbsp;files, long[]&nbsp;start, long[]&nbsp;lengths, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>[]&nbsp;locations)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.hadoop.mapreduce"><!-- --></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/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A> in <A HREF="../../../../../org/apache/hadoop/mapreduce/package-summary.html">org.apache.hadoop.mapreduce</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/hadoop/mapreduce/package-summary.html">org.apache.hadoop.mapreduce</A> that return <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></CODE></FONT></TD> <TD><CODE><B>JobSubmissionFiles.</B><B><A HREF="../../../../../org/apache/hadoop/mapreduce/JobSubmissionFiles.html#getJobConfPath(org.apache.hadoop.fs.Path)">getJobConfPath</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;jobSubmitDir)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the job conf path.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></CODE></FONT></TD> <TD><CODE><B>JobSubmissionFiles.</B><B><A HREF="../../../../../org/apache/hadoop/mapreduce/JobSubmissionFiles.html#getJobDistCacheArchives(org.apache.hadoop.fs.Path)">getJobDistCacheArchives</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;jobSubmitDir)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the job distributed cache archives path.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></CODE></FONT></TD> <TD><CODE><B>JobSubmissionFiles.</B><B><A HREF="../../../../../org/apache/hadoop/mapreduce/JobSubmissionFiles.html#getJobDistCacheFiles(org.apache.hadoop.fs.Path)">getJobDistCacheFiles</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;jobSubmitDir)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the job distributed cache files path.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></CODE></FONT></TD> <TD><CODE><B>JobSubmissionFiles.</B><B><A HREF="../../../../../org/apache/hadoop/mapreduce/JobSubmissionFiles.html#getJobDistCacheLibjars(org.apache.hadoop.fs.Path)">getJobDistCacheLibjars</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;jobSubmitDir)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the job distributed cache libjars path.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></CODE></FONT></TD> <TD><CODE><B>JobSubmissionFiles.</B><B><A HREF="../../../../../org/apache/hadoop/mapreduce/JobSubmissionFiles.html#getJobJar(org.apache.hadoop.fs.Path)">getJobJar</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;jobSubmitDir)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the job jar path.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></CODE></FONT></TD> <TD><CODE><B>JobSubmissionFiles.</B><B><A HREF="../../../../../org/apache/hadoop/mapreduce/JobSubmissionFiles.html#getJobSplitFile(org.apache.hadoop.fs.Path)">getJobSplitFile</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;jobSubmissionDir)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></CODE></FONT></TD> <TD><CODE><B>JobSubmissionFiles.</B><B><A HREF="../../../../../org/apache/hadoop/mapreduce/JobSubmissionFiles.html#getJobSplitMetaFile(org.apache.hadoop.fs.Path)">getJobSplitMetaFile</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;jobSubmissionDir)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></CODE></FONT></TD> <TD><CODE><B>JobSubmissionFiles.</B><B><A HREF="../../../../../org/apache/hadoop/mapreduce/JobSubmissionFiles.html#getStagingDir(org.apache.hadoop.mapred.JobClient, org.apache.hadoop.conf.Configuration)">getStagingDir</A></B>(<A HREF="../../../../../org/apache/hadoop/mapred/JobClient.html" title="class in org.apache.hadoop.mapred">JobClient</A>&nbsp;client, <A HREF="../../../../../org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</A>&nbsp;conf)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Initializes the staging directory and returns the path.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></CODE></FONT></TD> <TD><CODE><B>JobContext.</B><B><A HREF="../../../../../org/apache/hadoop/mapreduce/JobContext.html#getWorkingDirectory()">getWorkingDirectory</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the current working directory for the default file system.</TD> </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/hadoop/mapreduce/package-summary.html">org.apache.hadoop.mapreduce</A> with parameters of type <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></CODE></FONT></TD> <TD><CODE><B>JobSubmissionFiles.</B><B><A HREF="../../../../../org/apache/hadoop/mapreduce/JobSubmissionFiles.html#getJobConfPath(org.apache.hadoop.fs.Path)">getJobConfPath</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;jobSubmitDir)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the job conf path.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></CODE></FONT></TD> <TD><CODE><B>JobSubmissionFiles.</B><B><A HREF="../../../../../org/apache/hadoop/mapreduce/JobSubmissionFiles.html#getJobDistCacheArchives(org.apache.hadoop.fs.Path)">getJobDistCacheArchives</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;jobSubmitDir)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the job distributed cache archives path.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></CODE></FONT></TD> <TD><CODE><B>JobSubmissionFiles.</B><B><A HREF="../../../../../org/apache/hadoop/mapreduce/JobSubmissionFiles.html#getJobDistCacheFiles(org.apache.hadoop.fs.Path)">getJobDistCacheFiles</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;jobSubmitDir)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the job distributed cache files path.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></CODE></FONT></TD> <TD><CODE><B>JobSubmissionFiles.</B><B><A HREF="../../../../../org/apache/hadoop/mapreduce/JobSubmissionFiles.html#getJobDistCacheLibjars(org.apache.hadoop.fs.Path)">getJobDistCacheLibjars</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;jobSubmitDir)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the job distributed cache libjars path.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></CODE></FONT></TD> <TD><CODE><B>JobSubmissionFiles.</B><B><A HREF="../../../../../org/apache/hadoop/mapreduce/JobSubmissionFiles.html#getJobJar(org.apache.hadoop.fs.Path)">getJobJar</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;jobSubmitDir)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the job jar path.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></CODE></FONT></TD> <TD><CODE><B>JobSubmissionFiles.</B><B><A HREF="../../../../../org/apache/hadoop/mapreduce/JobSubmissionFiles.html#getJobSplitFile(org.apache.hadoop.fs.Path)">getJobSplitFile</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;jobSubmissionDir)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></CODE></FONT></TD> <TD><CODE><B>JobSubmissionFiles.</B><B><A HREF="../../../../../org/apache/hadoop/mapreduce/JobSubmissionFiles.html#getJobSplitMetaFile(org.apache.hadoop.fs.Path)">getJobSplitMetaFile</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;jobSubmissionDir)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B>Job.</B><B><A HREF="../../../../../org/apache/hadoop/mapreduce/Job.html#setWorkingDirectory(org.apache.hadoop.fs.Path)">setWorkingDirectory</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;dir)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the current working directory for the default file system.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.hadoop.mapreduce.lib.input"><!-- --></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/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A> in <A HREF="../../../../../org/apache/hadoop/mapreduce/lib/input/package-summary.html">org.apache.hadoop.mapreduce.lib.input</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/hadoop/mapreduce/lib/input/package-summary.html">org.apache.hadoop.mapreduce.lib.input</A> that return <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>[]</CODE></FONT></TD> <TD><CODE><B>FileInputFormat.</B><B><A HREF="../../../../../org/apache/hadoop/mapreduce/lib/input/FileInputFormat.html#getInputPaths(org.apache.hadoop.mapreduce.JobContext)">getInputPaths</A></B>(<A HREF="../../../../../org/apache/hadoop/mapreduce/JobContext.html" title="class in org.apache.hadoop.mapreduce">JobContext</A>&nbsp;context)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the list of input <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs"><CODE>Path</CODE></A>s for the map-reduce job.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></CODE></FONT></TD> <TD><CODE><B>FileSplit.</B><B><A HREF="../../../../../org/apache/hadoop/mapreduce/lib/input/FileSplit.html#getPath()">getPath</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The file containing this split's data.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></CODE></FONT></TD> <TD><CODE><B>CombineFileSplit.</B><B><A HREF="../../../../../org/apache/hadoop/mapreduce/lib/input/CombineFileSplit.html#getPath(int)">getPath</A></B>(int&nbsp;i)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the i<sup>th</sup> Path</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>[]</CODE></FONT></TD> <TD><CODE><B>CombineFileSplit.</B><B><A HREF="../../../../../org/apache/hadoop/mapreduce/lib/input/CombineFileSplit.html#getPaths()">getPaths</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns all the Paths in the split</TD> </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/hadoop/mapreduce/lib/input/package-summary.html">org.apache.hadoop.mapreduce.lib.input</A> with parameters of type <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;void</CODE></FONT></TD> <TD><CODE><B>FileInputFormat.</B><B><A HREF="../../../../../org/apache/hadoop/mapreduce/lib/input/FileInputFormat.html#addInputPath(org.apache.hadoop.mapreduce.Job, org.apache.hadoop.fs.Path)">addInputPath</A></B>(<A HREF="../../../../../org/apache/hadoop/mapreduce/Job.html" title="class in org.apache.hadoop.mapreduce">Job</A>&nbsp;job, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;path)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Add a <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs"><CODE>Path</CODE></A> to the list of inputs for the map-reduce job.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;void</CODE></FONT></TD> <TD><CODE><B>MultipleInputs.</B><B><A HREF="../../../../../org/apache/hadoop/mapreduce/lib/input/MultipleInputs.html#addInputPath(org.apache.hadoop.mapreduce.Job, org.apache.hadoop.fs.Path, java.lang.Class)">addInputPath</A></B>(<A HREF="../../../../../org/apache/hadoop/mapreduce/Job.html" title="class in org.apache.hadoop.mapreduce">Job</A>&nbsp;job, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;path, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&lt;? extends <A HREF="../../../../../org/apache/hadoop/mapreduce/InputFormat.html" title="class in org.apache.hadoop.mapreduce">InputFormat</A>&gt;&nbsp;inputFormatClass)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Add a <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs"><CODE>Path</CODE></A> with a custom <A HREF="../../../../../org/apache/hadoop/mapreduce/InputFormat.html" title="class in org.apache.hadoop.mapreduce"><CODE>InputFormat</CODE></A> to the list of inputs for the map-reduce job.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;void</CODE></FONT></TD> <TD><CODE><B>MultipleInputs.</B><B><A HREF="../../../../../org/apache/hadoop/mapreduce/lib/input/MultipleInputs.html#addInputPath(org.apache.hadoop.mapreduce.Job, org.apache.hadoop.fs.Path, java.lang.Class, java.lang.Class)">addInputPath</A></B>(<A HREF="../../../../../org/apache/hadoop/mapreduce/Job.html" title="class in org.apache.hadoop.mapreduce">Job</A>&nbsp;job, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;path, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&lt;? extends <A HREF="../../../../../org/apache/hadoop/mapreduce/InputFormat.html" title="class in org.apache.hadoop.mapreduce">InputFormat</A>&gt;&nbsp;inputFormatClass, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&lt;? extends <A HREF="../../../../../org/apache/hadoop/mapreduce/Mapper.html" title="class in org.apache.hadoop.mapreduce">Mapper</A>&gt;&nbsp;mapperClass)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Add a <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs"><CODE>Path</CODE></A> with a custom <A HREF="../../../../../org/apache/hadoop/mapreduce/InputFormat.html" title="class in org.apache.hadoop.mapreduce"><CODE>InputFormat</CODE></A> and <A HREF="../../../../../org/apache/hadoop/mapreduce/Mapper.html" title="class in org.apache.hadoop.mapreduce"><CODE>Mapper</CODE></A> to the list of inputs for the map-reduce job.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;boolean</CODE></FONT></TD> <TD><CODE><B>TextInputFormat.</B><B><A HREF="../../../../../org/apache/hadoop/mapreduce/lib/input/TextInputFormat.html#isSplitable(org.apache.hadoop.mapreduce.JobContext, org.apache.hadoop.fs.Path)">isSplitable</A></B>(<A HREF="../../../../../org/apache/hadoop/mapreduce/JobContext.html" title="class in org.apache.hadoop.mapreduce">JobContext</A>&nbsp;context, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;file)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;boolean</CODE></FONT></TD> <TD><CODE><B>KeyValueTextInputFormat.</B><B><A HREF="../../../../../org/apache/hadoop/mapreduce/lib/input/KeyValueTextInputFormat.html#isSplitable(org.apache.hadoop.mapreduce.JobContext, org.apache.hadoop.fs.Path)">isSplitable</A></B>(<A HREF="../../../../../org/apache/hadoop/mapreduce/JobContext.html" title="class in org.apache.hadoop.mapreduce">JobContext</A>&nbsp;context, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;file)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;boolean</CODE></FONT></TD> <TD><CODE><B>FileInputFormat.</B><B><A HREF="../../../../../org/apache/hadoop/mapreduce/lib/input/FileInputFormat.html#isSplitable(org.apache.hadoop.mapreduce.JobContext, org.apache.hadoop.fs.Path)">isSplitable</A></B>(<A HREF="../../../../../org/apache/hadoop/mapreduce/JobContext.html" title="class in org.apache.hadoop.mapreduce">JobContext</A>&nbsp;context, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;filename)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Is the given filename splitable? Usually, true, but if the file is stream compressed, it will not be.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;void</CODE></FONT></TD> <TD><CODE><B>FileInputFormat.</B><B><A HREF="../../../../../org/apache/hadoop/mapreduce/lib/input/FileInputFormat.html#setInputPaths(org.apache.hadoop.mapreduce.Job, org.apache.hadoop.fs.Path...)">setInputPaths</A></B>(<A HREF="../../../../../org/apache/hadoop/mapreduce/Job.html" title="class in org.apache.hadoop.mapreduce">Job</A>&nbsp;job, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>...&nbsp;inputPaths)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the array of <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs"><CODE>Path</CODE></A>s as the list of inputs for the map-reduce job.</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Constructors in <A HREF="../../../../../org/apache/hadoop/mapreduce/lib/input/package-summary.html">org.apache.hadoop.mapreduce.lib.input</A> with parameters of type <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../org/apache/hadoop/mapreduce/lib/input/CombineFileSplit.html#CombineFileSplit(org.apache.hadoop.fs.Path[], long[])">CombineFileSplit</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>[]&nbsp;files, long[]&nbsp;lengths)</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="../../../../../org/apache/hadoop/mapreduce/lib/input/CombineFileSplit.html#CombineFileSplit(org.apache.hadoop.fs.Path[], long[], long[], java.lang.String[])">CombineFileSplit</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>[]&nbsp;files, long[]&nbsp;start, long[]&nbsp;lengths, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>[]&nbsp;locations)</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="../../../../../org/apache/hadoop/mapreduce/lib/input/FileSplit.html#FileSplit(org.apache.hadoop.fs.Path, long, long, java.lang.String[])">FileSplit</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;file, long&nbsp;start, long&nbsp;length, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>[]&nbsp;hosts)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs a split with host information</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.hadoop.mapreduce.lib.output"><!-- --></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/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A> in <A HREF="../../../../../org/apache/hadoop/mapreduce/lib/output/package-summary.html">org.apache.hadoop.mapreduce.lib.output</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/hadoop/mapreduce/lib/output/package-summary.html">org.apache.hadoop.mapreduce.lib.output</A> that return <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</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/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></CODE></FONT></TD> <TD><CODE><B>FileOutputFormat.</B><B><A HREF="../../../../../org/apache/hadoop/mapreduce/lib/output/FileOutputFormat.html#getDefaultWorkFile(org.apache.hadoop.mapreduce.TaskAttemptContext, java.lang.String)">getDefaultWorkFile</A></B>(<A HREF="../../../../../org/apache/hadoop/mapreduce/TaskAttemptContext.html" title="class in org.apache.hadoop.mapreduce">TaskAttemptContext</A>&nbsp;context, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;extension)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the default path and filename for the output format.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></CODE></FONT></TD> <TD><CODE><B>FileOutputFormat.</B><B><A HREF="../../../../../org/apache/hadoop/mapreduce/lib/output/FileOutputFormat.html#getOutputPath(org.apache.hadoop.mapreduce.JobContext)">getOutputPath</A></B>(<A HREF="../../../../../org/apache/hadoop/mapreduce/JobContext.html" title="class in org.apache.hadoop.mapreduce">JobContext</A>&nbsp;job)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs"><CODE>Path</CODE></A> to the output directory for the map-reduce job.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></CODE></FONT></TD> <TD><CODE><B>FileOutputFormat.</B><B><A HREF="../../../../../org/apache/hadoop/mapreduce/lib/output/FileOutputFormat.html#getPathForWorkFile(org.apache.hadoop.mapreduce.TaskInputOutputContext, java.lang.String, java.lang.String)">getPathForWorkFile</A></B>(<A HREF="../../../../../org/apache/hadoop/mapreduce/TaskInputOutputContext.html" title="class in org.apache.hadoop.mapreduce">TaskInputOutputContext</A>&lt;?,?,?,?&gt;&nbsp;context, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;name, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;extension)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Helper function to generate a <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs"><CODE>Path</CODE></A> for a file that is unique for the task within the job output directory.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></CODE></FONT></TD> <TD><CODE><B>FileOutputFormat.</B><B><A HREF="../../../../../org/apache/hadoop/mapreduce/lib/output/FileOutputFormat.html#getWorkOutputPath(org.apache.hadoop.mapreduce.TaskInputOutputContext)">getWorkOutputPath</A></B>(<A HREF="../../../../../org/apache/hadoop/mapreduce/TaskInputOutputContext.html" title="class in org.apache.hadoop.mapreduce">TaskInputOutputContext</A>&lt;?,?,?,?&gt;&nbsp;context)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs"><CODE>Path</CODE></A> to the task's temporary output directory for the map-reduce job <h4 id="SideEffectFiles">Tasks' Side-Effect Files</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></CODE></FONT></TD> <TD><CODE><B>FileOutputCommitter.</B><B><A HREF="../../../../../org/apache/hadoop/mapreduce/lib/output/FileOutputCommitter.html#getWorkPath()">getWorkPath</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the directory that the task should write results into</TD> </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/hadoop/mapreduce/lib/output/package-summary.html">org.apache.hadoop.mapreduce.lib.output</A> with parameters of type <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/apache/hadoop/io/MapFile.Reader.html" title="class in org.apache.hadoop.io">MapFile.Reader</A>[]</CODE></FONT></TD> <TD><CODE><B>MapFileOutputFormat.</B><B><A HREF="../../../../../org/apache/hadoop/mapreduce/lib/output/MapFileOutputFormat.html#getReaders(org.apache.hadoop.fs.Path, org.apache.hadoop.conf.Configuration)">getReaders</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;dir, <A HREF="../../../../../org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</A>&nbsp;conf)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Open the output generated by this format.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;void</CODE></FONT></TD> <TD><CODE><B>FileOutputFormat.</B><B><A HREF="../../../../../org/apache/hadoop/mapreduce/lib/output/FileOutputFormat.html#setOutputPath(org.apache.hadoop.mapreduce.Job, org.apache.hadoop.fs.Path)">setOutputPath</A></B>(<A HREF="../../../../../org/apache/hadoop/mapreduce/Job.html" title="class in org.apache.hadoop.mapreduce">Job</A>&nbsp;job, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;outputDir)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs"><CODE>Path</CODE></A> of the output directory for the map-reduce job.</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Constructors in <A HREF="../../../../../org/apache/hadoop/mapreduce/lib/output/package-summary.html">org.apache.hadoop.mapreduce.lib.output</A> with parameters of type <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../org/apache/hadoop/mapreduce/lib/output/FileOutputCommitter.html#FileOutputCommitter(org.apache.hadoop.fs.Path, org.apache.hadoop.mapreduce.TaskAttemptContext)">FileOutputCommitter</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;outputPath, <A HREF="../../../../../org/apache/hadoop/mapreduce/TaskAttemptContext.html" title="class in org.apache.hadoop.mapreduce">TaskAttemptContext</A>&nbsp;context)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create a file output committer</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.hadoop.mapreduce.lib.partition"><!-- --></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/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A> in <A HREF="../../../../../org/apache/hadoop/mapreduce/lib/partition/package-summary.html">org.apache.hadoop.mapreduce.lib.partition</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/hadoop/mapreduce/lib/partition/package-summary.html">org.apache.hadoop.mapreduce.lib.partition</A> with parameters of type <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;void</CODE></FONT></TD> <TD><CODE><B>TotalOrderPartitioner.</B><B><A HREF="../../../../../org/apache/hadoop/mapreduce/lib/partition/TotalOrderPartitioner.html#setPartitionFile(org.apache.hadoop.conf.Configuration, org.apache.hadoop.fs.Path)">setPartitionFile</A></B>(<A HREF="../../../../../org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</A>&nbsp;conf, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;p)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the path to the SequenceFile storing the sorted partition keyset.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.hadoop.mapreduce.security"><!-- --></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/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A> in <A HREF="../../../../../org/apache/hadoop/mapreduce/security/package-summary.html">org.apache.hadoop.mapreduce.security</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/hadoop/mapreduce/security/package-summary.html">org.apache.hadoop.mapreduce.security</A> with parameters of type <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;void</CODE></FONT></TD> <TD><CODE><B>TokenCache.</B><B><A HREF="../../../../../org/apache/hadoop/mapreduce/security/TokenCache.html#obtainTokensForNamenodes(org.apache.hadoop.security.Credentials, org.apache.hadoop.fs.Path[], org.apache.hadoop.conf.Configuration)">obtainTokensForNamenodes</A></B>(<A HREF="../../../../../org/apache/hadoop/security/Credentials.html" title="class in org.apache.hadoop.security">Credentials</A>&nbsp;credentials, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>[]&nbsp;ps, <A HREF="../../../../../org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</A>&nbsp;conf)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Convenience method to obtain delegation tokens from namenodes corresponding to the paths passed.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.hadoop.mapreduce.split"><!-- --></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/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A> in <A HREF="../../../../../org/apache/hadoop/mapreduce/split/package-summary.html">org.apache.hadoop.mapreduce.split</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/hadoop/mapreduce/split/package-summary.html">org.apache.hadoop.mapreduce.split</A> with parameters of type <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;void</CODE></FONT></TD> <TD><CODE><B>JobSplitWriter.</B><B><A HREF="../../../../../org/apache/hadoop/mapreduce/split/JobSplitWriter.html#createSplitFiles(org.apache.hadoop.fs.Path, org.apache.hadoop.conf.Configuration, org.apache.hadoop.fs.FileSystem, org.apache.hadoop.mapred.InputSplit[])">createSplitFiles</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;jobSubmitDir, <A HREF="../../../../../org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</A>&nbsp;conf, <A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</A>&nbsp;fs, <A HREF="../../../../../org/apache/hadoop/mapred/InputSplit.html" title="interface in org.apache.hadoop.mapred">InputSplit</A>[]&nbsp;splits)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY=""> <TR ALIGN="right" VALIGN=""> <TD NOWRAP><FONT SIZE="-1"> <CODE>&lt;T extends <A HREF="../../../../../org/apache/hadoop/mapreduce/InputSplit.html" title="class in org.apache.hadoop.mapreduce">InputSplit</A>&gt; <BR> void</CODE></FONT></TD> </TR> </TABLE> </CODE></FONT></TD> <TD><CODE><B>JobSplitWriter.</B><B><A HREF="../../../../../org/apache/hadoop/mapreduce/split/JobSplitWriter.html#createSplitFiles(org.apache.hadoop.fs.Path, org.apache.hadoop.conf.Configuration, org.apache.hadoop.fs.FileSystem, java.util.List)">createSplitFiles</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;jobSubmitDir, <A HREF="../../../../../org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</A>&nbsp;conf, <A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</A>&nbsp;fs, <A HREF="http://java.sun.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="../../../../../org/apache/hadoop/mapreduce/InputSplit.html" title="class in org.apache.hadoop.mapreduce">InputSplit</A>&gt;&nbsp;splits)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY=""> <TR ALIGN="right" VALIGN=""> <TD NOWRAP><FONT SIZE="-1"> <CODE>&lt;T extends <A HREF="../../../../../org/apache/hadoop/mapreduce/InputSplit.html" title="class in org.apache.hadoop.mapreduce">InputSplit</A>&gt; <BR> void</CODE></FONT></TD> </TR> </TABLE> </CODE></FONT></TD> <TD><CODE><B>JobSplitWriter.</B><B><A HREF="../../../../../org/apache/hadoop/mapreduce/split/JobSplitWriter.html#createSplitFiles(org.apache.hadoop.fs.Path, org.apache.hadoop.conf.Configuration, org.apache.hadoop.fs.FileSystem, T[])">createSplitFiles</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;jobSubmitDir, <A HREF="../../../../../org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</A>&nbsp;conf, <A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</A>&nbsp;fs, T[]&nbsp;splits)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/apache/hadoop/mapreduce/split/JobSplit.TaskSplitMetaInfo.html" title="class in org.apache.hadoop.mapreduce.split">JobSplit.TaskSplitMetaInfo</A>[]</CODE></FONT></TD> <TD><CODE><B>SplitMetaInfoReader.</B><B><A HREF="../../../../../org/apache/hadoop/mapreduce/split/SplitMetaInfoReader.html#readSplitMetaInfo(org.apache.hadoop.mapreduce.JobID, org.apache.hadoop.fs.FileSystem, org.apache.hadoop.conf.Configuration, org.apache.hadoop.fs.Path)">readSplitMetaInfo</A></B>(<A HREF="../../../../../org/apache/hadoop/mapreduce/JobID.html" title="class in org.apache.hadoop.mapreduce">JobID</A>&nbsp;jobId, <A HREF="../../../../../org/apache/hadoop/fs/FileSystem.html" title="class in org.apache.hadoop.fs">FileSystem</A>&nbsp;fs, <A HREF="../../../../../org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</A>&nbsp;conf, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;jobSubmitDir)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.hadoop.security"><!-- --></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/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A> in <A HREF="../../../../../org/apache/hadoop/security/package-summary.html">org.apache.hadoop.security</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/hadoop/security/package-summary.html">org.apache.hadoop.security</A> with parameters of type <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/apache/hadoop/security/Credentials.html" title="class in org.apache.hadoop.security">Credentials</A></CODE></FONT></TD> <TD><CODE><B>Credentials.</B><B><A HREF="../../../../../org/apache/hadoop/security/Credentials.html#readTokenStorageFile(org.apache.hadoop.fs.Path, org.apache.hadoop.conf.Configuration)">readTokenStorageFile</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;filename, <A HREF="../../../../../org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</A>&nbsp;conf)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Convenience method for reading a token storage file, and loading the Tokens therein in the passed UGI</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>Credentials.</B><B><A HREF="../../../../../org/apache/hadoop/security/Credentials.html#writeTokenStorageFile(org.apache.hadoop.fs.Path, org.apache.hadoop.conf.Configuration)">writeTokenStorageFile</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;filename, <A HREF="../../../../../org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</A>&nbsp;conf)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.hadoop.util"><!-- --></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/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A> in <A HREF="../../../../../org/apache/hadoop/util/package-summary.html">org.apache.hadoop.util</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/hadoop/util/package-summary.html">org.apache.hadoop.util</A> that return <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>[]</CODE></FONT></TD> <TD><CODE><B>StringUtils.</B><B><A HREF="../../../../../org/apache/hadoop/util/StringUtils.html#stringToPath(java.lang.String[])">stringToPath</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>[]&nbsp;str)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </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/hadoop/util/package-summary.html">org.apache.hadoop.util</A> with parameters of type <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;void</CODE></FONT></TD> <TD><CODE><B>DiskChecker.</B><B><A HREF="../../../../../org/apache/hadoop/util/DiskChecker.html#checkDir(org.apache.hadoop.fs.LocalFileSystem, org.apache.hadoop.fs.Path, org.apache.hadoop.fs.permission.FsPermission)">checkDir</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/LocalFileSystem.html" title="class in org.apache.hadoop.fs">LocalFileSystem</A>&nbsp;localFS, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;dir, <A HREF="../../../../../org/apache/hadoop/fs/permission/FsPermission.html" title="class in org.apache.hadoop.fs.permission">FsPermission</A>&nbsp;expected)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create the local directory if necessary, check permissions and also ensure it can be read from and written into.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B>DiskChecker.</B><B><A HREF="../../../../../org/apache/hadoop/util/DiskChecker.html#mkdirsWithExistsAndPermissionCheck(org.apache.hadoop.fs.LocalFileSystem, org.apache.hadoop.fs.Path, org.apache.hadoop.fs.permission.FsPermission)">mkdirsWithExistsAndPermissionCheck</A></B>(<A HREF="../../../../../org/apache/hadoop/fs/LocalFileSystem.html" title="class in org.apache.hadoop.fs">LocalFileSystem</A>&nbsp;localFS, <A HREF="../../../../../org/apache/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs">Path</A>&nbsp;dir, <A HREF="../../../../../org/apache/hadoop/fs/permission/FsPermission.html" title="class in org.apache.hadoop.fs.permission">FsPermission</A>&nbsp;expected)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create the directory or check permissions if it already exists.</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/hadoop/fs/Path.html" title="class in org.apache.hadoop.fs"><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/hadoop/fs//class-usePath.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="Path.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> Copyright &copy; 2009 The Apache Software Foundation </BODY> </HTML>
support/apache-cassandra-2.2.1/javadoc/org/apache/cassandra/utils/concurrent/class-use/SharedCloseable.html
mitch-kyle/message-board
<!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_45) on Fri Aug 28 09:51:33 EDT 2015 --> <title>Uses of Interface org.apache.cassandra.utils.concurrent.SharedCloseable (apache-cassandra API)</title> <meta name="date" content="2015-08-28"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Interface org.apache.cassandra.utils.concurrent.SharedCloseable (apache-cassandra API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../org/apache/cassandra/utils/concurrent/SharedCloseable.html" title="interface in org.apache.cassandra.utils.concurrent">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/cassandra/utils/concurrent/class-use/SharedCloseable.html" target="_top">Frames</a></li> <li><a href="SharedCloseable.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Interface org.apache.cassandra.utils.concurrent.SharedCloseable" class="title">Uses of Interface<br>org.apache.cassandra.utils.concurrent.SharedCloseable</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../../org/apache/cassandra/utils/concurrent/SharedCloseable.html" title="interface in org.apache.cassandra.utils.concurrent">SharedCloseable</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Package</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#org.apache.cassandra.io.sstable">org.apache.cassandra.io.sstable</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#org.apache.cassandra.io.util">org.apache.cassandra.io.util</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="#org.apache.cassandra.utils">org.apache.cassandra.utils</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#org.apache.cassandra.utils.concurrent">org.apache.cassandra.utils.concurrent</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="org.apache.cassandra.io.sstable"> <!-- --> </a> <h3>Uses of <a href="../../../../../../org/apache/cassandra/utils/concurrent/SharedCloseable.html" title="interface in org.apache.cassandra.utils.concurrent">SharedCloseable</a> in <a href="../../../../../../org/apache/cassandra/io/sstable/package-summary.html">org.apache.cassandra.io.sstable</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../../../../org/apache/cassandra/io/sstable/package-summary.html">org.apache.cassandra.io.sstable</a> that implement <a href="../../../../../../org/apache/cassandra/utils/concurrent/SharedCloseable.html" title="interface in org.apache.cassandra.utils.concurrent">SharedCloseable</a></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> <tbody> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/cassandra/io/sstable/IndexSummary.html" title="class in org.apache.cassandra.io.sstable">IndexSummary</a></span></code>&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.apache.cassandra.io.util"> <!-- --> </a> <h3>Uses of <a href="../../../../../../org/apache/cassandra/utils/concurrent/SharedCloseable.html" title="interface in org.apache.cassandra.utils.concurrent">SharedCloseable</a> in <a href="../../../../../../org/apache/cassandra/io/util/package-summary.html">org.apache.cassandra.io.util</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../../../../org/apache/cassandra/io/util/package-summary.html">org.apache.cassandra.io.util</a> that implement <a href="../../../../../../org/apache/cassandra/utils/concurrent/SharedCloseable.html" title="interface in org.apache.cassandra.utils.concurrent">SharedCloseable</a></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> <tbody> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/cassandra/io/util/BufferedPoolingSegmentedFile.html" title="class in org.apache.cassandra.io.util">BufferedPoolingSegmentedFile</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/cassandra/io/util/BufferedSegmentedFile.html" title="class in org.apache.cassandra.io.util">BufferedSegmentedFile</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/cassandra/io/util/ChannelProxy.html" title="class in org.apache.cassandra.io.util">ChannelProxy</a></span></code> <div class="block">A proxy of a FileChannel that: - implements reference counting - exports only thread safe FileChannel operations - wraps IO exceptions into runtime exceptions Tested by RandomAccessReaderTest.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/cassandra/io/util/CompressedPoolingSegmentedFile.html" title="class in org.apache.cassandra.io.util">CompressedPoolingSegmentedFile</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/cassandra/io/util/CompressedSegmentedFile.html" title="class in org.apache.cassandra.io.util">CompressedSegmentedFile</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/cassandra/io/util/MmappedSegmentedFile.html" title="class in org.apache.cassandra.io.util">MmappedSegmentedFile</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/cassandra/io/util/PoolingSegmentedFile.html" title="class in org.apache.cassandra.io.util">PoolingSegmentedFile</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/cassandra/io/util/SafeMemory.html" title="class in org.apache.cassandra.io.util">SafeMemory</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/cassandra/io/util/SegmentedFile.html" title="class in org.apache.cassandra.io.util">SegmentedFile</a></span></code> <div class="block">Abstracts a read-only file that has been split into segments, each of which can be represented by an independent FileDataInput.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.apache.cassandra.utils"> <!-- --> </a> <h3>Uses of <a href="../../../../../../org/apache/cassandra/utils/concurrent/SharedCloseable.html" title="interface in org.apache.cassandra.utils.concurrent">SharedCloseable</a> in <a href="../../../../../../org/apache/cassandra/utils/package-summary.html">org.apache.cassandra.utils</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subinterfaces, and an explanation"> <caption><span>Subinterfaces of <a href="../../../../../../org/apache/cassandra/utils/concurrent/SharedCloseable.html" title="interface in org.apache.cassandra.utils.concurrent">SharedCloseable</a> in <a href="../../../../../../org/apache/cassandra/utils/package-summary.html">org.apache.cassandra.utils</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Interface and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>interface&nbsp;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/cassandra/utils/IFilter.html" title="interface in org.apache.cassandra.utils">IFilter</a></span></code>&nbsp;</td> </tr> </tbody> </table> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../../../../org/apache/cassandra/utils/package-summary.html">org.apache.cassandra.utils</a> that implement <a href="../../../../../../org/apache/cassandra/utils/concurrent/SharedCloseable.html" title="interface in org.apache.cassandra.utils.concurrent">SharedCloseable</a></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> <tbody> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/cassandra/utils/AlwaysPresentFilter.html" title="class in org.apache.cassandra.utils">AlwaysPresentFilter</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/cassandra/utils/BloomFilter.html" title="class in org.apache.cassandra.utils">BloomFilter</a></span></code>&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.apache.cassandra.utils.concurrent"> <!-- --> </a> <h3>Uses of <a href="../../../../../../org/apache/cassandra/utils/concurrent/SharedCloseable.html" title="interface in org.apache.cassandra.utils.concurrent">SharedCloseable</a> in <a href="../../../../../../org/apache/cassandra/utils/concurrent/package-summary.html">org.apache.cassandra.utils.concurrent</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../../../../org/apache/cassandra/utils/concurrent/package-summary.html">org.apache.cassandra.utils.concurrent</a> that implement <a href="../../../../../../org/apache/cassandra/utils/concurrent/SharedCloseable.html" title="interface in org.apache.cassandra.utils.concurrent">SharedCloseable</a></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> <tbody> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/cassandra/utils/concurrent/SharedCloseableImpl.html" title="class in org.apache.cassandra.utils.concurrent">SharedCloseableImpl</a></span></code> <div class="block">A simple abstract implementation of SharedCloseable</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/cassandra/utils/concurrent/WrappedSharedCloseable.html" title="class in org.apache.cassandra.utils.concurrent">WrappedSharedCloseable</a></span></code> <div class="block">An implementation of SharedCloseable that wraps a normal AutoCloseable, ensuring its close method is only called when all instances of SharedCloseable have been</div> </td> </tr> </tbody> </table> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../org/apache/cassandra/utils/concurrent/package-summary.html">org.apache.cassandra.utils.concurrent</a> that return <a href="../../../../../../org/apache/cassandra/utils/concurrent/SharedCloseable.html" title="interface in org.apache.cassandra.utils.concurrent">SharedCloseable</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/cassandra/utils/concurrent/SharedCloseable.html" title="interface in org.apache.cassandra.utils.concurrent">SharedCloseable</a></code></td> <td class="colLast"><span class="typeNameLabel">SharedCloseable.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/cassandra/utils/concurrent/SharedCloseable.html#sharedCopy--">sharedCopy</a></span>()</code>&nbsp;</td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../org/apache/cassandra/utils/concurrent/SharedCloseable.html" title="interface in org.apache.cassandra.utils.concurrent">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/cassandra/utils/concurrent/class-use/SharedCloseable.html" target="_top">Frames</a></li> <li><a href="SharedCloseable.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; 2015 The Apache Software Foundation</small></p> </body> </html>
core/templates/pages/delete-account-page/templates/delete-account-modal.component.html
brianrodri/oppia
<div class="modal-header"> <h3 [innerHTML]="'I18N_DELETE_ACCOUNT_PAGE_HEADING' | translate"></h3> </div> <form> <div class="modal-body"> <p [innerHTML]="'I18N_DELETE_ACCOUNT_PAGE_MODAL_TEXT' | translate"></p> <input class="form-control protractor-test-confirm-username-field required" [(ngModel)]="username" aria-label="Username" name="deleteAccountModel" autofocus> </div> <div class="modal-footer"> <button [innerHTML]="'I18N_MODAL_CANCEL_BUTTON' | translate" class="btn btn-secondary" (click)="cancel()"> </button> <button [innerHTML]="'I18N_DELETE_ACCOUNT_PAGE_BUTTON' | translate" class="btn btn-danger protractor-test-confirm-deletion-button" type="submit" [disabled]="!isValid()" (click)="confirm()"> </button> </div> </form>
legacy/api-1.1/org/apache/struts/tiles/actions/class-use/ReloadDefinitionsAction.html
codelibs/cl-struts
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN""http://www.w3.org/TR/REC-html40/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc on Fri Aug 22 03:43:44 EDT 2003 --> <TITLE> Uses of Class org.apache.struts.tiles.actions.ReloadDefinitionsAction (Apache Struts API Documentation) </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> </HEAD> <SCRIPT> function asd() { parent.document.title="Uses of Class org.apache.struts.tiles.actions.ReloadDefinitionsAction (Apache Struts API Documentation)"; } </SCRIPT> <BODY BGCOLOR="white" onload="asd();"> <!-- ========== START OF NAVBAR ========== --> <A NAME="navbar_top"><!-- --></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"> <TR> <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3"> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/apache/struts/tiles/actions/ReloadDefinitionsAction.html"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html" TARGET="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="ReloadDefinitionsAction.html" TARGET="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp; <SCRIPT> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../allclasses-noframe.html" TARGET=""><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../allclasses-noframe.html" TARGET=""><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <!-- =========== END OF NAVBAR =========== --> <HR> <CENTER> <H2> <B>Uses of Class<br>org.apache.struts.tiles.actions.ReloadDefinitionsAction</B></H2> </CENTER> No usage of org.apache.struts.tiles.actions.ReloadDefinitionsAction <P> <HR> <!-- ========== START OF NAVBAR ========== --> <A NAME="navbar_bottom"><!-- --></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"> <TR> <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3"> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/apache/struts/tiles/actions/ReloadDefinitionsAction.html"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html" TARGET="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="ReloadDefinitionsAction.html" TARGET="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp; <SCRIPT> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../allclasses-noframe.html" TARGET=""><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../allclasses-noframe.html" TARGET=""><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <!-- =========== END OF NAVBAR =========== --> <HR> Copyright © 2000-2003 - Apache Software Foundation </BODY> </HTML>
tools/jruby/lib/ruby/gems/1.8/doc/rspec-1.2.6/rdoc/classes/Spec/Mocks/Space.src/M000297.html
turbine-rpowers/gocd-add-agent-sandbox-config
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <title>add (Spec::Mocks::Space)</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <link rel="stylesheet" href="../../../.././rdoc-style.css" type="text/css" media="screen" /> </head> <body class="standalone-code"> <pre><span class="ruby-comment cmt"># File lib/spec/mocks/space.rb, line 4</span> <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">add</span>(<span class="ruby-identifier">obj</span>) <span class="ruby-identifier">mocks</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-identifier">obj</span> <span class="ruby-keyword kw">unless</span> <span class="ruby-identifier">mocks</span>.<span class="ruby-identifier">detect</span> {<span class="ruby-operator">|</span><span class="ruby-identifier">m</span><span class="ruby-operator">|</span> <span class="ruby-identifier">m</span>.<span class="ruby-identifier">equal?</span> <span class="ruby-identifier">obj</span>} <span class="ruby-keyword kw">end</span></pre> </body> </html>
docs/apidocs/com/google/zxing/client/result/class-use/BookmarkDoCoMoResultParser.html
zxing/zxing
<!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 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class com.google.zxing.client.result.BookmarkDoCoMoResultParser (ZXing 3.4.1 API)</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="Uses of Class com.google.zxing.client.result.BookmarkDoCoMoResultParser (ZXing 3.4.1 API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../com/google/zxing/client/result/BookmarkDoCoMoResultParser.html" title="class in com.google.zxing.client.result">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?com/google/zxing/client/result/class-use/BookmarkDoCoMoResultParser.html" target="_top">Frames</a></li> <li><a href="BookmarkDoCoMoResultParser.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class com.google.zxing.client.result.BookmarkDoCoMoResultParser" class="title">Uses of Class<br>com.google.zxing.client.result.BookmarkDoCoMoResultParser</h2> </div> <div class="classUseContainer">No usage of com.google.zxing.client.result.BookmarkDoCoMoResultParser</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../com/google/zxing/client/result/BookmarkDoCoMoResultParser.html" title="class in com.google.zxing.client.result">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?com/google/zxing/client/result/class-use/BookmarkDoCoMoResultParser.html" target="_top">Frames</a></li> <li><a href="BookmarkDoCoMoResultParser.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2020. All rights reserved.</small></p> </body> </html>
wenliandroid/unpacked/assets/www/chapter878.html
yighu/wenli
<div> <h3>第二章</h3> <p>1彼谓我曰、人子欤、尔足其立、我将谕尔、</p> <p>2言时、其神入我、使我足立、闻谕我者曰、</p> <p>3人子欤、我遣尔诣以色列人、彼乃悖逆之邦、悖逆乎我、彼与列祖、获罪于我、迄至今日、</p> <p>4其人颜厚心顽、我遣尔诣之曰、主耶和华有言告尔、</p> <p>5彼乃悖逆之家、或听或否、必知有先知在其中、</p> <p>6惟尔人子、虽居荆棘蒺藜与蝎之中、勿畏之、亦勿畏其言、彼虽悖逆之家、勿畏其言、勿惧其貌、</p> <p>7彼悖逆特甚、其听与否、尔必以我言告之、</p> <p>8惟尔人子、其听我言、尔毋悖逆、若彼悖逆之家、当启尔口、食我所赐、</p> <p>9我观之、见有手向我而伸、手中有卷、</p> <p>10展于我前、内外皆有文字、其所录者、哀号惨怛祸患、</p> </div>
doc/help/man-mime.convs.html
apple/cups
<!DOCTYPE HTML> <html> <!-- SECTION: Man Pages --> <head> <link rel="stylesheet" type="text/css" href="../cups-printable.css"> <title>mime.convs(5)</title> </head> <body> <h1 class="title">mime.convs(5)</h1> <h2 class="title"><a name="NAME">Name</a></h2> mime.convs - mime type conversion file for cups (deprecated) <h2 class="title"><a name="DESCRIPTION">Description</a></h2> The <b>mime.convs</b> file defines the filters that are available for converting files from one format to another. The standard filters support text, PDF, PostScript, and many types of image files. <p>Additional filters are specified in files with the extension <i>.convs</i> in the CUPS configuration directory. <p>Each line in the <b>mime.convs</b> file is a comment, blank, or filter line. Comment lines start with the # character. Filter lines specify the source and destination MIME types along with a relative cost associated with the filter and the filter to run: <pre class="man"> source/type destination/type cost filter </pre> The <i>source/type</i> field specifies the source MIME media type that is consumed by the filter. <p>The <i>destination/type</i> field specifies the destination MIME media type that is produced by the filter. <p>The <i>cost</i> field specifies the relative cost for running the filter. A value of 100 means that the filter uses a large amount of resources while a value of 0 means that the filter uses very few resources. <p>The <i>filter</i> field specifies the filter program filename. Filenames are relative to the CUPS filter directory. <h2 class="title"><a name="FILES">Files</a></h2> <i>/etc/cups</i> - Typical CUPS configuration directory. <br> <i>/usr/lib/cups/filter</i> - Typical CUPS filter directory. <br> <i>/usr/libexec/cups/filter</i> - CUPS filter directory on macOS. <h2 class="title"><a name="EXAMPLES">Examples</a></h2> Define a filter that converts PostScript documents to CUPS Raster format: <pre class="man"> application/vnd.cups-postscript application/vnd.cups-raster 50 pstoraster </pre> <h2 class="title"><a name="NOTES">Notes</a></h2> CUPS filters are deprecated and will no longer be supported in a future feature release of CUPS. Printers that do not support IPP can be supported using applications such as <b>ippeveprinter</b>(1). <h2 class="title"><a name="SEE_ALSO">See Also</a></h2> <b>cups-files.conf</b>(5), <b>cupsd.conf</b>(5), <b>cupsd</b>(8), <b>cupsfilter</b>(8), <b>mime.types</b>(5), CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>) <h2 class="title"><a name="COPYRIGHT">Copyright</a></h2> Copyright &copy; 2007-2019 by Apple Inc. </body> </html>
docs/apidocs/org/apache/flume/channel/jdbc/JdbcChannelProvider.html
wangchuande/apache-flume-1.7.0
<!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_80) on Wed Oct 12 20:49:55 CEST 2016 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>JdbcChannelProvider (Apache Flume 1.7.0 API)</title> <meta name="date" content="2016-10-12"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="JdbcChannelProvider (Apache Flume 1.7.0 API)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/JdbcChannelProvider.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../org/apache/flume/channel/jdbc/JdbcChannelException.html" title="class in org.apache.flume.channel.jdbc"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../../org/apache/flume/channel/jdbc/JdbcChannelProviderFactory.html" title="class in org.apache.flume.channel.jdbc"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/flume/channel/jdbc/JdbcChannelProvider.html" target="_top">Frames</a></li> <li><a href="JdbcChannelProvider.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">org.apache.flume.channel.jdbc</div> <h2 title="Interface JdbcChannelProvider" class="title">Interface JdbcChannelProvider</h2> </div> <div class="contentContainer"> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Known Implementing Classes:</dt> <dd><a href="../../../../../org/apache/flume/channel/jdbc/impl/JdbcChannelProviderImpl.html" title="class in org.apache.flume.channel.jdbc.impl">JdbcChannelProviderImpl</a></dd> </dl> <hr> <br> <pre>public interface <span class="strong">JdbcChannelProvider</span></pre> <div class="block">Service provider interface for JDBC channel providers.</div> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method_summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="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/flume/channel/jdbc/JdbcChannelProvider.html#close()">close</a></strong>()</code> <div class="block">Deinitializes the channel provider.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/flume/Transaction.html" title="interface in org.apache.flume">Transaction</a></code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/flume/channel/jdbc/JdbcChannelProvider.html#getTransaction()">getTransaction</a></strong>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/flume/channel/jdbc/JdbcChannelProvider.html#initialize(org.apache.flume.Context)">initialize</a></strong>(<a href="../../../../../org/apache/flume/Context.html" title="class in org.apache.flume">Context</a>&nbsp;context)</code> <div class="block">Initializes the channel provider.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/flume/channel/jdbc/JdbcChannelProvider.html#persistEvent(java.lang.String,%20org.apache.flume.Event)">persistEvent</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;channelName, <a href="../../../../../org/apache/flume/Event.html" title="interface in org.apache.flume">Event</a>&nbsp;event)</code> <div class="block">Writes the event to the persistent store.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/flume/Event.html" title="interface in org.apache.flume">Event</a></code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/flume/channel/jdbc/JdbcChannelProvider.html#removeEvent(java.lang.String)">removeEvent</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;channelName)</code> <div class="block">Removes the next event for the named channel from the underlying persistent store.</div> </td> </tr> </table> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method_detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="initialize(org.apache.flume.Context)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>initialize</h4> <pre>void&nbsp;initialize(<a href="../../../../../org/apache/flume/Context.html" title="class in org.apache.flume">Context</a>&nbsp;context)</pre> <div class="block">Initializes the channel provider. This method must be called before the channel can be used in any way.</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>context</code> - the configuration for the system</dd></dl> </li> </ul> <a name="close()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>close</h4> <pre>void&nbsp;close()</pre> <div class="block">Deinitializes the channel provider. Once this method is called, the channel provider cannot be used and must be discarded.</div> </li> </ul> <a name="persistEvent(java.lang.String, org.apache.flume.Event)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>persistEvent</h4> <pre>void&nbsp;persistEvent(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;channelName, <a href="../../../../../org/apache/flume/Event.html" title="interface in org.apache.flume">Event</a>&nbsp;event)</pre> <div class="block">Writes the event to the persistent store.</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>channelName</code> - </dd><dd><code>event</code> - </dd></dl> </li> </ul> <a name="removeEvent(java.lang.String)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>removeEvent</h4> <pre><a href="../../../../../org/apache/flume/Event.html" title="interface in org.apache.flume">Event</a>&nbsp;removeEvent(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;channelName)</pre> <div class="block">Removes the next event for the named channel from the underlying persistent store.</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>channelName</code> - </dd> <dt><span class="strong">Returns:</span></dt><dd></dd></dl> </li> </ul> <a name="getTransaction()"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>getTransaction</h4> <pre><a href="../../../../../org/apache/flume/Transaction.html" title="interface in org.apache.flume">Transaction</a>&nbsp;getTransaction()</pre> <dl><dt><span class="strong">Returns:</span></dt><dd>the transaction associated with the current thread.</dd></dl> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/JdbcChannelProvider.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../org/apache/flume/channel/jdbc/JdbcChannelException.html" title="class in org.apache.flume.channel.jdbc"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../../org/apache/flume/channel/jdbc/JdbcChannelProviderFactory.html" title="class in org.apache.flume.channel.jdbc"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/flume/channel/jdbc/JdbcChannelProvider.html" target="_top">Frames</a></li> <li><a href="JdbcChannelProvider.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2009-2016 <a href="http://www.apache.org">Apache Software Foundation</a>. All Rights Reserved.</small></p> </body> </html>
bnw/web/templates/pagination-head.html
ojab/bnw
{% if page>0 %}<link href='?{% if page>1 %}page={{ page-1 }}{% end %}' rel='next' />{% end %} {% if hasmes %}<link href='?page={{ page+1 }}' rel='prev' />{% end %}
termbox/docs/index.html
pacemkr/secrets
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <link rel="stylesheet" href="style.css" type="text/css"> <meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type"> <link rel="Start" href="index.html"> <link title="Index of types" rel=Appendix href="index_types.html"> <link title="Index of values" rel=Appendix href="index_values.html"> <link title="Index of modules" rel=Appendix href="index_modules.html"> <link title="Termbox" rel="Chapter" href="Termbox.html"><title></title> </head> <body> <h1></h1> <ul class="indexlist"> <li><a href="index_types.html">Index of types</a></li> <li><a href="index_values.html">Index of values</a></li> <li><a href="index_modules.html">Index of modules</a></li> </ul> <br/><br> <table class="indextable"> <tr><td class="module"><a href="Termbox.html">Termbox</a></td><td><div class="info"> Minimalistic API for creating text-based interfaces. </div> </td></tr> </table> </body> </html>
doc/html/Reference/a00069.html
fineshift/pqxx
<!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>libpqxx: pqxx::plpgsql_error 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="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); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">libpqxx &#160;<span id="projectnumber">4.0.1</span> </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.1.2 --> <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>Modules</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="annotated.html"><span>Class&#160;List</span></a></li> <li><a href="classes.html"><span>Class&#160;Index</span></a></li> <li><a href="hierarchy.html"><span>Class&#160;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> </div><!-- 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('a00069.html','');}); </script> <div id="doc-content"> <div class="header"> <div class="summary"> <a href="#pub-methods">Public Member Functions</a> &#124; <a href="a00257.html">List of all members</a> </div> <div class="headertitle"> <div class="title">pqxx::plpgsql_error Class Reference<div class="ingroups"><a class="el" href="a00207.html">Exception classes</a></div></div> </div> </div><!--header--> <div class="contents"> <p>PL/pgSQL error. <a href="a00069.html#details">More...</a></p> <p><code>#include &lt;<a class="el" href="a00138_source.html">except.hxx</a>&gt;</code></p> <div class="dynheader"> Inheritance diagram for pqxx::plpgsql_error:</div> <div class="dyncontent"> <div class="center"> <img src="a00069.png" usemap="#pqxx::plpgsql_error_map" alt=""/> <map id="pqxx::plpgsql_error_map" name="pqxx::plpgsql_error_map"> <area href="a00086.html" title="Exception class for failed queries." alt="pqxx::sql_error" shape="rect" coords="187,112,364,136"/> <area href="a00038.html" title="Run-time failure encountered by libpqxx, similar to std::runtime_error." alt="pqxx::failure" shape="rect" coords="187,56,364,80"/> <area href="a00074.html" title="Mixin base class to identify libpqxx-specific exception types." alt="pqxx::pqxx_exception" shape="rect" coords="187,0,364,24"/> <area href="a00070.html" alt="pqxx::plpgsql_no_data_found" shape="rect" coords="0,224,177,248"/> <area href="a00071.html" title="Exception raised in PL/pgSQL procedure." alt="pqxx::plpgsql_raise" shape="rect" coords="187,224,364,248"/> <area href="a00072.html" alt="pqxx::plpgsql_too_many_rows" shape="rect" coords="374,224,551,248"/> </map> </div></div> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2><a name="pub-methods"></a> Public Member Functions</h2></td></tr> <tr class="memitem:abb0f0e6d4eaebe63d7409c244ffa9b06"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00069.html#abb0f0e6d4eaebe63d7409c244ffa9b06">plpgsql_error</a> (const std::string &amp;err)</td></tr> <tr class="memitem:a346ab5182768a7a9b25c03e45890c601"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00069.html#a346ab5182768a7a9b25c03e45890c601">plpgsql_error</a> (const std::string &amp;err, const std::string &amp;Q)</td></tr> <tr class="inherit_header pub_methods_a00086"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_a00086')"><img src="closed.png" alt="-"/>&nbsp;Public Member Functions inherited from <a class="el" href="a00086.html">pqxx::sql_error</a></td></tr> <tr class="memitem:ad2f7fa865d0410824b39ac27dab99d92 inherit pub_methods_a00086"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00086.html#ad2f7fa865d0410824b39ac27dab99d92">sql_error</a> ()</td></tr> <tr class="memitem:affcbefe5ad9a1cae7073d170f85352d0 inherit pub_methods_a00086"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00086.html#affcbefe5ad9a1cae7073d170f85352d0">sql_error</a> (const std::string &amp;)</td></tr> <tr class="memitem:af3e94ddc4c6428d5a1d7763936a5b781 inherit pub_methods_a00086"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00086.html#af3e94ddc4c6428d5a1d7763936a5b781">sql_error</a> (const std::string &amp;, const std::string &amp;Q)</td></tr> <tr class="memitem:a7db2ae4924fda2aec297cfa1c8363ec7 inherit pub_methods_a00086"><td class="memItemLeft" align="right" valign="top">virtual&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00086.html#a7db2ae4924fda2aec297cfa1c8363ec7">~sql_error</a> () throw ()</td></tr> <tr class="memitem:ae9e8799eed6ff45bbb44e481821cbfa2 inherit pub_methods_a00086"><td class="memItemLeft" align="right" valign="top">const std::string &amp;PQXX_PURE&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00086.html#ae9e8799eed6ff45bbb44e481821cbfa2">query</a> () const throw ()</td></tr> <tr class="memdesc:ae9e8799eed6ff45bbb44e481821cbfa2 inherit pub_methods_a00086"><td class="mdescLeft">&#160;</td><td class="mdescRight">The query whose execution triggered the exception. <a href="#ae9e8799eed6ff45bbb44e481821cbfa2"></a><br/></td></tr> <tr class="inherit_header pub_methods_a00038"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_a00038')"><img src="closed.png" alt="-"/>&nbsp;Public Member Functions inherited from <a class="el" href="a00038.html">pqxx::failure</a></td></tr> <tr class="memitem:a0e7e8831fed026375c499ee03f501f50 inherit pub_methods_a00038"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00038.html#a0e7e8831fed026375c499ee03f501f50">failure</a> (const std::string &amp;)</td></tr> <tr class="inherit_header pub_methods_a00074"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_a00074')"><img src="closed.png" alt="-"/>&nbsp;Public Member Functions inherited from <a class="el" href="a00074.html">pqxx::pqxx_exception</a></td></tr> <tr class="memitem:a9386d73e8176de81de9b1fe38afa6952 inherit pub_methods_a00074"><td class="memItemLeft" align="right" valign="top">virtual&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00074.html#a9386d73e8176de81de9b1fe38afa6952">~pqxx_exception</a> ()=0 throw ()</td></tr> <tr class="memdesc:a9386d73e8176de81de9b1fe38afa6952 inherit pub_methods_a00074"><td class="mdescLeft">&#160;</td><td class="mdescRight">Support run-time polymorphism, and keep this class abstract. <a href="#a9386d73e8176de81de9b1fe38afa6952"></a><br/></td></tr> <tr class="memitem:a27f927cf3a5f478abc29337d02767144 inherit pub_methods_a00074"><td class="memItemLeft" align="right" valign="top">virtual const PQXX_CONST <br class="typebreak"/> std::exception &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00074.html#a27f927cf3a5f478abc29337d02767144">base</a> () const =0 throw ()</td></tr> <tr class="memdesc:a27f927cf3a5f478abc29337d02767144 inherit pub_methods_a00074"><td class="mdescLeft">&#160;</td><td class="mdescRight">Return std::exception base-class object. <a href="#a27f927cf3a5f478abc29337d02767144"></a><br/></td></tr> </table> <a name="details" id="details"></a><h2>Detailed Description</h2> <div class="textblock"><p>PL/pgSQL error. </p> <p>Exceptions derived from this class are errors from PL/pgSQL procedures. </p> </div><h2>Constructor &amp; Destructor Documentation</h2> <a class="anchor" id="abb0f0e6d4eaebe63d7409c244ffa9b06"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">pqxx::plpgsql_error::plpgsql_error </td> <td>(</td> <td class="paramtype">const std::string &amp;&#160;</td> <td class="paramname"><em>err</em></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">explicit</span></span> </td> </tr> </table> </div><div class="memdoc"> </div> </div> <a class="anchor" id="a346ab5182768a7a9b25c03e45890c601"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">pqxx::plpgsql_error::plpgsql_error </td> <td>(</td> <td class="paramtype">const std::string &amp;&#160;</td> <td class="paramname"><em>err</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">const std::string &amp;&#160;</td> <td class="paramname"><em>Q</em>&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td> </tr> </table> </div><div class="memdoc"> </div> </div> <hr/>The documentation for this class was generated from the following file:<ul> <li><a class="el" href="a00138_source.html">except.hxx</a></li> </ul> </div><!-- contents --> </div><!-- doc-content --> <!-- start footer part --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <ul> <li class="navelem"><a class="el" href="a00176.html">pqxx</a></li><li class="navelem"><a class="el" href="a00069.html">plpgsql_error</a></li> <li class="footer">Generated on Sun Jan 20 2013 13:09:11 for libpqxx by <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.1.2 </li> </ul> </div> </body> </html>
web-gallery/static/styles/process.css
VIS000/TyphoonCMS
body.process-template{background-color:#bce0ee;background-image:none;padding:0 10px}body.process-template.black{background-color:#000}body.process-template.black #footer a,body.process-template.black #footer p{color:#fff}body.process-template #container{width:766px;margin-top:12px;position:relative}body#popup.process-template #container{width:720px} body.process-template #header{width:auto;padding:0;position:relative;padding-left:20px}body.process-template.black #header{padding:0}body.process-template #header h1 a{height:54px}body.secure-page #header h1 a{height:42px}body.process-template #process-content{clear:left;margin-top:18px}body.process-template #footer{padding-right:0;padding-top:16px} body.process-template #column1{float:none;width:auto}body#landing.process-template #column1,body#reauthenticate.process-template #column1{float:left;width:404px;clear:left}body#landing.process-template #column2,body#reauthenticate.process-template #column2{float:left;width:310px}body#landing.process-template #column1 .cb,body#reauthenticate.process-template #column1 .cb,body#popup.process-template #column1 .cb{margin:0 8px 8px 0} body#landing.process-template #column2 .cb,body#reauthenticate.process-template #column2 .cb,body#popup.process-template #column2 .cb{margin-right:0}body#popup.process-template #column1{width:354px;float:left}body#popup.process-template #column2{width:314px;float:left}body.process-template #content.wide{padding:0 8px} body.process-template #content{padding:0 21px}body.plain-template #content{padding-bottom:21px}ul.stats{list-style:none;margin:0;position:absolute;left:0;top:56px;z-index:1}ul.stats li{margin:0;float:left;color:#fc6204;text-align:right}ul.stats li.stats-online{width:395px}ul.stats li.stats-visited{width:310px} #register ul.stats li.stats-online{width:435px}#register ul.stats li.stats-visited{width:269px}#logout ul.stats li.stats-online,#popup ul.stats li.stats-online{width:346px}#logout ul.stats li.stats-visited,#popup ul.stats li.stats-visited{width:313px}ul.stats span.stats-fig{color:#000;font-weight:bold} .process-template-box .bt,.process-template-box .bt div,.process-template-box .bb,.process-template-box .bb div{background-image:url(../../v2/images/box_process.png)}body.process-template #column1 .cb{margin:0}body.process-template #column2 .cbb{margin-right:0}#content .cbb.process_yellow{background:#ffcd0a} #content .cb.process_yellow{background:transparent}#content .process_yellow .bt,#content .process_yellow .bt div{background-image:url(../../v2/images/box_yellow.png)}#content .process_yellow .bb{background-image:url(../../v2/images/box_yellow.png)}#content .process_yellow .bb div{background-image:url(../../v2/images/box_yellow.png)} #content .process_yellow .i1,#content .process_yellow .i2,#content .process_yellow .i3{background:#ffcd0a}#content .process_yellow h2{background:#f29400}body#logout.process-template #content{padding:0}body#logout.process-template #header,body#logout.process-template .flash-message{padding:0 22px}body#logout.process-template .ad-container{margin-left:8px} #header{background:0}
src/contacts/templates/contacts/person/create.html
huang4fstudio/django-contacts
{% extends "contacts/person/base.html" %} {% load i18n %} {% block title %}{{ block.super }}: {% trans "Add a new Person" %}{% endblock %} {% block content_title %} <h2>{% trans "Add a new Person" %}</h2> {% endblock %} {% block content %} <form action="." method="post" accept-charset="utf-8"> {% csrf_token %} {{ form.errors }} <p> <label for="id_first_name">{{ form.first_name.label }}</label> {{ form.first_name }} <label for="id_last_name">{{ form.last_name.label }}</label> {{ form.last_name }} <label for="id_suffix">{{ form.suffix.label }}</label> {{ form.suffix }} </p> <p> <label for="id_title">{{ form.title.label }}</label> {{ form.title }} <label for="id_company">{{ form.company.label }}</label> {{ form.company }} </p> <p> <label for="id_about">{{ form.about.label }}</label><br> {{ form.about }} </p> <p><input type="submit" value="Add"></p> </form> {% endblock %}
vendor/plugins/ror-pairwise/rdoc/classes/LibXML.html
pld/all_our_ideas
<?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" xml:lang="en" lang="en"> <head> <title>Module: LibXML</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <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">LibXML</td> </tr> <tr class="top-aligned-row"> <td><strong>In:</strong></td> <td> </td> </tr> </table> </div> <!-- banner header --> <div id="bodyContent"> <div id="contextContent"> </div> </div> <!-- if includes --> <div id="section"> <div id="class-list"> <h3 class="section-bar">Classes and Modules</h3> Module <a href="LibXML/XML.html" class="link">LibXML::XML</a><br /> </div> <!-- if method_list --> </div> <div id="validator-badges"> <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p> </div> </body> </html>
chrome/forge.html
grammarly/browser-extensions
<script type="text/javascript" src="forge/app_config.js"></script> <script type="text/javascript" src="forge/all-priv.js"></script> {% if defined("plugins") and "jquery" in plugins and "config" in plugins["jquery"] %}\ <script type="text/javascript" src="forge/libs/jquery/jquery-${plugins['jquery']['config']['version']}.min.js"></script> {% end %}\ {% if defined("plugins") and "background" in plugins and "config" in plugins["background"] and "files" in plugins["background"]["config"] %}\ {% for bg_file in plugins["background"]["config"]["files"] %}\ {% if bg_file.startswith('http://') or bg_file.startswith('https://') %}\ <script type="text/javascript" src="${bg_file}"></script> {% end %}\ {% if not bg_file.startswith('/') and not bg_file.startswith('http://') and not bg_file.startswith('https://') %}\ <script type="text/javascript" src="src/${bg_file}"></script> {% end %}\ {% if bg_file.startswith('/') %}\ <script type="text/javascript" src="src${bg_file}"></script> {% end %}\ {% end %}\ {% end if %}\
dist/css/app/center-activity.css
xtao/code
/* Styles that are used in ALL pages. */ /*! * Bootstrap Responsive v2.3.1 * * Copyright 2012 Twitter, Inc * Licensed under the Apache License v2.0 * http://www.apache.org/licenses/LICENSE-2.0 * * Designed and built with all the love in the world @twitter by @mdo and @fat. */ /* line 11, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .clearfix { *zoom: 1; } /* line 15, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .clearfix:before, .clearfix:after { display: table; line-height: 0; content: ""; } /* line 22, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .clearfix:after { clear: both; } /* line 26, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .hide-text { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; } /* line 34, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .input-block-level { display: block; width: 100%; min-height: 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } @-ms-viewport { width: device-width; } /* line 47, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .hidden { display: none; visibility: hidden; } /* line 52, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .visible-phone { display: none !important; } /* line 56, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .visible-tablet { display: none !important; } /* line 60, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .hidden-desktop { display: none !important; } /* line 64, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .visible-desktop { display: inherit !important; } @media (min-width: 768px) and (max-width: 979px) { /* line 69, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .hidden-desktop { display: inherit !important; } /* line 72, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .visible-desktop { display: none !important; } /* line 75, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .visible-tablet { display: inherit !important; } /* line 78, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .hidden-tablet { display: none !important; } } @media (max-width: 767px) { /* line 84, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .hidden-desktop { display: inherit !important; } /* line 87, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .visible-desktop { display: none !important; } /* line 90, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .visible-phone { display: inherit !important; } /* line 93, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .hidden-phone { display: none !important; } } /* line 98, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .visible-print { display: none !important; } @media print { /* line 103, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .visible-print { display: inherit !important; } /* line 106, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .hidden-print { display: none !important; } } @media (min-width: 768px) and (max-width: 979px) { /* line 112, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .row { margin-left: -20px; *zoom: 1; } /* line 116, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .row:before, .row:after { display: table; line-height: 0; content: ""; } /* line 122, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .row:after { clear: both; } /* line 125, ../../../hub/static/css/lib/bootstrap-responsive.scss */ [class*="span"] { float: left; min-height: 1px; margin-left: 20px; } /* line 130, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container { width: 724px; } /* line 136, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .span12 { width: 724px; } /* line 139, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .span11 { width: 662px; } /* line 142, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .span10 { width: 600px; } /* line 145, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .span9 { width: 538px; } /* line 148, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .span8 { width: 476px; } /* line 151, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .span7 { width: 414px; } /* line 154, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .span6 { width: 352px; } /* line 157, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .span5 { width: 290px; } /* line 160, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .span4 { width: 228px; } /* line 163, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .span3 { width: 166px; } /* line 166, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .span2 { width: 104px; } /* line 169, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .span1 { width: 42px; } /* line 172, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .offset12 { margin-left: 764px; } /* line 175, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .offset11 { margin-left: 702px; } /* line 178, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .offset10 { margin-left: 640px; } /* line 181, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .offset9 { margin-left: 578px; } /* line 184, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .offset8 { margin-left: 516px; } /* line 187, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .offset7 { margin-left: 454px; } /* line 190, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .offset6 { margin-left: 392px; } /* line 193, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .offset5 { margin-left: 330px; } /* line 196, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .offset4 { margin-left: 268px; } /* line 199, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .offset3 { margin-left: 206px; } /* line 202, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .offset2 { margin-left: 144px; } /* line 205, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .offset1 { margin-left: 82px; } /* line 208, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .row-fluid { width: 100%; *zoom: 1; } /* line 212, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .row-fluid:before, .row-fluid:after { display: table; line-height: 0; content: ""; } /* line 218, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .row-fluid:after { clear: both; } /* line 221, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .row-fluid [class*="span"] { display: block; float: left; width: 100%; min-height: 30px; margin-left: 2.7624309392265194%; *margin-left: 2.709239449864817%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } /* line 232, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .row-fluid [class*="span"]:first-child { margin-left: 0; } /* line 235, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .row-fluid .controls-row [class*="span"] + [class*="span"] { margin-left: 2.7624309392265194%; } /* line 238, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .row-fluid .span12 { width: 100%; *width: 99.94680851063829%; } /* line 242, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .row-fluid .span11 { width: 91.43646408839778%; *width: 91.38327259903608%; } /* line 246, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .row-fluid .span10 { width: 82.87292817679558%; *width: 82.81973668743387%; } /* line 250, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .row-fluid .span9 { width: 74.30939226519337%; *width: 74.25620077583166%; } /* line 254, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .row-fluid .span8 { width: 65.74585635359117%; *width: 65.69266486422946%; } /* line 258, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .row-fluid .span7 { width: 57.18232044198895%; *width: 57.12912895262725%; } /* line 262, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .row-fluid .span6 { width: 48.61878453038674%; *width: 48.56559304102504%; } /* line 266, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .row-fluid .span5 { width: 40.05524861878453%; *width: 40.00205712942283%; } /* line 270, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .row-fluid .span4 { width: 31.491712707182323%; *width: 31.43852121782062%; } /* line 274, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .row-fluid .span3 { width: 22.92817679558011%; *width: 22.87498530621841%; } /* line 278, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .row-fluid .span2 { width: 14.3646408839779%; *width: 14.311449394616199%; } /* line 282, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .row-fluid .span1 { width: 5.801104972375691%; *width: 5.747913483013988%; } /* line 286, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .row-fluid .offset12 { margin-left: 105.52486187845304%; *margin-left: 105.41847889972962%; } /* line 290, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .row-fluid .offset12:first-child { margin-left: 102.76243093922652%; *margin-left: 102.6560479605031%; } /* line 294, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .row-fluid .offset11 { margin-left: 96.96132596685082%; *margin-left: 96.8549429881274%; } /* line 298, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .row-fluid .offset11:first-child { margin-left: 94.1988950276243%; *margin-left: 94.09251204890089%; } /* line 302, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .row-fluid .offset10 { margin-left: 88.39779005524862%; *margin-left: 88.2914070765252%; } /* line 306, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .row-fluid .offset10:first-child { margin-left: 85.6353591160221%; *margin-left: 85.52897613729868%; } /* line 310, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .row-fluid .offset9 { margin-left: 79.8342541436464%; *margin-left: 79.72787116492299%; } /* line 314, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .row-fluid .offset9:first-child { margin-left: 77.07182320441989%; *margin-left: 76.96544022569647%; } /* line 318, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .row-fluid .offset8 { margin-left: 71.2707182320442%; *margin-left: 71.16433525332079%; } /* line 322, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .row-fluid .offset8:first-child { margin-left: 68.50828729281768%; *margin-left: 68.40190431409427%; } /* line 326, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .row-fluid .offset7 { margin-left: 62.70718232044199%; *margin-left: 62.600799341718584%; } /* line 330, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .row-fluid .offset7:first-child { margin-left: 59.94475138121547%; *margin-left: 59.838368402492065%; } /* line 334, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .row-fluid .offset6 { margin-left: 54.14364640883978%; *margin-left: 54.037263430116376%; } /* line 338, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .row-fluid .offset6:first-child { margin-left: 51.38121546961326%; *margin-left: 51.27483249088986%; } /* line 342, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .row-fluid .offset5 { margin-left: 45.58011049723757%; *margin-left: 45.47372751851417%; } /* line 346, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .row-fluid .offset5:first-child { margin-left: 42.81767955801105%; *margin-left: 42.71129657928765%; } /* line 350, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .row-fluid .offset4 { margin-left: 37.01657458563536%; *margin-left: 36.91019160691196%; } /* line 354, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .row-fluid .offset4:first-child { margin-left: 34.25414364640884%; *margin-left: 34.14776066768544%; } /* line 358, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .row-fluid .offset3 { margin-left: 28.45303867403315%; *margin-left: 28.346655695309746%; } /* line 362, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .row-fluid .offset3:first-child { margin-left: 25.69060773480663%; *margin-left: 25.584224756083227%; } /* line 366, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .row-fluid .offset2 { margin-left: 19.88950276243094%; *margin-left: 19.783119783707537%; } /* line 370, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .row-fluid .offset2:first-child { margin-left: 17.12707182320442%; *margin-left: 17.02068884448102%; } /* line 374, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .row-fluid .offset1 { margin-left: 11.32596685082873%; *margin-left: 11.219583872105325%; } /* line 378, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .row-fluid .offset1:first-child { margin-left: 8.56353591160221%; *margin-left: 8.457152932878806%; } /* line 382, ../../../hub/static/css/lib/bootstrap-responsive.scss */ input, textarea, .uneditable-input { margin-left: 0; } /* line 387, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .controls-row [class*="span"] + [class*="span"] { margin-left: 20px; } /* line 390, ../../../hub/static/css/lib/bootstrap-responsive.scss */ input.span12, textarea.span12, .uneditable-input.span12 { width: 710px; } /* line 395, ../../../hub/static/css/lib/bootstrap-responsive.scss */ input.span11, textarea.span11, .uneditable-input.span11 { width: 648px; } /* line 400, ../../../hub/static/css/lib/bootstrap-responsive.scss */ input.span10, textarea.span10, .uneditable-input.span10 { width: 586px; } /* line 405, ../../../hub/static/css/lib/bootstrap-responsive.scss */ input.span9, textarea.span9, .uneditable-input.span9 { width: 524px; } /* line 410, ../../../hub/static/css/lib/bootstrap-responsive.scss */ input.span8, textarea.span8, .uneditable-input.span8 { width: 462px; } /* line 415, ../../../hub/static/css/lib/bootstrap-responsive.scss */ input.span7, textarea.span7, .uneditable-input.span7 { width: 400px; } /* line 420, ../../../hub/static/css/lib/bootstrap-responsive.scss */ input.span6, textarea.span6, .uneditable-input.span6 { width: 338px; } /* line 425, ../../../hub/static/css/lib/bootstrap-responsive.scss */ input.span5, textarea.span5, .uneditable-input.span5 { width: 276px; } /* line 430, ../../../hub/static/css/lib/bootstrap-responsive.scss */ input.span4, textarea.span4, .uneditable-input.span4 { width: 214px; } /* line 435, ../../../hub/static/css/lib/bootstrap-responsive.scss */ input.span3, textarea.span3, .uneditable-input.span3 { width: 152px; } /* line 440, ../../../hub/static/css/lib/bootstrap-responsive.scss */ input.span2, textarea.span2, .uneditable-input.span2 { width: 90px; } /* line 445, ../../../hub/static/css/lib/bootstrap-responsive.scss */ input.span1, textarea.span1, .uneditable-input.span1 { width: 28px; } } @media (max-width: 767px) { /* line 453, ../../../hub/static/css/lib/bootstrap-responsive.scss */ body { padding-right: 20px; padding-left: 20px; } /* line 457, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top { margin-right: -20px; margin-left: -20px; } /* line 463, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .container-fluid { padding: 0; } /* line 466, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .dl-horizontal dt { float: none; width: auto; clear: none; text-align: left; } /* line 472, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .dl-horizontal dd { margin-left: 0; } /* line 475, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .container { width: auto; } /* line 478, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .row-fluid { width: 100%; } /* line 481, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .row, .thumbnails { margin-left: 0; } /* line 485, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .thumbnails > li { float: none; margin-left: 0; } /* line 489, ../../../hub/static/css/lib/bootstrap-responsive.scss */ [class*="span"], .uneditable-input[class*="span"], .row-fluid [class*="span"] { display: block; float: none; width: 100%; margin-left: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } /* line 500, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .span12, .row-fluid .span12 { width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } /* line 507, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .row-fluid [class*="offset"]:first-child { margin-left: 0; } /* line 510, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .input-large, .input-xlarge, .input-xxlarge, input[class*="span"], select[class*="span"], textarea[class*="span"], .uneditable-input { display: block; width: 100%; min-height: 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } /* line 524, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .input-prepend input, .input-append input, .input-prepend input[class*="span"], .input-append input[class*="span"] { display: inline-block; width: auto; } /* line 531, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .controls-row [class*="span"] + [class*="span"] { margin-left: 0; } /* line 534, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .modal { position: fixed; top: 20px; right: 20px; left: 20px; width: auto; margin: 0; } /* line 542, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .modal.fade { top: -100px; } /* line 545, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .modal.fade.in { top: 20px; } } @media (max-width: 480px) { /* line 551, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .nav-collapse { -webkit-transform: translate3d(0, 0, 0); } /* line 554, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .page-header h1 small { display: block; line-height: 20px; } /* line 558, ../../../hub/static/css/lib/bootstrap-responsive.scss */ input[type="checkbox"], input[type="radio"] { border: 1px solid #ccc; } /* line 562, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .form-horizontal .control-label { float: none; width: auto; padding-top: 0; text-align: left; } /* line 568, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .form-horizontal .controls { margin-left: 0; } /* line 571, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .form-horizontal .control-list { padding-top: 0; } /* line 574, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .form-horizontal .form-actions { padding-right: 10px; padding-left: 10px; } /* line 578, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .media .pull-left, .media .pull-right { display: block; float: none; margin-bottom: 10px; } /* line 584, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .media-object { margin-right: 0; margin-left: 0; } /* line 588, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .modal { top: 10px; right: 10px; left: 10px; } /* line 593, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .modal-header .close { padding: 10px; margin: -10px; } /* line 597, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .carousel-caption { position: static; } } @media (max-width: 979px) { /* line 603, ../../../hub/static/css/lib/bootstrap-responsive.scss */ body { padding-top: 0; } /* line 606, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .navbar-fixed-top, .navbar-fixed-bottom { position: static; } /* line 610, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .navbar-fixed-top { margin-bottom: 20px; } /* line 613, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .navbar-fixed-bottom { margin-top: 20px; } /* line 616, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner { padding: 5px; } /* line 620, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .navbar .container { width: auto; padding: 0; } /* line 624, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .navbar .brand { padding-right: 10px; padding-left: 10px; margin: 0 0 0 -5px; } /* line 629, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .nav-collapse { clear: both; } /* line 632, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .nav-collapse .nav { float: none; margin: 0 0 10px; } /* line 636, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .nav-collapse .nav > li { float: none; } /* line 639, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .nav-collapse .nav > li > a { margin-bottom: 2px; } /* line 642, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .nav-collapse .nav > .divider-vertical { display: none; } /* line 645, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .nav-collapse .nav .nav-header { color: #777777; text-shadow: none; } /* line 649, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a { padding: 9px 15px; font-weight: bold; color: #777777; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } /* line 658, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .nav-collapse .btn { padding: 4px 10px 4px; font-weight: normal; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } /* line 665, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .nav-collapse .dropdown-menu li + li a { margin-bottom: 2px; } /* line 668, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .nav-collapse .nav > li > a:hover, .nav-collapse .nav > li > a:focus, .nav-collapse .dropdown-menu a:hover, .nav-collapse .dropdown-menu a:focus { background-color: #f2f2f2; } /* line 674, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a { color: #999999; } /* line 678, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .navbar-inverse .nav-collapse .nav > li > a:hover, .navbar-inverse .nav-collapse .nav > li > a:focus, .navbar-inverse .nav-collapse .dropdown-menu a:hover, .navbar-inverse .nav-collapse .dropdown-menu a:focus { background-color: #111111; } /* line 684, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .nav-collapse.in .btn-group { padding: 0; margin-top: 5px; } /* line 688, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .nav-collapse .dropdown-menu { position: static; top: auto; left: auto; display: none; float: none; max-width: none; padding: 0; margin: 0 15px; background-color: transparent; border: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } /* line 706, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .nav-collapse .open > .dropdown-menu { display: block; } /* line 709, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .nav-collapse .dropdown-menu:before, .nav-collapse .dropdown-menu:after { display: none; } /* line 713, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .nav-collapse .dropdown-menu .divider { display: none; } /* line 716, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .nav-collapse .nav > li > .dropdown-menu:before, .nav-collapse .nav > li > .dropdown-menu:after { display: none; } /* line 720, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .nav-collapse .navbar-form, .nav-collapse .navbar-search { float: none; padding: 10px 15px; margin: 10px 0; border-top: 1px solid #f2f2f2; border-bottom: 1px solid #f2f2f2; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); } /* line 731, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .navbar-inverse .nav-collapse .navbar-form, .navbar-inverse .nav-collapse .navbar-search { border-top-color: #111111; border-bottom-color: #111111; } /* line 736, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .navbar .nav-collapse .nav.pull-right { float: none; margin-left: 0; } /* line 740, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .nav-collapse, .nav-collapse.collapse { height: 0; overflow: hidden; } /* line 745, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .navbar .btn-navbar { display: block; } /* line 748, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .navbar-static .navbar-inner { padding-right: 10px; padding-left: 10px; } } @media (min-width: 980px) { /* line 755, ../../../hub/static/css/lib/bootstrap-responsive.scss */ .nav-collapse.collapse { height: auto !important; overflow: visible !important; } } /* line 1, ../../../hub/static/css/mod/reset.scss */ ul, ol { list-style-type: none; display: block; margin: 0; } /* line 7, ../../../hub/static/css/mod/reset.scss */ .clear { clear: both; } /* line 9, ../../../hub/static/css/mod/reset.scss */ .clearfix { display: block; } /* line 11, ../../../hub/static/css/mod/reset.scss */ .clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } /* hacks for adopting new version of bootstrap */ /* line 21, ../../../hub/static/css/mod/reset.scss */ h3 { line-height: 27px; } /* line 25, ../../../hub/static/css/mod/reset.scss */ input[type="checkbox"] { margin: 0; } /* Subnav */ /* line 2, ../../../hub/static/css/mod/subnav.scss */ .nav-pills li { list-style-display: none; float: none; width: 1%; display: table-cell; text-align: center; } /* line 3, ../../../hub/static/css/mod/subnav.scss */ .nav-pills li a .counter { position: relative; top: -1px; display: inline-block; height: 14px; margin: 0 0 0 5px; padding: 0 8px 0px 8px; height: auto; font-family: Helvetica,arial,freesans,clean,sans-serif; font-size: 10px; line-height: 12px; text-align: center; color: #777; background: white; border-top: 1px solid #CCC; border-radius: 8px; } /* line 5, ../../../hub/static/css/mod/subnav.scss */ .subnav { width: 100%; height: 36px; background-color: #eeeeee; /* Old browsers */ background-repeat: repeat-x; /* Repeat the gradient */ background-image: -moz-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%); /* FF3.6+ */ background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #eeeeee)); /* Chrome,Safari4+ */ background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%); /* Chrome 10+,Safari 5.1+ */ background-image: -ms-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%); /* IE10+ */ background-image: -o-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%); /* Opera 11.10+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */ background-image: linear-gradient(top, #f5f5f5 0%, #eeeeee 100%); /* W3C */ border: 1px solid #e5e5e5; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } /* line 22, ../../../hub/static/css/mod/subnav.scss */ .subnav .nav { margin-bottom: 0; font-weight: bold; } /* line 26, ../../../hub/static/css/mod/subnav.scss */ .subnav .nav > li > a { display: block; margin: 0; padding-top: 11px; padding-bottom: 10px; border-left: 1px solid #f5f5f5; border-right: 1px solid #e5e5e5; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; color: #777; font-size: 12px; text-shadow: 0 1px 0 white; text-decoration: none; padding-left: 5px; padding-right: 5px; } /* line 43, ../../../hub/static/css/mod/subnav.scss */ .subnav .nav > .active a { border-bottom: 2px solid #D26911; } /* line 46, ../../../hub/static/css/mod/subnav.scss */ .subnav .nav > .active a.tab_docs { border-bottom-color: #34833E; } /* line 49, ../../../hub/static/css/mod/subnav.scss */ .subnav .nav > .active > a, .subnav .nav > .active > a:hover { padding-left: 13px; color: black; background-color: #e9e9e9; border-right-color: #ddd; border-left: 0; -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05); } /* line 60, ../../../hub/static/css/mod/subnav.scss */ .subnav .nav > .active > a .caret, .subnav .nav > .active > a:hover .caret { border-top-color: #777; } /* line 64, ../../../hub/static/css/mod/subnav.scss */ .subnav .nav > li:first-child > a, .subnav .nav > li:first-child > a:hover { border-left: 0; padding-left: 12px; -webkit-border-radius: 4px 0 0 4px; -moz-border-radius: 4px 0 0 4px; border-radius: 4px 0 0 4px; } /* line 72, ../../../hub/static/css/mod/subnav.scss */ .subnav .nav > li:last-child > a { border-right: 0; } /* TODO: still has Github UI in this mod */ /* line 2, ../../../hub/static/css/mod/nav-search-dropdown.scss */ #search-repos-menu { display: none; position: absolute; top: 30px; width: 228px; background-color: white; border: 1px solid #EEE; z-index: 100; } /* line 3, ../../../hub/static/css/mod/nav-search-dropdown.scss */ #search-repos-menu ul li { min-height: 25px; padding: 3px; color: #666; cursor: pointer; word-wrap: break-word; } /* line 4, ../../../hub/static/css/mod/nav-search-dropdown.scss */ #search-repos-menu ul li.active { background: #4183C4; color: #fff; } /* line 5, ../../../hub/static/css/mod/nav-search-dropdown.scss */ #search-repos-menu ul li.intro { padding: 7px; color: #666; } /* line 6, ../../../hub/static/css/mod/nav-search-dropdown.scss */ #search-repos-menu ul li.intro.active { background: #fff; padding: 7px; color: #666; } /* line 7, ../../../hub/static/css/mod/nav-search-dropdown.scss */ #search-repos-menu .repo-name { padding: 3px; } /* line 8, ../../../hub/static/css/mod/nav-search-dropdown.scss */ #search-repos-menu .avatar img { float: left; border: none; width: 24px; height: 24px; margin-right: 5px; } /* line 4, ../../../hub/static/css/mod/nav.scss */ .navbar .container { width: 100%; } /* line 5, ../../../hub/static/css/mod/nav.scss */ div.navbar .nav-logo { float: left; margin: 2px 2px 0 0; } /* line 6, ../../../hub/static/css/mod/nav.scss */ .span4 .items { max-width: 300px; } /* line 7, ../../../hub/static/css/mod/nav.scss */ body div.container { max-width: 940px; } /* line 9, ../../../hub/static/css/mod/nav.scss */ .btn-back { float: left; margin-right: 5px; } /* other responsive styles */ @media (max-width: 767px) { /* line 17, ../../../hub/static/css/mod/nav.scss */ body { padding: 50px 0px 0px; } /* line 20, ../../../hub/static/css/mod/nav.scss */ body div.container { max-width: 950px; padding: 5px 5px; } /* line 24, ../../../hub/static/css/mod/nav.scss */ .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top { margin: 0px 0px; } } @media (max-width: 979px) { /* line 32, ../../../hub/static/css/mod/nav.scss */ .navbar-fixed-top, .navbar-fixed-bottom { position: fixed; } } /* Item Listing */ /* line 2, ../../../hub/static/css/mod/side-item.scss */ .items { margin-top: 27px; border: 1px solid #DDD; border-radius: 5px; } /* line 7, ../../../hub/static/css/mod/side-item.scss */ .items .top-bar { position: relative; height: 44px; background-color: #fafafa; background: -moz-linear-gradient(#fafafa, #eaeaea); background: -ms-linear-gradient(#fafafa, #eaeaea); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #eaeaea)); background: -webkit-linear-gradient(#fafafa, #eaeaea); background: -o-linear-gradient(#fafafa, #eaeaea); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa',endColorstr='#eaeaea')"; background: linear-gradient(#fafafa, #eaeaea); border-top-left-radius: 5px; border-top-right-radius: 5px; border-bottom: 1px solid #e1e1e2; } /* line 23, ../../../hub/static/css/mod/side-item.scss */ .items .top-bar h2 { margin: 0; height: 44px; line-height: 44px; padding: 0 10px; font-size: 16px; color: #52595d; border-bottom: 1px solid #D7D7D7; background-color: #fafafa; background: -moz-linear-gradient(#fafafa, #eaeaea); background: -ms-linear-gradient(#fafafa, #eaeaea); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #eaeaea)); background: -webkit-linear-gradient(#fafafa, #eaeaea); background: -o-linear-gradient(#fafafa, #eaeaea); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa',endColorstr='#eaeaea')"; background: linear-gradient(#fafafa, #eaeaea); } /* line 41, ../../../hub/static/css/mod/side-item.scss */ .items .top-bar .actions { float: right; margin-top: 10px; margin-right: 5px; } /* line 47, ../../../hub/static/css/mod/side-item.scss */ .items h2 em { color: #99A4AA; font-style: normal; } /* line 51, ../../../hub/static/css/mod/side-item.scss */ .items input { margin-bottom: 0; } /* line 54, ../../../hub/static/css/mod/side-item.scss */ .items ul.item_list { margin: 0; } /* line 57, ../../../hub/static/css/mod/side-item.scss */ .items .item_list li { border: none; color: #666; border-bottom: 1px solid #E5E5E5; padding: 6px 10px 5px 12px; } /* line 64, ../../../hub/static/css/mod/side-item.scss */ .items .item_list li a.action { float: right; } /* line 67, ../../../hub/static/css/mod/side-item.scss */ .items .item_list li a.item { font-weight: bold; } /* line 70, ../../../hub/static/css/mod/side-item.scss */ .items .bottom-bar { min-height: 13px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; background-color: #FAFAFB; } /* Item Listing using flatui*/ /* line 78, ../../../hub/static/css/mod/side-item.scss */ ul .inline-left { float: right; padding: 0 5px 0 5px; } /* line 83, ../../../hub/static/css/mod/side-item.scss */ .dull-comment { font-size: 11px; color: #999; margin: 0; line-height: 20px; } /* line 90, ../../../hub/static/css/mod/side-item.scss */ .nav .top-bar { margin: 15px 0 0 15px; font-size: 15px; position: relative; } /* line 96, ../../../hub/static/css/mod/side-item.scss */ .nav-list li { line-height: 27px; } /* line 100, ../../../hub/static/css/mod/side-item.scss */ .nav-list li a.item { display: inline; } /* line 1, ../../../hub/static/css/mod/user-avatar.scss */ .user-avatar-mini { width: 12px; height: 12px; } /* line 6, ../../../hub/static/css/mod/user-avatar.scss */ img.avatar { margin-right: 5px; vertical-align: middle; } /* line 10, ../../../hub/static/css/mod/user-avatar.scss */ img.avatar.tiny { width: 16px; height: 16px; } /* line 14, ../../../hub/static/css/mod/user-avatar.scss */ img.avatar.small { width: 20px; height: 20px; } /* line 18, ../../../hub/static/css/mod/user-avatar.scss */ img.avatar.medium { width: 40px; height: 40px; } /* line 23, ../../../hub/static/css/mod/user-avatar.scss */ .avatar img { border-radius: 3px; } /* line 1, ../../../hub/static/css/mod/emoji.scss */ .emoji { background: url("/static/img/iphone_emoji.png") top left no-repeat; width: 20px; height: 20px; display: -moz-inline-stack; display: inline-block; vertical-align: top; zoom: 1; *display: inline; } /* line 2, ../../../hub/static/css/mod/emoji.scss */ .emoji2600 { background-position: 0px -260px; } /* line 3, ../../../hub/static/css/mod/emoji.scss */ .emoji2601 { background-position: 0px -20px; } /* line 4, ../../../hub/static/css/mod/emoji.scss */ .emoji2614 { background-position: 0px -40px; } /* line 5, ../../../hub/static/css/mod/emoji.scss */ .emoji26c4 { background-position: 0px -60px; } /* line 6, ../../../hub/static/css/mod/emoji.scss */ .emoji26a1 { background-position: 0px -80px; } /* line 7, ../../../hub/static/css/mod/emoji.scss */ .emoji1f300 { background-position: 0px -100px; } /* line 8, ../../../hub/static/css/mod/emoji.scss */ .emoji1f301 { background-position: 0px -9200px; } /* placeholder */ /* line 9, ../../../hub/static/css/mod/emoji.scss */ .emoji1f302 { background-position: 0px -120px; } /* line 10, ../../../hub/static/css/mod/emoji.scss */ .emoji1f303 { background-position: 0px -920px; } /* line 11, ../../../hub/static/css/mod/emoji.scss */ .emoji1f304 { background-position: 0px -160px; } /* line 12, ../../../hub/static/css/mod/emoji.scss */ .emoji1f305 { background-position: 0px -180px; } /* line 13, ../../../hub/static/css/mod/emoji.scss */ .emoji1f306 { background-position: 0px -200px; } /* line 14, ../../../hub/static/css/mod/emoji.scss */ .emoji1f307 { background-position: 0px -220px; } /* line 15, ../../../hub/static/css/mod/emoji.scss */ .emoji1f308 { background-position: 0px -240px; } /* line 16, ../../../hub/static/css/mod/emoji.scss */ .emoji2744 { background-position: 0px -9200px; } /* placeholder */ /* line 17, ../../../hub/static/css/mod/emoji.scss */ .emoji26c5 { background-position: 0px -260px; } /* line 18, ../../../hub/static/css/mod/emoji.scss */ .emoji1f309 { background-position: 0px -920px; } /* line 19, ../../../hub/static/css/mod/emoji.scss */ .emoji1f30a { background-position: 0px -900px; } /* line 20, ../../../hub/static/css/mod/emoji.scss */ .emoji1f30b { background-position: 0px -9200px; } /* placeholder */ /* line 21, ../../../hub/static/css/mod/emoji.scss */ .emoji1f30c { background-position: 0px -920px; } /* line 22, ../../../hub/static/css/mod/emoji.scss */ .emoji1f30f { background-position: 0px -9200px; } /* placeholder */ /* line 23, ../../../hub/static/css/mod/emoji.scss */ .emoji1f311 { background-position: 0px -9200px; } /* placeholder */ /* line 24, ../../../hub/static/css/mod/emoji.scss */ .emoji1f314 { background-position: 0px -360px; } /* line 25, ../../../hub/static/css/mod/emoji.scss */ .emoji1f313 { background-position: 0px -360px; } /* line 26, ../../../hub/static/css/mod/emoji.scss */ .emoji1f319 { background-position: 0px -360px; } /* line 27, ../../../hub/static/css/mod/emoji.scss */ .emoji1f315 { background-position: 0px -9200px; } /* placeholder */ /* line 28, ../../../hub/static/css/mod/emoji.scss */ .emoji1f31b { background-position: 0px -360px; } /* line 29, ../../../hub/static/css/mod/emoji.scss */ .emoji1f31f { background-position: 0px -10740px; } /* line 30, ../../../hub/static/css/mod/emoji.scss */ .emoji1f320 { background-position: 0px -9200px; } /* placeholder */ /* line 31, ../../../hub/static/css/mod/emoji.scss */ .emoji1f550 { background-position: 0px -380px; } /* line 32, ../../../hub/static/css/mod/emoji.scss */ .emoji1f551 { background-position: 0px -400px; } /* line 33, ../../../hub/static/css/mod/emoji.scss */ .emoji1f552 { background-position: 0px -420px; } /* line 34, ../../../hub/static/css/mod/emoji.scss */ .emoji1f553 { background-position: 0px -440px; } /* line 35, ../../../hub/static/css/mod/emoji.scss */ .emoji1f554 { background-position: 0px -460px; } /* line 36, ../../../hub/static/css/mod/emoji.scss */ .emoji1f555 { background-position: 0px -480px; } /* line 37, ../../../hub/static/css/mod/emoji.scss */ .emoji1f556 { background-position: 0px -500px; } /* line 38, ../../../hub/static/css/mod/emoji.scss */ .emoji1f557 { background-position: 0px -520px; } /* line 39, ../../../hub/static/css/mod/emoji.scss */ .emoji1f558 { background-position: 0px -540px; } /* line 40, ../../../hub/static/css/mod/emoji.scss */ .emoji1f559 { background-position: 0px -620px; } /* line 41, ../../../hub/static/css/mod/emoji.scss */ .emoji1f55a { background-position: 0px -580px; } /* line 42, ../../../hub/static/css/mod/emoji.scss */ .emoji1f55b { background-position: 0px -600px; } /* line 43, ../../../hub/static/css/mod/emoji.scss */ .emoji231a { background-position: 0px -9200px; } /* placeholder */ /* line 44, ../../../hub/static/css/mod/emoji.scss */ .emoji231b { background-position: 0px -9200px; } /* placeholder */ /* line 45, ../../../hub/static/css/mod/emoji.scss */ .emoji23f0 { background-position: 0px -620px; } /* line 46, ../../../hub/static/css/mod/emoji.scss */ .emoji23f3 { background-position: 0px -9200px; } /* placeholder */ /* line 47, ../../../hub/static/css/mod/emoji.scss */ .emoji2648 { background-position: 0px -640px; } /* line 48, ../../../hub/static/css/mod/emoji.scss */ .emoji2649 { background-position: 0px -660px; } /* line 49, ../../../hub/static/css/mod/emoji.scss */ .emoji264a { background-position: 0px -680px; } /* line 50, ../../../hub/static/css/mod/emoji.scss */ .emoji264b { background-position: 0px -700px; } /* line 51, ../../../hub/static/css/mod/emoji.scss */ .emoji264c { background-position: 0px -720px; } /* line 52, ../../../hub/static/css/mod/emoji.scss */ .emoji264d { background-position: 0px -740px; } /* line 53, ../../../hub/static/css/mod/emoji.scss */ .emoji264e { background-position: 0px -760px; } /* line 54, ../../../hub/static/css/mod/emoji.scss */ .emoji264f { background-position: 0px -780px; } /* line 55, ../../../hub/static/css/mod/emoji.scss */ .emoji2650 { background-position: 0px -800px; } /* line 56, ../../../hub/static/css/mod/emoji.scss */ .emoji2651 { background-position: 0px -820px; } /* line 57, ../../../hub/static/css/mod/emoji.scss */ .emoji2652 { background-position: 0px -840px; } /* line 58, ../../../hub/static/css/mod/emoji.scss */ .emoji2653 { background-position: 0px -860px; } /* line 59, ../../../hub/static/css/mod/emoji.scss */ .emoji26ce { background-position: 0px -880px; } /* line 60, ../../../hub/static/css/mod/emoji.scss */ .emoji1f340 { background-position: 0px -1220px; } /* line 61, ../../../hub/static/css/mod/emoji.scss */ .emoji1f337 { background-position: 0px -960px; } /* line 62, ../../../hub/static/css/mod/emoji.scss */ .emoji1f331 { background-position: 0px -1220px; } /* line 63, ../../../hub/static/css/mod/emoji.scss */ .emoji1f341 { background-position: 0px -1000px; } /* line 64, ../../../hub/static/css/mod/emoji.scss */ .emoji1f338 { background-position: 0px -1020px; } /* line 65, ../../../hub/static/css/mod/emoji.scss */ .emoji1f339 { background-position: 0px -1040px; } /* line 66, ../../../hub/static/css/mod/emoji.scss */ .emoji1f342 { background-position: 0px -1060px; } /* line 67, ../../../hub/static/css/mod/emoji.scss */ .emoji1f343 { background-position: 0px -1080px; } /* line 68, ../../../hub/static/css/mod/emoji.scss */ .emoji1f33a { background-position: 0px -1100px; } /* line 69, ../../../hub/static/css/mod/emoji.scss */ .emoji1f33b { background-position: 0px -1200px; } /* line 70, ../../../hub/static/css/mod/emoji.scss */ .emoji1f334 { background-position: 0px -1140px; } /* line 71, ../../../hub/static/css/mod/emoji.scss */ .emoji1f335 { background-position: 0px -1160px; } /* line 72, ../../../hub/static/css/mod/emoji.scss */ .emoji1f33e { background-position: 0px -1180px; } /* line 73, ../../../hub/static/css/mod/emoji.scss */ .emoji1f33d { background-position: 0px -9200px; } /* placeholder */ /* line 74, ../../../hub/static/css/mod/emoji.scss */ .emoji1f344 { background-position: 0px -9200px; } /* placeholder */ /* line 75, ../../../hub/static/css/mod/emoji.scss */ .emoji1f330 { background-position: 0px -9200px; } /* placeholder */ /* line 76, ../../../hub/static/css/mod/emoji.scss */ .emoji1f33c { background-position: 0px -1200px; } /* line 77, ../../../hub/static/css/mod/emoji.scss */ .emoji1f33f { background-position: 0px -1220px; } /* line 78, ../../../hub/static/css/mod/emoji.scss */ .emoji1f352 { background-position: 0px -9200px; } /* placeholder */ /* line 79, ../../../hub/static/css/mod/emoji.scss */ .emoji1f34c { background-position: 0px -9200px; } /* placeholder */ /* line 80, ../../../hub/static/css/mod/emoji.scss */ .emoji1f34e { background-position: 0px -1360px; } /* line 81, ../../../hub/static/css/mod/emoji.scss */ .emoji1f34a { background-position: 0px -1260px; } /* line 82, ../../../hub/static/css/mod/emoji.scss */ .emoji1f353 { background-position: 0px -1280px; } /* line 83, ../../../hub/static/css/mod/emoji.scss */ .emoji1f349 { background-position: 0px -1300px; } /* line 84, ../../../hub/static/css/mod/emoji.scss */ .emoji1f345 { background-position: 0px -1320px; } /* line 85, ../../../hub/static/css/mod/emoji.scss */ .emoji1f346 { background-position: 0px -1340px; } /* line 86, ../../../hub/static/css/mod/emoji.scss */ .emoji1f348 { background-position: 0px -9200px; } /* placeholder */ /* line 87, ../../../hub/static/css/mod/emoji.scss */ .emoji1f34d { background-position: 0px -9200px; } /* placeholder */ /* line 88, ../../../hub/static/css/mod/emoji.scss */ .emoji1f347 { background-position: 0px -9200px; } /* placeholder */ /* line 89, ../../../hub/static/css/mod/emoji.scss */ .emoji1f351 { background-position: 0px -9200px; } /* placeholder */ /* line 90, ../../../hub/static/css/mod/emoji.scss */ .emoji1f34f { background-position: 0px -1360px; } /* line 91, ../../../hub/static/css/mod/emoji.scss */ .emoji1f440 { background-position: 0px -1380px; } /* line 92, ../../../hub/static/css/mod/emoji.scss */ .emoji1f442 { background-position: 0px -1400px; } /* line 93, ../../../hub/static/css/mod/emoji.scss */ .emoji1f443 { background-position: 0px -1420px; } /* line 94, ../../../hub/static/css/mod/emoji.scss */ .emoji1f444 { background-position: 0px -1440px; } /* line 95, ../../../hub/static/css/mod/emoji.scss */ .emoji1f445 { background-position: 0px -3000px; } /* line 96, ../../../hub/static/css/mod/emoji.scss */ .emoji1f484 { background-position: 0px -1480px; } /* line 97, ../../../hub/static/css/mod/emoji.scss */ .emoji1f485 { background-position: 0px -1500px; } /* line 98, ../../../hub/static/css/mod/emoji.scss */ .emoji1f486 { background-position: 0px -1520px; } /* line 99, ../../../hub/static/css/mod/emoji.scss */ .emoji1f487 { background-position: 0px -1540px; } /* line 100, ../../../hub/static/css/mod/emoji.scss */ .emoji1f488 { background-position: 0px -1560px; } /* line 101, ../../../hub/static/css/mod/emoji.scss */ .emoji1f464 { background-position: 0px -9200px; } /* placeholder */ /* line 102, ../../../hub/static/css/mod/emoji.scss */ .emoji1f466 { background-position: 0px -1580px; } /* line 103, ../../../hub/static/css/mod/emoji.scss */ .emoji1f467 { background-position: 0px -1600px; } /* line 104, ../../../hub/static/css/mod/emoji.scss */ .emoji1f468 { background-position: 0px -1620px; } /* line 105, ../../../hub/static/css/mod/emoji.scss */ .emoji1f469 { background-position: 0px -1640px; } /* line 106, ../../../hub/static/css/mod/emoji.scss */ .emoji1f46a { background-position: 0px -9200px; } /* placeholder */ /* line 107, ../../../hub/static/css/mod/emoji.scss */ .emoji1f46b { background-position: 0px -1660px; } /* line 108, ../../../hub/static/css/mod/emoji.scss */ .emoji1f46e { background-position: 0px -1680px; } /* line 109, ../../../hub/static/css/mod/emoji.scss */ .emoji1f46f { background-position: 0px -1700px; } /* line 110, ../../../hub/static/css/mod/emoji.scss */ .emoji1f470 { background-position: 0px -9200px; } /* placeholder */ /* line 111, ../../../hub/static/css/mod/emoji.scss */ .emoji1f471 { background-position: 0px -1720px; } /* line 112, ../../../hub/static/css/mod/emoji.scss */ .emoji1f472 { background-position: 0px -1740px; } /* line 113, ../../../hub/static/css/mod/emoji.scss */ .emoji1f473 { background-position: 0px -1760px; } /* line 114, ../../../hub/static/css/mod/emoji.scss */ .emoji1f474 { background-position: 0px -1780px; } /* line 115, ../../../hub/static/css/mod/emoji.scss */ .emoji1f475 { background-position: 0px -1800px; } /* line 116, ../../../hub/static/css/mod/emoji.scss */ .emoji1f476 { background-position: 0px -1820px; } /* line 117, ../../../hub/static/css/mod/emoji.scss */ .emoji1f477 { background-position: 0px -1840px; } /* line 118, ../../../hub/static/css/mod/emoji.scss */ .emoji1f478 { background-position: 0px -1860px; } /* line 119, ../../../hub/static/css/mod/emoji.scss */ .emoji1f479 { background-position: 0px -9200px; } /* placeholder */ /* line 120, ../../../hub/static/css/mod/emoji.scss */ .emoji1f47a { background-position: 0px -9200px; } /* placeholder */ /* line 121, ../../../hub/static/css/mod/emoji.scss */ .emoji1f47b { background-position: 0px -1880px; } /* line 122, ../../../hub/static/css/mod/emoji.scss */ .emoji1f47c { background-position: 0px -1900px; } /* line 123, ../../../hub/static/css/mod/emoji.scss */ .emoji1f47d { background-position: 0px -1920px; } /* line 124, ../../../hub/static/css/mod/emoji.scss */ .emoji1f47e { background-position: 0px -1940px; } /* line 125, ../../../hub/static/css/mod/emoji.scss */ .emoji1f47f { background-position: 0px -1960px; } /* line 126, ../../../hub/static/css/mod/emoji.scss */ .emoji1f480 { background-position: 0px -1980px; } /* line 127, ../../../hub/static/css/mod/emoji.scss */ .emoji1f481 { background-position: 0px -2000px; } /* line 128, ../../../hub/static/css/mod/emoji.scss */ .emoji1f482 { background-position: 0px -2020px; } /* line 129, ../../../hub/static/css/mod/emoji.scss */ .emoji1f483 { background-position: 0px -2040px; } /* line 130, ../../../hub/static/css/mod/emoji.scss */ .emoji1f40c { background-position: 0px -9200px; } /* placeholder */ /* line 131, ../../../hub/static/css/mod/emoji.scss */ .emoji1f40d { background-position: 0px -2620px; } /* line 132, ../../../hub/static/css/mod/emoji.scss */ .emoji1f40e { background-position: 0px -6680px; } /* line 133, ../../../hub/static/css/mod/emoji.scss */ .emoji1f414 { background-position: 0px -2640px; } /* line 134, ../../../hub/static/css/mod/emoji.scss */ .emoji1f417 { background-position: 0px -2660px; } /* line 135, ../../../hub/static/css/mod/emoji.scss */ .emoji1f42b { background-position: 0px -2680px; } /* line 136, ../../../hub/static/css/mod/emoji.scss */ .emoji1f418 { background-position: 0px -2480px; } /* line 137, ../../../hub/static/css/mod/emoji.scss */ .emoji1f428 { background-position: 0px -2500px; } /* line 138, ../../../hub/static/css/mod/emoji.scss */ .emoji1f412 { background-position: 0px -2520px; } /* line 139, ../../../hub/static/css/mod/emoji.scss */ .emoji1f411 { background-position: 0px -2540px; } /* line 140, ../../../hub/static/css/mod/emoji.scss */ .emoji1f419 { background-position: 0px -2340px; } /* line 141, ../../../hub/static/css/mod/emoji.scss */ .emoji1f41a { background-position: 0px -2360px; } /* line 142, ../../../hub/static/css/mod/emoji.scss */ .emoji1f41b { background-position: 0px -2460px; } /* line 143, ../../../hub/static/css/mod/emoji.scss */ .emoji1f41c { background-position: 0px -9200px; } /* placeholder */ /* line 144, ../../../hub/static/css/mod/emoji.scss */ .emoji1f41d { background-position: 0px -9200px; } /* placeholder */ /* line 145, ../../../hub/static/css/mod/emoji.scss */ .emoji1f41e { background-position: 0px -9200px; } /* placeholder */ /* line 146, ../../../hub/static/css/mod/emoji.scss */ .emoji1f420 { background-position: 0px -2420px; } /* line 147, ../../../hub/static/css/mod/emoji.scss */ .emoji1f421 { background-position: 0px -7360px; } /* line 148, ../../../hub/static/css/mod/emoji.scss */ .emoji1f422 { background-position: 0px -9200px; } /* placeholder */ /* line 149, ../../../hub/static/css/mod/emoji.scss */ .emoji1f424 { background-position: 0px -2140px; } /* line 150, ../../../hub/static/css/mod/emoji.scss */ .emoji1f425 { background-position: 0px -2140px; } /* line 151, ../../../hub/static/css/mod/emoji.scss */ .emoji1f426 { background-position: 0px -2400px; } /* line 152, ../../../hub/static/css/mod/emoji.scss */ .emoji1f423 { background-position: 0px -2140px; } /* line 153, ../../../hub/static/css/mod/emoji.scss */ .emoji1f427 { background-position: 0px -2160px; } /* line 154, ../../../hub/static/css/mod/emoji.scss */ .emoji1f429 { background-position: 0px -2720px; } /* line 155, ../../../hub/static/css/mod/emoji.scss */ .emoji1f41f { background-position: 0px -7360px; } /* line 156, ../../../hub/static/css/mod/emoji.scss */ .emoji1f42c { background-position: 0px -2380px; } /* line 157, ../../../hub/static/css/mod/emoji.scss */ .emoji1f42d { background-position: 0px -2280px; } /* line 158, ../../../hub/static/css/mod/emoji.scss */ .emoji1f42f { background-position: 0px -2240px; } /* line 159, ../../../hub/static/css/mod/emoji.scss */ .emoji1f431 { background-position: 0px -2080px; } /* line 160, ../../../hub/static/css/mod/emoji.scss */ .emoji1f433 { background-position: 0px -2300px; } /* line 161, ../../../hub/static/css/mod/emoji.scss */ .emoji1f434 { background-position: 0px -2200px; } /* line 162, ../../../hub/static/css/mod/emoji.scss */ .emoji1f435 { background-position: 0px -2320px; } /* line 163, ../../../hub/static/css/mod/emoji.scss */ .emoji1f436 { background-position: 0px -2720px; } /* line 164, ../../../hub/static/css/mod/emoji.scss */ .emoji1f437 { background-position: 0px -2780px; } /* line 165, ../../../hub/static/css/mod/emoji.scss */ .emoji1f43b { background-position: 0px -2260px; } /* line 166, ../../../hub/static/css/mod/emoji.scss */ .emoji1f439 { background-position: 0px -2440px; } /* line 167, ../../../hub/static/css/mod/emoji.scss */ .emoji1f43a { background-position: 0px -2560px; } /* line 168, ../../../hub/static/css/mod/emoji.scss */ .emoji1f42e { background-position: 0px -2580px; } /* line 169, ../../../hub/static/css/mod/emoji.scss */ .emoji1f430 { background-position: 0px -2600px; } /* line 170, ../../../hub/static/css/mod/emoji.scss */ .emoji1f438 { background-position: 0px -2700px; } /* line 171, ../../../hub/static/css/mod/emoji.scss */ .emoji1f43e { background-position: 0px -6460px; } /* line 172, ../../../hub/static/css/mod/emoji.scss */ .emoji1f432 { background-position: 0px -9200px; } /* placeholder */ /* line 173, ../../../hub/static/css/mod/emoji.scss */ .emoji1f43c { background-position: 0px -9200px; } /* placeholder */ /* line 174, ../../../hub/static/css/mod/emoji.scss */ .emoji1f43d { background-position: 0px -2780px; } /* line 175, ../../../hub/static/css/mod/emoji.scss */ .emoji1f620 { background-position: 0px -2800px; } /* line 176, ../../../hub/static/css/mod/emoji.scss */ .emoji1f629 { background-position: 0px -3860px; } /* line 177, ../../../hub/static/css/mod/emoji.scss */ .emoji1f632 { background-position: 0px -2840px; } /* line 178, ../../../hub/static/css/mod/emoji.scss */ .emoji1f61e { background-position: 0px -2860px; } /* line 179, ../../../hub/static/css/mod/emoji.scss */ .emoji1f635 { background-position: 0px -3540px; } /* line 180, ../../../hub/static/css/mod/emoji.scss */ .emoji1f630 { background-position: 0px -2900px; } /* line 181, ../../../hub/static/css/mod/emoji.scss */ .emoji1f612 { background-position: 0px -2920px; } /* line 182, ../../../hub/static/css/mod/emoji.scss */ .emoji1f60d { background-position: 0px -3660px; } /* line 183, ../../../hub/static/css/mod/emoji.scss */ .emoji1f624 { background-position: 0px -3720px; } /* line 184, ../../../hub/static/css/mod/emoji.scss */ .emoji1f61c { background-position: 0px -2980px; } /* line 185, ../../../hub/static/css/mod/emoji.scss */ .emoji1f61d { background-position: 0px -3000px; } /* line 186, ../../../hub/static/css/mod/emoji.scss */ .emoji1f60b { background-position: 0px -3220px; } /* line 187, ../../../hub/static/css/mod/emoji.scss */ .emoji1f618 { background-position: 0px -3640px; } /* line 188, ../../../hub/static/css/mod/emoji.scss */ .emoji1f61a { background-position: 0px -3060px; } /* line 189, ../../../hub/static/css/mod/emoji.scss */ .emoji1f637 { background-position: 0px -3080px; } /* line 190, ../../../hub/static/css/mod/emoji.scss */ .emoji1f633 { background-position: 0px -3100px; } /* line 191, ../../../hub/static/css/mod/emoji.scss */ .emoji1f603 { background-position: 0px -3580px; } /* line 192, ../../../hub/static/css/mod/emoji.scss */ .emoji1f605 { background-position: 0px -3260px; } /* line 193, ../../../hub/static/css/mod/emoji.scss */ .emoji1f606 { background-position: 0px -3380px; } /* line 194, ../../../hub/static/css/mod/emoji.scss */ .emoji1f601 { background-position: 0px -3720px; } /* line 195, ../../../hub/static/css/mod/emoji.scss */ .emoji1f602 { background-position: 0px -3620px; } /* line 196, ../../../hub/static/css/mod/emoji.scss */ .emoji1f60a { background-position: 0px -3220px; } /* line 197, ../../../hub/static/css/mod/emoji.scss */ .emoji263a { background-position: 0px -3240px; } /* line 198, ../../../hub/static/css/mod/emoji.scss */ .emoji1f604 { background-position: 0px -3260px; } /* line 199, ../../../hub/static/css/mod/emoji.scss */ .emoji1f622 { background-position: 0px -3680px; } /* line 200, ../../../hub/static/css/mod/emoji.scss */ .emoji1f62d { background-position: 0px -3300px; } /* line 201, ../../../hub/static/css/mod/emoji.scss */ .emoji1f628 { background-position: 0px -3320px; } /* line 202, ../../../hub/static/css/mod/emoji.scss */ .emoji1f623 { background-position: 0px -3540px; } /* line 203, ../../../hub/static/css/mod/emoji.scss */ .emoji1f621 { background-position: 0px -3880px; } /* line 204, ../../../hub/static/css/mod/emoji.scss */ .emoji1f60c { background-position: 0px -3380px; } /* line 205, ../../../hub/static/css/mod/emoji.scss */ .emoji1f616 { background-position: 0px -10520px; } /* line 206, ../../../hub/static/css/mod/emoji.scss */ .emoji1f614 { background-position: 0px -3860px; } /* line 207, ../../../hub/static/css/mod/emoji.scss */ .emoji1f631 { background-position: 0px -3440px; } /* line 208, ../../../hub/static/css/mod/emoji.scss */ .emoji1f62a { background-position: 0px -3460px; } /* line 209, ../../../hub/static/css/mod/emoji.scss */ .emoji1f60f { background-position: 0px -3480px; } /* line 210, ../../../hub/static/css/mod/emoji.scss */ .emoji1f613 { background-position: 0px -3500px; } /* line 211, ../../../hub/static/css/mod/emoji.scss */ .emoji1f625 { background-position: 0px -3520px; } /* line 212, ../../../hub/static/css/mod/emoji.scss */ .emoji1f62b { background-position: 0px -3540px; } /* line 213, ../../../hub/static/css/mod/emoji.scss */ .emoji1f609 { background-position: 0px -3560px; } /* line 214, ../../../hub/static/css/mod/emoji.scss */ .emoji1f63a { background-position: 0px -3580px; } /* line 215, ../../../hub/static/css/mod/emoji.scss */ .emoji1f638 { background-position: 0px -3720px; } /* line 216, ../../../hub/static/css/mod/emoji.scss */ .emoji1f639 { background-position: 0px -3620px; } /* line 217, ../../../hub/static/css/mod/emoji.scss */ .emoji1f63d { background-position: 0px -3640px; } /* line 218, ../../../hub/static/css/mod/emoji.scss */ .emoji1f63b { background-position: 0px -3660px; } /* line 219, ../../../hub/static/css/mod/emoji.scss */ .emoji1f63f { background-position: 0px -3680px; } /* line 220, ../../../hub/static/css/mod/emoji.scss */ .emoji1f63e { background-position: 0px -3880px; } /* line 221, ../../../hub/static/css/mod/emoji.scss */ .emoji1f63c { background-position: 0px -3720px; } /* line 222, ../../../hub/static/css/mod/emoji.scss */ .emoji1f640 { background-position: 0px -3860px; } /* line 223, ../../../hub/static/css/mod/emoji.scss */ .emoji1f645 { background-position: 0px -3760px; } /* line 224, ../../../hub/static/css/mod/emoji.scss */ .emoji1f646 { background-position: 0px -3780px; } /* line 225, ../../../hub/static/css/mod/emoji.scss */ .emoji1f647 { background-position: 0px -3800px; } /* line 226, ../../../hub/static/css/mod/emoji.scss */ .emoji1f648 { background-position: 0px -9200px; } /* placeholder */ /* line 227, ../../../hub/static/css/mod/emoji.scss */ .emoji1f64a { background-position: 0px -9200px; } /* placeholder */ /* line 228, ../../../hub/static/css/mod/emoji.scss */ .emoji1f649 { background-position: 0px -9200px; } /* placeholder */ /* line 229, ../../../hub/static/css/mod/emoji.scss */ .emoji1f64b { background-position: 0px -11240px; } /* line 230, ../../../hub/static/css/mod/emoji.scss */ .emoji1f64c { background-position: 0px -3840px; } /* line 231, ../../../hub/static/css/mod/emoji.scss */ .emoji1f64d { background-position: 0px -3860px; } /* line 232, ../../../hub/static/css/mod/emoji.scss */ .emoji1f64e { background-position: 0px -3880px; } /* line 233, ../../../hub/static/css/mod/emoji.scss */ .emoji1f64f { background-position: 0px -3900px; } /* line 234, ../../../hub/static/css/mod/emoji.scss */ .emoji1f3e0 { background-position: 0px -3940px; } /* line 235, ../../../hub/static/css/mod/emoji.scss */ .emoji1f3e1 { background-position: 0px -3940px; } /* line 236, ../../../hub/static/css/mod/emoji.scss */ .emoji1f3e2 { background-position: 0px -3960px; } /* line 237, ../../../hub/static/css/mod/emoji.scss */ .emoji1f3e3 { background-position: 0px -3980px; } /* line 238, ../../../hub/static/css/mod/emoji.scss */ .emoji1f3e5 { background-position: 0px -4000px; } /* line 239, ../../../hub/static/css/mod/emoji.scss */ .emoji1f3e6 { background-position: 0px -4020px; } /* line 240, ../../../hub/static/css/mod/emoji.scss */ .emoji1f3e7 { background-position: 0px -4040px; } /* line 241, ../../../hub/static/css/mod/emoji.scss */ .emoji1f3e8 { background-position: 0px -4060px; } /* line 242, ../../../hub/static/css/mod/emoji.scss */ .emoji1f3e9 { background-position: 0px -4080px; } /* line 243, ../../../hub/static/css/mod/emoji.scss */ .emoji1f3ea { background-position: 0px -4100px; } /* line 244, ../../../hub/static/css/mod/emoji.scss */ .emoji1f3eb { background-position: 0px -4120px; } /* line 245, ../../../hub/static/css/mod/emoji.scss */ .emoji26ea { background-position: 0px -4140px; } /* line 246, ../../../hub/static/css/mod/emoji.scss */ .emoji26f2 { background-position: 0px -4160px; } /* line 247, ../../../hub/static/css/mod/emoji.scss */ .emoji1f3ec { background-position: 0px -4180px; } /* line 248, ../../../hub/static/css/mod/emoji.scss */ .emoji1f3ef { background-position: 0px -4200px; } /* line 249, ../../../hub/static/css/mod/emoji.scss */ .emoji1f3f0 { background-position: 0px -4220px; } /* line 250, ../../../hub/static/css/mod/emoji.scss */ .emoji1f3ed { background-position: 0px -4240px; } /* line 251, ../../../hub/static/css/mod/emoji.scss */ .emoji2693 { background-position: 0px -6920px; } /* line 252, ../../../hub/static/css/mod/emoji.scss */ .emoji1f3ee { background-position: 0px -8800px; } /* line 253, ../../../hub/static/css/mod/emoji.scss */ .emoji1f5fb { background-position: 0px -4300px; } /* line 254, ../../../hub/static/css/mod/emoji.scss */ .emoji1f5fc { background-position: 0px -4320px; } /* line 255, ../../../hub/static/css/mod/emoji.scss */ .emoji1f5fd { background-position: 0px -4340px; } /* line 256, ../../../hub/static/css/mod/emoji.scss */ .emoji1f5fe { background-position: 0px -9200px; } /* placeholder */ /* line 257, ../../../hub/static/css/mod/emoji.scss */ .emoji1f5ff { background-position: 0px -9200px; } /* placeholder */ /* line 258, ../../../hub/static/css/mod/emoji.scss */ .emoji1f45e { background-position: 0px -4400px; } /* line 259, ../../../hub/static/css/mod/emoji.scss */ .emoji1f45f { background-position: 0px -4400px; } /* line 260, ../../../hub/static/css/mod/emoji.scss */ .emoji1f460 { background-position: 0px -4420px; } /* line 261, ../../../hub/static/css/mod/emoji.scss */ .emoji1f461 { background-position: 0px -4440px; } /* line 262, ../../../hub/static/css/mod/emoji.scss */ .emoji1f462 { background-position: 0px -4460px; } /* line 263, ../../../hub/static/css/mod/emoji.scss */ .emoji1f463 { background-position: 0px -6460px; } /* line 264, ../../../hub/static/css/mod/emoji.scss */ .emoji1f453 { background-position: 0px -9200px; } /* placeholder */ /* line 265, ../../../hub/static/css/mod/emoji.scss */ .emoji1f455 { background-position: 0px -4620px; } /* line 266, ../../../hub/static/css/mod/emoji.scss */ .emoji1f456 { background-position: 0px -9200px; } /* placeholder */ /* line 267, ../../../hub/static/css/mod/emoji.scss */ .emoji1f451 { background-position: 0px -4500px; } /* line 268, ../../../hub/static/css/mod/emoji.scss */ .emoji1f454 { background-position: 0px -4520px; } /* line 269, ../../../hub/static/css/mod/emoji.scss */ .emoji1f452 { background-position: 0px -4540px; } /* line 270, ../../../hub/static/css/mod/emoji.scss */ .emoji1f457 { background-position: 0px -4560px; } /* line 271, ../../../hub/static/css/mod/emoji.scss */ .emoji1f458 { background-position: 0px -4580px; } /* line 272, ../../../hub/static/css/mod/emoji.scss */ .emoji1f459 { background-position: 0px -4600px; } /* line 273, ../../../hub/static/css/mod/emoji.scss */ .emoji1f45a { background-position: 0px -4620px; } /* line 274, ../../../hub/static/css/mod/emoji.scss */ .emoji1f45b { background-position: 0px -9200px; } /* placeholder */ /* line 275, ../../../hub/static/css/mod/emoji.scss */ .emoji1f45c { background-position: 0px -4960px; } /* line 276, ../../../hub/static/css/mod/emoji.scss */ .emoji1f45d { background-position: 0px -9200px; } /* placeholder */ /* line 277, ../../../hub/static/css/mod/emoji.scss */ .emoji1f4b0 { background-position: 0px -4720px; } /* line 278, ../../../hub/static/css/mod/emoji.scss */ .emoji1f4b1 { background-position: 0px -4660px; } /* line 279, ../../../hub/static/css/mod/emoji.scss */ .emoji1f4b9 { background-position: 0px -6380px; } /* line 280, ../../../hub/static/css/mod/emoji.scss */ .emoji1f4b2 { background-position: 0px -4720px; } /* line 281, ../../../hub/static/css/mod/emoji.scss */ .emoji1f4b3 { background-position: 0px -9200px; } /* placeholder */ /* line 282, ../../../hub/static/css/mod/emoji.scss */ .emoji1f4b4 { background-position: 0px -9200px; } /* placeholder */ /* line 283, ../../../hub/static/css/mod/emoji.scss */ .emoji1f4b5 { background-position: 0px -4720px; } /* line 284, ../../../hub/static/css/mod/emoji.scss */ .emoji1f4b8 { background-position: 0px -9200px; } /* placeholder */ /* line 285, ../../../hub/static/css/mod/emoji.scss */ .emoji1f1e81f1f3 { background-position: 0px -4740px; } /* line 286, ../../../hub/static/css/mod/emoji.scss */ .emoji1f1e91f1ea { background-position: 0px -4760px; } /* line 287, ../../../hub/static/css/mod/emoji.scss */ .emoji1f1ea1f1f8 { background-position: 0px -4780px; } /* line 288, ../../../hub/static/css/mod/emoji.scss */ .emoji1f1eb1f1f7 { background-position: 0px -4800px; } /* line 289, ../../../hub/static/css/mod/emoji.scss */ .emoji1f1ec1f1e7 { background-position: 0px -4820px; } /* line 290, ../../../hub/static/css/mod/emoji.scss */ .emoji1f1ee1f1f9 { background-position: 0px -4840px; } /* line 291, ../../../hub/static/css/mod/emoji.scss */ .emoji1f1ef1f1f5 { background-position: 0px -4860px; } /* line 292, ../../../hub/static/css/mod/emoji.scss */ .emoji1f1f01f1f7 { background-position: 0px -4880px; } /* line 293, ../../../hub/static/css/mod/emoji.scss */ .emoji1f1f71f1fa { background-position: 0px -4900px; } /* line 294, ../../../hub/static/css/mod/emoji.scss */ .emoji1f1fa1f1f8 { background-position: 0px -4920px; } /* line 295, ../../../hub/static/css/mod/emoji.scss */ .emoji1f525 { background-position: 0px -5040px; } /* line 296, ../../../hub/static/css/mod/emoji.scss */ .emoji1f526 { background-position: 0px -9200px; } /* placeholder */ /* line 297, ../../../hub/static/css/mod/emoji.scss */ .emoji1f527 { background-position: 0px -9200px; } /* placeholder */ /* line 298, ../../../hub/static/css/mod/emoji.scss */ .emoji1f528 { background-position: 0px -4360px; } /* line 299, ../../../hub/static/css/mod/emoji.scss */ .emoji1f529 { background-position: 0px -9200px; } /* placeholder */ /* line 300, ../../../hub/static/css/mod/emoji.scss */ .emoji1f52a { background-position: 0px -9200px; } /* placeholder */ /* line 301, ../../../hub/static/css/mod/emoji.scss */ .emoji1f52b { background-position: 0px -5020px; } /* line 302, ../../../hub/static/css/mod/emoji.scss */ .emoji1f52e { background-position: 0px -5080px; } /* line 303, ../../../hub/static/css/mod/emoji.scss */ .emoji1f52f { background-position: 0px -5080px; } /* line 304, ../../../hub/static/css/mod/emoji.scss */ .emoji1f530 { background-position: 0px -9660px; } /* line 305, ../../../hub/static/css/mod/emoji.scss */ .emoji1f531 { background-position: 0px -9680px; } /* line 306, ../../../hub/static/css/mod/emoji.scss */ .emoji1f489 { background-position: 0px -5300px; } /* line 307, ../../../hub/static/css/mod/emoji.scss */ .emoji1f48a { background-position: 0px -5320px; } /* line 308, ../../../hub/static/css/mod/emoji.scss */ .emoji1f170 { background-position: 0px -5340px; } /* line 309, ../../../hub/static/css/mod/emoji.scss */ .emoji1f171 { background-position: 0px -5360px; } /* line 310, ../../../hub/static/css/mod/emoji.scss */ .emoji1f18e { background-position: 0px -5380px; } /* line 311, ../../../hub/static/css/mod/emoji.scss */ .emoji1f17e { background-position: 0px -5400px; } /* line 312, ../../../hub/static/css/mod/emoji.scss */ .emoji1f380 { background-position: 0px -5420px; } /* line 313, ../../../hub/static/css/mod/emoji.scss */ .emoji1f381 { background-position: 0px -6080px; } /* line 314, ../../../hub/static/css/mod/emoji.scss */ .emoji1f382 { background-position: 0px -5460px; } /* line 315, ../../../hub/static/css/mod/emoji.scss */ .emoji1f384 { background-position: 0px -5480px; } /* line 316, ../../../hub/static/css/mod/emoji.scss */ .emoji1f385 { background-position: 0px -5500px; } /* line 317, ../../../hub/static/css/mod/emoji.scss */ .emoji1f38c { background-position: 0px -5520px; } /* line 318, ../../../hub/static/css/mod/emoji.scss */ .emoji1f386 { background-position: 0px -5540px; } /* line 319, ../../../hub/static/css/mod/emoji.scss */ .emoji1f388 { background-position: 0px -5560px; } /* line 320, ../../../hub/static/css/mod/emoji.scss */ .emoji1f389 { background-position: 0px -5580px; } /* line 321, ../../../hub/static/css/mod/emoji.scss */ .emoji1f38d { background-position: 0px -5600px; } /* line 322, ../../../hub/static/css/mod/emoji.scss */ .emoji1f38e { background-position: 0px -5620px; } /* line 323, ../../../hub/static/css/mod/emoji.scss */ .emoji1f393 { background-position: 0px -5640px; } /* line 324, ../../../hub/static/css/mod/emoji.scss */ .emoji1f392 { background-position: 0px -5660px; } /* line 325, ../../../hub/static/css/mod/emoji.scss */ .emoji1f38f { background-position: 0px -5680px; } /* line 326, ../../../hub/static/css/mod/emoji.scss */ .emoji1f387 { background-position: 0px -5700px; } /* line 327, ../../../hub/static/css/mod/emoji.scss */ .emoji1f390 { background-position: 0px -5720px; } /* line 328, ../../../hub/static/css/mod/emoji.scss */ .emoji1f383 { background-position: 0px -5740px; } /* line 329, ../../../hub/static/css/mod/emoji.scss */ .emoji1f38a { background-position: 0px -9200px; } /* placeholder */ /* line 330, ../../../hub/static/css/mod/emoji.scss */ .emoji1f38b { background-position: 0px -9200px; } /* placeholder */ /* line 331, ../../../hub/static/css/mod/emoji.scss */ .emoji1f391 { background-position: 0px -5760px; } /* line 332, ../../../hub/static/css/mod/emoji.scss */ .emoji1f4df { background-position: 0px -9200px; } /* placeholder */ /* line 333, ../../../hub/static/css/mod/emoji.scss */ .emoji260e { background-position: 0px -5800px; } /* line 334, ../../../hub/static/css/mod/emoji.scss */ .emoji1f4de { background-position: 0px -5800px; } /* line 335, ../../../hub/static/css/mod/emoji.scss */ .emoji1f4f1 { background-position: 0px -5820px; } /* line 336, ../../../hub/static/css/mod/emoji.scss */ .emoji1f4f2 { background-position: 0px -5840px; } /* line 337, ../../../hub/static/css/mod/emoji.scss */ .emoji1f4dd { background-position: 0px -6440px; } /* line 338, ../../../hub/static/css/mod/emoji.scss */ .emoji1f4e0 { background-position: 0px -5880px; } /* line 339, ../../../hub/static/css/mod/emoji.scss */ .emoji2709 { background-position: 0px -11200px; } /* line 340, ../../../hub/static/css/mod/emoji.scss */ .emoji1f4e8 { background-position: 0px -11200px; } /* line 341, ../../../hub/static/css/mod/emoji.scss */ .emoji1f4e9 { background-position: 0px -11200px; } /* line 342, ../../../hub/static/css/mod/emoji.scss */ .emoji1f4ea { background-position: 0px -5980px; } /* line 343, ../../../hub/static/css/mod/emoji.scss */ .emoji1f4eb { background-position: 0px -5980px; } /* line 344, ../../../hub/static/css/mod/emoji.scss */ .emoji1f4ee { background-position: 0px -6000px; } /* line 345, ../../../hub/static/css/mod/emoji.scss */ .emoji1f4f0 { background-position: 0px -9200px; } /* placeholder */ /* line 346, ../../../hub/static/css/mod/emoji.scss */ .emoji1f4e2 { background-position: 0px -6020px; } /* line 347, ../../../hub/static/css/mod/emoji.scss */ .emoji1f4e3 { background-position: 0px -6040px; } /* line 348, ../../../hub/static/css/mod/emoji.scss */ .emoji1f4e1 { background-position: 0px -6060px; } /* line 349, ../../../hub/static/css/mod/emoji.scss */ .emoji1f4e4 { background-position: 0px -9200px; } /* placeholder */ /* line 350, ../../../hub/static/css/mod/emoji.scss */ .emoji1f4e5 { background-position: 0px -9200px; } /* placeholder */ /* line 351, ../../../hub/static/css/mod/emoji.scss */ .emoji1f4e6 { background-position: 0px -6080px; } /* line 352, ../../../hub/static/css/mod/emoji.scss */ .emoji1f4e7 { background-position: 0px -11200px; } /* line 353, ../../../hub/static/css/mod/emoji.scss */ .emoji1f520 { background-position: 0px -9200px; } /* placeholder */ /* line 354, ../../../hub/static/css/mod/emoji.scss */ .emoji1f521 { background-position: 0px -9200px; } /* placeholder */ /* line 355, ../../../hub/static/css/mod/emoji.scss */ .emoji1f522 { background-position: 0px -9200px; } /* placeholder */ /* line 356, ../../../hub/static/css/mod/emoji.scss */ .emoji1f523 { background-position: 0px -9200px; } /* placeholder */ /* line 357, ../../../hub/static/css/mod/emoji.scss */ .emoji1f524 { background-position: 0px -9200px; } /* placeholder */ /* line 358, ../../../hub/static/css/mod/emoji.scss */ .emoji2712 { background-position: 0px -9200px; } /* placeholder */ /* line 359, ../../../hub/static/css/mod/emoji.scss */ .emoji1f4ba { background-position: 0px -6100px; } /* line 360, ../../../hub/static/css/mod/emoji.scss */ .emoji1f4bb { background-position: 0px -6120px; } /* line 361, ../../../hub/static/css/mod/emoji.scss */ .emoji270f { background-position: 0px -6440px; } /* line 362, ../../../hub/static/css/mod/emoji.scss */ .emoji1f4ce { background-position: 0px -9200px; } /* placeholder */ /* line 363, ../../../hub/static/css/mod/emoji.scss */ .emoji1f4bc { background-position: 0px -6160px; } /* line 364, ../../../hub/static/css/mod/emoji.scss */ .emoji1f4bd { background-position: 0px -6200px; } /* line 365, ../../../hub/static/css/mod/emoji.scss */ .emoji1f4be { background-position: 0px -6200px; } /* line 366, ../../../hub/static/css/mod/emoji.scss */ .emoji1f4bf { background-position: 0px -7800px; } /* line 367, ../../../hub/static/css/mod/emoji.scss */ .emoji1f4c0 { background-position: 0px -7820px; } /* line 368, ../../../hub/static/css/mod/emoji.scss */ .emoji2702 { background-position: 0px -6220px; } /* line 369, ../../../hub/static/css/mod/emoji.scss */ .emoji1f4cd { background-position: 0px -9200px; } /* placeholder */ /* line 370, ../../../hub/static/css/mod/emoji.scss */ .emoji1f4c3 { background-position: 0px -6440px; } /* line 371, ../../../hub/static/css/mod/emoji.scss */ .emoji1f4c4 { background-position: 0px -6440px; } /* line 372, ../../../hub/static/css/mod/emoji.scss */ .emoji1f4c5 { background-position: 0px -9200px; } /* placeholder */ /* line 373, ../../../hub/static/css/mod/emoji.scss */ .emoji1f4c1 { background-position: 0px -9200px; } /* placeholder */ /* line 374, ../../../hub/static/css/mod/emoji.scss */ .emoji1f4c2 { background-position: 0px -9200px; } /* placeholder */ /* line 375, ../../../hub/static/css/mod/emoji.scss */ .emoji1f4d3 { background-position: 0px -6420px; } /* line 376, ../../../hub/static/css/mod/emoji.scss */ .emoji1f4d6 { background-position: 0px -6420px; } /* line 377, ../../../hub/static/css/mod/emoji.scss */ .emoji1f4d4 { background-position: 0px -6420px; } /* line 378, ../../../hub/static/css/mod/emoji.scss */ .emoji1f4d5 { background-position: 0px -6420px; } /* line 379, ../../../hub/static/css/mod/emoji.scss */ .emoji1f4d7 { background-position: 0px -6420px; } /* line 380, ../../../hub/static/css/mod/emoji.scss */ .emoji1f4d8 { background-position: 0px -6420px; } /* line 381, ../../../hub/static/css/mod/emoji.scss */ .emoji1f4d9 { background-position: 0px -6420px; } /* line 382, ../../../hub/static/css/mod/emoji.scss */ .emoji1f4da { background-position: 0px -6420px; } /* line 383, ../../../hub/static/css/mod/emoji.scss */ .emoji1f4db { background-position: 0px -9200px; } /* placeholder */ /* line 384, ../../../hub/static/css/mod/emoji.scss */ .emoji1f4dc { background-position: 0px -9200px; } /* placeholder */ /* line 385, ../../../hub/static/css/mod/emoji.scss */ .emoji1f4cb { background-position: 0px -6440px; } /* line 386, ../../../hub/static/css/mod/emoji.scss */ .emoji1f4c6 { background-position: 0px -9200px; } /* placeholder */ /* line 387, ../../../hub/static/css/mod/emoji.scss */ .emoji1f4ca { background-position: 0px -6380px; } /* line 388, ../../../hub/static/css/mod/emoji.scss */ .emoji1f4c8 { background-position: 0px -6380px; } /* line 389, ../../../hub/static/css/mod/emoji.scss */ .emoji1f4c9 { background-position: 0px -9200px; } /* placeholder */ /* line 390, ../../../hub/static/css/mod/emoji.scss */ .emoji1f4c7 { background-position: 0px -6420px; } /* line 391, ../../../hub/static/css/mod/emoji.scss */ .emoji1f4cc { background-position: 0px -9200px; } /* placeholder */ /* line 392, ../../../hub/static/css/mod/emoji.scss */ .emoji1f4d2 { background-position: 0px -6420px; } /* line 393, ../../../hub/static/css/mod/emoji.scss */ .emoji1f4cf { background-position: 0px -9200px; } /* placeholder */ /* line 394, ../../../hub/static/css/mod/emoji.scss */ .emoji1f4d0 { background-position: 0px -9200px; } /* placeholder */ /* line 395, ../../../hub/static/css/mod/emoji.scss */ .emoji1f4d1 { background-position: 0px -6440px; } /* line 396, ../../../hub/static/css/mod/emoji.scss */ .emoji1f3bd { background-position: 0px -9200px; } /* placeholder */ /* line 397, ../../../hub/static/css/mod/emoji.scss */ .emoji26be { background-position: 0px -6480px; } /* line 398, ../../../hub/static/css/mod/emoji.scss */ .emoji26f3 { background-position: 0px -6500px; } /* line 399, ../../../hub/static/css/mod/emoji.scss */ .emoji1f3be { background-position: 0px -6520px; } /* line 400, ../../../hub/static/css/mod/emoji.scss */ .emoji26bd { background-position: 0px -6540px; } /* line 401, ../../../hub/static/css/mod/emoji.scss */ .emoji1f3bf { background-position: 0px -6560px; } /* line 402, ../../../hub/static/css/mod/emoji.scss */ .emoji1f3c0 { background-position: 0px -6580px; } /* line 403, ../../../hub/static/css/mod/emoji.scss */ .emoji1f3c1 { background-position: 0px -6600px; } /* line 404, ../../../hub/static/css/mod/emoji.scss */ .emoji1f3c2 { background-position: 0px -9200px; } /* placeholder */ /* line 405, ../../../hub/static/css/mod/emoji.scss */ .emoji1f3c3 { background-position: 0px -6620px; } /* line 406, ../../../hub/static/css/mod/emoji.scss */ .emoji1f3c4 { background-position: 0px -6640px; } /* line 407, ../../../hub/static/css/mod/emoji.scss */ .emoji1f3c6 { background-position: 0px -6660px; } /* line 408, ../../../hub/static/css/mod/emoji.scss */ .emoji1f3c8 { background-position: 0px -6700px; } /* line 409, ../../../hub/static/css/mod/emoji.scss */ .emoji1f3ca { background-position: 0px -6720px; } /* line 410, ../../../hub/static/css/mod/emoji.scss */ .emoji1f683 { background-position: 0px -6740px; } /* line 411, ../../../hub/static/css/mod/emoji.scss */ .emoji1f687 { background-position: 0px -6780px; } /* line 412, ../../../hub/static/css/mod/emoji.scss */ .emoji24c2 { background-position: 0px -6780px; } /* line 413, ../../../hub/static/css/mod/emoji.scss */ .emoji1f684 { background-position: 0px -6800px; } /* line 414, ../../../hub/static/css/mod/emoji.scss */ .emoji1f685 { background-position: 0px -6820px; } /* line 415, ../../../hub/static/css/mod/emoji.scss */ .emoji1f697 { background-position: 0px -6840px; } /* line 416, ../../../hub/static/css/mod/emoji.scss */ .emoji1f699 { background-position: 0px -6860px; } /* line 417, ../../../hub/static/css/mod/emoji.scss */ .emoji1f68c { background-position: 0px -6880px; } /* line 418, ../../../hub/static/css/mod/emoji.scss */ .emoji1f68f { background-position: 0px -6900px; } /* line 419, ../../../hub/static/css/mod/emoji.scss */ .emoji1f6a2 { background-position: 0px -6920px; } /* line 420, ../../../hub/static/css/mod/emoji.scss */ .emoji2708 { background-position: 0px -6940px; } /* line 421, ../../../hub/static/css/mod/emoji.scss */ .emoji26f5 { background-position: 0px -6960px; } /* line 422, ../../../hub/static/css/mod/emoji.scss */ .emoji1f689 { background-position: 0px -7000px; } /* line 423, ../../../hub/static/css/mod/emoji.scss */ .emoji1f680 { background-position: 0px -7020px; } /* line 424, ../../../hub/static/css/mod/emoji.scss */ .emoji1f6a4 { background-position: 0px -7040px; } /* line 425, ../../../hub/static/css/mod/emoji.scss */ .emoji1f695 { background-position: 0px -7060px; } /* line 426, ../../../hub/static/css/mod/emoji.scss */ .emoji1f69a { background-position: 0px -7100px; } /* line 427, ../../../hub/static/css/mod/emoji.scss */ .emoji1f692 { background-position: 0px -7120px; } /* line 428, ../../../hub/static/css/mod/emoji.scss */ .emoji1f691 { background-position: 0px -7140px; } /* line 429, ../../../hub/static/css/mod/emoji.scss */ .emoji1f693 { background-position: 0px -7260px; } /* line 430, ../../../hub/static/css/mod/emoji.scss */ .emoji26fd { background-position: 0px -7180px; } /* line 431, ../../../hub/static/css/mod/emoji.scss */ .emoji1f17f { background-position: 0px -7200px; } /* line 432, ../../../hub/static/css/mod/emoji.scss */ .emoji1f6a5 { background-position: 0px -7220px; } /* line 433, ../../../hub/static/css/mod/emoji.scss */ .emoji1f6a7 { background-position: 0px -9720px; } /* line 434, ../../../hub/static/css/mod/emoji.scss */ .emoji1f6a8 { background-position: 0px -7260px; } /* line 435, ../../../hub/static/css/mod/emoji.scss */ .emoji2668 { background-position: 0px -7280px; } /* line 436, ../../../hub/static/css/mod/emoji.scss */ .emoji26fa { background-position: 0px -7300px; } /* line 437, ../../../hub/static/css/mod/emoji.scss */ .emoji1f3a0 { background-position: 0px -9200px; } /* placeholder */ /* line 438, ../../../hub/static/css/mod/emoji.scss */ .emoji1f3a1 { background-position: 0px -7320px; } /* line 439, ../../../hub/static/css/mod/emoji.scss */ .emoji1f3a2 { background-position: 0px -7340px; } /* line 440, ../../../hub/static/css/mod/emoji.scss */ .emoji1f3a3 { background-position: 0px -7360px; } /* line 441, ../../../hub/static/css/mod/emoji.scss */ .emoji1f3a4 { background-position: 0px -7380px; } /* line 442, ../../../hub/static/css/mod/emoji.scss */ .emoji1f3a5 { background-position: 0px -7400px; } /* line 443, ../../../hub/static/css/mod/emoji.scss */ .emoji1f3a6 { background-position: 0px -7420px; } /* line 444, ../../../hub/static/css/mod/emoji.scss */ .emoji1f3a7 { background-position: 0px -7440px; } /* line 445, ../../../hub/static/css/mod/emoji.scss */ .emoji1f3a8 { background-position: 0px -7460px; } /* line 446, ../../../hub/static/css/mod/emoji.scss */ .emoji1f3a9 { background-position: 0px -7540px; } /* line 447, ../../../hub/static/css/mod/emoji.scss */ .emoji1f3aa { background-position: 0px -9200px; } /* placeholder */ /* line 448, ../../../hub/static/css/mod/emoji.scss */ .emoji1f3ab { background-position: 0px -7500px; } /* line 449, ../../../hub/static/css/mod/emoji.scss */ .emoji1f3ac { background-position: 0px -7520px; } /* line 450, ../../../hub/static/css/mod/emoji.scss */ .emoji1f3ad { background-position: 0px -7540px; } /* line 451, ../../../hub/static/css/mod/emoji.scss */ .emoji1f3ae { background-position: 0px -9200px; } /* placeholder */ /* line 452, ../../../hub/static/css/mod/emoji.scss */ .emoji1f004 { background-position: 0px -7560px; } /* line 453, ../../../hub/static/css/mod/emoji.scss */ .emoji1f3af { background-position: 0px -7580px; } /* line 454, ../../../hub/static/css/mod/emoji.scss */ .emoji1f3b0 { background-position: 0px -7600px; } /* line 455, ../../../hub/static/css/mod/emoji.scss */ .emoji1f3b1 { background-position: 0px -7620px; } /* line 456, ../../../hub/static/css/mod/emoji.scss */ .emoji1f3b2 { background-position: 0px -9200px; } /* placeholder */ /* line 457, ../../../hub/static/css/mod/emoji.scss */ .emoji1f3b3 { background-position: 0px -9200px; } /* placeholder */ /* line 458, ../../../hub/static/css/mod/emoji.scss */ .emoji1f3b4 { background-position: 0px -9200px; } /* placeholder */ /* line 459, ../../../hub/static/css/mod/emoji.scss */ .emoji1f0cf { background-position: 0px -9200px; } /* placeholder */ /* line 460, ../../../hub/static/css/mod/emoji.scss */ .emoji1f3b5 { background-position: 0px -7640px; } /* line 461, ../../../hub/static/css/mod/emoji.scss */ .emoji1f3b6 { background-position: 0px -7740px; } /* line 462, ../../../hub/static/css/mod/emoji.scss */ .emoji1f3b7 { background-position: 0px -7680px; } /* line 463, ../../../hub/static/css/mod/emoji.scss */ .emoji1f3b8 { background-position: 0px -7700px; } /* line 464, ../../../hub/static/css/mod/emoji.scss */ .emoji1f3b9 { background-position: 0px -9200px; } /* placeholder */ /* line 465, ../../../hub/static/css/mod/emoji.scss */ .emoji1f3ba { background-position: 0px -7720px; } /* line 466, ../../../hub/static/css/mod/emoji.scss */ .emoji1f3bb { background-position: 0px -9200px; } /* placeholder */ /* line 467, ../../../hub/static/css/mod/emoji.scss */ .emoji1f3bc { background-position: 0px -7740px; } /* line 468, ../../../hub/static/css/mod/emoji.scss */ .emoji303d { background-position: 0px -7760px; } /* line 469, ../../../hub/static/css/mod/emoji.scss */ .emoji1f4f7 { background-position: 0px -4940px; } /* line 470, ../../../hub/static/css/mod/emoji.scss */ .emoji1f4f9 { background-position: 0px -7400px; } /* line 471, ../../../hub/static/css/mod/emoji.scss */ .emoji1f4fa { background-position: 0px -7780px; } /* line 472, ../../../hub/static/css/mod/emoji.scss */ .emoji1f4fb { background-position: 0px -7840px; } /* line 473, ../../../hub/static/css/mod/emoji.scss */ .emoji1f4fc { background-position: 0px -7860px; } /* line 474, ../../../hub/static/css/mod/emoji.scss */ .emoji1f48b { background-position: 0px -7900px; } /* line 475, ../../../hub/static/css/mod/emoji.scss */ .emoji1f48c { background-position: 0px -11200px; } /* line 476, ../../../hub/static/css/mod/emoji.scss */ .emoji1f48d { background-position: 0px -7940px; } /* line 477, ../../../hub/static/css/mod/emoji.scss */ .emoji1f48e { background-position: 0px -7960px; } /* line 478, ../../../hub/static/css/mod/emoji.scss */ .emoji1f48f { background-position: 0px -7980px; } /* line 479, ../../../hub/static/css/mod/emoji.scss */ .emoji1f490 { background-position: 0px -8000px; } /* line 480, ../../../hub/static/css/mod/emoji.scss */ .emoji1f491 { background-position: 0px -8020px; } /* line 481, ../../../hub/static/css/mod/emoji.scss */ .emoji1f492 { background-position: 0px -8040px; } /* line 482, ../../../hub/static/css/mod/emoji.scss */ .emoji1f51e { background-position: 0px -9860px; } /* line 483, ../../../hub/static/css/mod/emoji.scss */ .emojia9 { background-position: 0px -9900px; } /* line 484, ../../../hub/static/css/mod/emoji.scss */ .emojiae { background-position: 0px -9920px; } /* line 485, ../../../hub/static/css/mod/emoji.scss */ .emoji2122 { background-position: 0px -9940px; } /* line 486, ../../../hub/static/css/mod/emoji.scss */ .emoji2139 { background-position: 0px -9200px; } /* placeholder */ /* line 487, ../../../hub/static/css/mod/emoji.scss */ .emoji2320e3 { background-position: 0px -8060px; } /* line 488, ../../../hub/static/css/mod/emoji.scss */ .emoji3120e3 { background-position: 0px -8080px; } /* line 489, ../../../hub/static/css/mod/emoji.scss */ .emoji3220e3 { background-position: 0px -8100px; } /* line 490, ../../../hub/static/css/mod/emoji.scss */ .emoji3320e3 { background-position: 0px -8120px; } /* line 491, ../../../hub/static/css/mod/emoji.scss */ .emoji3420e3 { background-position: 0px -8140px; } /* line 492, ../../../hub/static/css/mod/emoji.scss */ .emoji3520e3 { background-position: 0px -8160px; } /* line 493, ../../../hub/static/css/mod/emoji.scss */ .emoji3620e3 { background-position: 0px -8180px; } /* line 494, ../../../hub/static/css/mod/emoji.scss */ .emoji3720e3 { background-position: 0px -8200px; } /* line 495, ../../../hub/static/css/mod/emoji.scss */ .emoji3820e3 { background-position: 0px -8220px; } /* line 496, ../../../hub/static/css/mod/emoji.scss */ .emoji3920e3 { background-position: 0px -8240px; } /* line 497, ../../../hub/static/css/mod/emoji.scss */ .emoji3020e3 { background-position: 0px -8260px; } /* line 498, ../../../hub/static/css/mod/emoji.scss */ .emoji1f51f { background-position: 0px -9200px; } /* placeholder */ /* line 499, ../../../hub/static/css/mod/emoji.scss */ .emoji1f4f6 { background-position: 0px -8280px; } /* line 500, ../../../hub/static/css/mod/emoji.scss */ .emoji1f4f3 { background-position: 0px -8300px; } /* line 501, ../../../hub/static/css/mod/emoji.scss */ .emoji1f4f4 { background-position: 0px -8320px; } /* line 502, ../../../hub/static/css/mod/emoji.scss */ .emoji1f354 { background-position: 0px -8340px; } /* line 503, ../../../hub/static/css/mod/emoji.scss */ .emoji1f359 { background-position: 0px -8360px; } /* line 504, ../../../hub/static/css/mod/emoji.scss */ .emoji1f370 { background-position: 0px -8380px; } /* line 505, ../../../hub/static/css/mod/emoji.scss */ .emoji1f35c { background-position: 0px -8400px; } /* line 506, ../../../hub/static/css/mod/emoji.scss */ .emoji1f35e { background-position: 0px -8420px; } /* line 507, ../../../hub/static/css/mod/emoji.scss */ .emoji1f373 { background-position: 0px -8440px; } /* line 508, ../../../hub/static/css/mod/emoji.scss */ .emoji1f366 { background-position: 0px -8460px; } /* line 509, ../../../hub/static/css/mod/emoji.scss */ .emoji1f35f { background-position: 0px -8480px; } /* line 510, ../../../hub/static/css/mod/emoji.scss */ .emoji1f361 { background-position: 0px -8500px; } /* line 511, ../../../hub/static/css/mod/emoji.scss */ .emoji1f358 { background-position: 0px -8520px; } /* line 512, ../../../hub/static/css/mod/emoji.scss */ .emoji1f35a { background-position: 0px -8540px; } /* line 513, ../../../hub/static/css/mod/emoji.scss */ .emoji1f35d { background-position: 0px -8560px; } /* line 514, ../../../hub/static/css/mod/emoji.scss */ .emoji1f35b { background-position: 0px -8580px; } /* line 515, ../../../hub/static/css/mod/emoji.scss */ .emoji1f362 { background-position: 0px -8600px; } /* line 516, ../../../hub/static/css/mod/emoji.scss */ .emoji1f363 { background-position: 0px -8620px; } /* line 517, ../../../hub/static/css/mod/emoji.scss */ .emoji1f371 { background-position: 0px -8640px; } /* line 518, ../../../hub/static/css/mod/emoji.scss */ .emoji1f372 { background-position: 0px -8660px; } /* line 519, ../../../hub/static/css/mod/emoji.scss */ .emoji1f367 { background-position: 0px -8680px; } /* line 520, ../../../hub/static/css/mod/emoji.scss */ .emoji1f356 { background-position: 0px -9200px; } /* placeholder */ /* line 521, ../../../hub/static/css/mod/emoji.scss */ .emoji1f365 { background-position: 0px -9200px; } /* placeholder */ /* line 522, ../../../hub/static/css/mod/emoji.scss */ .emoji1f360 { background-position: 0px -9200px; } /* placeholder */ /* line 523, ../../../hub/static/css/mod/emoji.scss */ .emoji1f355 { background-position: 0px -9200px; } /* placeholder */ /* line 524, ../../../hub/static/css/mod/emoji.scss */ .emoji1f357 { background-position: 0px -9200px; } /* placeholder */ /* line 525, ../../../hub/static/css/mod/emoji.scss */ .emoji1f368 { background-position: 0px -9200px; } /* placeholder */ /* line 526, ../../../hub/static/css/mod/emoji.scss */ .emoji1f369 { background-position: 0px -9200px; } /* placeholder */ /* line 527, ../../../hub/static/css/mod/emoji.scss */ .emoji1f36a { background-position: 0px -9200px; } /* placeholder */ /* line 528, ../../../hub/static/css/mod/emoji.scss */ .emoji1f36b { background-position: 0px -9200px; } /* placeholder */ /* line 529, ../../../hub/static/css/mod/emoji.scss */ .emoji1f36c { background-position: 0px -9200px; } /* placeholder */ /* line 530, ../../../hub/static/css/mod/emoji.scss */ .emoji1f36d { background-position: 0px -9200px; } /* placeholder */ /* line 531, ../../../hub/static/css/mod/emoji.scss */ .emoji1f36e { background-position: 0px -9200px; } /* placeholder */ /* line 532, ../../../hub/static/css/mod/emoji.scss */ .emoji1f36f { background-position: 0px -9200px; } /* placeholder */ /* line 533, ../../../hub/static/css/mod/emoji.scss */ .emoji1f364 { background-position: 0px -9200px; } /* placeholder */ /* line 534, ../../../hub/static/css/mod/emoji.scss */ .emoji1f374 { background-position: 0px -8700px; } /* line 535, ../../../hub/static/css/mod/emoji.scss */ .emoji2615 { background-position: 0px -8720px; } /* line 536, ../../../hub/static/css/mod/emoji.scss */ .emoji1f378 { background-position: 0px -8860px; } /* line 537, ../../../hub/static/css/mod/emoji.scss */ .emoji1f37a { background-position: 0px -8760px; } /* line 538, ../../../hub/static/css/mod/emoji.scss */ .emoji1f375 { background-position: 0px -8780px; } /* line 539, ../../../hub/static/css/mod/emoji.scss */ .emoji1f376 { background-position: 0px -8800px; } /* line 540, ../../../hub/static/css/mod/emoji.scss */ .emoji1f377 { background-position: 0px -8860px; } /* line 541, ../../../hub/static/css/mod/emoji.scss */ .emoji1f37b { background-position: 0px -8840px; } /* line 542, ../../../hub/static/css/mod/emoji.scss */ .emoji1f379 { background-position: 0px -8860px; } /* line 543, ../../../hub/static/css/mod/emoji.scss */ .emoji2197 { background-position: 0px -8960px; } /* line 544, ../../../hub/static/css/mod/emoji.scss */ .emoji2198 { background-position: 0px -8980px; } /* line 545, ../../../hub/static/css/mod/emoji.scss */ .emoji2196 { background-position: 0px -8920px; } /* line 546, ../../../hub/static/css/mod/emoji.scss */ .emoji2199 { background-position: 0px -8940px; } /* line 547, ../../../hub/static/css/mod/emoji.scss */ .emoji2934 { background-position: 0px -8960px; } /* line 548, ../../../hub/static/css/mod/emoji.scss */ .emoji2935 { background-position: 0px -8980px; } /* line 549, ../../../hub/static/css/mod/emoji.scss */ .emoji2194 { background-position: 0px -9200px; } /* placeholder */ /* line 550, ../../../hub/static/css/mod/emoji.scss */ .emoji2195 { background-position: 0px -9200px; } /* placeholder */ /* line 551, ../../../hub/static/css/mod/emoji.scss */ .emoji2b06 { background-position: 0px -9000px; } /* line 552, ../../../hub/static/css/mod/emoji.scss */ .emoji2b07 { background-position: 0px -9020px; } /* line 553, ../../../hub/static/css/mod/emoji.scss */ .emoji27a1 { background-position: 0px -9040px; } /* line 554, ../../../hub/static/css/mod/emoji.scss */ .emoji2b05 { background-position: 0px -11180px; } /* line 555, ../../../hub/static/css/mod/emoji.scss */ .emoji25b6 { background-position: 0px -9080px; } /* line 556, ../../../hub/static/css/mod/emoji.scss */ .emoji25c0 { background-position: 0px -9100px; } /* line 557, ../../../hub/static/css/mod/emoji.scss */ .emoji23e9 { background-position: 0px -9120px; } /* line 558, ../../../hub/static/css/mod/emoji.scss */ .emoji23ea { background-position: 0px -9140px; } /* line 559, ../../../hub/static/css/mod/emoji.scss */ .emoji23eb { background-position: 0px -9200px; } /* placeholder */ /* line 560, ../../../hub/static/css/mod/emoji.scss */ .emoji23ec { background-position: 0px -9200px; } /* placeholder */ /* line 561, ../../../hub/static/css/mod/emoji.scss */ .emoji1f53a { background-position: 0px -9200px; } /* placeholder */ /* line 562, ../../../hub/static/css/mod/emoji.scss */ .emoji1f53b { background-position: 0px -9200px; } /* placeholder */ /* line 563, ../../../hub/static/css/mod/emoji.scss */ .emoji1f53c { background-position: 0px -9200px; } /* placeholder */ /* line 564, ../../../hub/static/css/mod/emoji.scss */ .emoji1f53d { background-position: 0px -9200px; } /* placeholder */ /* line 565, ../../../hub/static/css/mod/emoji.scss */ .emoji2b55 { background-position: 0px -9800px; } /* line 566, ../../../hub/static/css/mod/emoji.scss */ .emoji274c { background-position: 0px -10340px; } /* line 567, ../../../hub/static/css/mod/emoji.scss */ .emoji274e { background-position: 0px -10340px; } /* line 568, ../../../hub/static/css/mod/emoji.scss */ .emoji2757 { background-position: 0px -9160px; } /* line 569, ../../../hub/static/css/mod/emoji.scss */ .emoji2049 { background-position: 0px -9200px; } /* placeholder */ /* line 570, ../../../hub/static/css/mod/emoji.scss */ .emoji203c { background-position: 0px -9200px; } /* placeholder */ /* line 571, ../../../hub/static/css/mod/emoji.scss */ .emoji2753 { background-position: 0px -9180px; } /* line 572, ../../../hub/static/css/mod/emoji.scss */ .emoji2754 { background-position: 0px -9200px; } /* line 573, ../../../hub/static/css/mod/emoji.scss */ .emoji2755 { background-position: 0px -9220px; } /* line 574, ../../../hub/static/css/mod/emoji.scss */ .emoji3030 { background-position: 0px -9200px; } /* placeholder */ /* line 575, ../../../hub/static/css/mod/emoji.scss */ .emoji27b0 { background-position: 0px -9200px; } /* placeholder */ /* line 576, ../../../hub/static/css/mod/emoji.scss */ .emoji27bf { background-position: 0px -9200px; } /* placeholder */ /* line 577, ../../../hub/static/css/mod/emoji.scss */ .emoji2764 { background-position: 0px -9240px; } /* line 578, ../../../hub/static/css/mod/emoji.scss */ .emoji1f493 { background-position: 0px -9480px; } /* line 579, ../../../hub/static/css/mod/emoji.scss */ .emoji1f494 { background-position: 0px -9280px; } /* line 580, ../../../hub/static/css/mod/emoji.scss */ .emoji1f495 { background-position: 0px -9480px; } /* line 581, ../../../hub/static/css/mod/emoji.scss */ .emoji1f496 { background-position: 0px -9480px; } /* line 582, ../../../hub/static/css/mod/emoji.scss */ .emoji1f497 { background-position: 0px -9340px; } /* line 583, ../../../hub/static/css/mod/emoji.scss */ .emoji1f498 { background-position: 0px -9360px; } /* line 584, ../../../hub/static/css/mod/emoji.scss */ .emoji1f499 { background-position: 0px -9380px; } /* line 585, ../../../hub/static/css/mod/emoji.scss */ .emoji1f49a { background-position: 0px -9400px; } /* line 586, ../../../hub/static/css/mod/emoji.scss */ .emoji1f49b { background-position: 0px -9420px; } /* line 587, ../../../hub/static/css/mod/emoji.scss */ .emoji1f49c { background-position: 0px -9440px; } /* line 588, ../../../hub/static/css/mod/emoji.scss */ .emoji1f49d { background-position: 0px -9460px; } /* line 589, ../../../hub/static/css/mod/emoji.scss */ .emoji1f49e { background-position: 0px -9480px; } /* line 590, ../../../hub/static/css/mod/emoji.scss */ .emoji1f49f { background-position: 0px -9500px; } /* line 591, ../../../hub/static/css/mod/emoji.scss */ .emoji2665 { background-position: 0px -9520px; } /* line 592, ../../../hub/static/css/mod/emoji.scss */ .emoji2660 { background-position: 0px -9540px; } /* line 593, ../../../hub/static/css/mod/emoji.scss */ .emoji2666 { background-position: 0px -9560px; } /* line 594, ../../../hub/static/css/mod/emoji.scss */ .emoji2663 { background-position: 0px -9580px; } /* line 595, ../../../hub/static/css/mod/emoji.scss */ .emoji1f6ac { background-position: 0px -9600px; } /* line 596, ../../../hub/static/css/mod/emoji.scss */ .emoji1f6ad { background-position: 0px -9620px; } /* line 597, ../../../hub/static/css/mod/emoji.scss */ .emoji267f { background-position: 0px -9640px; } /* line 598, ../../../hub/static/css/mod/emoji.scss */ .emoji1f6a9 { background-position: 0px -9200px; } /* placeholder */ /* line 599, ../../../hub/static/css/mod/emoji.scss */ .emoji26a0 { background-position: 0px -9700px; } /* line 600, ../../../hub/static/css/mod/emoji.scss */ .emoji26d4 { background-position: 0px -9720px; } /* line 601, ../../../hub/static/css/mod/emoji.scss */ .emoji267b { background-position: 0px -9200px; } /* placeholder */ /* line 602, ../../../hub/static/css/mod/emoji.scss */ .emoji1f6b2 { background-position: 0px -6980px; } /* line 603, ../../../hub/static/css/mod/emoji.scss */ .emoji1f6b6 { background-position: 0px -7080px; } /* line 604, ../../../hub/static/css/mod/emoji.scss */ .emoji1f6b9 { background-position: 0px -9740px; } /* line 605, ../../../hub/static/css/mod/emoji.scss */ .emoji1f6ba { background-position: 0px -9760px; } /* line 606, ../../../hub/static/css/mod/emoji.scss */ .emoji1f6c0 { background-position: 0px -5220px; } /* line 607, ../../../hub/static/css/mod/emoji.scss */ .emoji1f6bb { background-position: 0px -5240px; } /* line 608, ../../../hub/static/css/mod/emoji.scss */ .emoji1f6bd { background-position: 0px -5260px; } /* line 609, ../../../hub/static/css/mod/emoji.scss */ .emoji1f6be { background-position: 0px -5280px; } /* line 610, ../../../hub/static/css/mod/emoji.scss */ .emoji1f6bc { background-position: 0px -9780px; } /* line 611, ../../../hub/static/css/mod/emoji.scss */ .emoji1f6aa { background-position: 0px -9200px; } /* placeholder */ /* line 612, ../../../hub/static/css/mod/emoji.scss */ .emoji1f6ab { background-position: 0px -9200px; } /* placeholder */ /* line 613, ../../../hub/static/css/mod/emoji.scss */ .emoji2714 { background-position: 0px -9200px; } /* placeholder */ /* line 614, ../../../hub/static/css/mod/emoji.scss */ .emoji1f191 { background-position: 0px -9200px; } /* placeholder */ /* line 615, ../../../hub/static/css/mod/emoji.scss */ .emoji1f192 { background-position: 0px -10020px; } /* line 616, ../../../hub/static/css/mod/emoji.scss */ .emoji1f193 { background-position: 0px -9200px; } /* placeholder */ /* line 617, ../../../hub/static/css/mod/emoji.scss */ .emoji1f194 { background-position: 0px -11020px; } /* line 618, ../../../hub/static/css/mod/emoji.scss */ .emoji1f195 { background-position: 0px -9980px; } /* line 619, ../../../hub/static/css/mod/emoji.scss */ .emoji1f196 { background-position: 0px -9200px; } /* placeholder */ /* line 620, ../../../hub/static/css/mod/emoji.scss */ .emoji1f197 { background-position: 0px -9880px; } /* line 621, ../../../hub/static/css/mod/emoji.scss */ .emoji1f198 { background-position: 0px -9200px; } /* placeholder */ /* line 622, ../../../hub/static/css/mod/emoji.scss */ .emoji1f199 { background-position: 0px -10000px; } /* line 623, ../../../hub/static/css/mod/emoji.scss */ .emoji1f19a { background-position: 0px -9960px; } /* line 624, ../../../hub/static/css/mod/emoji.scss */ .emoji1f201 { background-position: 0px -10060px; } /* line 625, ../../../hub/static/css/mod/emoji.scss */ .emoji1f202 { background-position: 0px -10080px; } /* line 626, ../../../hub/static/css/mod/emoji.scss */ .emoji1f232 { background-position: 0px -9200px; } /* placeholder */ /* line 627, ../../../hub/static/css/mod/emoji.scss */ .emoji1f233 { background-position: 0px -10100px; } /* line 628, ../../../hub/static/css/mod/emoji.scss */ .emoji1f234 { background-position: 0px -9200px; } /* placeholder */ /* line 629, ../../../hub/static/css/mod/emoji.scss */ .emoji1f235 { background-position: 0px -10120px; } /* line 630, ../../../hub/static/css/mod/emoji.scss */ .emoji1f236 { background-position: 0px -10140px; } /* line 631, ../../../hub/static/css/mod/emoji.scss */ .emoji1f21a { background-position: 0px -10160px; } /* line 632, ../../../hub/static/css/mod/emoji.scss */ .emoji1f237 { background-position: 0px -10180px; } /* line 633, ../../../hub/static/css/mod/emoji.scss */ .emoji1f238 { background-position: 0px -10200px; } /* line 634, ../../../hub/static/css/mod/emoji.scss */ .emoji1f239 { background-position: 0px -10220px; } /* line 635, ../../../hub/static/css/mod/emoji.scss */ .emoji1f22f { background-position: 0px -10240px; } /* line 636, ../../../hub/static/css/mod/emoji.scss */ .emoji1f23a { background-position: 0px -10260px; } /* line 637, ../../../hub/static/css/mod/emoji.scss */ .emoji3299 { background-position: 0px -10280px; } /* line 638, ../../../hub/static/css/mod/emoji.scss */ .emoji3297 { background-position: 0px -10300px; } /* line 639, ../../../hub/static/css/mod/emoji.scss */ .emoji1f250 { background-position: 0px -10320px; } /* line 640, ../../../hub/static/css/mod/emoji.scss */ .emoji1f251 { background-position: 0px -9200px; } /* placeholder */ /* line 641, ../../../hub/static/css/mod/emoji.scss */ .emoji2795 { background-position: 0px -9200px; } /* placeholder */ /* line 642, ../../../hub/static/css/mod/emoji.scss */ .emoji2796 { background-position: 0px -9200px; } /* placeholder */ /* line 643, ../../../hub/static/css/mod/emoji.scss */ .emoji2716 { background-position: 0px -10340px; } /* line 644, ../../../hub/static/css/mod/emoji.scss */ .emoji2797 { background-position: 0px -9200px; } /* placeholder */ /* line 645, ../../../hub/static/css/mod/emoji.scss */ .emoji1f4a0 { background-position: 0px -9200px; } /* placeholder */ /* line 646, ../../../hub/static/css/mod/emoji.scss */ .emoji1f4a1 { background-position: 0px -10360px; } /* line 647, ../../../hub/static/css/mod/emoji.scss */ .emoji1f4a2 { background-position: 0px -10380px; } /* line 648, ../../../hub/static/css/mod/emoji.scss */ .emoji1f4a3 { background-position: 0px -10400px; } /* line 649, ../../../hub/static/css/mod/emoji.scss */ .emoji1f4a4 { background-position: 0px -10420px; } /* line 650, ../../../hub/static/css/mod/emoji.scss */ .emoji1f4a5 { background-position: 0px -9200px; } /* placeholder */ /* line 651, ../../../hub/static/css/mod/emoji.scss */ .emoji1f4a6 { background-position: 0px -10460px; } /* line 652, ../../../hub/static/css/mod/emoji.scss */ .emoji1f4a7 { background-position: 0px -10460px; } /* line 653, ../../../hub/static/css/mod/emoji.scss */ .emoji1f4a8 { background-position: 0px -10480px; } /* line 654, ../../../hub/static/css/mod/emoji.scss */ .emoji1f4a9 { background-position: 0px -5000px; } /* line 655, ../../../hub/static/css/mod/emoji.scss */ .emoji1f4aa { background-position: 0px -10500px; } /* line 656, ../../../hub/static/css/mod/emoji.scss */ .emoji1f4ab { background-position: 0px -10520px; } /* line 657, ../../../hub/static/css/mod/emoji.scss */ .emoji1f4ac { background-position: 0px -9200px; } /* placeholder */ /* line 658, ../../../hub/static/css/mod/emoji.scss */ .emoji2728 { background-position: 0px -11000px; } /* line 659, ../../../hub/static/css/mod/emoji.scss */ .emoji2734 { background-position: 0px -10560px; } /* line 660, ../../../hub/static/css/mod/emoji.scss */ .emoji2733 { background-position: 0px -10580px; } /* line 661, ../../../hub/static/css/mod/emoji.scss */ .emoji26aa { background-position: 0px -10640px; } /* line 662, ../../../hub/static/css/mod/emoji.scss */ .emoji26ab { background-position: 0px -10640px; } /* line 663, ../../../hub/static/css/mod/emoji.scss */ .emoji1f534 { background-position: 0px -10640px; } /* line 664, ../../../hub/static/css/mod/emoji.scss */ .emoji1f535 { background-position: 0px -10900px; } /* line 665, ../../../hub/static/css/mod/emoji.scss */ .emoji1f532 { background-position: 0px -10900px; } /* line 666, ../../../hub/static/css/mod/emoji.scss */ .emoji1f533 { background-position: 0px -10980px; } /* line 667, ../../../hub/static/css/mod/emoji.scss */ .emoji2b50 { background-position: 0px -10720px; } /* line 668, ../../../hub/static/css/mod/emoji.scss */ .emoji2b1c { background-position: 0px -10980px; } /* line 669, ../../../hub/static/css/mod/emoji.scss */ .emoji2b1b { background-position: 0px -10900px; } /* line 670, ../../../hub/static/css/mod/emoji.scss */ .emoji25ab { background-position: 0px -10980px; } /* line 671, ../../../hub/static/css/mod/emoji.scss */ .emoji25aa { background-position: 0px -10900px; } /* line 672, ../../../hub/static/css/mod/emoji.scss */ .emoji25fd { background-position: 0px -10980px; } /* line 673, ../../../hub/static/css/mod/emoji.scss */ .emoji25fe { background-position: 0px -10900px; } /* line 674, ../../../hub/static/css/mod/emoji.scss */ .emoji25fb { background-position: 0px -10980px; } /* line 675, ../../../hub/static/css/mod/emoji.scss */ .emoji25fc { background-position: 0px -10900px; } /* line 676, ../../../hub/static/css/mod/emoji.scss */ .emoji1f536 { background-position: 0px -10980px; } /* line 677, ../../../hub/static/css/mod/emoji.scss */ .emoji1f537 { background-position: 0px -10980px; } /* line 678, ../../../hub/static/css/mod/emoji.scss */ .emoji1f538 { background-position: 0px -10980px; } /* line 679, ../../../hub/static/css/mod/emoji.scss */ .emoji1f539 { background-position: 0px -10980px; } /* line 680, ../../../hub/static/css/mod/emoji.scss */ .emoji2747 { background-position: 0px -11000px; } /* line 681, ../../../hub/static/css/mod/emoji.scss */ .emoji1f4ae { background-position: 0px -9200px; } /* placeholder */ /* line 682, ../../../hub/static/css/mod/emoji.scss */ .emoji1f4af { background-position: 0px -9200px; } /* placeholder */ /* line 683, ../../../hub/static/css/mod/emoji.scss */ .emoji21a9 { background-position: 0px -9200px; } /* placeholder */ /* line 684, ../../../hub/static/css/mod/emoji.scss */ .emoji21aa { background-position: 0px -9200px; } /* placeholder */ /* line 685, ../../../hub/static/css/mod/emoji.scss */ .emoji1f503 { background-position: 0px -9200px; } /* placeholder */ /* line 686, ../../../hub/static/css/mod/emoji.scss */ .emoji1f50a { background-position: 0px -7880px; } /* line 687, ../../../hub/static/css/mod/emoji.scss */ .emoji1f50b { background-position: 0px -9200px; } /* placeholder */ /* line 688, ../../../hub/static/css/mod/emoji.scss */ .emoji1f50c { background-position: 0px -9200px; } /* placeholder */ /* line 689, ../../../hub/static/css/mod/emoji.scss */ .emoji1f50d { background-position: 0px -11060px; } /* line 690, ../../../hub/static/css/mod/emoji.scss */ .emoji1f50e { background-position: 0px -11060px; } /* line 691, ../../../hub/static/css/mod/emoji.scss */ .emoji1f512 { background-position: 0px -11140px; } /* line 692, ../../../hub/static/css/mod/emoji.scss */ .emoji1f513 { background-position: 0px -11100px; } /* line 693, ../../../hub/static/css/mod/emoji.scss */ .emoji1f50f { background-position: 0px -11140px; } /* line 694, ../../../hub/static/css/mod/emoji.scss */ .emoji1f510 { background-position: 0px -11140px; } /* line 695, ../../../hub/static/css/mod/emoji.scss */ .emoji1f511 { background-position: 0px -11160px; } /* line 696, ../../../hub/static/css/mod/emoji.scss */ .emoji1f514 { background-position: 0px -4980px; } /* line 697, ../../../hub/static/css/mod/emoji.scss */ .emoji2611 { background-position: 0px -9200px; } /* placeholder */ /* line 698, ../../../hub/static/css/mod/emoji.scss */ .emoji1f518 { background-position: 0px -9200px; } /* placeholder */ /* line 699, ../../../hub/static/css/mod/emoji.scss */ .emoji1f516 { background-position: 0px -9200px; } /* placeholder */ /* line 700, ../../../hub/static/css/mod/emoji.scss */ .emoji1f517 { background-position: 0px -9200px; } /* placeholder */ /* line 701, ../../../hub/static/css/mod/emoji.scss */ .emoji1f519 { background-position: 0px -11180px; } /* line 702, ../../../hub/static/css/mod/emoji.scss */ .emoji1f51a { background-position: 0px -9200px; } /* placeholder */ /* line 703, ../../../hub/static/css/mod/emoji.scss */ .emoji1f51b { background-position: 0px -9200px; } /* placeholder */ /* line 704, ../../../hub/static/css/mod/emoji.scss */ .emoji1f51c { background-position: 0px -9200px; } /* placeholder */ /* line 705, ../../../hub/static/css/mod/emoji.scss */ .emoji1f51d { background-position: 0px -10040px; } /* line 706, ../../../hub/static/css/mod/emoji.scss */ .emoji2003 { background-position: 0px -9200px; } /* placeholder */ /* line 707, ../../../hub/static/css/mod/emoji.scss */ .emoji2002 { background-position: 0px -9200px; } /* placeholder */ /* line 708, ../../../hub/static/css/mod/emoji.scss */ .emoji2005 { background-position: 0px -9200px; } /* placeholder */ /* line 709, ../../../hub/static/css/mod/emoji.scss */ .emoji2705 { background-position: 0px -9200px; } /* placeholder */ /* line 710, ../../../hub/static/css/mod/emoji.scss */ .emoji270a { background-position: 0px -11220px; } /* line 711, ../../../hub/static/css/mod/emoji.scss */ .emoji270b { background-position: 0px -11240px; } /* line 712, ../../../hub/static/css/mod/emoji.scss */ .emoji270c { background-position: 0px -11260px; } /* line 713, ../../../hub/static/css/mod/emoji.scss */ .emoji1f44a { background-position: 0px -11280px; } /* line 714, ../../../hub/static/css/mod/emoji.scss */ .emoji1f44d { background-position: 0px -11300px; } /* line 715, ../../../hub/static/css/mod/emoji.scss */ .emoji261d { background-position: 0px -11320px; } /* line 716, ../../../hub/static/css/mod/emoji.scss */ .emoji1f446 { background-position: 0px -11340px; } /* line 717, ../../../hub/static/css/mod/emoji.scss */ .emoji1f447 { background-position: 0px -11360px; } /* line 718, ../../../hub/static/css/mod/emoji.scss */ .emoji1f448 { background-position: 0px -11380px; } /* line 719, ../../../hub/static/css/mod/emoji.scss */ .emoji1f449 { background-position: 0px -11400px; } /* line 720, ../../../hub/static/css/mod/emoji.scss */ .emoji1f44b { background-position: 0px -11420px; } /* line 721, ../../../hub/static/css/mod/emoji.scss */ .emoji1f44f { background-position: 0px -11440px; } /* line 722, ../../../hub/static/css/mod/emoji.scss */ .emoji1f44c { background-position: 0px -11460px; } /* line 723, ../../../hub/static/css/mod/emoji.scss */ .emoji1f44e { background-position: 0px -11480px; } /* line 724, ../../../hub/static/css/mod/emoji.scss */ .emoji1f450 { background-position: 0px -11500px; } /* line 2, ../../../hub/static/css/mod/emoji-hint.scss */ #show-emoji-hint { float: right; } /* line 6, ../../../hub/static/css/mod/emoji-hint.scss */ .emoji-hint { z-inde: 1000; position: absolute; top: 180px; left: 300px; width: 630px; height: 550px; background-color: #fff; border: 1px solid #BEBEBE; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); } /* line 17, ../../../hub/static/css/mod/emoji-hint.scss */ .emoji-hint #close { position: absolute; top: 10px; right: 10px; } /* line 1, ../../../hub/static/css/mod/footer.scss */ #footer { clear: both; padding: 10px 0; color: #999; border-top: 1px solid #EAEAEA; background: url("/static/img/pb2.png") no-repeat center center; } /* line 8, ../../../hub/static/css/mod/footer.scss */ #footer .footer-logo { float: left; opacity: 0.6; } /* line 9, ../../../hub/static/css/mod/footer.scss */ #footer #revision { color: lightgray; float: right; display: inline-table; } /* line 10, ../../../hub/static/css/mod/footer.scss */ #footer #revision span { padding: 0 5px; } /* TODO: to be removed */ /* mini-icons - from Github */ /* TODO: Completely remove this component from anywhere in Code */ @font-face { font-family: 'Octicons Regular'; src: url("/static/octicons/octicons-regular-webfont.eot") format("eot"), url("/static/octicons/octicons-regular-webfont.eot#iefix") format("embedded-opentype"), url("/static/octicons/octicons-regular-webfont.woff") format("woff"), url("/static/octicons/octicons-regular-webfont.ttf") format("truetype"), url("/static/octicons/octicons-regular-webfont.woff") format("woff"); font-weight: normal; font-style: normal; } /* line 15, ../../../hub/static/css/mod/mini-icons.scss */ .mini-icon, .mega-icon { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; text-decoration: inherit; -webkit-font-smoothing: antialiased; line-height: 1; text-decoration: none; } /* line 26, ../../../hub/static/css/mod/mini-icons.scss */ .mini-icon::before, .mega-icon::before { -moz-transition: color .15s ease-in 0; -webkit-transition: color .15s ease-in 0; font-size: 16px; text-decoration: none; } /* line 15, ../../../hub/static/css/mod/common.scss */ .hidden { display: none; } /* line 19, ../../../hub/static/css/mod/common.scss */ h1.pagehead { font-size: 20px; font-weight: normal; color: #495961; } /* line 25, ../../../hub/static/css/mod/common.scss */ .pagehead { margin-bottom: 7px; } /* line 27, ../../../hub/static/css/mod/common.scss */ .raw { overflow: hidden; margin-left: -20px; } /* line 2, ../../../hub/static/css/mod/flat-hack.scss */ a.btn i { padding-right: 5px; } /* line 1, ../../../hub/static/css/mod/markdown-content.scss */ .markdown-body { padding: 30px; } /* line 4, ../../../hub/static/css/mod/markdown-content.scss */ .markdown-body > :first-child { margin-top: 0 !important; } /* line 7, ../../../hub/static/css/mod/markdown-content.scss */ .markdown-body h1, .markdown-body h2, .markdown-body h3, .markdown-body h4, .markdown-body h5, .markdown-body h6 { margin: 20px 0 10px; padding: 0; font-weight: bold; -webkit-font-smoothing: antialiased; cursor: text; position: relative; } /* line 20, ../../../hub/static/css/mod/markdown-content.scss */ .markdown-body h2 { font-size: 24px; border-bottom: 1px solid #CCC; color: black; } /* line 25, ../../../hub/static/css/mod/markdown-content.scss */ .markdown-body, .markdown-body p { font-size: 14px; line-height: 1.6; } /* line 30, ../../../hub/static/css/mod/markdown-content.scss */ .markdown-body p, .markdown-body blockquote, .markdown-body ul, .markdown-body ol, .markdown-body dl, .markdown-body table, .markdown-body pre { margin: 15px 0; } /* line 39, ../../../hub/static/css/mod/markdown-content.scss */ .markdown-body ul, .markdown-body ol { padding-left: 30px; } /* line 43, ../../../hub/static/css/mod/markdown-content.scss */ .markdown-body ul li { line-height: 1.6; } /* line 46, ../../../hub/static/css/mod/markdown-content.scss */ .markdown-body ul { list-style: disc; } /* line 49, ../../../hub/static/css/mod/markdown-content.scss */ .markdown-body ol { list-style: decimal; } /* line 52, ../../../hub/static/css/mod/markdown-content.scss */ .markdown-body table { width: 100%; } /* line 55, ../../../hub/static/css/mod/markdown-content.scss */ .markdown-body table caption + thead tr:first-child th, .markdown-body table caption + thead tr:first-child td, .markdown-body table colgroup + thead tr:first-child th, .markdown-body table colgroup + thead tr:first-child td, .markdown-body table thead:first-child tr:first-child th, .markdown-body table thead:first-child tr:first-child td { border-top: 0; } /* line 63, ../../../hub/static/css/mod/markdown-content.scss */ .markdown-body table thead th { vertical-align: bottom; } /* line 66, ../../../hub/static/css/mod/markdown-content.scss */ .markdown-body table th { font-weight: bold; } /* line 69, ../../../hub/static/css/mod/markdown-content.scss */ .markdown-body table th, .markdown-body table td { padding: 8px; line-height: 20px; text-align: left; vertical-align: top; border-top: 1px solid #ddd; } /* line 77, ../../../hub/static/css/mod/markdown-content.scss */ .markdown-body table th, .markdown-body table td { padding: 8px; line-height: 20px; text-align: left; vertical-align: top; border-top: 1px solid #ddd; } /* line 85, ../../../hub/static/css/mod/markdown-content.scss */ .markdown-body table tbody > tr:nth-child(odd) > td, .markdown-body table tbody > tr:nth-child(odd) > th { background-color: #f9f9f9; } /* line 89, ../../../hub/static/css/mod/markdown-content.scss */ .markdown-body .progress-percentage { color: #888; } /* line 93, ../../../hub/static/css/mod/markdown-content.scss */ .markdown-page { padding: 0px; } /* line 96, ../../../hub/static/css/mod/markdown-content.scss */ .markdown-page h1, .markdown-page h2, .markdown-page h3, .markdown-page h4, .markdown-page h5, .markdown-page h6 { position: static; } /* line 104, ../../../hub/static/css/mod/markdown-content.scss */ .markdown-page pre { font-family: Consolas, 'Deja Vu Sans Mono', 'Bitstream Vera Sans Mono', monospace; font-size: 14px; } /* line 108, ../../../hub/static/css/mod/markdown-content.scss */ .markdown-page .label { background-color: transparent; } /* line 111, ../../../hub/static/css/mod/markdown-content.scss */ .markdown-page dd { margin-left: 1.5em; } /* line 114, ../../../hub/static/css/mod/markdown-content.scss */ .markdown-body code { white-space: pre-wrap; } /* line 5, ../../../hub/static/css/app/center-activity.scss */ .pull-form input[type="text"] { font-size: 14px; padding: 5px 5px; margin: 0 0 5px 0; width: 98%; color: #444; } /* line 12, ../../../hub/static/css/app/center-activity.scss */ .pull-form textarea { height: 200px; } /* line 15, ../../../hub/static/css/app/center-activity.scss */ .pull-form-main .form-actions { padding: 0; margin-top: 10px; text-align: right; padding-bottom: 5px; background-color: inherit; border-top: none; } /* line 24, ../../../hub/static/css/app/center-activity.scss */ .previewable-comment-form .zen-enabled textarea { padding: 10px 18px 10px 10px; } /* line 27, ../../../hub/static/css/app/center-activity.scss */ .previewable-comment-form textarea { display: block; width: 100%; max-width: 100%; min-height: 100px; padding: 10px; border: 1px solid #DDD; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border-radius: 3px; } /* Write/Preview Control style for new PR component */ /* line 41, ../../../hub/static/css/app/center-activity.scss */ ul.edit-preview-tabs { margin: 0 0 5px 0; line-height: 13px; } /* line 45, ../../../hub/static/css/app/center-activity.scss */ ul.edit-preview-tabs li { list-style-type: none; margin: 0; display: inline-block; } /* line 50, ../../../hub/static/css/app/center-activity.scss */ ul.edit-preview-tabs a { display: inline-block; padding: 2px 8px; font-size: 11px; font-weight: bold; text-decoration: none; color: #666; border: 1px solid transparent; border-radius: 10px; } /* line 61, ../../../hub/static/css/app/center-activity.scss */ .previewable-comment-form li.active .write-tab, .previewable-comment-form li.active .preview-tab { color: #333; background: white; border-color: #BBB; border-right-color: #DDD; border-bottom-color: #DDD; } /* Description Component background & help text, from hub.css*/ /* line 71, ../../../hub/static/css/app/center-activity.scss */ .comment-form { position: relative; margin: -10px 0 10px 0; padding: 5px; } /* line 77, ../../../hub/static/css/app/center-activity.scss */ .comment-form p.help { margin: 3px 0 0 0; float: right; font-size: 11px; color: #666; }
node_modules/grunt-contrib/node_modules/grunt-contrib-yuidoc/node_modules/yuidocjs/node_modules/yui/node-menunav/assets/node-menunav-core.css
SHMEDIALIMITED/tallest-tower
/* YUI 3.8.0pr2 (build 154) Copyright 2012 Yahoo! Inc. All rights reserved. Licensed under the BSD License. http://yuilibrary.com/license/ */ .yui3-menu .yui3-menu { position: absolute; z-index: 1; } .yui3-menu .yui3-shim { /* Styles for the <iframe> shim used to prevent <select> elements from poking through submenus in IE < 7. Note: For peformance, creation of the <iframe> shim for each submenu is deferred until it is initially made visible by the user. */ position: absolute; top: 0; left: 0; z-index: -1; opacity: 0; filter: alpha(opacity=0); /* For IE since it doesn't implement the CSS3 "opacity" property. */ border: none; margin: 0; padding: 0; height: 100%; width: 100%; } .yui3-menu-hidden { /* Position hidden menus outside the viewport boundaries to prevent them from triggering scrollbars on the viewport. */ top: -10000px; left: -10000px; /* Using "visibility:hidden" over "display" none because: 1) As the "position" property for submenus is set to "absolute", they are out of the document flow and take up no space. Therefore, from that perspective use of "display:none" is redundant. 2) According to MSDN use of "display:none" is more expensive: "Display is the more expensive of the two CSS properties, so if you are making elements appear and disappear often, visibility will be faster." (See http://msdn.microsoft.com/en-us/library/bb264005(VS.85).aspx) */ visibility: hidden; } .yui3-menu li { list-style-type: none; } .yui3-menu ul, .yui3-menu li { margin: 0; padding: 0; } .yui3-menu-label, .yui3-menuitem-content { text-align: left; white-space: nowrap; display: block; } .yui3-menu-horizontal li { float: left; width: auto; } .yui3-menu-horizontal li li { float: none; } .yui3-menu-horizontal ul { /* Use of "zoom" sets the "hasLayout" property to "true" in IE (< 8). When "hasLayout" is set to "true", an element can clear its floated descendents. For more: http://msdn.microsoft.com/en-gb/library/ms533776(VS.85).aspx */ *zoom: 1; } .yui3-menu-horizontal ul ul { /* No need to clear <ul>s of submenus of horizontal menus since <li>s of submenus aren't floated. */ *zoom: normal; } .yui3-menu-horizontal>.yui3-menu-content>ul:after { /* Self-clearing solution for Opera, Webkit, Gecko and IE > 7 */ content: ""; display: block; clear: both; line-height: 0; font-size: 0; visibility: hidden; } /* The following two rules are for IE 7. Triggering "hasLayout" (via use of "zoom") prevents first-tier submenus from hiding when the mouse is moving from an menu label in a root menu to its corresponding submenu. */ .yui3-menu-content { *zoom: 1; } .yui3-menu-hidden .yui3-menu-content { *zoom: normal; } /* The following two rules are for IE 6 (Standards Mode and Quirks Mode) and IE 7 (Quirks Mode only). Triggering "hasLayout" (via use of "zoom") fixes a bug in IE where mousing mousing off the text node of menuitem or menu label will incorrectly trigger the mouseout event. */ .yui3-menuitem-content, .yui3-menu-label { _zoom: 1; } .yui3-menu-hidden .yui3-menuitem-content, .yui3-menu-hidden .yui3-menu-label { _zoom: normal; }
docs/integration/4.4.1/major-upgrades/index.html
wirecard/paymentSDK-iOS
<!DOCTYPE html> <html lang="en" class="no-js"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <meta name="description" content="A lightweight mobile interface for Wirecard Payment Gateway"> <meta name="author" content="paymentSDK Team"> <meta name="lang:clipboard.copy" content="Copy to clipboard"> <meta name="lang:clipboard.copied" content="Copied to clipboard"> <meta name="lang:search.language" content="en"> <meta name="lang:search.pipeline.stopwords" content="True"> <meta name="lang:search.pipeline.trimmer" content="True"> <meta name="lang:search.result.none" content="No matching documents"> <meta name="lang:search.result.one" content="1 matching document"> <meta name="lang:search.result.other" content="# matching documents"> <meta name="lang:search.tokenizer" content="[\s\-]+"> <link rel="shortcut icon" href="../assets/images/favicon.png"> <meta name="generator" content="mkdocs-1.0.4, mkdocs-material-3.1.0"> <title>Major Upgrades - paymentSDK Guide</title> <link rel="stylesheet" href="../assets/stylesheets/application.11e41852.css"> <link rel="stylesheet" href="../assets/stylesheets/application-palette.22915126.css"> <meta name="theme-color" content="#00bcd4"> <script src="../assets/javascripts/modernizr.20ef595d.js"></script> <link href="https://fonts.gstatic.com" rel="preconnect" crossorigin> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Titillium+Web:300,400,400i,700|Fira+Mono"> <style>body,input{font-family:"Titillium Web","Helvetica Neue",Helvetica,Arial,sans-serif}code,kbd,pre{font-family:"Fira Mono","Courier New",Courier,monospace}</style> <link rel="stylesheet" href="../assets/fonts/material-icons.css"> <link rel="stylesheet" href="../css/code-tabs.css"> </head> <body dir="ltr" data-md-color-primary="cyan" data-md-color-accent="deep-orange"> <svg class="md-svg"> <defs> </defs> </svg> <input class="md-toggle" data-md-toggle="drawer" type="checkbox" id="__drawer" autocomplete="off"> <input class="md-toggle" data-md-toggle="search" type="checkbox" id="__search" autocomplete="off"> <label class="md-overlay" data-md-component="overlay" for="__drawer"></label> <a href="#major-upgrades" tabindex="1" class="md-skip"> Skip to content </a> <header class="md-header" data-md-component="header"> <nav class="md-header-nav md-grid"> <div class="md-flex"> <div class="md-flex__cell md-flex__cell--shrink"> <a href=".." title="paymentSDK Guide" class="md-header-nav__button md-logo"> <i class="md-icon">developer_mode</i> </a> </div> <div class="md-flex__cell md-flex__cell--shrink"> <label class="md-icon md-icon--menu md-header-nav__button" for="__drawer"></label> </div> <div class="md-flex__cell md-flex__cell--stretch"> <div class="md-flex__ellipsis md-header-nav__title" data-md-component="title"> <span class="md-header-nav__topic"> paymentSDK Guide </span> <span class="md-header-nav__topic"> Major Upgrades </span> </div> </div> <div class="md-flex__cell md-flex__cell--shrink"> <label class="md-icon md-icon--search md-header-nav__button" for="__search"></label> <div class="md-search" data-md-component="search" role="dialog"> <label class="md-search__overlay" for="__search"></label> <div class="md-search__inner" role="search"> <form class="md-search__form" name="search"> <input type="text" class="md-search__input" name="query" placeholder="Search" autocapitalize="off" autocorrect="off" autocomplete="off" spellcheck="false" data-md-component="query" data-md-state="active"> <label class="md-icon md-search__icon" for="__search"></label> <button type="reset" class="md-icon md-search__icon" data-md-component="reset" tabindex="-1"> &#xE5CD; </button> </form> <div class="md-search__output"> <div class="md-search__scrollwrap" data-md-scrollfix> <div class="md-search-result" data-md-component="result"> <div class="md-search-result__meta"> Type to start searching </div> <ol class="md-search-result__list"></ol> </div> </div> </div> </div> </div> </div> </div> </nav> </header> <div class="md-container"> <main class="md-main"> <div class="md-main__inner md-grid" data-md-component="container"> <div class="md-sidebar md-sidebar--primary" data-md-component="navigation"> <div class="md-sidebar__scrollwrap"> <div class="md-sidebar__inner"> <nav class="md-nav md-nav--primary" data-md-level="0"> <label class="md-nav__title md-nav__title--site" for="__drawer"> <a href=".." title="paymentSDK Guide" class="md-nav__button md-logo"> <i class="md-icon">developer_mode</i> </a> paymentSDK Guide </label> <ul class="md-nav__list" data-md-scrollfix> <li class="md-nav__item"> <a href=".." title="Start Here" class="md-nav__link"> Start Here </a> </li> <li class="md-nav__item md-nav__item--nested"> <input class="md-toggle md-nav__toggle" data-md-toggle="nav-2" type="checkbox" id="nav-2"> <label class="md-nav__link" for="nav-2"> Payment Methods </label> <nav class="md-nav" data-md-component="collapsible" data-md-level="1"> <label class="md-nav__title" for="nav-2"> Payment Methods </label> <ul class="md-nav__list" data-md-scrollfix> <li class="md-nav__item"> <a href="../apple-pay/" title="Apple Pay" class="md-nav__link"> Apple Pay </a> </li> <li class="md-nav__item"> <a href="../card-payments/" title="Card Payments" class="md-nav__link"> Card Payments </a> </li> <li class="md-nav__item"> <a href="../paypal/" title="PayPal" class="md-nav__link"> PayPal </a> </li> <li class="md-nav__item"> <a href="../sepa/" title="SEPA Direct Debit" class="md-nav__link"> SEPA Direct Debit </a> </li> <li class="md-nav__item"> <a href="../zapp/" title="Zapp" class="md-nav__link"> Zapp </a> </li> <li class="md-nav__item"> <a href="../klarna/" title="Klarna" class="md-nav__link"> Klarna </a> </li> </ul> </nav> </li> <li class="md-nav__item md-nav__item--nested"> <input class="md-toggle md-nav__toggle" data-md-toggle="nav-3" type="checkbox" id="nav-3"> <label class="md-nav__link" for="nav-3"> Customization </label> <nav class="md-nav" data-md-component="collapsible" data-md-level="1"> <label class="md-nav__title" for="nav-3"> Customization </label> <ul class="md-nav__list" data-md-scrollfix> <li class="md-nav__item"> <a href="../theming/" title="User Interface" class="md-nav__link"> User Interface </a> </li> <li class="md-nav__item"> <a href="../localization/" title="Localization" class="md-nav__link"> Localization </a> </li> </ul> </nav> </li> <li class="md-nav__item md-nav__item--nested"> <input class="md-toggle md-nav__toggle" data-md-toggle="nav-4" type="checkbox" id="nav-4"> <label class="md-nav__link" for="nav-4"> About </label> <nav class="md-nav" data-md-component="collapsible" data-md-level="1"> <label class="md-nav__title" for="nav-4"> About </label> <ul class="md-nav__list" data-md-scrollfix> <li class="md-nav__item"> <a href="../release-notes/" title="Release Notes" class="md-nav__link"> Release Notes </a> </li> <li class="md-nav__item"> <a href="../license/" title="License" class="md-nav__link"> License </a> </li> </ul> </nav> </li> </ul> </nav> </div> </div> </div> <div class="md-sidebar md-sidebar--secondary" data-md-component="toc"> <div class="md-sidebar__scrollwrap"> <div class="md-sidebar__inner"> <nav class="md-nav md-nav--secondary"> <label class="md-nav__title" for="__toc">Table of contents</label> <ul class="md-nav__list" data-md-scrollfix> <li class="md-nav__item"> <a href="#upgrade-from-2x-to-3x" title="Upgrade from 2.x to 3.x" class="md-nav__link"> Upgrade from 2.x to 3.x </a> </li> </ul> </nav> </div> </div> </div> <div class="md-content"> <article class="md-content__inner md-typeset"> <h1 id="major-upgrades">Major Upgrades<a class="headerlink" href="#major-upgrades" title="Permanent link">&para;</a></h1> <h2 id="upgrade-from-2x-to-3x">Upgrade from 2.x to 3.x<a class="headerlink" href="#upgrade-from-2x-to-3x" title="Permanent link">&para;</a></h2> <p>In paymentsdk major release 3.x only minimal incompatible changes were provided.</p> <ol> <li>paymentSDK was modularized. You need to list all required frameworks (Cocoa subspecs)</li> <li>You need to rename included header files from PaymentSDK to dedicated module umbrella header <!-- markdownlint-disable MD031 --> <code>swift // from PaymentSDK import PaymentSDK // to dedicated module(s) import WDeComApplePay import WDeComCard import WDeComPayPal import WDeComSEPA</code> <code>objective-c // from PaymentSDK #include &lt;PaymentSDK/PaymentSDK.h&gt; // to dedicated module(s) #include &lt;WDeCom/WDeCom.h&gt; // mandatory for all payment methods #include &lt;WDeCom/WDeComApplePay.h&gt; #include &lt;WDeCom/WDeComCard.h&gt; #include &lt;WDeCom/WDeComPayPal.h&gt; #include &lt;WDeCom/WDeComSEPA.h&gt;</code> <!-- markdownlint-enable MD031 --></li> <li>Classes and Enums name prefix was changed from WD to WDEC to allow integration along other Wirecard proucts. You need to rename used classes and enums in source code.</li> </ol> </article> </div> </div> </main> <footer class="md-footer"> <div class="md-footer-meta md-typeset"> <div class="md-footer-meta__inner md-grid"> <div class="md-footer-copyright"> <div class="md-footer-copyright__highlight"> © 2019 by Wirecard AG </div> powered by <a href="https://www.mkdocs.org">MkDocs</a> and <a href="https://squidfunk.github.io/mkdocs-material/"> Material for MkDocs</a> </div> <div class="md-footer-social"> <link rel="stylesheet" href="../assets/fonts/font-awesome.css"> <a href="https://github.com/wirecard/paymentSDK-iOS" class="md-footer-social__link fa fa-github"></a> </div> </div> </div> </footer> </div> <script src="../assets/javascripts/application.9e1f3b71.js"></script> <script>app.initialize({version:"1.0.4",url:{base:".."}})</script> <script src="../js/tabhack.js# Customization"></script> </body> </html>
libs/yui/yui3/src/charts/tests/manual/verticalstackedcombosplineshowareafill.html
inikoo/fact
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3../../../../../ml4/strict.dtd"> <html> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <title>Vertical Stacked Multiple Series Combo Spline Chart with area fill using an array of object literals</title> <style> #mychart { position: absolute; top: 50px; left: 50px; width:500px; height:350px; } </style> <link rel="stylesheet" type="text/css" href="../../../../build/cssfonts/fonts-min.css"> </head> <body class="yui3-skin-sam"> <h3>Vertical Stacked Multiple Series Combo Spline Chart with area fill using an array of object literals</h3> <div id="mychart"></div> <script type="text/javascript" src="../../../../build/yui/yui.js"></script> <script type="text/javascript"> YUI({ defaultGraphicEngine: (window.location.search.match(/[?&]defaultGraphicEngine=([^&]+)/) || [])[1] || 'svg', filter: (window.location.search.match(/[?&]filter=([^&]+)/) || [])[1] || 'raw' }).use('charts', function (Y) { var myDataValues = [ {category:"5/1/2010", miscellaneous:2000, expenses:3700, revenue:2200}, {category:"5/2/2010", miscellaneous:50, expenses:9100, revenue:100}, {category:"5/3/2010", miscellaneous:400, expenses:1100, revenue:1500}, {category:"5/4/2010", miscellaneous:200, expenses:1900, revenue:2800}, {category:"5/5/2010", miscellaneous:5000, expenses:5000, revenue:2650} ], mychart = new Y.Chart({ type: "combospline", direction: "vertical", stacked: true, showAreaFill: true, dataProvider:myDataValues, render:"#mychart" }); }); </script> </body> </html>
lib/commons-net-3.3/apidocs/org/apache/commons/net/nntp/class-use/NNTPClient.html
asad/MCEDS
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1"> <title>Uses of Class org.apache.commons.net.nntp.NNTPClient (Commons Net 3.3 API)</title> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.commons.net.nntp.NNTPClient (Commons Net 3.3 API)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../org/apache/commons/net/nntp/NNTPClient.html" title="class in org.apache.commons.net.nntp">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/commons/net/nntp/class-use/NNTPClient.html" target="_top">Frames</a></li> <li><a href="NNTPClient.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class org.apache.commons.net.nntp.NNTPClient" class="title">Uses of Class<br>org.apache.commons.net.nntp.NNTPClient</h2> </div> <div class="classUseContainer">No usage of org.apache.commons.net.nntp.NNTPClient</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../org/apache/commons/net/nntp/NNTPClient.html" title="class in org.apache.commons.net.nntp">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/commons/net/nntp/class-use/NNTPClient.html" target="_top">Frames</a></li> <li><a href="NNTPClient.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2001-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p> </body> </html>
vendor/smarty/smarty/development/Smarty3Doc/Smarty/Compiler/Smarty_Internal_Compile_Rdelim.html
YuheiNakasaka/sharememo
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <!-- template designed by Marco Von Ballmoos --> <title>Docs For Class Smarty_Internal_Compile_Rdelim</title> <link rel="stylesheet" href="../../media/stylesheet.css" /> <meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'/> </head> <body> <div class="page-body"> <h2 class="class-name">Class Smarty_Internal_Compile_Rdelim</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-vars">Vars</a> | <a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>) </div> <div class="info-box-body"> <!-- ========== Info from phpDoc block ========= --> <p class="short-description">Smarty Internal Plugin Compile Rdelim Class</p> <p class="notes"> Located in <a class="field" href="_libs---sysplugins---smarty_internal_compile_rdelim.php.html">/libs/sysplugins/smarty_internal_compile_rdelim.php</a> (line <span class="field">17</span>) </p> <pre><a href="../../Smarty/Compiler/Smarty_Internal_CompileBase.html">Smarty_Internal_CompileBase</a> | --Smarty_Internal_Compile_Rdelim</pre> </div> </div> <a name="sec-method-summary"></a> <div class="info-box"> <div class="info-box-title">Method Summary</span></div> <div class="nav-bar"> <a href="#sec-description">Description</a> | <a href="#sec-vars">Vars</a> | <span class="disabled">Methods</span> (<a href="#sec-methods">details</a>) </div> <div class="info-box-body"> <div class="method-summary"> <div class="method-definition"> <span class="method-result">string</span> <a href="#compile" title="details" class="method-name">compile</a> (<span class="var-type">array</span>&nbsp;<span class="var-name">$args</span>, <span class="var-type">object</span>&nbsp;<span class="var-name">$compiler</span>) </div> </div> </div> </div> <a name="sec-vars"></a> <div class="info-box"> <div class="info-box-title">Variables</div> <div class="nav-bar"> <a href="#sec-description">Description</a> | <a href="#sec-var-summary">Vars</a> (<span class="disabled">details</span>) | <a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>) </div> <div class="info-box-body"> <h4>Inherited Variables</h4> <A NAME='inherited_vars'><!-- --></A> <p>Inherited from <span class="classname"><a href="../../Smarty/Compiler/Smarty_Internal_CompileBase.html">Smarty_Internal_CompileBase</a></span></p> <blockquote> <span class="var-title"> <span class="var-name"><a href="../../Smarty/Compiler/Smarty_Internal_CompileBase.html#var$optional_attributes">Smarty_Internal_CompileBase::$optional_attributes</a></span><br> </span> <span class="var-title"> <span class="var-name"><a href="../../Smarty/Compiler/Smarty_Internal_CompileBase.html#var$option_flags">Smarty_Internal_CompileBase::$option_flags</a></span><br> </span> <span class="var-title"> <span class="var-name"><a href="../../Smarty/Compiler/Smarty_Internal_CompileBase.html#var$required_attributes">Smarty_Internal_CompileBase::$required_attributes</a></span><br> </span> <span class="var-title"> <span class="var-name"><a href="../../Smarty/Compiler/Smarty_Internal_CompileBase.html#var$shorttag_order">Smarty_Internal_CompileBase::$shorttag_order</a></span><br> </span> </blockquote> </div> </div> <a name="sec-methods"></a> <div class="info-box"> <div class="info-box-title">Methods</div> <div class="nav-bar"> <a href="#sec-description">Description</a> | <a href="#sec-vars">Vars</a> <a href="#sec-method-summary">Methods</a> (<span class="disabled">details</span>) </div> <div class="info-box-body"> <A NAME='method_detail'></A> <a name="methodcompile" id="compile"><!-- --></a> <div class="evenrow"> <div class="method-header"> <span class="method-title">compile</span> (line <span class="line-number">28</span>) </div> <!-- ========== Info from phpDoc block ========= --> <p class="short-description">Compiles code for the {rdelim} tag</p> <p class="description"><p>This tag does output the right delimiter.</p></p> <ul class="tags"> <li><span class="field">return:</span> compiled code</li> <li><span class="field">access:</span> public</li> </ul> <div class="method-signature"> <span class="method-result">string</span> <span class="method-name"> compile </span> (<span class="var-type">array</span>&nbsp;<span class="var-name">$args</span>, <span class="var-type">object</span>&nbsp;<span class="var-name">$compiler</span>) </div> <ul class="parameters"> <li> <span class="var-type">array</span> <span class="var-name">$args</span><span class="var-description">: array with attributes from parser</span> </li> <li> <span class="var-type">object</span> <span class="var-name">$compiler</span><span class="var-description">: compiler object</span> </li> </ul> </div> <h4>Inherited Methods</h4> <a name='inherited_methods'><!-- --></a> <!-- =========== Summary =========== --> <p>Inherited From <span class="classname"><a href="../../Smarty/Compiler/Smarty_Internal_CompileBase.html">Smarty_Internal_CompileBase</a></span></p> <blockquote> <span class="method-name"><a href="../../Smarty/Compiler/Smarty_Internal_CompileBase.html#methodcloseTag">Smarty_Internal_CompileBase::closeTag()</a></span><br> <span class="method-name"><a href="../../Smarty/Compiler/Smarty_Internal_CompileBase.html#methodgetAttributes">Smarty_Internal_CompileBase::getAttributes()</a></span><br> <span class="method-name"><a href="../../Smarty/Compiler/Smarty_Internal_CompileBase.html#methodopenTag">Smarty_Internal_CompileBase::openTag()</a></span><br> </blockquote> </div> </div> <p class="notes" id="credit"> Documentation generated on Sat, 24 Sep 2011 20:23:48 +0200 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.1</a> </p> </div></body> </html>
examples/angular-cli/src/stories/component-with-style/styled.component.html
rhalff/storybook
<div> <p class="red-color">Styled with scoped CSS</p> <p class="blue-color">Styled with scoped SCSS</p> <p class="green-color">Styled with global CSS</p> </div>
vendor/diff/demo_patch.html
naterkane/selectorgadget
<HTML> <HEAD> <TITLE>Diff, Match and Patch: Demo of Patch</TITLE> <SCRIPT LANGUAGE="JavaScript" SRC="diff_match_patch.js"></SCRIPT> </HEAD> <BODY> <H1>Diff, Match and Patch</H1> <H2>Demo of Patch</H2> <P>Two texts can be diffed against each other, generating a list of patches. These patches can then be applied against a third text. If the third text has edits of its own, this version of patch will apply its changes on a best-effort basis, reporting which patches succeeded and which failed.</P> <P>In this scenario Shakespeare wrote Hamlet in old English, the source document. Then two derivative works were created. One is Hamlet updated to modern English. The other is a Star Trek parody in old English. This demonstrantion creates a list of patches between the source and the modern English version. Then it applies those patches onto the Star Trek parody, thus creating a Star Trek parody in modern English.</P> <SCRIPT LANGUAGE="JavaScript"><!-- var dmp = new diff_match_patch(); var patch_text = ''; function diff_launch() { var text1 = document.getElementById('text1a').value; var text2 = document.getElementById('text2a').value; var ms_start = (new Date).getTime(); var diff = dmp.diff_main(text1, text2, true); var ms_end = (new Date).getTime(); if (diff.length > 2) { dmp.diff_cleanupSemantic(diff); } var patch_list = dmp.patch_make(text1, text2, diff); patch_text = dmp.patch_toText(patch_list); document.getElementById('diffdatediv').innerHTML = 'Time: ' + (ms_end - ms_start) / 1000 + 's'; document.getElementById('diffoutputdiv').innerHTML = '<FIELDSET><LEGEND>Patch:</LEGEND><PRE>' + patch_text + '</PRE></FIELDSET>'; //document.getElementById('diffoutputdiv').innerHTML = dmp.diff_prettyHtml(diff); document.getElementById('patchbutton').disabled = false; } function patch_launch() { var text1 = document.getElementById('text1b').value; var patches = dmp.patch_fromText(patch_text); var ms_start = (new Date).getTime(); var results = dmp.patch_apply(patches, text1); var ms_end = (new Date).getTime(); document.getElementById('patchdatediv').innerHTML = 'Time: ' + (ms_end - ms_start) / 1000 + 's'; document.getElementById('text2b').value = results[0]; results = results[1]; var html = ''; for (var x = 0; x < results.length; x++) { if (results[x]) { html += '<LI><FONT COLOR="#009900">Ok</FONT>'; } else { html += '<LI><FONT COLOR="#990000">Fail</FONT>'; } } document.getElementById('passfaildiv').innerHTML = html; } //--></SCRIPT> <H3>Shakespeare's copy:</H3> <TABLE WIDTH="100%"><TR> <TD WIDTH="50%">Old Version:<BR><TEXTAREA ID="text1a" STYLE="width: 100%" ROWS=10>Hamlet: Do you see yonder cloud that's almost in shape of a camel? Polonius: By the mass, and 'tis like a camel, indeed. Hamlet: Methinks it is like a weasel. Polonius: It is backed like a weasel. Hamlet: Or like a whale? Polonius: Very like a whale. -- Shakespeare</TEXTAREA></TD> <TD WIDTH="50%">New Version:<BR><TEXTAREA ID="text2a" STYLE="width: 100%" ROWS=10>Hamlet: Do you see the cloud over there that's almost the shape of a camel? Polonius: By golly, it is like a camel, indeed. Hamlet: I think it looks like a weasel. Polonius: It is shaped like a weasel. Hamlet: Or like a whale? Polonius: It's totally like a whale. -- Shakespeare</TEXTAREA></TD> </TR></TABLE> <P><INPUT TYPE="button" onClick="diff_launch()" VALUE="Compute Patch"></P> <BLOCKQUOTE><DIV ID="diffoutputdiv"></DIV></BLOCKQUOTE> <DIV ID="diffdatediv"></DIV> <H3>Trekkie's copy:</H3> <TABLE WIDTH="100%"><TR> <TD WIDTH="50%">Old Version:<BR><TEXTAREA ID="text1b" STYLE="width: 100%" ROWS=10>Kirk: Do you see yonder cloud that's almost in shape of a Klingon? Spock: By the mass, and 'tis like a Klingon, indeed. Kirk: Methinks it is like a Vulcan. Spock: It is backed like a Vulcan. Kirk: Or like a Romulan? Spock: Very like a Romulan. -- Trekkie</TEXTAREA></TD> <TD WIDTH="50%">New Version:<BR><TEXTAREA READONLY ID="text2b" STYLE="width: 100%" ROWS=10></TEXTAREA></TD> </TR></TABLE> <INPUT TYPE="button" ID="patchbutton" onClick="patch_launch()" VALUE="Apply Patch" DISABLED> <OL><DIV ID="passfaildiv"></DIV></OL> <DIV ID="patchdatediv"></DIV> <HR> Back to <A HREF="http://code.google.com/p/google-diff-match-patch/">Diff, Match and Patch</A> </BODY> </HTML>
app/assets/stylesheets/font-awesome-ie7.css
octplane/Quittance
[class^="icon-"], [class*=" icon-"] { font-family: FontAwesome; font-style: normal; font-weight: normal; } .btn.dropdown-toggle [class^="icon-"], .btn.dropdown-toggle [class*=" icon-"] { /* keeps button heights with and without icons the same */ line-height: 1.4em; } .icon-large { font-size: 1.3333em; } .icon-glass { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf000;&nbsp;'); } .icon-music { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf001;&nbsp;'); } .icon-search { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf002;&nbsp;'); } .icon-envelope { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf003;&nbsp;'); } .icon-heart { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf004;&nbsp;'); } .icon-star { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf005;&nbsp;'); } .icon-star-empty { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf006;&nbsp;'); } .icon-user { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf007;&nbsp;'); } .icon-film { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf008;&nbsp;'); } .icon-th-large { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf009;&nbsp;'); } .icon-th { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf00a;&nbsp;'); } .icon-th-list { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf00b;&nbsp;'); } .icon-ok { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf00c;&nbsp;'); } .icon-remove { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf00d;&nbsp;'); } .icon-zoom-in { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf00e;&nbsp;'); } .icon-zoom-out { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf010;&nbsp;'); } .icon-off { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf011;&nbsp;'); } .icon-signal { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf012;&nbsp;'); } .icon-cog { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf013;&nbsp;'); } .icon-trash { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf014;&nbsp;'); } .icon-home { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf015;&nbsp;'); } .icon-file { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf016;&nbsp;'); } .icon-time { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf017;&nbsp;'); } .icon-road { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf018;&nbsp;'); } .icon-download-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf019;&nbsp;'); } .icon-download { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf01a;&nbsp;'); } .icon-upload { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf01b;&nbsp;'); } .icon-inbox { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf01c;&nbsp;'); } .icon-play-circle { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf01d;&nbsp;'); } .icon-repeat { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf01e;&nbsp;'); } .icon-refresh { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf021;&nbsp;'); } .icon-list-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf022;&nbsp;'); } .icon-lock { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf023;&nbsp;'); } .icon-flag { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf024;&nbsp;'); } .icon-headphones { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf025;&nbsp;'); } .icon-volume-off { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf026;&nbsp;'); } .icon-volume-down { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf027;&nbsp;'); } .icon-volume-up { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf028;&nbsp;'); } .icon-qrcode { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf029;&nbsp;'); } .icon-barcode { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02a;&nbsp;'); } .icon-tag { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02b;&nbsp;'); } .icon-tags { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02c;&nbsp;'); } .icon-book { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02d;&nbsp;'); } .icon-bookmark { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02e;&nbsp;'); } .icon-print { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02f;&nbsp;'); } .icon-camera { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf030;&nbsp;'); } .icon-font { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf031;&nbsp;'); } .icon-bold { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf032;&nbsp;'); } .icon-italic { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf033;&nbsp;'); } .icon-text-height { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf034;&nbsp;'); } .icon-text-width { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf035;&nbsp;'); } .icon-align-left { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf036;&nbsp;'); } .icon-align-center { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf037;&nbsp;'); } .icon-align-right { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf038;&nbsp;'); } .icon-align-justify { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf039;&nbsp;'); } .icon-list { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf03a;&nbsp;'); } .icon-indent-left { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf03b;&nbsp;'); } .icon-indent-right { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf03c;&nbsp;'); } .icon-facetime-video { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf03d;&nbsp;'); } .icon-picture { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf03e;&nbsp;'); } .icon-pencil { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf040;&nbsp;'); } .icon-map-marker { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf041;&nbsp;'); } .icon-adjust { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf042;&nbsp;'); } .icon-tint { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf043;&nbsp;'); } .icon-edit { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf044;&nbsp;'); } .icon-share { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf045;&nbsp;'); } .icon-check { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf046;&nbsp;'); } .icon-move { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf047;&nbsp;'); } .icon-step-backward { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf048;&nbsp;'); } .icon-fast-backward { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf049;&nbsp;'); } .icon-backward { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf04a;&nbsp;'); } .icon-play { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf04b;&nbsp;'); } .icon-pause { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf04c;&nbsp;'); } .icon-stop { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf04d;&nbsp;'); } .icon-forward { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf04e;&nbsp;'); } .icon-fast-forward { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf050;&nbsp;'); } .icon-step-forward { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf051;&nbsp;'); } .icon-eject { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf052;&nbsp;'); } .icon-chevron-left { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf053;&nbsp;'); } .icon-chevron-right { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf054;&nbsp;'); } .icon-plus-sign { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf055;&nbsp;'); } .icon-minus-sign { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf056;&nbsp;'); } .icon-remove-sign { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf057;&nbsp;'); } .icon-ok-sign { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf058;&nbsp;'); } .icon-question-sign { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf059;&nbsp;'); } .icon-info-sign { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf05a;&nbsp;'); } .icon-screenshot { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf05b;&nbsp;'); } .icon-remove-circle { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf05c;&nbsp;'); } .icon-ok-circle { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf05d;&nbsp;'); } .icon-ban-circle { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf05e;&nbsp;'); } .icon-arrow-left { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf060;&nbsp;'); } .icon-arrow-right { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf061;&nbsp;'); } .icon-arrow-up { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf062;&nbsp;'); } .icon-arrow-down { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf063;&nbsp;'); } .icon-share-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf064;&nbsp;'); } .icon-resize-full { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf065;&nbsp;'); } .icon-resize-small { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf066;&nbsp;'); } .icon-plus { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf067;&nbsp;'); } .icon-minus { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf068;&nbsp;'); } .icon-asterisk { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf069;&nbsp;'); } .icon-exclamation-sign { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf06a;&nbsp;'); } .icon-gift { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf06b;&nbsp;'); } .icon-leaf { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf06c;&nbsp;'); } .icon-fire { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf06d;&nbsp;'); } .icon-eye-open { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf06e;&nbsp;'); } .icon-eye-close { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf070;&nbsp;'); } .icon-warning-sign { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf071;&nbsp;'); } .icon-plane { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf072;&nbsp;'); } .icon-calendar { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf073;&nbsp;'); } .icon-random { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf074;&nbsp;'); } .icon-comment { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf075;&nbsp;'); } .icon-magnet { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf076;&nbsp;'); } .icon-chevron-up { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf077;&nbsp;'); } .icon-chevron-down { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf078;&nbsp;'); } .icon-retweet { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf079;&nbsp;'); } .icon-shopping-cart { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf07a;&nbsp;'); } .icon-folder-close { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf07b;&nbsp;'); } .icon-folder-open { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf07c;&nbsp;'); } .icon-resize-vertical { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf07d;&nbsp;'); } .icon-resize-horizontal { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf07e;&nbsp;'); } .icon-bar-chart { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf080;&nbsp;'); } .icon-twitter-sign { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf081;&nbsp;'); } .icon-facebook-sign { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf082;&nbsp;'); } .icon-camera-retro { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf083;&nbsp;'); } .icon-key { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf084;&nbsp;'); } .icon-cogs { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf085;&nbsp;'); } .icon-comments { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf086;&nbsp;'); } .icon-thumbs-up { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf087;&nbsp;'); } .icon-thumbs-down { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf088;&nbsp;'); } .icon-star-half { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf089;&nbsp;'); } .icon-heart-empty { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf08a;&nbsp;'); } .icon-signout { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf08b;&nbsp;'); } .icon-linkedin-sign { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf08c;&nbsp;'); } .icon-pushpin { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf08d;&nbsp;'); } .icon-external-link { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf08e;&nbsp;'); } .icon-signin { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf090;&nbsp;'); } .icon-trophy { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf091;&nbsp;'); } .icon-github-sign { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf092;&nbsp;'); } .icon-upload-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf093;&nbsp;'); } .icon-lemon { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf094;&nbsp;'); } .icon-phone { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf095;&nbsp;'); } .icon-check-empty { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf096;&nbsp;'); } .icon-bookmark-empty { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf097;&nbsp;'); } .icon-phone-sign { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf098;&nbsp;'); } .icon-twitter { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf099;&nbsp;'); } .icon-facebook { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf09a;&nbsp;'); } .icon-github { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf09b;&nbsp;'); } .icon-unlock { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf09c;&nbsp;'); } .icon-credit-card { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf09d;&nbsp;'); } .icon-rss { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf09e;&nbsp;'); } .icon-hdd { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a0;&nbsp;'); } .icon-bullhorn { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a1;&nbsp;'); } .icon-bell { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a2;&nbsp;'); } .icon-certificate { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a3;&nbsp;'); } .icon-hand-right { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a4;&nbsp;'); } .icon-hand-left { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a5;&nbsp;'); } .icon-hand-up { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a6;&nbsp;'); } .icon-hand-down { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a7;&nbsp;'); } .icon-circle-arrow-left { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a8;&nbsp;'); } .icon-circle-arrow-right { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a9;&nbsp;'); } .icon-circle-arrow-up { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0aa;&nbsp;'); } .icon-circle-arrow-down { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ab;&nbsp;'); } .icon-globe { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ac;&nbsp;'); } .icon-wrench { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ad;&nbsp;'); } .icon-tasks { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ae;&nbsp;'); } .icon-filter { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0b0;&nbsp;'); } .icon-briefcase { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0b1;&nbsp;'); } .icon-fullscreen { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0b2;&nbsp;'); } .icon-group { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c0;&nbsp;'); } .icon-link { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c1;&nbsp;'); } .icon-cloud { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c2;&nbsp;'); } .icon-beaker { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c3;&nbsp;'); } .icon-cut { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c4;&nbsp;'); } .icon-copy { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c5;&nbsp;'); } .icon-paper-clip { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c6;&nbsp;'); } .icon-save { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c7;&nbsp;'); } .icon-sign-blank { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c8;&nbsp;'); } .icon-reorder { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c9;&nbsp;'); } .icon-list-ul { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ca;&nbsp;'); } .icon-list-ol { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0cb;&nbsp;'); } .icon-strikethrough { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0cc;&nbsp;'); } .icon-underline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0cd;&nbsp;'); } .icon-table { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ce;&nbsp;'); } .icon-magic { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d0;&nbsp;'); } .icon-truck { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d1;&nbsp;'); } .icon-pinterest { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d2;&nbsp;'); } .icon-pinterest-sign { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d3;&nbsp;'); } .icon-google-plus-sign { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d4;&nbsp;'); } .icon-google-plus { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d5;&nbsp;'); } .icon-money { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d6;&nbsp;'); } .icon-caret-down { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d7;&nbsp;'); } .icon-caret-up { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d8;&nbsp;'); } .icon-caret-left { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d9;&nbsp;'); } .icon-caret-right { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0da;&nbsp;'); } .icon-columns { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0db;&nbsp;'); } .icon-sort { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0dc;&nbsp;'); } .icon-sort-down { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0dd;&nbsp;'); } .icon-sort-up { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0de;&nbsp;'); } .icon-envelope-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e0;&nbsp;'); } .icon-linkedin { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e1;&nbsp;'); } .icon-undo { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e2;&nbsp;'); } .icon-legal { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e3;&nbsp;'); } .icon-dashboard { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e4;&nbsp;'); } .icon-comment-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e5;&nbsp;'); } .icon-comments-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e6;&nbsp;'); } .icon-bolt { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e7;&nbsp;'); } .icon-sitemap { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e8;&nbsp;'); } .icon-umbrella { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e9;&nbsp;'); } .icon-paste { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ea;&nbsp;'); } .icon-user-md { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf200;&nbsp;'); }
deps/boost_1_77_0/libs/beast/doc/html/beast/ref/boost__beast__buffers_prefix_view.html
davehorton/drachtio-server
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>buffers_prefix_view</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="Chapter 1. Boost.Beast"> <link rel="up" href="../ref.html" title="This Page Intentionally Left Blank 2/2"> <link rel="prev" href="boost__beast__buffers_cat_view/end.html" title="buffers_cat_view::end"> <link rel="next" href="boost__beast__buffers_prefix_view/value_type.html" title="buffers_prefix_view::value_type"> </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="boost__beast__buffers_cat_view/end.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ref.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="boost__beast__buffers_prefix_view/value_type.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="beast.ref.boost__beast__buffers_prefix_view"></a><a class="link" href="boost__beast__buffers_prefix_view.html" title="buffers_prefix_view">buffers_prefix_view</a> </h4></div></div></div> <p> A buffer sequence adaptor that shortens the sequence size. </p> <h5> <a name="beast.ref.boost__beast__buffers_prefix_view.h0"></a> <span class="phrase"><a name="beast.ref.boost__beast__buffers_prefix_view.synopsis"></a></span><a class="link" href="boost__beast__buffers_prefix_view.html#beast.ref.boost__beast__buffers_prefix_view.synopsis">Synopsis</a> </h5> <p> Defined in header <code class="literal">&lt;<a href="../../../../../../boost/beast/core/buffers_prefix.hpp" target="_top">boost/beast/core/buffers_prefix.hpp</a>&gt;</code> </p> <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span> <span class="keyword">class</span> <a class="link" href="../concepts/BufferSequence.html" title="BufferSequence"><span class="emphasis"><em>BufferSequence</em></span></a><span class="special">&gt;</span> <span class="keyword">class</span> <span class="identifier">buffers_prefix_view</span> </pre> <h5> <a name="beast.ref.boost__beast__buffers_prefix_view.h1"></a> <span class="phrase"><a name="beast.ref.boost__beast__buffers_prefix_view.types"></a></span><a class="link" href="boost__beast__buffers_prefix_view.html#beast.ref.boost__beast__buffers_prefix_view.types">Types</a> </h5> <div class="informaltable"><table class="table"> <colgroup> <col> <col> </colgroup> <thead><tr> <th> <p> Name </p> </th> <th> <p> Description </p> </th> </tr></thead> <tbody> <tr> <td> <p> <span class="bold"><strong><a class="link" href="boost__beast__buffers_prefix_view/const_iterator.html" title="buffers_prefix_view::const_iterator">const_iterator</a></strong></span> </p> </td> <td> <p> A bidirectional iterator type that may be used to read elements. </p> </td> </tr> <tr> <td> <p> <span class="bold"><strong><a class="link" href="boost__beast__buffers_prefix_view/value_type.html" title="buffers_prefix_view::value_type">value_type</a></strong></span> </p> </td> <td> <p> The type for each element in the list of buffers. </p> </td> </tr> </tbody> </table></div> <h5> <a name="beast.ref.boost__beast__buffers_prefix_view.h2"></a> <span class="phrase"><a name="beast.ref.boost__beast__buffers_prefix_view.member_functions"></a></span><a class="link" href="boost__beast__buffers_prefix_view.html#beast.ref.boost__beast__buffers_prefix_view.member_functions">Member Functions</a> </h5> <div class="informaltable"><table class="table"> <colgroup> <col> <col> </colgroup> <thead><tr> <th> <p> Name </p> </th> <th> <p> Description </p> </th> </tr></thead> <tbody> <tr> <td> <p> <span class="bold"><strong><a class="link" href="boost__beast__buffers_prefix_view/begin.html" title="buffers_prefix_view::begin">begin</a></strong></span> </p> </td> <td> <p> Returns an iterator to the first buffer in the sequence. </p> </td> </tr> <tr> <td> <p> <span class="bold"><strong><a class="link" href="boost__beast__buffers_prefix_view/buffers_prefix_view.html" title="buffers_prefix_view::buffers_prefix_view">buffers_prefix_view</a> <span class="silver">[constructor]</span></strong></span> </p> </td> <td> <p> Copy Constructor. <br> <span class="silver">—</span><br> Construct a buffer sequence prefix. <br> <span class="silver">—</span><br> Construct a buffer sequence prefix in-place. </p> </td> </tr> <tr> <td> <p> <span class="bold"><strong><a class="link" href="boost__beast__buffers_prefix_view/end.html" title="buffers_prefix_view::end">end</a></strong></span> </p> </td> <td> <p> Returns an iterator to one past the last buffer in the sequence. </p> </td> </tr> <tr> <td> <p> <span class="bold"><strong><a class="link" href="boost__beast__buffers_prefix_view/operator_eq_.html" title="buffers_prefix_view::operator=">operator=</a></strong></span> </p> </td> <td> <p> Copy Assignment. </p> </td> </tr> </tbody> </table></div> <h5> <a name="beast.ref.boost__beast__buffers_prefix_view.h3"></a> <span class="phrase"><a name="beast.ref.boost__beast__buffers_prefix_view.description"></a></span><a class="link" href="boost__beast__buffers_prefix_view.html#beast.ref.boost__beast__buffers_prefix_view.description">Description</a> </h5> <p> The class adapts a buffer sequence to efficiently represent a shorter subset of the original list of buffers starting with the first byte of the original sequence. </p> <h5> <a name="beast.ref.boost__beast__buffers_prefix_view.h4"></a> <span class="phrase"><a name="beast.ref.boost__beast__buffers_prefix_view.template_parameters"></a></span><a class="link" href="boost__beast__buffers_prefix_view.html#beast.ref.boost__beast__buffers_prefix_view.template_parameters">Template Parameters</a> </h5> <div class="informaltable"><table class="table"> <colgroup> <col> <col> </colgroup> <thead><tr> <th> <p> Type </p> </th> <th> <p> Description </p> </th> </tr></thead> <tbody><tr> <td> <p> <code class="computeroutput"><span class="identifier">BufferSequence</span></code> </p> </td> <td> <p> The buffer sequence to adapt. </p> </td> </tr></tbody> </table></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 © 2016-2019 Vinnie Falco<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="boost__beast__buffers_cat_view/end.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ref.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="boost__beast__buffers_prefix_view/value_type.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
src/app/components/robocop.css
basarat/tsb
.progress { position: relative; height: 4px; display: block; width: 100%; background-color: #111; margin: 0.5rem 0 1rem 0; overflow: hidden; } .progress .indeterminate { background-color: #00C4FF; } .progress .indeterminate:before { content: ''; position: absolute; background-color: inherit; top: 0; left: 0; bottom: 0; will-change: left, right; animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite; } .progress .indeterminate:after { content: ''; position: absolute; background-color: inherit; top: 0; left: 0; bottom: 0; will-change: left, right; animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite; animation-delay: 1.15s; } @keyframes indeterminate { 0% { left: -35%; right: 100%; } 60% { left: 100%; right: -90%; } 100% { left: 100%; right: -90%; } } @keyframes indeterminate-short { 0% { left: -200%; right: 100%; } 60% { left: 107%; right: -8%; } 100% { left: 107%; right: -8%; } }
Packages/FAKE.4.19.0/docs/apidocs/fake-archivehelper-tar-gzip.html
dcastro/AutoFixture
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>GZip - FAKE - F# Make</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content=""> <meta name="author" content="Steffen Forkmann, Mauricio Scheffer, Colin Bull"> <script src="https://code.jquery.com/jquery-1.8.0.js"></script> <script src="https://code.jquery.com/ui/1.8.23/jquery-ui.js"></script> <script src="https://netdna.bootstrapcdn.com/twitter-bootstrap/2.2.1/js/bootstrap.min.js"></script> <script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script> <link href="https://netdna.bootstrapcdn.com/twitter-bootstrap/2.2.1/css/bootstrap-combined.min.css" rel="stylesheet"> <link type="text/css" rel="stylesheet" href="http://fsharp.github.io/FAKE/content/style.css" /> <script type="text/javascript" src="http://fsharp.github.io/FAKE/content/tips.js"></script> <!-- HTML5 shim, for IE6-8 support of HTML5 elements --> <!--[if lt IE 9]> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="masthead"> <ul class="nav nav-pills pull-right"> <li><a href="http://fsharp.org">fsharp.org</a></li> <li><a href="http://github.com/fsharp/fake">github page</a></li> </ul> <h3 class="muted"><a href="http://fsharp.github.io/FAKE/index.html">FAKE - F# Make</a></h3> </div> <hr /> <div class="row"> <div class="span9" id="main"> <h1>GZip</h1> <div class="xmldoc"> <p>Operations and tasks for working with tar archives compressed with GZip.</p> </div> <!-- Render nested types and modules, if there are any --> <h3>Functions and values</h3> <table class="table table-bordered member-list"> <thead> <tr><td>Function or value</td><td>Description</td></tr> </thead> <tbody> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '75', 75)" onmouseover="showTip(event, '75', 75)"> compress gzipParam </code> <div class="tip" id="75"> <strong>Signature:</strong> gzipParam:GZipCompressionParams -&gt; FileInfo -&gt; seq&lt;ArchiveFileSpec&gt; -&gt; unit<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/ArchiveHelper.fs#L399-399" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> <p>Constructs a function that will create a tar.gz archive from a set of files.</p> </td> </tr> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '76', 76)" onmouseover="showTip(event, '76', 76)"> Compress (...) </code> <div class="tip" id="76"> <strong>Signature:</strong> setParams:(GZipCompressionParams -&gt; GZipCompressionParams) -&gt; flatten:bool -&gt; baseDir:DirectoryInfo -&gt; archiveFile:FileInfo -&gt; files:seq&lt;FileInfo&gt; -&gt; unit<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/ArchiveHelper.fs#L418-418" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> <p>Creates a tar.gz archive with the given files.</p> <h2>Parameters</h2> <ul> <li><code>setParams</code> - A function which modifies the default compression parameters.</li> <li><code>flatten</code> - If set to true then all subfolders are merged into the root folder of the archive.</li> <li><code>baseDir</code> - The relative directory of the files to be compressed. Use this parameter to influence directory structure within the archive.</li> <li><code>archiveFile</code> - The output archive file. If existing, will be overwritten.</li> <li><code>files</code> - A sequence of files to compress.</li> </ul> </td> </tr> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '77', 77)" onmouseover="showTip(event, '77', 77)"> CompressDir (...) </code> <div class="tip" id="77"> <strong>Signature:</strong> setParams:(GZipCompressionParams -&gt; GZipCompressionParams) -&gt; flatten:bool -&gt; baseDir:DirectoryInfo -&gt; archiveFile:FileInfo -&gt; unit<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/ArchiveHelper.fs#L443-443" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> <p>Creates a tar.gz archive containing all the files in a directory.</p> <h2>Parameters</h2> <ul> <li><code>setParams</code> - A function which modifies the default compression parameters.</li> <li><code>flatten</code> - If set to true then all subfolders are merged into the root folder of the archive.</li> <li><code>baseDir</code> - The base directory to be compressed. This directory will be the root of the resulting archive.</li> <li><code>archiveFile</code> - The output archive file. If existing, will be overwritten.</li> </ul> </td> </tr> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '78', 78)" onmouseover="showTip(event, '78', 78)"> CompressDirWithDefaults (...) </code> <div class="tip" id="78"> <strong>Signature:</strong> baseDir:DirectoryInfo -&gt; archiveFile:FileInfo -&gt; unit<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/ArchiveHelper.fs#L450-450" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> <p>Creates a tar.gz archive containing all the files in a directory.</p> <h2>Parameters</h2> <ul> <li><code>baseDir</code> - The base directory to be compressed. This directory will be the root of the resulting archive.</li> <li><code>archiveFile</code> - The output archive file. If existing, will be overwritten.</li> </ul> </td> </tr> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '79', 79)" onmouseover="showTip(event, '79', 79)"> CompressSpecs (...) </code> <div class="tip" id="79"> <strong>Signature:</strong> setParams:(GZipCompressionParams -&gt; GZipCompressionParams) -&gt; archiveFile:FileInfo -&gt; fileSpecs:seq&lt;ArchiveFileSpec&gt; -&gt; unit<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/ArchiveHelper.fs#L426-426" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> <p>Creates a tar.gz archive with the given archive file specifications.</p> <h2>Parameters</h2> <ul> <li><code>setParams</code> - A function which modifies the default compression parameters.</li> <li><code>archiveFile</code> - The output archive file. If existing, will be overwritten.</li> <li><code>fileSpecs</code> - A sequence of archive file specifications.</li> </ul> </td> </tr> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '80', 80)" onmouseover="showTip(event, '80', 80)"> compressStream gzipParams </code> <div class="tip" id="80"> <strong>Signature:</strong> gzipParams:GZipCompressionParams -&gt; Stream -&gt; TarOutputStream<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/ArchiveHelper.fs#L385-385" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> <p>Wraps an output stream with a tar.gz compressor.</p> </td> </tr> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '81', 81)" onmouseover="showTip(event, '81', 81)"> CompressWithDefaults (...) </code> <div class="tip" id="81"> <strong>Signature:</strong> baseDir:DirectoryInfo -&gt; archiveFile:FileInfo -&gt; files:seq&lt;FileInfo&gt; -&gt; unit<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/ArchiveHelper.fs#L434-434" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> <p>Creates a tar.gz archive with the given files with default parameters.</p> <h2>Parameters</h2> <ul> <li><code>baseDir</code> - The relative directory of the files to be compressed. Use this parameter to influence directory structure within the archive.</li> <li><code>archiveFile</code> - The output archive file. If existing, will be overwritten.</li> <li><code>files</code> - A sequence of files to compress.</li> </ul> </td> </tr> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '82', 82)" onmouseover="showTip(event, '82', 82)"> createFile gzipParams file </code> <div class="tip" id="82"> <strong>Signature:</strong> gzipParams:GZipCompressionParams -&gt; file:FileInfo -&gt; TarOutputStream<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/ArchiveHelper.fs#L394-394" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> <p>Creates a <code>TarOutputStream</code> wrapping a file using the given parameters.</p> <h2>Parameters</h2> <ul> <li><code>gzipParams</code> - The gzip compression parameters.</li> <li><code>file</code> - The <code>FileInfo</code> describing the location to which the archive should be written. Will be overwritten if it exists.</li> </ul> </td> </tr> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '83', 83)" onmouseover="showTip(event, '83', 83)"> Extract extractDir archiveFile </code> <div class="tip" id="83"> <strong>Signature:</strong> extractDir:DirectoryInfo -&gt; archiveFile:FileInfo -&gt; unit<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/ArchiveHelper.fs#L406-406" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> <p>Extracts a tar.gz archive to a given directory.</p> <h2>Parameters</h2> <ul> <li><code>extractDir</code> - The directory into which the archived files will be extracted.</li> <li><code>archiveFile</code> - The archive to be extracted.</li> </ul> </td> </tr> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '84', 84)" onmouseover="showTip(event, '84', 84)"> extractStream </code> <div class="tip" id="84"> <strong>Signature:</strong> Stream -&gt; TarInputStream<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/ArchiveHelper.fs#L388-388" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> <p>Wraps an input stream with a tar.gz decompressor.</p> </td> </tr> </tbody> </table> </div> <div class="span3"> <a href="http://fsharp.github.io/FAKE/index.html"> <img src="http://fsharp.github.io/FAKE/pics/logo.png" style="width:140px;height:140px;margin:10px 0px 0px 35px;border-style:none;" /> </a> <ul class="nav nav-list" id="menu"> <li class="nav-header">FAKE - F# Make</li> <li class="divider"></li> <li><a href="http://fsharp.github.io/FAKE/index.html">Home page</a></li> <li class="divider"></li> <li><a href="https://www.nuget.org/packages/FAKE">Get FAKE - F# Make via NuGet</a></li> <li><a href="http://github.com/fsharp/fake">Source Code on GitHub</a></li> <li><a href="http://github.com/fsharp/fake/blob/master/License.txt">License (Apache 2)</a></li> <li><a href="http://fsharp.github.io/FAKE/RELEASE_NOTES.html">Release Notes</a></li> <li><a href="http://fsharp.github.io/FAKE//contributing.html">Contributing to FAKE - F# Make</a></li> <li><a href="http://fsharp.github.io/FAKE/users.html">Who is using FAKE?</a></li> <li><a href="http://stackoverflow.com/questions/tagged/f%23-fake">Ask a question</a></li> <li class="nav-header">Tutorials</li> <li><a href="http://fsharp.github.io/FAKE/gettingstarted.html">Getting started</a></li> <li><a href="http://fsharp.github.io/FAKE/cache.html">Build script caching</a></li> <li class="divider"></li> <li><a href="http://fsharp.github.io/FAKE/nuget.html">NuGet package restore</a></li> <li><a href="http://fsharp.github.io/FAKE/fxcop.html">Using FxCop in a build</a></li> <li><a href="http://fsharp.github.io/FAKE/assemblyinfo.html">Generating AssemblyInfo</a></li> <li><a href="http://fsharp.github.io/FAKE/create-nuget-package.html">Create NuGet packages</a></li> <li><a href="http://fsharp.github.io/FAKE/specifictargets.html">Running specific targets</a></li> <li><a href="http://fsharp.github.io/FAKE/commandline.html">Running FAKE from command line</a></li> <li><a href="http://fsharp.github.io/FAKE/parallel-build.html">Running targets in parallel</a></li> <li><a href="http://fsharp.github.io/FAKE/fsc.html">Using the F# compiler from FAKE</a></li> <li><a href="http://fsharp.github.io/FAKE/customtasks.html">Creating custom tasks</a></li> <li><a href="http://fsharp.github.io/FAKE/soft-dependencies.html">Soft dependencies</a></li> <li><a href="http://fsharp.github.io/FAKE/teamcity.html">TeamCity integration</a></li> <li><a href="http://fsharp.github.io/FAKE/canopy.html">Running canopy tests</a></li> <li><a href="http://fsharp.github.io/FAKE/octopusdeploy.html">Octopus Deploy</a></li> <li><a href="http://fsharp.github.io/FAKE/typescript.html">TypeScript support</a></li> <li><a href="http://fsharp.github.io/FAKE/azurewebjobs.html">Azure WebJobs support</a></li> <li><a href="http://fsharp.github.io/FAKE/azurecloudservices.html">Azure Cloud Services support</a></li> <li><a href="http://fsharp.github.io/FAKE/fluentmigrator.html">FluentMigrator support</a></li> <li><a href="http://fsharp.github.io/FAKE/androidpublisher.html">Android publisher</a></li> <li><a href="http://fsharp.github.io/FAKE/watch.html">File Watcher</a></li> <li><a href="http://fsharp.github.io/FAKE/wix.html">WiX Setup Generation</a></li> <li class="divider"></li> <li><a href="http://fsharp.github.io/FAKE/deploy.html">Fake.Deploy</a></li> <li><a href="http://fsharp.github.io/FAKE/iis.html">Fake.IIS</a></li> <li class="nav-header">Reference</li> <li><a href="http://fsharp.github.io/FAKE/apidocs/index.html">API Reference</a></li> </ul> </div> </div> </div> <a href="http://github.com/fsharp/fake"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png" alt="Fork me on GitHub"></a> </body> </html>
404.html
lerikos/lerikos.github.io
--- layout: error current: error title: "404 - Page Not Found" permalink: 404.html --- <!-- This error template is used for all 404 errors, which might occur on your site. It's a good idea to keep this template as minimal as possible in terms of both file size and complexity. --> <!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <title>{{ page.title }}</title> <meta name="HandheldFriendly" content="True" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <link rel="stylesheet" type="text/css" href="{{ site.baseurl }}assets/built/screen.css" /> <link rel="stylesheet" type="text/css" href="{{ site.baseurl }}assets/built/screen.edited.css" /> <!-- This tag outputs SEO meta+structured data and other important settings --> {% include head.html %} </head> <body class="error-template"> <div class="site-wrapper"> <header class="site-header outer {% if page.cover %}" style="background-image: url({{ site.baseurl }}{{ page.cover }})){% else %}no-cover{% endif %}"> <div class="inner"> <nav class="site-nav-center"> {% if site.logo %} <a class="site-nav-logo" href="{{ site.baseurl }}"><img src="{{site.baseurl}}{{ site.logo }}" alt="{{ site.title }}" /></a> {% else %} <a class="site-nav-logo" href="{{ site.baseurl }}">{{ site.title }}</a> {% endif %} </nav> </div> </header> <main id="site-main" class="site-main outer" role="main"> <div class="inner"> <section class="error-message"> <h1 class="error-code">404</h1> <p class="error-description">Page not found</p> <a class="error-link" href="{{ site.baseurl }}">Go to the front page →</a> </section> </div> </main> <!-- get "posts" limit="3" --> <aside class="outer"> <div class="inner"> <div class="post-feed"> <!-- The tag below includes the markup for each post - partials/post-card.hbs --> {% include post-card-error.html %} </div> </div> </aside> <!-- /get --> </div> </body> </html>
packages/FAKE.4.11.3/docs/apidocs/fake-vb6helper-vb6version.html
ErikSchierboom/Numsense
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Vb6Version - FAKE - F# Make</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content=""> <meta name="author" content="Steffen Forkmann, Mauricio Scheffer, Colin Bull"> <script src="https://code.jquery.com/jquery-1.8.0.js"></script> <script src="https://code.jquery.com/ui/1.8.23/jquery-ui.js"></script> <script src="https://netdna.bootstrapcdn.com/twitter-bootstrap/2.2.1/js/bootstrap.min.js"></script> <script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script> <link href="https://netdna.bootstrapcdn.com/twitter-bootstrap/2.2.1/css/bootstrap-combined.min.css" rel="stylesheet"> <link type="text/css" rel="stylesheet" href="http://fsharp.github.io/FAKE/content/style.css" /> <script type="text/javascript" src="http://fsharp.github.io/FAKE/content/tips.js"></script> <!-- HTML5 shim, for IE6-8 support of HTML5 elements --> <!--[if lt IE 9]> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="masthead"> <ul class="nav nav-pills pull-right"> <li><a href="http://fsharp.org">fsharp.org</a></li> <li><a href="http://github.com/fsharp/fake">github page</a></li> </ul> <h3 class="muted"><a href="http://fsharp.github.io/FAKE/index.html">FAKE - F# Make</a></h3> </div> <hr /> <div class="row"> <div class="span9" id="main"> <h1>Vb6Version</h1> <div class="xmldoc"> <p>Represents the version of a VB6 project <code>ToString ()</code> will return a Maj.Min.Rev.Patch version string</p> </div> <h3>Record Fields</h3> <table class="table table-bordered member-list"> <thead> <tr><td>Record Field</td><td>Description</td></tr> </thead> <tbody> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '1992', 1992)" onmouseover="showTip(event, '1992', 1992)"> AutoIncrementVer </code> <div class="tip" id="1992"> <strong>Signature:</strong> int<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/Vb6helper.fs#L47-47" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> </td> </tr> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '1993', 1993)" onmouseover="showTip(event, '1993', 1993)"> MajorVer </code> <div class="tip" id="1993"> <strong>Signature:</strong> int<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/Vb6helper.fs#L47-47" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> </td> </tr> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '1994', 1994)" onmouseover="showTip(event, '1994', 1994)"> MinorVer </code> <div class="tip" id="1994"> <strong>Signature:</strong> int<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/Vb6helper.fs#L47-47" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> </td> </tr> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '1995', 1995)" onmouseover="showTip(event, '1995', 1995)"> RevisionVer </code> <div class="tip" id="1995"> <strong>Signature:</strong> int<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/Vb6helper.fs#L47-47" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> </td> </tr> </tbody> </table> </div> <div class="span3"> <a href="http://fsharp.github.io/FAKE/index.html"> <img src="http://fsharp.github.io/FAKE/pics/logo.png" style="width:140px;height:140px;margin:10px 0px 0px 35px;border-style:none;" /> </a> <ul class="nav nav-list" id="menu"> <li class="nav-header">FAKE - F# Make</li> <li class="divider"></li> <li><a href="http://fsharp.github.io/FAKE/index.html">Home page</a></li> <li class="divider"></li> <li><a href="https://www.nuget.org/packages/FAKE">Get FAKE - F# Make via NuGet</a></li> <li><a href="http://github.com/fsharp/fake">Source Code on GitHub</a></li> <li><a href="http://github.com/fsharp/fake/blob/master/License.txt">License (Apache 2)</a></li> <li><a href="http://fsharp.github.io/FAKE/RELEASE_NOTES.html">Release Notes</a></li> <li><a href="http://fsharp.github.io/FAKE//contributing.html">Contributing to FAKE - F# Make</a></li> <li><a href="http://fsharp.github.io/FAKE/users.html">Who is using FAKE?</a></li> <li><a href="http://stackoverflow.com/questions/tagged/f%23-fake">Ask a question</a></li> <li class="nav-header">Tutorials</li> <li><a href="http://fsharp.github.io/FAKE/gettingstarted.html">Getting started</a></li> <li><a href="http://fsharp.github.io/FAKE/cache.html">Build script caching</a></li> <li class="divider"></li> <li><a href="http://fsharp.github.io/FAKE/nuget.html">NuGet package restore</a></li> <li><a href="http://fsharp.github.io/FAKE/fxcop.html">Using FxCop in a build</a></li> <li><a href="http://fsharp.github.io/FAKE/assemblyinfo.html">Generating AssemblyInfo</a></li> <li><a href="http://fsharp.github.io/FAKE/create-nuget-package.html">Create NuGet packages</a></li> <li><a href="http://fsharp.github.io/FAKE/specifictargets.html">Running specific targets</a></li> <li><a href="http://fsharp.github.io/FAKE/commandline.html">Running FAKE from command line</a></li> <li><a href="http://fsharp.github.io/FAKE/parallel-build.html">Running targets in parallel</a></li> <li><a href="http://fsharp.github.io/FAKE/fsc.html">Using the F# compiler from FAKE</a></li> <li><a href="http://fsharp.github.io/FAKE/customtasks.html">Creating custom tasks</a></li> <li><a href="http://fsharp.github.io/FAKE/soft-dependencies.html">Soft dependencies</a></li> <li><a href="http://fsharp.github.io/FAKE/teamcity.html">TeamCity integration</a></li> <li><a href="http://fsharp.github.io/FAKE/canopy.html">Running canopy tests</a></li> <li><a href="http://fsharp.github.io/FAKE/octopusdeploy.html">Octopus Deploy</a></li> <li><a href="http://fsharp.github.io/FAKE/typescript.html">TypeScript support</a></li> <li><a href="http://fsharp.github.io/FAKE/azurewebjobs.html">Azure WebJobs support</a></li> <li><a href="http://fsharp.github.io/FAKE/azurecloudservices.html">Azure Cloud Services support</a></li> <li><a href="http://fsharp.github.io/FAKE/fluentmigrator.html">FluentMigrator support</a></li> <li><a href="http://fsharp.github.io/FAKE/androidpublisher.html">Android publisher</a></li> <li><a href="http://fsharp.github.io/FAKE/watch.html">File Watcher</a></li> <li class="divider"></li> <li><a href="http://fsharp.github.io/FAKE/deploy.html">Fake.Deploy</a></li> <li><a href="http://fsharp.github.io/FAKE/iis.html">Fake.IIS</a></li> <li class="nav-header">Reference</li> <li><a href="http://fsharp.github.io/FAKE/apidocs/index.html">API Reference</a></li> </ul> </div> </div> </div> <a href="http://github.com/fsharp/fake"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png" alt="Fork me on GitHub"></a> </body> </html>
modules/boonex/albums/updates/8.0.0_8.0.1/source/template/unit_media.html
camperjz/trident
<div class="bx-albums-media-wrapper bx-def-color-bg-box bx-def-margin-thd-right bx-def-margin-thd-bottom" style="float:left;"> <div class="bx-albums-unit-size"> <bx_if:image> <a href="__url__" title="__title_attr__"> <img class="bx-albums-unit-size" src="__url_img__" alt="__title_attr__" /> </a> </bx_if:image> <bx_if:video> <a href="__url__" title="__title_attr__"> <img class="bx-albums-unit-size" src="__url_img__" alt="__title_attr__" /> </a> </bx_if:video> </div> <div class="bx-albums-media-caption bx-def-margin-sec-topbottom bx-def-margin-leftright">__title__</div> <div class="bx-albums-media-actions bx-def-margin-sec-bottom bx-def-margin-leftright">__actions__</div> </div>
examples/test/shader.html
blakelapierre/mathbox
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>MathBox - Shader Block</title> <script src="../../build/mathbox-bundle.js"></script> <link rel="stylesheet" href="../../build/mathbox.css"> <meta name="viewport" content="initial-scale=1, maximum-scale=1"> </head> <body> <script> mathbox = mathBox({ plugins: ['core', 'controls', 'cursor'], controls: { klass: THREE.OrbitControls }, }); three = mathbox.three; three.camera.position.set(2.3, 1, 2); three.renderer.setClearColor(new THREE.Color(0xFFFFFF), 1.0); mathbox.shader({ code: "uniform float floatUniform; uniform int intUniform; uniform vec3 vec3Uniform;"+ "vec4 main(vec4 xyzw) { return xyzw; };" }); </script> </body> </html>
assets/courses/c50141/misc-labs/ObjectsLab2/css/stylesheet.css
g00341288/g00341288.github.io
@import url(http://fonts.googleapis.com/css?family=Open+Sans); body { background-color: #fff; background: url("../images/travelworthy-backdrop.jpg") no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; margin: 0; font-family: 'Open Sans', sans-serif;} h1 { background: #1e1b1e url("../images/travelworthy-logo.gif") no-repeat; width: 230px; height: 180px; float: left; text-indent: 100%; white-space: nowrap; overflow: hidden; margin: 0;} h2 { margin: 1.75em 0 0 0; color: #adffda; font-weight: normal;} h2 + p { margin: 0.25em 0 0 0;} p + p { margin: 0;} p + h2 { margin: 10px 0 0 0;} #info { background-color: #1e1b1e; color: #fff; width: 200px; padding: 0 15px; text-align: center; min-height: 100%; position: absolute; top: 0; right: 15%;} #hotelName { text-transform: uppercase; text-align: center; font-size: 120%; margin-top: 10px; border-top: 1px solid #fff; border-bottom: 1px solid #fff; padding: 10px 0;} #rooms { font-size: 440%; color: #ffb87a; display: inline-block; margin: 0;}