Home
last modified time | relevance | path

Searched refs:Url (Results 1 – 25 of 51) sorted by relevance

123

/third_party/typescript/tests/baselines/reference/
DreferenceTypesPreferedToPathIfPossible.types3 >parse : () => import("url").Url
6 >thing : () => import("url").Url
7 >() => parse() : () => import("url").Url
8 >parse() : import("url").Url
9 >parse : () => import("url").Url
15 export class Url {}
16 >Url : Url
18 export function parse(): Url;
19 >parse : () => Url
DreferenceTypesPreferedToPathIfPossible.symbols13 export class Url {}
14 >Url : Symbol(Url, Decl(index.d.ts, 0, 22))
16 export function parse(): Url;
18 >Url : Symbol(Url, Decl(index.d.ts, 0, 22))
DreferenceTypesPreferedToPathIfPossible.js5 export class Url {}
6 export function parse(): Url;
24 export declare const thing: () => import("url").Url;
/third_party/node/lib/
Durl.js68 function Url() { class
164 if (url instanceof Url) return url;
166 const urlObject = new Url();
195 Url.prototype.parse = function parse(url, parseQueryString, slashesDenoteHost) {
628 return Url.prototype.format.call(urlObject);
648 Url.prototype.format = function format() {
738 Url.prototype.resolve = function resolve(relative) {
747 Url.prototype.resolveObject = function resolveObject(relative) {
749 const rel = new Url();
754 const result = new Url();
[all …]
/third_party/typescript/tests/cases/compiler/
DreferenceTypesPreferedToPathIfPossible.ts5 export class Url {} class
6 export function parse(): Url;
/third_party/rust/crates/clap/src/builder/
Dvalue_hint.rs64 Url, enumerator
90 "url" => ValueHint::Url, in from_str()
/third_party/python/Lib/test/test_email/data/
Dmsg_06.txt16 X-Url: http://barry.wooz.org
31 X-Url: http://barry.wooz.org
/third_party/openssl/doc/man3/
DX509V3_get_d2i.pod155 Netscape Base Url NID_netscape_base_url
156 Netscape Revocation Url NID_netscape_revocation_url
157 Netscape CA Revocation Url NID_netscape_ca_revocation_url
158 Netscape Renewal Url NID_netscape_renewal_url
159 Netscape CA Policy Url NID_netscape_ca_policy_url
/third_party/typescript/tests/baselines/reference/tscWatch/resolutionCache/
Dworks-when-included-file-with-ambient-module-changes.js11 export interface Url {
93 export interface Url {
/third_party/skia/infra/bots/task_drivers/canary/
Dcanary.go137 cl := roll.Url
148 rollStatus = fmt.Sprintf("Canary roll [ %s ] has status %s", roll.Url, roll.Status)
/third_party/cJSON/tests/inputs/
Dtest8.expected7 "Url": "http:/*www.example.com/image/481989943",
Dtest87 "Url": "http:/*www.example.com/image/481989943",
/third_party/json/docs/examples/
Dparse__array__parser_callback_t.cpp17 "Url": "http://www.example.com/image/481989943", in main()
Dparse__array__parser_callback_t.output13 "Url": "http://www.example.com/image/481989943",
Dparse__istream__parser_callback_t.cpp18 "Url": "http://www.example.com/image/481989943", in main()
Dparse__string__parser_callback_t.cpp17 "Url": "http://www.example.com/image/481989943", in main()
Dparse__string__parser_callback_t.output13 "Url": "http://www.example.com/image/481989943",
Dparse__istream__parser_callback_t.output13 "Url": "http://www.example.com/image/481989943",
Dsax_parse.output12 key(val=Url)
Dsax_parse.cpp105 "Url": "http://www.example.com/image/481989943", in main()
/third_party/cJSON/fuzzing/inputs/
Dtest87 "Url": "http:/*www.example.com/image/481989943",
/third_party/cef/libcef/common/mojom/
Dcef.mojom28 url.mojom.Url url;
92 DidFinishFrameLoad(url.mojom.Url validated_url, int32 http_status_code);
/third_party/node/src/
Dinspector_js_api.cc308 void Url(const FunctionCallbackInfo<Value>& args) { in Url() function
340 SetMethodNoSideEffect(context, target, "url", Url); in Initialize()
382 registry->Register(Url); in RegisterExternalReferences()
/third_party/node/test/parallel/
Dtest-url-parse-query.js74 const expected = Object.assign(new url.Url(), parseTestsWithQueryString[u]);
/third_party/rust/crates/clap/clap_complete/examples/
Dcompletion.rs81 .arg(Arg::new("url").long("url").value_hint(ValueHint::Url)) in build_cli()

123