Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/debug/src/
H A Dbrowser.js124 if (typeof navigator !== 'undefined' && navigator.userAgent && navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/)) {
135 (typeof navigator !== 'undefined' && navigator.userAgent && navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/) && parseInt(RegExp.$1, 10) >= 31) ||
136 // Double check webkit in userAgent just in case we are in a worker
137 (typeof navigator !== 'undefined' && navigator.userAgent && navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/));
/third_party/libwebsockets/test-apps/
H A Dtest.js42 this.version = this.searchVersion(navigator.userAgent)
68 string: navigator.userAgent,
72 { string: navigator.userAgent,
99 string: navigator.userAgent,
109 string: navigator.userAgent,
114 string: navigator.userAgent,
120 string: navigator.userAgent,
126 string: navigator.userAgent,
144 string: navigator.userAgent,
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-demos/mount-origin/
H A Dtest.js42 this.version = this.searchVersion(navigator.userAgent)
68 string: navigator.userAgent,
72 { string: navigator.userAgent,
99 string: navigator.userAgent,
109 string: navigator.userAgent,
114 string: navigator.userAgent,
120 string: navigator.userAgent,
126 string: navigator.userAgent,
144 string: navigator.userAgent,
/third_party/node/test/parallel/
H A Dtest-http2-https-fallback-http-server-options.js27 userAgent: request.getUserAgent()
79 const { alpnProtocol, httpVersion, userAgent } = JSON.parse(raw);
82 assert.strictEqual(userAgent, 'node-test');
/third_party/node/test/fixtures/wpt/resources/
H A Daccesskey.js16 let isMacOSX = navigator.userAgent.indexOf("Mac") != -1;
/third_party/node/deps/npm/node_modules/pacote/lib/
H A Dremote.js65 'user-agent': this.opts.userAgent ||
H A Dregistry.js69 'user-agent': this.opts.userAgent ||
/third_party/protobuf/js/compatibility_tests/v3.1.0/
H A Dmaps_test.js32 goog.require('goog.userAgent');
234 if (goog.userAgent.IE && !goog.userAgent.isDocumentModeOrHigher(10)) {
/third_party/vk-gl-cts/framework/delibs/coding_guidelines/
H A Dprettify.js1 function H(){var x=navigator&&navigator.userAgent&&/\bMSIE 6\./.test(navigator.userAgent);H=function(){return x};return x}(function(){function x(b){b=b.split(/ /g);var a={};for(var c=b.length;--c>=0;){var d=b[c];if(d)a[d]=null}return a}var y="break continue do else for if return while ",U=y+"auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile ",D=U+"catch class delete false import new operator private protected public this throw true try ",
/third_party/protobuf/js/
H A Dmaps_test.js32 goog.require('goog.userAgent');
252 if (goog.userAgent.IE && !goog.userAgent.isDocumentModeOrHigher(10)) {
/third_party/python/Python/
H A Dsysmodule.c2774 info = navigator.userAgent;

Completed in 10 milliseconds