Home
last modified time | relevance | path

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

1234567

/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()
148 const char *scheme = loader->scheme; in ossl_store_register_loader_int() local
206 const OSSL_STORE_LOADER *ossl_store_get0_loader_int(const char *scheme) in ossl_store_get0_loader_int()
240 OSSL_STORE_LOADER *ossl_store_unregister_loader_int(const char *scheme) in ossl_store_unregister_loader_int()
270 OSSL_STORE_LOADER *OSSL_STORE_unregister_loader(const char *scheme) in OSSL_STORE_unregister_loader()
/third_party/grpc/src/core/ext/filters/client_channel/resolver/sockaddr/
Dsockaddr_resolver.cc126 const char* scheme() const override { return "ipv4"; } in scheme() function in grpc_core::__anon3dc1b5050111::IPv4ResolverFactory
139 const char* scheme() const override { return "ipv6"; } in scheme() function in grpc_core::__anon3dc1b5050111::IPv6ResolverFactory
157 const char* scheme() const override { return "unix"; } in scheme() function in grpc_core::__anon3dc1b5050111::UnixResolverFactory
174 const char* scheme() const override { return "unix-abstract"; } in scheme() function in grpc_core::__anon3dc1b5050111::UnixAbstractResolverFactory
/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/node/deps/npm/node_modules/uri-js/dist/es5/
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.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.min.js2 …e&&define.amd?define(["exports"],r):r(e.URI=e.URI||{})}(this,function(e){"use strict";function r()… argument
/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/cef/libcef/browser/net/
Dscheme_handler.cc16 namespace scheme { namespace
Ddevtools_scheme_handler.cc17 namespace scheme { namespace
/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/node/deps/npm/node_modules/uri-js/dist/esnext/schemes/
Dhttps.js3 scheme: "https", property
Dwss.js3 scheme: "wss", 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/glib/glib/
Dguri.c205 gchar *scheme; member
764 should_normalize_empty_path (const char *scheme) in should_normalize_empty_path()
777 normalize_port (const char *scheme, in normalize_port()
810 default_scheme_port (const char *scheme) in default_scheme_port()
827 gchar **scheme, in g_uri_split_internal()
1093 gchar **scheme, in g_uri_split()
1155 gchar **scheme, in g_uri_split_with_user()
1203 gchar **scheme, in g_uri_split_network()
1585 const gchar *scheme, in g_uri_join_internal()
1739 const gchar *scheme, in g_uri_join()
[all …]
/third_party/curl/tests/libtest/
Dlib1536.c31 char *scheme; in test() local
/third_party/grpc/src/core/lib/uri/
Duri_parser.cc93 std::string scheme(remaining.substr(0, idx)); in Parse() local
154 URI::URI(std::string scheme, std::string authority, std::string path, in URI()
/third_party/mindspore/mindspore/core/mindrt/include/
Dmindrt.hpp26 std::string scheme; member
/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/glib/gio/
Dgvfs.c201 char *scheme; in get_file_for_uri_internal() local
432 const char *scheme, in g_vfs_register_uri_scheme()
488 const char *scheme) in g_vfs_unregister_uri_scheme()

1234567