Home
last modified time | relevance | path

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

1234

/third_party/node/test/fixtures/wpt/url/
Durl-setters-stripping.any.js1 function urlString({ scheme = "https", property
12 function urlRecord(scheme) { argument
13 return new URL(urlString({ scheme })); field
34 assert_equals(url.href, urlString({ scheme: expected }), "href"); property
42 assert_equals(url.href, urlString({ scheme: expected }), "href"); property
58 assert_equals(url.href, urlString({ scheme, [property]: expected }), "href"); property
73 assert_equals(url.href, urlString({ scheme, host: expected }), "href"); property
81 assert_equals(url.href, urlString({ scheme, host: expected }), "href"); property
90 assert_equals(url.href, urlString({ scheme, port: expected }), "href"); property
98 assert_equals(url.href, urlString({ scheme, port: expected }), "href"); property
[all …]
/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/openssl/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/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/node/deps/npm/node_modules/@tufjs/models/dist/
Dkey.js31 scheme: this.scheme, property
79 scheme, property
/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/curl/tests/libtest/
Dlib1536.c33 char *scheme; in test() local
/third_party/typescript/tests/baselines/reference/
DdecoratorOnClassConstructorParameter5.js20 BulkEditPreviewProvider.emptyPreview = { scheme: BulkEditPreviewProvider.Schema }; property
/third_party/libcoap/include/coap3/
Dcoap_uri_internal.h33 coap_uri_scheme_t scheme; /**< scheme */ member
Dcoap_uri.h75 enum coap_uri_scheme_t scheme; member
/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/curl/src/
Dtool_cb_hdr.c78 const char *scheme = NULL; in tool_header_cb() local
364 char *copyloc = NULL, *locurl = NULL, *scheme = NULL, *finalurl = NULL; in write_linked_location() local
/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/node/deps/openssl/openssl/crypto/http/
Dhttp_lib.c51 const char *scheme, *scheme_end; in OSSL_parse_url() local
196 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/node/benchmark/https/
Dsimple.js23 scheme: 'https', property
/third_party/libcoap/src/
Dcoap_address.c340 coap_uri_scheme_t scheme; in coap_get_available_scheme_hint_bits() local
427 coap_uri_scheme_t scheme; in coap_resolve_address_info() local
/third_party/ltp/testcases/kernel/mem/mtest07/
Dmallocstress.c65 int allocate_free(int scheme, int threadnum) in allocate_free()
/third_party/node/deps/openssl/openssl/crypto/asn1/
Dp5_pbev2.c47 X509_ALGOR *scheme = NULL, *ret = NULL; variable
/third_party/curl/scripts/
Dschemetable.c37 static const struct detail scheme[] = { variable
/third_party/cups-filters/backend/
Dbeh.c218 char scheme[1024], // Scheme from URI in call_backend() local

1234