/third_party/typescript/tests/baselines/reference/ |
D | fixSignatureCaching.js | 370 impl.findMatch = function(rules, userAgent) { argument 373 if (rules[key].test(userAgent)) { 388 impl.findMatches = function(rules, userAgent) { argument 392 if (rules[key].test(userAgent)) { 408 impl.getVersionStr = function (propertyName, userAgent) { argument 414 match = patterns[i].exec(userAgent); 432 impl.getVersion = function (propertyName, userAgent) { argument 433 var version = impl.getVersionStr(propertyName, userAgent); 459 impl.isMobileFallback = function (userAgent) { argument 460 return impl.detectMobileBrowsers.fullPattern.test(userAgent) || [all …]
|
D | fixSignatureCaching.symbols | 1019 * Test userAgent string against a set of rules and find the first matched key. 1021 * @param {String} userAgent the navigator.userAgent (or HTTP-Header 'User-Agent'). 1025 impl.findMatch = function(rules, userAgent) { 1028 >userAgent : Symbol(userAgent, Decl(fixSignatureCaching.ts, 368, 36)) 1041 if (rules[key].test(userAgent)) { 1044 >userAgent : Symbol(userAgent, Decl(fixSignatureCaching.ts, 368, 36)) 1055 * Test userAgent string against a set of rules and return an array of matched keys. 1057 * @param {String} userAgent the navigator.userAgent (or HTTP-Header 'User-Agent'). 1061 impl.findMatches = function(rules, userAgent) { 1064 >userAgent : Symbol(userAgent, Decl(fixSignatureCaching.ts, 386, 38)) [all …]
|
D | fixSignatureCaching.errors.txt | 439 * Test userAgent string against a set of rules and find the first matched key. 441 * @param {String} userAgent the navigator.userAgent (or HTTP-Header 'User-Agent'). 445 impl.findMatch = function(rules, userAgent) { 450 if (rules[key].test(userAgent)) { 459 * Test userAgent string against a set of rules and return an array of matched keys. 461 * @param {String} userAgent the navigator.userAgent (or HTTP-Header 'User-Agent'). 465 impl.findMatches = function(rules, userAgent) { 471 if (rules[key].test(userAgent)) { 483 * @param {String} userAgent 487 impl.getVersionStr = function (propertyName, userAgent) { [all …]
|
D | fixSignatureCaching.types | 5 …userAgent string against a set of rules and find the first matched key. * @param {Object} rule… 6 …userAgent string against a set of rules and find the first matched key. * @param {Object} rule… 7 …userAgent string against a set of rules and find the first matched key. * @param {Object} rule… 12 …userAgent string against a set of rules and find the first matched key. * @param {Object} rule… 14 …userAgent string against a set of rules and find the first matched key. * @param {Object} rule… 1468 * Test userAgent string against a set of rules and find the first matched key. 1470 * @param {String} userAgent the navigator.userAgent (or HTTP-Header 'User-Agent'). 1474 impl.findMatch = function(rules, userAgent) { 1475 …userAgent) { for (var key in rules) { if (hasOwnProp.call(rules, key)) { … 1479 …userAgent) { for (var key in rules) { if (hasOwnProp.call(rules, key)) { … [all …]
|
/third_party/typescript/tests/cases/conformance/ |
D | fixSignatureCaching.ts | 369 impl.findMatch = function(rules, userAgent) { 372 if (rules[key].test(userAgent)) { 387 impl.findMatches = function(rules, userAgent) { 391 if (rules[key].test(userAgent)) { 407 impl.getVersionStr = function (propertyName, userAgent) { 413 match = patterns[i].exec(userAgent); 431 impl.getVersion = function (propertyName, userAgent) { 432 var version = impl.getVersionStr(propertyName, userAgent); 458 impl.isMobileFallback = function (userAgent) { 459 return impl.detectMobileBrowsers.fullPattern.test(userAgent) || [all …]
|
/third_party/node/deps/npm/node_modules/debug/src/ |
D | browser.js | 53 …if (typeof navigator !== 'undefined' && navigator.userAgent && navigator.userAgent.toLowerCase().m… 64 …(typeof navigator !== 'undefined' && navigator.userAgent && navigator.userAgent.toLowerCase().matc… 66 …(typeof navigator !== 'undefined' && navigator.userAgent && navigator.userAgent.toLowerCase().matc…
|
/third_party/libwebsockets/test-apps/ |
D | test.js | 42 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/ |
D | test.js | 42 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/ |
D | test-http2-https-fallback-http-server-options.js | 27 userAgent: request.getUserAgent() property 79 const { alpnProtocol, httpVersion, userAgent } = JSON.parse(raw); 82 assert.strictEqual(userAgent, 'node-test');
|
/third_party/protobuf/js/compatibility_tests/v3.1.0/ |
D | maps_test.js | 234 if (goog.userAgent.IE && !goog.userAgent.isDocumentModeOrHigher(10)) {
|
D | message_test.js | 423 !goog.userAgent.IE || goog.userAgent.isVersionOrHigher('10'); 465 !goog.userAgent.IE || goog.userAgent.isVersionOrHigher('10');
|
/third_party/vk-gl-cts/framework/delibs/coding_guidelines/ |
D | prettify.js | 1 function H(){var x=navigator&&navigator.userAgent&&/\bMSIE 6\./.test(navigator.userAgent);H=functio…
|
/third_party/protobuf/js/ |
D | maps_test.js | 252 if (goog.userAgent.IE && !goog.userAgent.isDocumentModeOrHigher(10)) {
|
D | message_test.js | 457 !goog.userAgent.IE || goog.userAgent.isVersionOrHigher('10'); 511 !goog.userAgent.IE || goog.userAgent.isVersionOrHigher('10');
|
/third_party/protobuf/js/compatibility_tests/v3.0.0/ |
D | message_test.js | 467 !goog.userAgent.IE || goog.userAgent.isVersionOrHigher('10'); 509 !goog.userAgent.IE || goog.userAgent.isVersionOrHigher('10');
|
/third_party/node/deps/npm/node_modules/debug/ |
D | CHANGELOG.md | 137 * Fix: navigation.userAgent error for react native (#364, @escwald)
|
/third_party/flutter/flutter/packages/flutter_tools/test/src/ |
D | testbed.dart | 186 String userAgent;
|
/third_party/node/deps/npm/node_modules/pacote/ |
D | CHANGELOG.md | 971 * **fetch:** fix default userAgent ([4b9d344](https://github.com/npm/pacote/commit/4b9d344))
|
/third_party/node/test/fixtures/wpt/interfaces/ |
D | html.idl | 1956 readonly attribute DOMString userAgent;
|
/third_party/flutter/flutter/packages/flutter_test/lib/src/ |
D | binding.dart | 1636 String userAgent;
|
/third_party/flutter/engine/flutter/lib/snapshot/ |
D | fuchsia_compilation_trace.txt | 1570 dart:io,_HttpClient,get:userAgent
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/doc/html/ |
D | jquery.js | 2 …-z]|[0-9])/ig,w=/^-ms-/,x=function(a,b){return(b+"").toUpperCase()},y=d.userAgent,z,A,B,C=Object.p…
|
/third_party/freetype/docs/reference/assets/javascripts/ |
D | bundle.82b56eb2.min.js | 27 …r.checked=!1)})}function Ka(){return/(iPad|iPhone|iPod)/.test(navigator.userAgent)}function ki({do…
|
/third_party/typescript/lib/ |
D | lib.webworker.d.ts | 2344 readonly userAgent: string; property
|
/third_party/typescript/src/lib/ |
D | webworker.generated.d.ts | 2324 readonly userAgent: string; property
|