Home
last modified time | relevance | path

Searched refs:userAgent (Results 1 – 25 of 33) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
DfixSignatureCaching.js370 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 …]
DfixSignatureCaching.symbols1019 * 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 …]
DfixSignatureCaching.errors.txt439 * 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 …]
DfixSignatureCaching.types5userAgent string against a set of rules and find the first matched key. * @param {Object} rule…
6userAgent string against a set of rules and find the first matched key. * @param {Object} rule…
7userAgent string against a set of rules and find the first matched key. * @param {Object} rule…
12userAgent string against a set of rules and find the first matched key. * @param {Object} rule…
14userAgent 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) {
1475userAgent) { for (var key in rules) { if (hasOwnProp.call(rules, key)) { …
1479userAgent) { for (var key in rules) { if (hasOwnProp.call(rules, key)) { …
[all …]
/third_party/typescript/tests/cases/conformance/
DfixSignatureCaching.ts369 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/
Dbrowser.js53 …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/
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/
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/
Dtest-http2-https-fallback-http-server-options.js27 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/
Dmaps_test.js234 if (goog.userAgent.IE && !goog.userAgent.isDocumentModeOrHigher(10)) {
Dmessage_test.js423 !goog.userAgent.IE || goog.userAgent.isVersionOrHigher('10');
465 !goog.userAgent.IE || goog.userAgent.isVersionOrHigher('10');
/third_party/vk-gl-cts/framework/delibs/coding_guidelines/
Dprettify.js1 function H(){var x=navigator&&navigator.userAgent&&/\bMSIE 6\./.test(navigator.userAgent);H=functio…
/third_party/protobuf/js/
Dmaps_test.js252 if (goog.userAgent.IE && !goog.userAgent.isDocumentModeOrHigher(10)) {
Dmessage_test.js457 !goog.userAgent.IE || goog.userAgent.isVersionOrHigher('10');
511 !goog.userAgent.IE || goog.userAgent.isVersionOrHigher('10');
/third_party/protobuf/js/compatibility_tests/v3.0.0/
Dmessage_test.js467 !goog.userAgent.IE || goog.userAgent.isVersionOrHigher('10');
509 !goog.userAgent.IE || goog.userAgent.isVersionOrHigher('10');
/third_party/node/deps/npm/node_modules/debug/
DCHANGELOG.md137 * Fix: navigation.userAgent error for react native (#364, @escwald)
/third_party/flutter/flutter/packages/flutter_tools/test/src/
Dtestbed.dart186 String userAgent;
/third_party/node/deps/npm/node_modules/pacote/
DCHANGELOG.md971 * **fetch:** fix default userAgent ([4b9d344](https://github.com/npm/pacote/commit/4b9d344))
/third_party/node/test/fixtures/wpt/interfaces/
Dhtml.idl1956 readonly attribute DOMString userAgent;
/third_party/flutter/flutter/packages/flutter_test/lib/src/
Dbinding.dart1636 String userAgent;
/third_party/flutter/engine/flutter/lib/snapshot/
Dfuchsia_compilation_trace.txt1570 dart:io,_HttpClient,get:userAgent
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/doc/html/
Djquery.js2 …-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/
Dbundle.82b56eb2.min.js27 …r.checked=!1)})}function Ka(){return/(iPad|iPhone|iPod)/.test(navigator.userAgent)}function ki({do…
/third_party/typescript/lib/
Dlib.webworker.d.ts2344 readonly userAgent: string; property
/third_party/typescript/src/lib/
Dwebworker.generated.d.ts2324 readonly userAgent: string; property

12