Searched refs:Url (Results 1 - 16 of 16) sorted by relevance
/third_party/typescript/tests/baselines/reference/ |
H A D | referenceTypesPreferedToPathIfPossible.js | 5 export class Url {} 6 export function parse(): Url; 24 export declare const thing: () => import("url").Url;
|
/third_party/node/lib/ |
H A D | url.js | 70 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 D | value_hint.rs | 22 /// | `Url` | Yes | | 64 Url, 90 "url" => ValueHint::Url, in from_str()
|
/third_party/json/docs/examples/ |
H A D | parse__string__parser_callback_t.cpp | 17 "Url": "http://www.example.com/image/481989943", in main()
|
H A D | parse__istream__parser_callback_t.cpp | 18 "Url": "http://www.example.com/image/481989943", in main()
|
H A D | parse__array__parser_callback_t.cpp | 17 "Url": "http://www.example.com/image/481989943", in main()
|
H A D | sax_parse.cpp | 105 "Url": "http://www.example.com/image/481989943", in main()
|
/third_party/skia/infra/bots/task_drivers/canary/ |
H A D | canary.go | 137 cl := roll.Url 148 rollStatus = fmt.Sprintf("Canary roll [ %s ] has status %s", roll.Url, roll.Status)
|
/third_party/node/src/ |
H A D | inspector_js_api.cc | 308 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 D | test-url-parse-query.js | 74 const expected = Object.assign(new url.Url(), parseTestsWithQueryString[u]);
|
/third_party/rust/crates/clap/clap_complete/examples/ |
H A D | completion.rs | 81 .arg(Arg::new("url").long("url").value_hint(ValueHint::Url)) in build_cli()
|
H A D | completion-derive.rs | 63 #[arg(long, value_hint = ValueHint::Url)]
|
/third_party/lame/ACM/ |
H A D | ACM.cpp | 242 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 D | unit-testsuites.cpp | 426 "Url": "http://www.example.com/image/481989943",
|
H A D | unit-regression1.cpp | 1445 "Url": "http://www.example.com/image/481989943",
|
/third_party/rust/crates/libc/src/ |
H A D | psp.rs | 1041 Url = 0x80000,
|
Completed in 17 milliseconds