| changeset 0 | 40c8f766c9b8 |
| -1:000000000000 | 0:40c8f766c9b8 |
|---|---|
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> |
|
2 <html xmlns:yui="http://yuilibrary.com/rdf/1.0/yui.rdf#"> |
|
3 <head> |
|
4 <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> |
|
5 <title>API: yui Queue (YUI Library)</title> |
|
6 |
|
7 <link rel="stylesheet" type="text/css" href="assets/reset-fonts-grids-min.css" /> |
|
8 <link rel="stylesheet" type="text/css" href="assets/api.css" /> |
|
9 |
|
10 <script type="text/javascript" src="assets/api-js"></script> |
|
11 <script type="text/javascript" src="assets/ac-js"></script> |
|
12 </head> |
|
13 |
|
14 <body id="yahoo-com"> |
|
15 |
|
16 <div id="doc3" class="yui-t2"> |
|
17 <div id="hd"> |
|
18 <h1><a href="http://developer.yahoo.com/yui/" title="Yahoo! UI Library">Yahoo! UI Library</a></h1> |
|
19 <h3>yui <span class="subtitle">3.0.0</span></h3> |
|
20 <a href="./index.html" title="Yahoo! UI Library">Yahoo! UI Library</a> |
|
21 > <a href="./module_yui.html" title="yui">yui</a> |
|
22 > Queue |
|
23 |
|
24 <form onsubmit="return false"> |
|
25 <div id="propertysearch"> |
|
26 Search: <input autocomplete="off" id="searchinput" /> |
|
27 <div id="searchresults"> |
|
28 |
|
29 </div> |
|
30 </div> |
|
31 </form> |
|
32 </div> |
|
33 |
|
34 <div id="bd"> |
|
35 <div id="yui-main"> |
|
36 <div class="yui-b"> |
|
37 <form action="#" name="yui-classopts-form" method="get" id="yui-classopts-form"> |
|
38 <fieldset> |
|
39 <legend>Filters</legend> |
|
40 <span class="classopts"><input type="checkbox" name="show_private" id="show_private" /> <label for="show_private">Show Private</label></span> |
|
41 <span class="classopts"><input type="checkbox" name="show_protected" id="show_protected" /> <label for="show_protected">Show Protected</label></span> |
|
42 <span class="classopts"><input type="checkbox" name="show_deprecated" id="show_deprecated" /> <label for="show_deprecated">Show Deprecated</label></span> |
|
43 </fieldset> |
|
44 </form> |
|
45 |
|
46 <h2> |
|
47 |
|
48 |
|
49 |
|
50 |
|
51 Class <b property="yui:name">Queue</b> |
|
52 <span class="extends"> |
|
53 </span> |
|
54 |
|
55 </h2> |
|
56 <!-- class tree goes here --> |
|
57 |
|
58 |
|
59 |
|
60 |
|
61 <div class="summary description" property="yui:description"> |
|
62 A simple FIFO queue. Items are added to the Queue with add(1..n items) and |
|
63 removed using next(). |
|
64 </div> |
|
65 |
|
66 |
|
67 <div rel="yui:properties" resource="#properties"> |
|
68 <div class="section field details"> |
|
69 <h3 id="properties">Properties</h3> |
|
70 <div class="content"> |
|
71 <div class="protected" rel="yui:property" resource="#property__q"> |
|
72 <h4><a name="property__q" property="yui:name">_q</a> |
|
73 - <code>protected <span property="yui:type">{Array}</span></code> |
|
74 </h4> |
|
75 <div class="detail"> |
|
76 <div class="description" property="yui:description"> |
|
77 The collection of enqueued items |
|
78 </div> |
|
79 </div> |
|
80 |
|
81 |
|
82 |
|
83 |
|
84 <hr /> |
|
85 </div> |
|
86 </div> |
|
87 </div> |
|
88 |
|
89 </div> |
|
90 |
|
91 <div rel="yui:methods" resource="#methods"> |
|
92 <div class="section method details"> |
|
93 <h3 id="methods">Methods</h3> |
|
94 <div class="content"> |
|
95 <div class="protected" rel="yui:method" resource="#method__init"> |
|
96 <h4> |
|
97 <a name="method__init">_init</a></h4> |
|
98 <div class="detail" > |
|
99 <code> |
|
100 protected |
|
101 |
|
102 |
|
103 void |
|
104 <strong property="yui:name">_init</strong> |
|
105 ( |
|
106 ) |
|
107 </code> |
|
108 |
|
109 <div class="description" property="yui:description"> |
|
110 Initialize the queue |
|
111 </div> |
|
112 |
|
113 <div class="description"> |
|
114 |
|
115 |
|
116 |
|
117 |
|
118 |
|
119 |
|
120 </div> |
|
121 |
|
122 </div> |
|
123 <hr /> |
|
124 </div> |
|
125 <div class="" rel="yui:method" resource="#method_add"> |
|
126 <h4> |
|
127 <a name="method_add">add</a></h4> |
|
128 <div class="detail" > |
|
129 <code> |
|
130 |
|
131 |
|
132 |
|
133 void |
|
134 <strong property="yui:name">add</strong> |
|
135 ( |
|
136 |
|
137 |
|
138 item* |
|
139 |
|
140 |
|
141 ) |
|
142 </code> |
|
143 |
|
144 <div class="description" property="yui:description"> |
|
145 Add 0..n items to the end of the queue |
|
146 </div> |
|
147 |
|
148 <div class="description"> |
|
149 |
|
150 <dl rel="yui:parameters"> |
|
151 <dt>Parameters:</dt> |
|
152 <dd rel="yui:parameter"> |
|
153 <code><span property="yui:name">item*</span> |
|
154 <<span property="yui:type">MIXED</span>> |
|
155 </code> |
|
156 <span property="yui:description"> 0..n items</span> |
|
157 </dd> |
|
158 </dl> |
|
159 |
|
160 |
|
161 |
|
162 |
|
163 |
|
164 </div> |
|
165 |
|
166 </div> |
|
167 <hr /> |
|
168 </div> |
|
169 <div class="" rel="yui:method" resource="#method_indexOf"> |
|
170 <h4> |
|
171 <a name="method_indexOf">indexOf</a></h4> |
|
172 <div class="detail" > |
|
173 <code> |
|
174 |
|
175 |
|
176 |
|
177 Number |
|
178 <strong property="yui:name">indexOf</strong> |
|
179 ( |
|
180 |
|
181 |
|
182 needle |
|
183 |
|
184 |
|
185 ) |
|
186 </code> |
|
187 |
|
188 <div class="description" property="yui:description"> |
|
189 Returns the current index in the queue of the specified item |
|
190 </div> |
|
191 |
|
192 <div class="description"> |
|
193 |
|
194 <dl rel="yui:parameters"> |
|
195 <dt>Parameters:</dt> |
|
196 <dd rel="yui:parameter"> |
|
197 <code><span property="yui:name">needle</span> |
|
198 <<span property="yui:type">MIXED</span>> |
|
199 </code> |
|
200 <span property="yui:description"> the item to search for</span> |
|
201 </dd> |
|
202 </dl> |
|
203 |
|
204 <dl> |
|
205 <dt>Returns: |
|
206 <code property="yui:return"> |
|
207 Number |
|
208 </code></dt> |
|
209 <dd property="yui:returnInfo">the index of the item or -1 if not found</dd> |
|
210 </dl> |
|
211 |
|
212 |
|
213 |
|
214 |
|
215 </div> |
|
216 |
|
217 </div> |
|
218 <hr /> |
|
219 </div> |
|
220 <div class="" rel="yui:method" resource="#method_next"> |
|
221 <h4> |
|
222 <a name="method_next">next</a></h4> |
|
223 <div class="detail" > |
|
224 <code> |
|
225 |
|
226 |
|
227 |
|
228 MIXED |
|
229 <strong property="yui:name">next</strong> |
|
230 ( |
|
231 ) |
|
232 </code> |
|
233 |
|
234 <div class="description" property="yui:description"> |
|
235 Get the next item in the queue. |
|
236 </div> |
|
237 |
|
238 <div class="description"> |
|
239 |
|
240 |
|
241 <dl> |
|
242 <dt>Returns: |
|
243 <code property="yui:return"> |
|
244 MIXED |
|
245 </code></dt> |
|
246 <dd property="yui:returnInfo">the next item in the queue</dd> |
|
247 </dl> |
|
248 |
|
249 |
|
250 |
|
251 |
|
252 </div> |
|
253 |
|
254 </div> |
|
255 <hr /> |
|
256 </div> |
|
257 <div class="" rel="yui:method" resource="#method_promote"> |
|
258 <h4> |
|
259 <a name="method_promote">promote</a></h4> |
|
260 <div class="detail" > |
|
261 <code> |
|
262 |
|
263 |
|
264 |
|
265 void |
|
266 <strong property="yui:name">promote</strong> |
|
267 ( |
|
268 |
|
269 |
|
270 item |
|
271 |
|
272 |
|
273 ) |
|
274 </code> |
|
275 |
|
276 <div class="description" property="yui:description"> |
|
277 Moves the referenced item to the head of the queue |
|
278 </div> |
|
279 |
|
280 <div class="description"> |
|
281 |
|
282 <dl rel="yui:parameters"> |
|
283 <dt>Parameters:</dt> |
|
284 <dd rel="yui:parameter"> |
|
285 <code><span property="yui:name">item</span> |
|
286 <<span property="yui:type">MIXED</span>> |
|
287 </code> |
|
288 <span property="yui:description"> an item in the queue</span> |
|
289 </dd> |
|
290 </dl> |
|
291 |
|
292 |
|
293 |
|
294 |
|
295 |
|
296 </div> |
|
297 |
|
298 </div> |
|
299 <hr /> |
|
300 </div> |
|
301 <div class="" rel="yui:method" resource="#method_remove"> |
|
302 <h4> |
|
303 <a name="method_remove">remove</a></h4> |
|
304 <div class="detail" > |
|
305 <code> |
|
306 |
|
307 |
|
308 |
|
309 void |
|
310 <strong property="yui:name">remove</strong> |
|
311 ( |
|
312 |
|
313 |
|
314 item |
|
315 |
|
316 |
|
317 ) |
|
318 </code> |
|
319 |
|
320 <div class="description" property="yui:description"> |
|
321 Removes the referenced item from the queue |
|
322 </div> |
|
323 |
|
324 <div class="description"> |
|
325 |
|
326 <dl rel="yui:parameters"> |
|
327 <dt>Parameters:</dt> |
|
328 <dd rel="yui:parameter"> |
|
329 <code><span property="yui:name">item</span> |
|
330 <<span property="yui:type">MIXED</span>> |
|
331 </code> |
|
332 <span property="yui:description"> an item in the queue</span> |
|
333 </dd> |
|
334 </dl> |
|
335 |
|
336 |
|
337 |
|
338 |
|
339 |
|
340 </div> |
|
341 |
|
342 </div> |
|
343 <hr /> |
|
344 </div> |
|
345 <div class="" rel="yui:method" resource="#method_size"> |
|
346 <h4> |
|
347 <a name="method_size">size</a></h4> |
|
348 <div class="detail" > |
|
349 <code> |
|
350 |
|
351 |
|
352 |
|
353 Number |
|
354 <strong property="yui:name">size</strong> |
|
355 ( |
|
356 ) |
|
357 </code> |
|
358 |
|
359 <div class="description" property="yui:description"> |
|
360 Returns the current number of queued items |
|
361 </div> |
|
362 |
|
363 <div class="description"> |
|
364 |
|
365 |
|
366 |
|
367 |
|
368 |
|
369 |
|
370 </div> |
|
371 |
|
372 </div> |
|
373 <hr /> |
|
374 </div> |
|
375 </div> |
|
376 </div> |
|
377 |
|
378 </div> |
|
379 |
|
380 <div rel="yui:events" resource="#events"> |
|
381 |
|
382 |
|
383 </div> |
|
384 |
|
385 <div rel="yui:attributes" resource="#configattributes"> |
|
386 |
|
387 </div> |
|
388 |
|
389 </div> |
|
390 </div> |
|
391 <div class="yui-b"> |
|
392 <div class="nav"> |
|
393 |
|
394 <div id="moduleList" class="module"> |
|
395 <h4>Modules</h4> |
|
396 <ul class="content"> |
|
397 <li class=""><a href="module_anim.html" title="anim">anim</a></li> |
|
398 <li class=""><a href="module_async-queue.html" title="async-queue">async-queue</a></li> |
|
399 <li class=""><a href="module_attribute.html" title="attribute">attribute</a></li> |
|
400 <li class=""><a href="module_base.html" title="base">base</a></li> |
|
401 <li class=""><a href="module_cache.html" title="cache">cache</a></li> |
|
402 <li class=""><a href="module_classnamemanager.html" title="classnamemanager">classnamemanager</a></li> |
|
403 <li class=""><a href="module_collection.html" title="collection">collection</a></li> |
|
404 <li class=""><a href="module_console.html" title="console">console</a></li> |
|
405 <li class=""><a href="module_console-filters.html" title="console-filters">console-filters</a></li> |
|
406 <li class=""><a href="module_cookie.html" title="cookie">cookie</a></li> |
|
407 <li class=""><a href="module_dataschema.html" title="dataschema">dataschema</a></li> |
|
408 <li class=""><a href="module_datasource.html" title="datasource">datasource</a></li> |
|
409 <li class=""><a href="module_datatype.html" title="datatype">datatype</a></li> |
|
410 <li class=""><a href="module_dd.html" title="dd">dd</a></li> |
|
411 <li class=""><a href="module_dom.html" title="dom">dom</a></li> |
|
412 <li class=""><a href="module_dump.html" title="dump">dump</a></li> |
|
413 <li class=""><a href="module_event.html" title="event">event</a></li> |
|
414 <li class=""><a href="module_event-custom.html" title="event-custom">event-custom</a></li> |
|
415 <li class=""><a href="module_event-simulate.html" title="event-simulate">event-simulate</a></li> |
|
416 <li class=""><a href="module_history.html" title="history">history</a></li> |
|
417 <li class=""><a href="module_imageloader.html" title="imageloader">imageloader</a></li> |
|
418 <li class=""><a href="module_io.html" title="io">io</a></li> |
|
419 <li class=""><a href="module_json.html" title="json">json</a></li> |
|
420 <li class=""><a href="module_node.html" title="node">node</a></li> |
|
421 <li class=""><a href="module_node-focusmanager.html" title="node-focusmanager">node-focusmanager</a></li> |
|
422 <li class=""><a href="module_node-menunav.html" title="node-menunav">node-menunav</a></li> |
|
423 <li class=""><a href="module_oop.html" title="oop">oop</a></li> |
|
424 <li class=""><a href="module_overlay.html" title="overlay">overlay</a></li> |
|
425 <li class=""><a href="module_plugin.html" title="plugin">plugin</a></li> |
|
426 <li class=""><a href="module_profiler.html" title="profiler">profiler</a></li> |
|
427 <li class=""><a href="module_queue-promote.html" title="queue-promote">queue-promote</a></li> |
|
428 <li class=""><a href="module_slider.html" title="slider">slider</a></li> |
|
429 <li class=""><a href="module_stylesheet.html" title="stylesheet">stylesheet</a></li> |
|
430 <li class=""><a href="module_substitute.html" title="substitute">substitute</a></li> |
|
431 <li class=""><a href="module_test.html" title="test">test</a></li> |
|
432 <li class=""><a href="module_widget.html" title="widget">widget</a></li> |
|
433 <li class=""><a href="module_widget-position.html" title="widget-position">widget-position</a></li> |
|
434 <li class=""><a href="module_widget-position-ext.html" title="widget-position-ext">widget-position-ext</a></li> |
|
435 <li class=""><a href="module_widget-stack.html" title="widget-stack">widget-stack</a></li> |
|
436 <li class=""><a href="module_widget-stdmod.html" title="widget-stdmod">widget-stdmod</a></li> |
|
437 <li class="selected"><a href="module_yui.html" title="yui">yui</a></li> |
|
438 </ul> |
|
439 </div> |
|
440 |
|
441 <div id="classList" class="module"> |
|
442 <h4>Classes</h4> |
|
443 <ul class="content"> |
|
444 <li class=""><a href="Array.html" title="Array">Array</a></li> |
|
445 <li class=""><a href="config.html" title="config">config</a></li> |
|
446 <li class=""><a href="Get.html" title="Get">Get</a></li> |
|
447 <li class=""><a href="Lang.html" title="Lang">Lang</a></li> |
|
448 <li class=""><a href="Object.html" title="Object">Object</a></li> |
|
449 <li class="selected"><a href="Queue.html" title="Queue">Queue</a></li> |
|
450 <li class=""><a href="UA.html" title="UA">UA</a></li> |
|
451 <li class=""><a href="YUI.html" title="YUI">YUI</a></li> |
|
452 </ul> |
|
453 </div> |
|
454 |
|
455 <div id="fileList" class="module"> |
|
456 <h4>Files</h4> |
|
457 <ul class="content"> |
|
458 <li class=""><a href="_module.js.html" title="_module.js">_module.js</a></li> |
|
459 <li class=""><a href="get.js.html" title="get.js">get.js</a></li> |
|
460 <li class=""><a href="queue-base.js.html" title="queue-base.js">queue-base.js</a></li> |
|
461 <li class=""><a href="yui-array.js.html" title="yui-array.js">yui-array.js</a></li> |
|
462 <li class=""><a href="yui-base.js.html" title="yui-base.js">yui-base.js</a></li> |
|
463 <li class=""><a href="yui-core.js.html" title="yui-core.js">yui-core.js</a></li> |
|
464 <li class=""><a href="yui-init.js.html" title="yui-init.js">yui-init.js</a></li> |
|
465 <li class=""><a href="yui-lang.js.html" title="yui-lang.js">yui-lang.js</a></li> |
|
466 <li class=""><a href="yui-later.js.html" title="yui-later.js">yui-later.js</a></li> |
|
467 <li class=""><a href="yui-log.js.html" title="yui-log.js">yui-log.js</a></li> |
|
468 <li class=""><a href="yui-object.js.html" title="yui-object.js">yui-object.js</a></li> |
|
469 <li class=""><a href="yui-ua.js.html" title="yui-ua.js">yui-ua.js</a></li> |
|
470 <li class=""><a href="yui.js.html" title="yui.js">yui.js</a></li> |
|
471 </ul> |
|
472 </div> |
|
473 |
|
474 <div id="propertyList" class="module"> |
|
475 <h4>Properties</h4> |
|
476 <ul class="content"> |
|
477 <li class="protected"><a href="#property__q" title="_q">_q</a></li> |
|
478 </ul> |
|
479 </div> |
|
480 |
|
481 <div id="methodsList" class="module"> |
|
482 <h4>Methods</h4> |
|
483 <ul class="content"> |
|
484 <li class="protected"><a href="#method__init" title="_init">_init</a></li> |
|
485 <li class=""><a href="#method_add" title="add">add</a></li> |
|
486 <li class=""><a href="#method_indexOf" title="indexOf">indexOf</a></li> |
|
487 <li class=""><a href="#method_next" title="next">next</a></li> |
|
488 <li class=""><a href="#method_promote" title="promote">promote</a></li> |
|
489 <li class=""><a href="#method_remove" title="remove">remove</a></li> |
|
490 <li class=""><a href="#method_size" title="size">size</a></li> |
|
491 </ul> |
|
492 </div> |
|
493 |
|
494 |
|
495 |
|
496 </div> |
|
497 </div> |
|
498 </div> |
|
499 <div id="ft"> |
|
500 <hr /> |
|
501 Copyright © 2009 Yahoo! Inc. All rights reserved. |
|
502 </div> |
|
503 </div> |
|
504 <script type="text/javascript"> |
|
505 ALL_YUI_PROPS = [{"access": "", "host": "Object", "name": "()", "url": "Object.html#method_()", "type": "method"}, {"access": "", "host": "Array", "name": "()", "url": "Array.html#method_()", "type": "method"}, {"access": "", "host": "Get", "name": "abort", "url": "Get.html#method_abort", "type": "method"}, {"access": "", "host": "YUI", "name": "add", "url": "YUI.html#method_add", "type": "method"}, {"access": "", "host": "Queue", "name": "add", "url": "Queue.html#method_add", "type": "method"}, {"access": "", "host": "YUI", "name": "after", "url": "YUI.html#method_after", "type": "method"}, {"access": "", "host": "UA", "name": "air", "url": "UA.html#property_air", "type": "property"}, {"access": "", "host": "YUI", "name": "applyTo", "url": "YUI.html#method_applyTo", "type": "method"}, {"access": "private", "host": "Get", "name": "_autoPurge", "url": "Get.html#method__autoPurge", "type": "method"}, {"access": "", "host": "YUI", "name": "available", "url": "YUI.html#event_available", "type": "event"}, {"access": "", "host": "config", "name": "base", "url": "config.html#property_base", "type": "property"}, {"access": "", "host": "YUI", "name": "blur", "url": "YUI.html#event_blur", "type": "event"}, {"access": "", "host": "config", "name": "bootstrap", "url": "config.html#property_bootstrap", "type": "property"}, {"access": "", "host": "YUI", "name": "cached", "url": "YUI.html#method_cached", "type": "method"}, {"access": "", "host": "UA", "name": "caja", "url": "UA.html#property_caja", "type": "property"}, {"access": "", "host": "config", "name": "charset", "url": "config.html#property_charset", "type": "property"}, {"access": "", "host": "config", "name": "combine", "url": "config.html#property_combine", "type": "property"}, {"access": "", "host": "config", "name": "comboBase", "url": "config.html#property_comboBase", "type": "property"}, {"access": "", "host": "YUI", "name": "contentready", "url": "YUI.html#event_contentready", "type": "event"}, {"access": "", "host": "config", "name": "core", "url": "config.html#property_core", "type": "property"}, {"access": "", "host": "Get", "name": "css", "url": "Get.html#method_css", "type": "method"}, {"access": "", "host": "config", "name": "cssAttributes", "url": "config.html#property_cssAttributes", "type": "property"}, {"access": "", "host": "config", "name": "dateFormat", "url": "config.html#property_dateFormat", "type": "property"}, {"access": "", "host": "YUI", "name": "delegate", "url": "YUI.html#method_delegate", "type": "method"}, {"access": "", "host": "YUI", "name": "delegate", "url": "YUI.html#event_delegate", "type": "event"}, {"access": "", "host": "config", "name": "doc", "url": "config.html#property_doc", "type": "property"}, {"access": "", "host": "Object", "name": "each", "url": "Object.html#method_each", "type": "method"}, {"access": "", "host": "Array", "name": "each", "url": "Array.html#method_each", "type": "method"}, {"access": "private", "host": "Get", "name": "_end", "url": "Get.html#method__end", "type": "method"}, {"access": "", "host": "YUI", "name": "error", "url": "YUI.html#method_error", "type": "method"}, {"access": "private", "host": "Object", "name": "_extract", "url": "Object.html#method__extract", "type": "method"}, {"access": "", "host": "config", "name": "fetchCSS", "url": "config.html#property_fetchCSS", "type": "property"}, {"access": "", "host": "config", "name": "filter", "url": "config.html#property_filter", "type": "property"}, {"access": "", "host": "config", "name": "filters", "url": "config.html#property_filters", "type": "property"}, {"access": "private", "host": "Get", "name": "_finalize", "url": "Get.html#method__finalize", "type": "method"}, {"access": "private", "host": "Get", "name": "_finish", "url": "Get.html#method__finish", "type": "method"}, {"access": "", "host": "YUI", "name": "focus", "url": "YUI.html#event_focus", "type": "event"}, {"access": "", "host": "config", "name": "force", "url": "config.html#property_force", "type": "property"}, {"access": "", "host": "UA", "name": "gecko", "url": "UA.html#property_gecko", "type": "property"}, {"access": "", "host": "Object", "name": "getValue", "url": "Object.html#method_getValue", "type": "method"}, {"access": "", "host": "YUI", "name": "Global", "url": "YUI.html#property_Global", "type": "property"}, {"access": "", "host": "YUI", "name": "guid", "url": "YUI.html#method_guid", "type": "method"}, {"access": "", "host": "Array", "name": "hash", "url": "Array.html#method_hash", "type": "method"}, {"access": "", "host": "Object", "name": "hasKey", "url": "Object.html#method_hasKey", "type": "method"}, {"access": "", "host": "Object", "name": "hasValue", "url": "Object.html#method_hasValue", "type": "method"}, {"access": "", "host": "UA", "name": "ie", "url": "UA.html#property_ie", "type": "property"}, {"access": "", "host": "config", "name": "ignore", "url": "config.html#property_ignore", "type": "property"}, {"access": "", "host": "Array", "name": "indexOf", "url": "Array.html#method_indexOf", "type": "method"}, {"access": "", "host": "Queue", "name": "indexOf", "url": "Queue.html#method_indexOf", "type": "method"}, {"access": "private", "host": "YUI", "name": "_init", "url": "YUI.html#method__init", "type": "method"}, {"access": "protected", "host": "Queue", "name": "_init", "url": "Queue.html#method__init", "type": "method"}, {"access": "", "host": "config", "name": "injected", "url": "config.html#property_injected", "type": "property"}, {"access": "", "host": "config", "name": "insertBefore", "url": "config.html#property_insertBefore", "type": "property"}, {"access": "", "host": "config", "name": "jsAttributes", "url": "config.html#property_jsAttributes", "type": "property"}, {"access": "", "host": "YUI", "name": "key", "url": "YUI.html#event_key", "type": "event"}, {"access": "", "host": "Object", "name": "keys", "url": "Object.html#method_keys", "type": "method"}, {"access": "", "host": "YUI", "name": "later", "url": "YUI.html#method_later", "type": "method"}, {"access": "private", "host": "Get", "name": "_linkNode", "url": "Get.html#method__linkNode", "type": "method"}, {"access": "", "host": "config", "name": "loaderPath", "url": "config.html#property_loaderPath", "type": "property"}, {"access": "", "host": "config", "name": "locale", "url": "config.html#property_locale", "type": "property"}, {"access": "", "host": "YUI", "name": "log", "url": "YUI.html#method_log", "type": "method"}, {"access": "", "host": "config", "name": "logExclude", "url": "config.html#property_logExclude", "type": "property"}, {"access": "", "host": "config", "name": "logInclude", "url": "config.html#property_logInclude", "type": "property"}, {"access": "", "host": "YUI", "name": "merge", "url": "YUI.html#method_merge", "type": "method"}, {"access": "", "host": "YUI", "name": "message", "url": "YUI.html#method_message", "type": "method"}, {"access": "", "host": "YUI", "name": "mix", "url": "YUI.html#method_mix", "type": "method"}, {"access": "", "host": "UA", "name": "mobile", "url": "UA.html#property_mobile", "type": "property"}, {"access": "", "host": "config", "name": "modules", "url": "config.html#property_modules", "type": "property"}, {"access": "", "host": "YUI", "name": "mouseenter", "url": "YUI.html#event_mouseenter", "type": "event"}, {"access": "", "host": "YUI", "name": "mouseleave", "url": "YUI.html#event_mouseleave", "type": "event"}, {"access": "", "host": "YUI", "name": "mousewheel", "url": "YUI.html#event_mousewheel", "type": "event"}, {"access": "", "host": "YUI", "name": "namespace", "url": "YUI.html#method_namespace", "type": "method"}, {"access": "private", "host": "Get", "name": "_next", "url": "Get.html#method__next", "type": "method"}, {"access": "", "host": "Queue", "name": "next", "url": "Queue.html#method_next", "type": "method"}, {"access": "private", "host": "Get", "name": "_node", "url": "Get.html#method__node", "type": "method"}, {"access": "", "host": "YUI", "name": "Node.plug", "url": "YUI.html#method_Node.plug", "type": "method"}, {"access": "", "host": "YUI", "name": "Node.unplug", "url": "YUI.html#method_Node.unplug", "type": "method"}, {"access": "", "host": "Array", "name": "numericSort", "url": "Array.html#method_numericSort", "type": "method"}, {"access": "", "host": "YUI", "name": "on", "url": "YUI.html#method_on", "type": "method"}, {"access": "", "host": "config", "name": "onCSS", "url": "config.html#property_onCSS", "type": "property"}, {"access": "", "host": "UA", "name": "opera", "url": "UA.html#property_opera", "type": "property"}, {"access": "", "host": "UA", "name": "os", "url": "UA.html#property_os", "type": "property"}, {"access": "", "host": "Object", "name": "owns", "url": "Object.html#method_owns", "type": "method"}, {"access": "", "host": "config", "name": "pollInterval", "url": "config.html#property_pollInterval", "type": "property"}, {"access": "", "host": "Queue", "name": "promote", "url": "Queue.html#method_promote", "type": "method"}, {"access": "private", "host": "Get", "name": "_purge", "url": "Get.html#method__purge", "type": "method"}, {"access": "private", "host": "Get", "name": "PURGE_THRESH", "url": "Get.html#property_PURGE_THRESH", "type": "property"}, {"access": "", "host": "config", "name": "purgethreshold", "url": "config.html#property_purgethreshold", "type": "property"}, {"access": "private", "host": "Get", "name": "purging", "url": "Get.html#property_purging", "type": "property"}, {"access": "protected", "host": "Queue", "name": "_q", "url": "Queue.html#property__q", "type": "property"}, {"access": "private", "host": "Get", "name": "qidx", "url": "Get.html#property_qidx", "type": "property"}, {"access": "private", "host": "Get", "name": "queue", "url": "Get.html#method_queue", "type": "method"}, {"access": "private", "host": "Get", "name": "queues", "url": "Get.html#property_queues", "type": "property"}, {"access": "", "host": "Queue", "name": "remove", "url": "Queue.html#method_remove", "type": "method"}, {"access": "private", "host": "Get", "name": "_returnData", "url": "Get.html#method__returnData", "type": "method"}, {"access": "", "host": "config", "name": "root", "url": "config.html#property_root", "type": "property"}, {"access": "", "host": "Get", "name": "script", "url": "Get.html#method_script", "type": "method"}, {"access": "private", "host": "Get", "name": "_scriptNode", "url": "Get.html#method__scriptNode", "type": "method"}, {"access": "", "host": "UA", "name": "secure", "url": "UA.html#property_secure", "type": "property"}, {"access": "", "host": "config", "name": "secureBase", "url": "config.html#property_secureBase", "type": "property"}, {"access": "private", "host": "YUI", "name": "_setup", "url": "YUI.html#method__setup", "type": "method"}, {"access": "", "host": "Object", "name": "setValue", "url": "Object.html#method_setValue", "type": "method"}, {"access": "", "host": "YUI", "name": "simulate", "url": "YUI.html#method_simulate", "type": "method"}, {"access": "", "host": "Object", "name": "size", "url": "Object.html#method_size", "type": "method"}, {"access": "", "host": "Queue", "name": "size", "url": "Queue.html#method_size", "type": "method"}, {"access": "", "host": "Array", "name": "some", "url": "Array.html#method_some", "type": "method"}, {"access": "", "host": "YUI", "name": "stamp", "url": "YUI.html#method_stamp", "type": "method"}, {"access": "", "host": "Array", "name": "test", "url": "Array.html#method_test", "type": "method"}, {"access": "", "host": "config", "name": "throwFail", "url": "config.html#property_throwFail", "type": "property"}, {"access": "", "host": "config", "name": "timeout", "url": "config.html#property_timeout", "type": "property"}, {"access": "private", "host": "Get", "name": "_timeout", "url": "Get.html#method__timeout", "type": "method"}, {"access": "private", "host": "Get", "name": "_track", "url": "Get.html#method__track", "type": "method"}, {"access": "", "host": "YUI", "name": "use", "url": "YUI.html#method_use", "type": "method"}, {"access": "", "host": "config", "name": "useBrowserConsole", "url": "config.html#property_useBrowserConsole", "type": "property"}, {"access": "", "host": "Object", "name": "values", "url": "Object.html#method_values", "type": "method"}, {"access": "", "host": "UA", "name": "webkit", "url": "UA.html#property_webkit", "type": "property"}, {"access": "", "host": "config", "name": "win", "url": "config.html#property_win", "type": "property"}, {"access": "", "host": "YUI", "name": "windowresize", "url": "YUI.html#event_windowresize", "type": "event"}, {"access": "", "host": "config", "name": "windowResizeDelay", "url": "config.html#property_windowResizeDelay", "type": "property"}]; |
|
506 </script> |
|
507 </body> |
|
508 </html> |