Home
last modified time | relevance | path

Searched refs:URL (Results 1 – 25 of 1787) sorted by relevance

12345678910>>...72

/third_party/node/deps/undici/src/types/
Ddispatcher.d.ts1 import { URL } from 'url'
41 on(eventName: 'connect', callback: (origin: URL, targets: readonly Dispatcher[]) => void): this;
42 …on(eventName: 'disconnect', callback: (origin: URL, targets: readonly Dispatcher[], error: Errors.…
43 …on(eventName: 'connectionError', callback: (origin: URL, targets: readonly Dispatcher[], error: Er…
44 on(eventName: 'drain', callback: (origin: URL) => void): this;
47 once(eventName: 'connect', callback: (origin: URL, targets: readonly Dispatcher[]) => void): this;
48 …once(eventName: 'disconnect', callback: (origin: URL, targets: readonly Dispatcher[], error: Error…
49 …once(eventName: 'connectionError', callback: (origin: URL, targets: readonly Dispatcher[], error: …
50 once(eventName: 'drain', callback: (origin: URL) => void): this;
53 off(eventName: 'connect', callback: (origin: URL, targets: readonly Dispatcher[]) => void): this;
[all …]
/third_party/python/Lib/test/
Dtest_webbrowser.py12 URL = 'http://www.example.com' variable
27 def _test(self, meth, *, args=[URL], kw={}, options, arguments):
58 arguments=[URL])
68 arguments=[URL])
78 arguments=[URL])
83 arguments=[URL])
88 arguments=[URL])
93 arguments=[URL])
103 arguments=[URL])
108 arguments=[URL])
[all …]
/third_party/node/doc/api/
Durl.md1 # URL chapter
9 The `node:url` module provides utilities for URL resolution and parsing. It can
20 ## URL strings and URL objects
22 A URL string is a structured string containing multiple meaningful components.
23 When parsed, a URL object is returned containing properties for each of these
28 [WHATWG URL Standard][] used by web browsers.
30 A comparison between the WHATWG and legacy APIs is provided below. Above the URL
33 properties of a WHATWG `URL` object.
35 WHATWG URL's `origin` property includes `protocol` and `host`, but not
59 Parsing the URL string using the WHATWG API:
[all …]
/third_party/curl/docs/libcurl/
Dcurl_url_set.md18 curl_url_set - set a URL part
36 This function sets or updates individual URL components, or parts, held by the
37 URL object the handle identifies.
39 The *part* argument should identify the particular URL part (see list
41 string with the new contents for that URL part. The contents should be in the
42 form and encoding they would use in a URL: URL encoded.
44 When setting part in the URL object that was previously already set, it
57 set. Otherwise, this function returns *CURLUE_UNSUPPORTED_SCHEME* for URL
64 When setting or updating contents of individual URL parts, this API might
66 gets populated as a result of a full URL parse. Beware. If done so, extracting
[all …]
Dlibcurl-url.md19 libcurl-url - URL interface overview
23 The URL interface provides functions for parsing and generating URLs.
31 Create a handle that holds URL info and resources with curl_url(3):
52 By setting a URL to the handle with curl_url_set(3), the URL is parsed
53 and stored in the handle. If the URL is not syntactically correct it returns
62 If successful, this stores the URL in its individual parts within the handle.
66 When a handle already contains info about a URL, setting a relative URL makes
72 # GET URL
74 The **CURLU** handle represents a URL and you can easily extract that with
85 When a URL has been parsed or parts have been set, you can extract those
[all …]
/third_party/typescript/tests/baselines/reference/
DimportMeta(module=commonjs,target=esnext).types4URL("../hamsters.jpg", import.meta.url).toString()); const blob = await response.blob(); const s…
5URL("../hamsters.jpg", import.meta.url).toString()); const blob = await response.blob(); const s…
6URL("../hamsters.jpg", import.meta.url).toString()); const blob = await response.blob(); const s…
8 const response = await fetch(new URL("../hamsters.jpg", import.meta.url).toString());
10 >await fetch(new URL("../hamsters.jpg", import.meta.url).toString()) : Response
11 >fetch(new URL("../hamsters.jpg", import.meta.url).toString()) : Promise<Response>
12 >fetch : (input: RequestInfo | URL, init?: RequestInit) => Promise<Response>
13 >new URL("../hamsters.jpg", import.meta.url).toString() : string
14 >new URL("../hamsters.jpg", import.meta.url).toString : () => string
15 >new URL("../hamsters.jpg", import.meta.url) : URL
[all …]
DimportMeta(module=esnext,target=es5).types4URL("../hamsters.jpg", import.meta.url).toString()); const blob = await response.blob(); const s…
5URL("../hamsters.jpg", import.meta.url).toString()); const blob = await response.blob(); const s…
6URL("../hamsters.jpg", import.meta.url).toString()); const blob = await response.blob(); const s…
8 const response = await fetch(new URL("../hamsters.jpg", import.meta.url).toString());
10 >await fetch(new URL("../hamsters.jpg", import.meta.url).toString()) : Response
11 >fetch(new URL("../hamsters.jpg", import.meta.url).toString()) : Promise<Response>
12 >fetch : (input: RequestInfo | URL, init?: RequestInit) => Promise<Response>
13 >new URL("../hamsters.jpg", import.meta.url).toString() : string
14 >new URL("../hamsters.jpg", import.meta.url).toString : () => string
15 >new URL("../hamsters.jpg", import.meta.url) : URL
[all …]
DimportMeta(module=es2020,target=esnext).types4URL("../hamsters.jpg", import.meta.url).toString()); const blob = await response.blob(); const s…
5URL("../hamsters.jpg", import.meta.url).toString()); const blob = await response.blob(); const s…
6URL("../hamsters.jpg", import.meta.url).toString()); const blob = await response.blob(); const s…
8 const response = await fetch(new URL("../hamsters.jpg", import.meta.url).toString());
10 >await fetch(new URL("../hamsters.jpg", import.meta.url).toString()) : Response
11 >fetch(new URL("../hamsters.jpg", import.meta.url).toString()) : Promise<Response>
12 >fetch : (input: RequestInfo | URL, init?: RequestInit) => Promise<Response>
13 >new URL("../hamsters.jpg", import.meta.url).toString() : string
14 >new URL("../hamsters.jpg", import.meta.url).toString : () => string
15 >new URL("../hamsters.jpg", import.meta.url) : URL
[all …]
DimportMeta(module=es2020,target=es5).types4URL("../hamsters.jpg", import.meta.url).toString()); const blob = await response.blob(); const s…
5URL("../hamsters.jpg", import.meta.url).toString()); const blob = await response.blob(); const s…
6URL("../hamsters.jpg", import.meta.url).toString()); const blob = await response.blob(); const s…
8 const response = await fetch(new URL("../hamsters.jpg", import.meta.url).toString());
10 >await fetch(new URL("../hamsters.jpg", import.meta.url).toString()) : Response
11 >fetch(new URL("../hamsters.jpg", import.meta.url).toString()) : Promise<Response>
12 >fetch : (input: RequestInfo | URL, init?: RequestInit) => Promise<Response>
13 >new URL("../hamsters.jpg", import.meta.url).toString() : string
14 >new URL("../hamsters.jpg", import.meta.url).toString : () => string
15 >new URL("../hamsters.jpg", import.meta.url) : URL
[all …]
DimportMeta(module=commonjs,target=es5).types4URL("../hamsters.jpg", import.meta.url).toString()); const blob = await response.blob(); const s…
5URL("../hamsters.jpg", import.meta.url).toString()); const blob = await response.blob(); const s…
6URL("../hamsters.jpg", import.meta.url).toString()); const blob = await response.blob(); const s…
8 const response = await fetch(new URL("../hamsters.jpg", import.meta.url).toString());
10 >await fetch(new URL("../hamsters.jpg", import.meta.url).toString()) : Response
11 >fetch(new URL("../hamsters.jpg", import.meta.url).toString()) : Promise<Response>
12 >fetch : (input: RequestInfo | URL, init?: RequestInit) => Promise<Response>
13 >new URL("../hamsters.jpg", import.meta.url).toString() : string
14 >new URL("../hamsters.jpg", import.meta.url).toString : () => string
15 >new URL("../hamsters.jpg", import.meta.url) : URL
[all …]
DimportMeta(module=esnext,target=esnext).types4URL("../hamsters.jpg", import.meta.url).toString()); const blob = await response.blob(); const s…
5URL("../hamsters.jpg", import.meta.url).toString()); const blob = await response.blob(); const s…
6URL("../hamsters.jpg", import.meta.url).toString()); const blob = await response.blob(); const s…
8 const response = await fetch(new URL("../hamsters.jpg", import.meta.url).toString());
10 >await fetch(new URL("../hamsters.jpg", import.meta.url).toString()) : Response
11 >fetch(new URL("../hamsters.jpg", import.meta.url).toString()) : Promise<Response>
12 >fetch : (input: RequestInfo | URL, init?: RequestInit) => Promise<Response>
13 >new URL("../hamsters.jpg", import.meta.url).toString() : string
14 >new URL("../hamsters.jpg", import.meta.url).toString : () => string
15 >new URL("../hamsters.jpg", import.meta.url) : URL
[all …]
DimportMeta(module=system,target=esnext).types4URL("../hamsters.jpg", import.meta.url).toString()); const blob = await response.blob(); const s…
5URL("../hamsters.jpg", import.meta.url).toString()); const blob = await response.blob(); const s…
6URL("../hamsters.jpg", import.meta.url).toString()); const blob = await response.blob(); const s…
8 const response = await fetch(new URL("../hamsters.jpg", import.meta.url).toString());
10 >await fetch(new URL("../hamsters.jpg", import.meta.url).toString()) : Response
11 >fetch(new URL("../hamsters.jpg", import.meta.url).toString()) : Promise<Response>
12 >fetch : (input: RequestInfo | URL, init?: RequestInit) => Promise<Response>
13 >new URL("../hamsters.jpg", import.meta.url).toString() : string
14 >new URL("../hamsters.jpg", import.meta.url).toString : () => string
15 >new URL("../hamsters.jpg", import.meta.url) : URL
[all …]
DimportMeta(module=system,target=es5).types4URL("../hamsters.jpg", import.meta.url).toString()); const blob = await response.blob(); const s…
5URL("../hamsters.jpg", import.meta.url).toString()); const blob = await response.blob(); const s…
6URL("../hamsters.jpg", import.meta.url).toString()); const blob = await response.blob(); const s…
8 const response = await fetch(new URL("../hamsters.jpg", import.meta.url).toString());
10 >await fetch(new URL("../hamsters.jpg", import.meta.url).toString()) : Response
11 >fetch(new URL("../hamsters.jpg", import.meta.url).toString()) : Promise<Response>
12 >fetch : (input: RequestInfo | URL, init?: RequestInit) => Promise<Response>
13 >new URL("../hamsters.jpg", import.meta.url).toString() : string
14 >new URL("../hamsters.jpg", import.meta.url).toString : () => string
15 >new URL("../hamsters.jpg", import.meta.url) : URL
[all …]
/third_party/libinput/doc/user/dot/
Dseats-sketch.gv10 event0 [URL="\ref libinput_event"];
11 event1 [URL="\ref libinput_event"];
12 event2 [URL="\ref libinput_event"];
13 event3 [URL="\ref libinput_event"];
15 pseat0 [label="phys seat0"; URL="\ref libinput_seat_get_physical_name"];
16 pseat1 [label="phys seat1"; URL="\ref libinput_seat_get_physical_name"];
18 lseatA [label="logical seat A"; URL="\ref libinput_seat_get_logical_name"];
19 lseatB [label="logical seat B"; URL="\ref libinput_seat_get_logical_name"];
20 lseatC [label="logical seat C"; URL="\ref libinput_seat_get_logical_name"];
22 ctx1 [label="libinput context 1"; URL="\ref libinput"];
[all …]
/third_party/curl/docs/cmdline-opts/
Ddata-urlencode.md6 Help: HTTP POST data URL encoded
15 - --data-urlencode name=val $URL
16 - --data-urlencode =encodethis $URL
17 - --data-urlencode name@file $URL
18 - --data-urlencode @fileonly $URL
24 that this performs URL-encoding.
31 This makes curl URL-encode the content and pass that on. Just be careful
36 This makes curl URL-encode the content and pass that on. The preceding =
40 This makes curl URL-encode the content part and pass that on. Note that
41 the name part is expected to be URL-encoded already.
[all …]
Dupload-file.md17 - -T file $URL
19 - --upload-file "{file1,file2}" $URL
24 This transfers the specified local file to the remote URL.
26 If there is no file part in the specified URL, curl appends the local file
27 name to the end of the URL before the operation starts. You must use a
32 When putting the local file name at the end of the URL, curl ignores what is
41 If this option is used with a HTTP(S) URL, the PUT method is used.
43 You can specify one --upload-file for each URL on the command line. Each
44 --upload-file + URL pair specifies what to upload and to where. curl also
46 multiple files to a single URL by using the same URL globbing style supported
[all …]
/third_party/node/test/fixtures/wpt/FileAPI/url/
Durl-in-tags-revoke.window.js7 const url = URL.createObjectURL(blob);
13 URL.revokeObjectURL(url);
25 const url = URL.createObjectURL(blob);
34 URL.revokeObjectURL(url);
46 const url = URL.createObjectURL(blob);
48 URL.revokeObjectURL(url);
79 const url = URL.createObjectURL(blob);
83 URL.revokeObjectURL(url);
90 const url = URL.createObjectURL(blob);
99 URL.revokeObjectURL(url);
[all …]
Durl-format.any.js10 list.push(URL.createObjectURL(blob));
19 const url = URL.createObjectURL(blob);
25 const url = URL.createObjectURL(file);
31 const url = URL.createObjectURL(blob);
32 assert_equals(new URL(url).origin, location.origin);
40 const url = URL.createObjectURL(blob);
41 const url_record = new URL(url);
49 const nested_url = new URL(url_record.pathname);
58 const url = URL.createObjectURL(file);
59 assert_equals(new URL(url).origin, location.origin);
/third_party/node/test/fixtures/wpt/FileAPI/url/resources/
Dfetch-tests.js21 const url = URL.createObjectURL(blob);
29 const url = URL.createObjectURL(blob);
37 const url = URL.createObjectURL(blob);
38 URL.revokeObjectURL(url);
44 const url = URL.createObjectURL(blob);
45 URL.revokeObjectURL(url + '#fragment');
53 const url = URL.createObjectURL(blob);
59 const url = URL.createObjectURL(blob);
65 const url = URL.createObjectURL(blob);
/third_party/node/test/fixtures/wpt/url/
DREADME.md3 `resources/urltestdata.json` contains URL parsing tests suitable for any URL parser implementation.
11 * `input`: a string to be parsed as URL.
12 * `base`: null or a serialized URL (i.e., does not fail parsing).
18 URL without an opaque path) or "`any-base`" (input parses against any non-null base URL), or is
23 an URL record and that the getters of each corresponding attribute in that URL’s [API] should
36 domain to be parsed according to the rules of UTS #46 (as stipulated by the URL Standard). `output`
40 ## URL parser's encoding argument
43 encoding argument to the URL parser.
51 The tests in this directory assert conformance with [the URL Standard][URL].
55 [URL]: https://url.spec.whatwg.org/
Dhistorical.any.js16 var url = new URL("./foo", "http://www.example.org");
24 assert_equals(URL.domainToASCII, undefined);
28 assert_equals(URL.domainToUnicode, undefined);
32 assert_throws_dom("DataCloneError", () => self.structuredClone(new URL("about:blank")));
40 const url = new URL("about:blank");
42 assert_throws_exactly(1, () => new URL(url), "url argument");
43 assert_throws_exactly(1, () => new URL("about:blank", url), "base argument");
/third_party/libxml2/
Dbackport-malloc-fail-Fix-memory-leak-in-xmlXIncludeLoadTxt.patch25 - xmlChar *URL;
28 + xmlChar *URL = NULL;
55 URL = xmlSaveUri(uri);
57 if (URL == NULL) {
69 - xmlFree(URL);
80 - xmlFree(URL);
91 inputStream = xmlLoadExternalEntity((const char*)URL, NULL, pctxt);
94 - xmlFree(URL);
103 - xmlFree(URL);
115 - xmlFree(URL);
[all …]
/third_party/node/test/parallel/
Dtest-worker-data-url.js7 new Worker(new URL('data:text/javascript,'))
9 new Worker(new URL('data:text/javascript,export{}'))
12 new Worker(new URL('data:text/plain,'))
14 new Worker(new URL('data:text/javascript,module.exports={}'))
17 new Worker(new URL('data:text/javascript,await Promise.resolve()'))
19 new Worker(new URL('data:text/javascript,await Promise.reject()'))
21 new Worker(new URL('data:text/javascript,await new Promise(()=>{})'))
/third_party/curl/docs/
DURL-SYNTAX.md1 # URL syntax and their use in curl
5 The official "URL syntax" is primarily defined in these two different
8 - [RFC 3986](https://datatracker.ietf.org/doc/html/rfc3986) (although URL is called
10 - [The WHATWG URL Specification](https://url.spec.whatwg.org/)
15 The WHATWG URL spec was written later, is incompatible with the RFC 3986 and
20 URL parsers as implemented in browsers, libraries and tools usually opt to
27 Due to the inherent differences between URL parser implementations, it is
31 For example, if you use one parser to check if a URL uses a good hostname or
32 the correct auth field, and then pass on that same URL to a *second* parser,
33 there will always be a risk it treats the same URL differently. There is no
[all …]
/third_party/python/Doc/library/
Durllib.parse.rst12 single: URL
13 pair: URL; parsing
14 pair: relative; URL
18 This module defines a standard interface to break Uniform Resource Locator (URL)
20 combine the components back into a URL string, and to convert a "relative URL"
21 to an absolute URL given a "base URL."
24 Resource Locators. It supports the following URL schemes: ``file``, ``ftp``,
31 categories: URL parsing and URL quoting. These are covered in detail in
34 URL Parsing
37 The URL parsing functions focus on splitting a URL string into its components,
[all …]

12345678910>>...72