| author | Yves-Marie Haussonne <ymh.work+github@gmail.com> |
| Fri, 09 May 2014 18:35:26 +0200 | |
| changeset 656 | a84519031134 |
| parent 0 | 40c8f766c9b8 |
| permissions | -rw-r--r-- |
| 0 | 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 UA (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 |
> UA |
|
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 |
<code>static</code> |
|
50 |
||
51 |
Class <b property="yui:name">UA</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 |
YUI user agent detection. |
|
63 |
Do not fork for a browser if it can be avoided. Use feature detection when |
|
64 |
you can. Use the user agent as a last resort. UA stores a version |
|
65 |
number for the browser engine, 0 otherwise. This value may or may not map |
|
66 |
to the version number of the browser using the engine. The value is |
|
67 |
presented as a float so that it can easily be used for boolean evaluation |
|
68 |
as well as for looking for a particular range of versions. Because of this, |
|
69 |
some of the granularity of the version info may be lost (e.g., Gecko 1.8.0.9 |
|
70 |
reports 1.8). |
|
71 |
</div> |
|
72 |
||
73 |
||
74 |
<div rel="yui:properties" resource="#properties"> |
|
75 |
<div class="section field details"> |
|
76 |
<h3 id="properties">Properties</h3> |
|
77 |
<div class="content"> |
|
78 |
<div class="" rel="yui:property" resource="#property_air"> |
|
79 |
<h4><a name="property_air" property="yui:name">air</a> |
|
80 |
- <code><span property="yui:type">float</span></code> |
|
81 |
</h4> |
|
82 |
<div class="detail"> |
|
83 |
<div class="description" property="yui:description"> |
|
84 |
Adobe AIR version number or 0. Only populated if webkit is detected. |
|
85 |
Example: 1.0 |
|
86 |
</div> |
|
87 |
</div> |
|
88 |
||
89 |
||
90 |
||
91 |
||
92 |
<hr /> |
|
93 |
</div> |
|
94 |
<div class="" rel="yui:property" resource="#property_caja"> |
|
95 |
<h4><a name="property_caja" property="yui:name">caja</a> |
|
96 |
- <code><span property="yui:type">float</span></code> |
|
97 |
</h4> |
|
98 |
<div class="detail"> |
|
99 |
<div class="description" property="yui:description"> |
|
100 |
Google Caja version number or 0. |
|
101 |
</div> |
|
102 |
</div> |
|
103 |
||
104 |
||
105 |
||
106 |
||
107 |
<hr /> |
|
108 |
</div> |
|
109 |
<div class="" rel="yui:property" resource="#property_gecko"> |
|
110 |
<h4><a name="property_gecko" property="yui:name">gecko</a> |
|
111 |
- <code>static <span property="yui:type">float</span></code> |
|
112 |
</h4> |
|
113 |
<div class="detail"> |
|
114 |
<div class="description" property="yui:description"> |
|
115 |
Gecko engine revision number. Will evaluate to 1 if Gecko |
|
116 |
is detected but the revision could not be found. Other browsers |
|
117 |
will be 0. Example: 1.8 |
|
118 |
<pre> |
|
119 |
Firefox 1.0.0.4: 1.7.8 <-- Reports 1.7 |
|
120 |
Firefox 1.5.0.9: 1.8.0.9 <-- Reports 1.8 |
|
121 |
Firefox 2.0.0.3: 1.8.1.3 <-- Reports 1.8 |
|
122 |
Firefox 3 alpha: 1.9a4 <-- Reports 1.9 |
|
123 |
</pre> |
|
124 |
</div> |
|
125 |
</div> |
|
126 |
||
127 |
||
128 |
||
129 |
||
130 |
<hr /> |
|
131 |
</div> |
|
132 |
<div class="" rel="yui:property" resource="#property_ie"> |
|
133 |
<h4><a name="property_ie" property="yui:name">ie</a> |
|
134 |
- <code>static <span property="yui:type">float</span></code> |
|
135 |
</h4> |
|
136 |
<div class="detail"> |
|
137 |
<div class="description" property="yui:description"> |
|
138 |
Internet Explorer version number or 0. Example: 6 |
|
139 |
</div> |
|
140 |
</div> |
|
141 |
||
142 |
||
143 |
||
144 |
||
145 |
<hr /> |
|
146 |
</div> |
|
147 |
<div class="" rel="yui:property" resource="#property_mobile"> |
|
148 |
<h4><a name="property_mobile" property="yui:name">mobile</a> |
|
149 |
- <code>static <span property="yui:type">string</span></code> |
|
150 |
</h4> |
|
151 |
<div class="detail"> |
|
152 |
<div class="description" property="yui:description"> |
|
153 |
The mobile property will be set to a string containing any relevant |
|
154 |
user agent information when a modern mobile browser is detected. |
|
155 |
Currently limited to Safari on the iPhone/iPod Touch, Nokia N-series |
|
156 |
devices with the WebKit-based browser, and Opera Mini. |
|
157 |
</div> |
|
158 |
</div> |
|
159 |
||
160 |
||
161 |
||
162 |
||
163 |
<hr /> |
|
164 |
</div> |
|
165 |
<div class="" rel="yui:property" resource="#property_opera"> |
|
166 |
<h4><a name="property_opera" property="yui:name">opera</a> |
|
167 |
- <code>static <span property="yui:type">float</span></code> |
|
168 |
</h4> |
|
169 |
<div class="detail"> |
|
170 |
<div class="description" property="yui:description"> |
|
171 |
Opera version number or 0. Example: 9.2 |
|
172 |
</div> |
|
173 |
</div> |
|
174 |
||
175 |
||
176 |
||
177 |
||
178 |
<hr /> |
|
179 |
</div> |
|
180 |
<div class="" rel="yui:property" resource="#property_os"> |
|
181 |
<h4><a name="property_os" property="yui:name">os</a> |
|
182 |
- <code>static <span property="yui:type">string</span></code> |
|
183 |
</h4> |
|
184 |
<div class="detail"> |
|
185 |
<div class="description" property="yui:description"> |
|
186 |
The operating system. Currently only detecting windows or macintosh |
|
187 |
</div> |
|
188 |
</div> |
|
189 |
||
190 |
||
191 |
||
192 |
||
193 |
<hr /> |
|
194 |
</div> |
|
195 |
<div class="" rel="yui:property" resource="#property_secure"> |
|
196 |
<h4><a name="property_secure" property="yui:name">secure</a> |
|
197 |
- <code>static <span property="yui:type">boolean</span></code> |
|
198 |
</h4> |
|
199 |
<div class="detail"> |
|
200 |
<div class="description" property="yui:description"> |
|
201 |
Set to true if the page appears to be in SSL |
|
202 |
</div> |
|
203 |
</div> |
|
204 |
||
205 |
||
206 |
||
207 |
||
208 |
<hr /> |
|
209 |
</div> |
|
210 |
<div class="" rel="yui:property" resource="#property_webkit"> |
|
211 |
<h4><a name="property_webkit" property="yui:name">webkit</a> |
|
212 |
- <code>static <span property="yui:type">float</span></code> |
|
213 |
</h4> |
|
214 |
<div class="detail"> |
|
215 |
<div class="description" property="yui:description"> |
|
216 |
AppleWebKit version. KHTML browsers that are not WebKit browsers |
|
217 |
will evaluate to 1, other browsers 0. Example: 418.9 |
|
218 |
<pre> |
|
219 |
Safari 1.3.2 (312.6): 312.8.1 <-- Reports 312.8 -- currently the |
|
220 |
latest available for Mac OSX 10.3. |
|
221 |
Safari 2.0.2: 416 <-- hasOwnProperty introduced |
|
222 |
Safari 2.0.4: 418 <-- preventDefault fixed |
|
223 |
Safari 2.0.4 (419.3): 418.9.1 <-- One version of Safari may run |
|
224 |
different versions of webkit |
|
225 |
Safari 2.0.4 (419.3): 419 <-- Tiger installations that have been |
|
226 |
updated, but not updated |
|
227 |
to the latest patch. |
|
228 |
Webkit 212 nightly: 522+ <-- Safari 3.0 precursor (with native SVG |
|
229 |
and many major issues fixed). |
|
230 |
Safari 3.0.4 (523.12) 523.12 <-- First Tiger release - automatic update |
|
231 |
from 2.x via the 10.4.11 OS patch |
|
232 |
Webkit nightly 1/2008:525+ <-- Supports DOMContentLoaded event. |
|
233 |
yahoo.com user agent hack removed. |
|
234 |
</pre> |
|
235 |
http://en.wikipedia.org/wiki/Safari_(web_browser)#Version_history |
|
236 |
</div> |
|
237 |
</div> |
|
238 |
||
239 |
||
240 |
||
241 |
||
242 |
<hr /> |
|
243 |
</div> |
|
244 |
</div> |
|
245 |
</div> |
|
246 |
||
247 |
</div> |
|
248 |
||
249 |
<div rel="yui:methods" resource="#methods"> |
|
250 |
||
251 |
</div> |
|
252 |
||
253 |
<div rel="yui:events" resource="#events"> |
|
254 |
||
255 |
||
256 |
</div> |
|
257 |
||
258 |
<div rel="yui:attributes" resource="#configattributes"> |
|
259 |
||
260 |
</div> |
|
261 |
||
262 |
</div> |
|
263 |
</div> |
|
264 |
<div class="yui-b"> |
|
265 |
<div class="nav"> |
|
266 |
||
267 |
<div id="moduleList" class="module"> |
|
268 |
<h4>Modules</h4> |
|
269 |
<ul class="content"> |
|
270 |
<li class=""><a href="module_anim.html" title="anim">anim</a></li> |
|
271 |
<li class=""><a href="module_async-queue.html" title="async-queue">async-queue</a></li> |
|
272 |
<li class=""><a href="module_attribute.html" title="attribute">attribute</a></li> |
|
273 |
<li class=""><a href="module_base.html" title="base">base</a></li> |
|
274 |
<li class=""><a href="module_cache.html" title="cache">cache</a></li> |
|
275 |
<li class=""><a href="module_classnamemanager.html" title="classnamemanager">classnamemanager</a></li> |
|
276 |
<li class=""><a href="module_collection.html" title="collection">collection</a></li> |
|
277 |
<li class=""><a href="module_console.html" title="console">console</a></li> |
|
278 |
<li class=""><a href="module_console-filters.html" title="console-filters">console-filters</a></li> |
|
279 |
<li class=""><a href="module_cookie.html" title="cookie">cookie</a></li> |
|
280 |
<li class=""><a href="module_dataschema.html" title="dataschema">dataschema</a></li> |
|
281 |
<li class=""><a href="module_datasource.html" title="datasource">datasource</a></li> |
|
282 |
<li class=""><a href="module_datatype.html" title="datatype">datatype</a></li> |
|
283 |
<li class=""><a href="module_dd.html" title="dd">dd</a></li> |
|
284 |
<li class=""><a href="module_dom.html" title="dom">dom</a></li> |
|
285 |
<li class=""><a href="module_dump.html" title="dump">dump</a></li> |
|
286 |
<li class=""><a href="module_event.html" title="event">event</a></li> |
|
287 |
<li class=""><a href="module_event-custom.html" title="event-custom">event-custom</a></li> |
|
288 |
<li class=""><a href="module_event-simulate.html" title="event-simulate">event-simulate</a></li> |
|
289 |
<li class=""><a href="module_history.html" title="history">history</a></li> |
|
290 |
<li class=""><a href="module_imageloader.html" title="imageloader">imageloader</a></li> |
|
291 |
<li class=""><a href="module_io.html" title="io">io</a></li> |
|
292 |
<li class=""><a href="module_json.html" title="json">json</a></li> |
|
293 |
<li class=""><a href="module_node.html" title="node">node</a></li> |
|
294 |
<li class=""><a href="module_node-focusmanager.html" title="node-focusmanager">node-focusmanager</a></li> |
|
295 |
<li class=""><a href="module_node-menunav.html" title="node-menunav">node-menunav</a></li> |
|
296 |
<li class=""><a href="module_oop.html" title="oop">oop</a></li> |
|
297 |
<li class=""><a href="module_overlay.html" title="overlay">overlay</a></li> |
|
298 |
<li class=""><a href="module_plugin.html" title="plugin">plugin</a></li> |
|
299 |
<li class=""><a href="module_profiler.html" title="profiler">profiler</a></li> |
|
300 |
<li class=""><a href="module_queue-promote.html" title="queue-promote">queue-promote</a></li> |
|
301 |
<li class=""><a href="module_slider.html" title="slider">slider</a></li> |
|
302 |
<li class=""><a href="module_stylesheet.html" title="stylesheet">stylesheet</a></li> |
|
303 |
<li class=""><a href="module_substitute.html" title="substitute">substitute</a></li> |
|
304 |
<li class=""><a href="module_test.html" title="test">test</a></li> |
|
305 |
<li class=""><a href="module_widget.html" title="widget">widget</a></li> |
|
306 |
<li class=""><a href="module_widget-position.html" title="widget-position">widget-position</a></li> |
|
307 |
<li class=""><a href="module_widget-position-ext.html" title="widget-position-ext">widget-position-ext</a></li> |
|
308 |
<li class=""><a href="module_widget-stack.html" title="widget-stack">widget-stack</a></li> |
|
309 |
<li class=""><a href="module_widget-stdmod.html" title="widget-stdmod">widget-stdmod</a></li> |
|
310 |
<li class="selected"><a href="module_yui.html" title="yui">yui</a></li> |
|
311 |
</ul> |
|
312 |
</div> |
|
313 |
||
314 |
<div id="classList" class="module"> |
|
315 |
<h4>Classes</h4> |
|
316 |
<ul class="content"> |
|
317 |
<li class=""><a href="Array.html" title="Array">Array</a></li> |
|
318 |
<li class=""><a href="config.html" title="config">config</a></li> |
|
319 |
<li class=""><a href="Get.html" title="Get">Get</a></li> |
|
320 |
<li class=""><a href="Lang.html" title="Lang">Lang</a></li> |
|
321 |
<li class=""><a href="Object.html" title="Object">Object</a></li> |
|
322 |
<li class=""><a href="Queue.html" title="Queue">Queue</a></li> |
|
323 |
<li class="selected"><a href="UA.html" title="UA">UA</a></li> |
|
324 |
<li class=""><a href="YUI.html" title="YUI">YUI</a></li> |
|
325 |
</ul> |
|
326 |
</div> |
|
327 |
||
328 |
<div id="fileList" class="module"> |
|
329 |
<h4>Files</h4> |
|
330 |
<ul class="content"> |
|
331 |
<li class=""><a href="_module.js.html" title="_module.js">_module.js</a></li> |
|
332 |
<li class=""><a href="get.js.html" title="get.js">get.js</a></li> |
|
333 |
<li class=""><a href="queue-base.js.html" title="queue-base.js">queue-base.js</a></li> |
|
334 |
<li class=""><a href="yui-array.js.html" title="yui-array.js">yui-array.js</a></li> |
|
335 |
<li class=""><a href="yui-base.js.html" title="yui-base.js">yui-base.js</a></li> |
|
336 |
<li class=""><a href="yui-core.js.html" title="yui-core.js">yui-core.js</a></li> |
|
337 |
<li class=""><a href="yui-init.js.html" title="yui-init.js">yui-init.js</a></li> |
|
338 |
<li class=""><a href="yui-lang.js.html" title="yui-lang.js">yui-lang.js</a></li> |
|
339 |
<li class=""><a href="yui-later.js.html" title="yui-later.js">yui-later.js</a></li> |
|
340 |
<li class=""><a href="yui-log.js.html" title="yui-log.js">yui-log.js</a></li> |
|
341 |
<li class=""><a href="yui-object.js.html" title="yui-object.js">yui-object.js</a></li> |
|
342 |
<li class=""><a href="yui-ua.js.html" title="yui-ua.js">yui-ua.js</a></li> |
|
343 |
<li class=""><a href="yui.js.html" title="yui.js">yui.js</a></li> |
|
344 |
</ul> |
|
345 |
</div> |
|
346 |
||
347 |
<div id="propertyList" class="module"> |
|
348 |
<h4>Properties</h4> |
|
349 |
<ul class="content"> |
|
350 |
<li class=""><a href="#property_air" title="air">air</a></li> |
|
351 |
<li class=""><a href="#property_caja" title="caja">caja</a></li> |
|
352 |
<li class=""><a href="#property_gecko" title="gecko">gecko</a></li> |
|
353 |
<li class=""><a href="#property_ie" title="ie">ie</a></li> |
|
354 |
<li class=""><a href="#property_mobile" title="mobile">mobile</a></li> |
|
355 |
<li class=""><a href="#property_opera" title="opera">opera</a></li> |
|
356 |
<li class=""><a href="#property_os" title="os">os</a></li> |
|
357 |
<li class=""><a href="#property_secure" title="secure">secure</a></li> |
|
358 |
<li class=""><a href="#property_webkit" title="webkit">webkit</a></li> |
|
359 |
</ul> |
|
360 |
</div> |
|
361 |
||
362 |
||
363 |
||
364 |
||
365 |
</div> |
|
366 |
</div> |
|
367 |
</div> |
|
368 |
<div id="ft"> |
|
369 |
<hr /> |
|
370 |
Copyright © 2009 Yahoo! Inc. All rights reserved. |
|
371 |
</div> |
|
372 |
</div> |
|
373 |
<script type="text/javascript"> |
|
374 |
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": "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": "private", "host": "YUI", "name": "_init", "url": "YUI.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": "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": "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": "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": "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": "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"}]; |
|
375 |
</script> |
|
376 |
</body> |
|
377 |
</html> |