Searched refs:userAgent (Results 1 - 12 of 12) sorted by relevance
| /yui3/src/yui/tests/ |
| H A D | core-tests.js | 320 Assert.areEqual(globalUA.userAgent, Y1.UA.userAgent, 'Global UA and local (Y1) UA are different'); 323 Assert.areEqual(parsed.userAgent, uaChrome, 'Parsed UA not equal Chrome'); 327 Assert.areEqual(globalUA.userAgent, Y2.UA.userAgent, 'Global UA and local (Y2) UA are different'); 330 Assert.areEqual(YUI.Env.UA.userAgent, Y2.UA.userAgent, 'Global UA and local (Y2) UA are different');
|
| /yui3/src/test/js/ |
| H A D | Reporter.js | 139 this._fields.useragent = navigator.userAgent;
|
| /yui3/src/node-focusmanager/docs/assets/ |
| H A D | tabview.js | 8 bGeckoIEWin = ((Y.UA.gecko || Y.UA.ie) && navigator.userAgent.indexOf("Windows") > -1),
|
| /yui3/src/yui/js/ |
| H A D | yui-ua.js | 31 * @param {String} [subUA=navigator.userAgent] UA string to parse 238 ua = subUA || nav && nav.userAgent, 248 * @property userAgent 252 o.userAgent = ua;
|
| /yui3/src/panel/docs/assets/vendor/prettify/ |
| H A D | prettify-min.js | 1 window.PR_SHOULD_USE_CONTINUATION=true;window.PR_TAB_WIDTH=8;window.PR_normalizedHtml=window.PR=window.prettyPrintOne=window.prettyPrint=void 0;window._pr_isIE6=function(){var y=navigator&&navigator.userAgent&&navigator.userAgent.match(/\bMSIE ([678])\./);y=y?+y[1]:false;window._pr_isIE6=function(){return y};return y};
|
| /yui3/build/yui-core/ |
| H A D | yui-core-debug.js | 3196 * @param {String} [subUA=navigator.userAgent] UA string to parse 3403 ua = subUA || nav && nav.userAgent, 3413 * @property userAgent 3417 o.userAgent = ua;
|
| /yui3/build/yui-base/ |
| H A D | yui-base-debug.js | 3196 * @param {String} [subUA=navigator.userAgent] UA string to parse 3403 ua = subUA || nav && nav.userAgent, 3413 * @property userAgent 3417 o.userAgent = ua;
|
| /yui3/build/test/ |
| H A D | test-debug.js | 753 this._fields.useragent = navigator.userAgent;
|
| /yui3/build/yui/ |
| H A D | yui-debug.js | 3196 * @param {String} [subUA=navigator.userAgent] UA string to parse 3403 ua = subUA || nav && nav.userAgent, 3413 * @property userAgent 3417 o.userAgent = ua;
|
| /yui3/build/yui-nodejs/ |
| H A D | yui-nodejs-debug.js | 3196 * @param {String} [subUA=navigator.userAgent] UA string to parse 3403 ua = subUA || nav && nav.userAgent, 3413 * @property userAgent 3417 o.userAgent = ua;
|
| /yui3/build/simpleyui/ |
| H A D | simpleyui-debug.js | 3196 * @param {String} [subUA=navigator.userAgent] UA string to parse 3403 ua = subUA || nav && nav.userAgent, 3413 * @property userAgent 3417 o.userAgent = ua;
|
| /yui3/src/simpleyui/js/ |
| H A D | concat.js | 3196 * @param {String} [subUA=navigator.userAgent] UA string to parse 3403 ua = subUA || nav && nav.userAgent, 3413 * @property userAgent 3417 o.userAgent = ua;
|
Completed in 160 milliseconds