Home
last modified time | relevance | path

Searched defs:scheme (Results 1 – 25 of 125) sorted by relevance

12345

/third_party/cef/libcef/common/net/
Dscheme_registration.cc17 namespace scheme { namespace
56 bool IsInternalHandledScheme(const std::string& scheme) { in IsInternalHandledScheme()
82 bool IsStandardScheme(const std::string& scheme) { in IsStandardScheme()
89 bool IsCorsEnabledScheme(const std::string& scheme) { in IsCorsEnabledScheme()
/third_party/openssl/crypto/store/
Dstore_register.c31 OSSL_STORE_LOADER *OSSL_STORE_LOADER_new(ENGINE *e, const char *scheme) in OSSL_STORE_LOADER_new()
165 const char *scheme = loader->scheme; in ossl_store_register_loader_int() local
214 const OSSL_STORE_LOADER *ossl_store_get0_loader_int(const char *scheme) in ossl_store_get0_loader_int()
245 OSSL_STORE_LOADER *ossl_store_unregister_loader_int(const char *scheme) in ossl_store_unregister_loader_int()
274 OSSL_STORE_LOADER *OSSL_STORE_unregister_loader(const char *scheme) in OSSL_STORE_unregister_loader()
Dstore_meth.c94 const char *scheme; /* For get_loader_from_store() */ member
177 const char *scheme, const char *propdef, in put_loader_in_store()
274 const char *scheme = algodef->algorithm_names; in construct_loader() local
301 const char *scheme, const char *properties) in inner_loader_fetch()
395 const char *scheme, in OSSL_STORE_LOADER_fetch()
/third_party/node/deps/npm/node_modules/uri-js/dist/es5/
Duri.all.js1123 var schemelessOptions = assign({ scheme: 'null' }, options); property
1159 scheme: "http", property
1186 scheme: "https", property
1197 scheme: "ws", property
1237 scheme: "wss", property
1274 scheme: "mailto", property
1362 scheme: "urn", property
1401 scheme: "urn:uuid", property
Duri.all.d.ts2 scheme?: string; property
13 scheme?: string; property
22 scheme: string; property
Duri.all.min.d.ts2 scheme?: string; property
13 scheme?: string; property
22 scheme: string; property
Duri.all.min.js2 …e&&define.amd?define(["exports"],r):r(e.URI=e.URI||{})}(this,function(e){"use strict";function r()… argument
/third_party/node/deps/npm/node_modules/uri-js/dist/esnext/
Duri.d.ts2 scheme?: string; property
13 scheme?: string; property
22 scheme: string; property
/third_party/python/Doc/install/
Dindex.rst349 .. _inst-alt-install-home:
391 .. _inst-alt-install-prefix-unix:
461 .. _inst-alt-install-prefix-windows:
490 .. _inst-custom-install:
/third_party/python/Lib/
Dsysconfig.py191 scheme = _INSTALL_SCHEMES[scheme] variable
214 def _expand_vars(scheme, vars): argument
555 def get_paths(scheme=get_default_scheme(), vars=None, expand=True): argument
567 def get_path(name, scheme=get_default_scheme(), vars=None, expand=True): argument
/third_party/icu/docs/userguide/collation/
Dconcepts.md611 ### Main References
816 ### Summary of Value Abbreviations
/third_party/cef/libcef/browser/net/
Dscheme_handler.cc16 namespace scheme { namespace
Ddevtools_scheme_handler.cc17 namespace scheme { namespace
/third_party/node/deps/npm/node_modules/uri-js/dist/esnext/schemes/
Dwss.js3 scheme: "wss", property
Dhttps.js3 scheme: "https", property
Dhttp.js2 scheme: "http", property
Durn-uuid.js5 scheme: "urn:uuid", property
Dws.js6 scheme: "ws", property
Durn.js12 scheme: "urn", property
/third_party/cef/tests/ceftests/
Dparser_unittest.cc115 CefString scheme(&parts.scheme); in TEST() local
138 CefString scheme(&parts.scheme); in TEST() local
162 CefString scheme(&parts.scheme); in TEST() local
187 CefString scheme(&parts.scheme); in TEST() local
215 CefString scheme(&parts.scheme); in TEST() local
254 CefString scheme(&parts.scheme); in TEST() local
/third_party/nghttp2/src/
Dshrpx_http.cc212 const StringRef &scheme) { in require_cookie_secure_attribute()
274 bool check_http_scheme(const StringRef &scheme, bool encrypted) { in check_http_scheme()
/third_party/openssl/crypto/http/
Dhttp_lib.c44 const char *scheme, *scheme_end; in OSSL_parse_url() local
188 char *scheme, *port; in OSSL_HTTP_parse_url() local
/third_party/cups-filters/cupsfilters/
Dtestdriver.c78 char scheme[255], /* URI scheme */ in cat_ppd() local
/third_party/skia/third_party/externals/microhttpd/src/microspdy/
Dalstructures.h70 char *scheme; member
/third_party/cef/libcef/common/
Dscheme_registrar_impl.cc31 const std::string& scheme = base::ToLowerASCII(scheme_name.ToString()); in AddCustomScheme() local

12345