Home
last modified time | relevance | path

Searched refs:Url (Results 1 - 16 of 16) sorted by relevance

/third_party/typescript/tests/baselines/reference/
H A DreferenceTypesPreferedToPathIfPossible.js5 export class Url {}
6 export function parse(): Url;
24 export declare const thing: () => import("url").Url;
/third_party/node/lib/
H A Durl.js70 function Url() { class
139 if (url instanceof Url) return url;
141 const urlObject = new Url();
157 // characters in the host parsing loop in Url.prototype.parse, with the
170 Url.prototype.parse = function parse(url, parseQueryString, slashesDenoteHost) {
603 return Url.prototype.format.call(urlObject);
623 Url.prototype.format = function format() {
713 Url.prototype.resolve = function resolve(relative) {
722 Url.prototype.resolveObject = function resolveObject(relative) {
724 const rel = new Url();
[all...]
/third_party/rust/crates/clap/src/builder/
H A Dvalue_hint.rs22 /// | `Url` | Yes | |
64 Url,
90 "url" => ValueHint::Url, in from_str()
/third_party/json/docs/examples/
H A Dparse__string__parser_callback_t.cpp17 "Url": "http://www.example.com/image/481989943", in main()
H A Dparse__istream__parser_callback_t.cpp18 "Url": "http://www.example.com/image/481989943", in main()
H A Dparse__array__parser_callback_t.cpp17 "Url": "http://www.example.com/image/481989943", in main()
H A Dsax_parse.cpp105 "Url": "http://www.example.com/image/481989943", in main()
/third_party/skia/infra/bots/task_drivers/canary/
H A Dcanary.go137 cl := roll.Url
148 rollStatus = fmt.Sprintf("Canary roll [ %s ] has status %s", roll.Url, roll.Status)
/third_party/node/src/
H A 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/
H A Dtest-url-parse-query.js74 const expected = Object.assign(new url.Url(), parseTestsWithQueryString[u]);
/third_party/rust/crates/clap/clap_complete/examples/
H A Dcompletion.rs81 .arg(Arg::new("url").long("url").value_hint(ValueHint::Url)) in build_cli()
H A Dcompletion-derive.rs63 #[arg(long, value_hint = ValueHint::Url)]
/third_party/lame/ACM/
H A DACM.cpp242 TCHAR Url[200]; in AboutProc() local
246 wsprintf(Url,get_lame_url()); in AboutProc()
252 ::ShellExecute(hwndDlg,"open",Url,NULL,"",SW_SHOWMAXIMIZED ); in AboutProc()
/third_party/json/tests/src/
H A Dunit-testsuites.cpp426 "Url": "http://www.example.com/image/481989943",
H A Dunit-regression1.cpp1445 "Url": "http://www.example.com/image/481989943",
/third_party/rust/crates/libc/src/
H A Dpsp.rs1041 Url = 0x80000,

Completed in 16 milliseconds