Searched refs:userAgent (Results 1 - 12 of 12) sorted by relevance

/yui3/src/yui/tests/
H A Dcore-tests.js320 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 DReporter.js139 this._fields.useragent = navigator.userAgent;
/yui3/src/node-focusmanager/docs/assets/
H A Dtabview.js8 bGeckoIEWin = ((Y.UA.gecko || Y.UA.ie) && navigator.userAgent.indexOf("Windows") > -1),
/yui3/src/yui/js/
H A Dyui-ua.js31 * @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 Dprettify-min.js1 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 Dyui-core-debug.js3196 * @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 Dyui-base-debug.js3196 * @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 Dtest-debug.js753 this._fields.useragent = navigator.userAgent;
/yui3/build/yui/
H A Dyui-debug.js3196 * @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 Dyui-nodejs-debug.js3196 * @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 Dsimpleyui-debug.js3196 * @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 Dconcat.js3196 * @param {String} [subUA=navigator.userAgent] UA string to parse
3403 ua = subUA || nav && nav.userAgent,
3413 * @property userAgent
3417 o.userAgent = ua;

Completed in 181 milliseconds