Searched refs:isSecure (Results 1 – 9 of 9) sorted by relevance
/third_party/node/deps/npm/node_modules/uri-js/dist/esnext/schemes/ |
D | ws.js | 1 function isSecure(wsComponents) { function 11 wsComponents.secure = isSecure(wsComponents); 20 if (wsComponents.port === (isSecure(wsComponents) ? 443 : 80) || wsComponents.port === "") {
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | ohos_screenLock.js | 49 isSecure: function (...args) { method
|
/third_party/node/deps/npm/node_modules/uri-js/dist/es5/ |
D | uri.all.js | 1192 function isSecure(wsComponents) { function 1202 wsComponents.secure = isSecure(wsComponents); 1211 if (wsComponents.port === (isSecure(wsComponents) ? 443 : 80) || wsComponents.port === "") {
|
D | uri.all.min.js.map | 1 …isSecure","wsComponents","secure","maxInt","regexPunycode","regexNonASCII","floor","Math","stringF…
|
D | uri.all.js.map | 1 …isSecure(wsComponents:WSComponents):boolean {\n\treturn typeof wsComponents.secure === 'boolean' ?…
|
/third_party/node/deps/npm/node_modules/har-validator/node_modules/ajv/dist/ |
D | ajv.bundle.js | 6427 function isSecure(wsComponents) { function 6437 wsComponents.secure = isSecure(wsComponents); 6446 if (wsComponents.port === (isSecure(wsComponents) ? 443 : 80) || wsComponents.port === "") {
|
D | ajv.min.js.map | 1 …"target","tolerant","unescapeComponent","handler","secure","handler$1","isSecure","wsComponents","…
|
/third_party/flutter/engine/flutter/lib/snapshot/ |
D | fuchsia_compilation_trace.txt | 1321 dart:io,_ConnectionTarget,get:isSecure
|
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/ |
D | compilation_trace.txt | 29 dart:_http,_ConnectionTarget,get:isSecure
|