Home
last modified time | relevance | path

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

12345678910>>...52

/third_party/node/src/
Dnode_url.h86 class URL {
96 URL(const char* input, const size_t len) { in URL() function
100 URL(const char* input, const size_t len, const URL* base) { in URL() function
109 URL(const char* input, const size_t len, in URL() function
112 URL _base(base, baselen); in URL()
121 explicit URL(const std::string& input) : in URL() function
122 URL(input.c_str(), input.length()) {} in URL()
124 URL(const std::string& input, const URL* base) : in URL() function
125 URL(input.c_str(), input.length(), base) {} in URL()
127 URL(const std::string& input, const URL& base) : in URL() function
[all …]
/third_party/node/test/cctest/
Dtest_url.cc7 using node::url::URL;
23 URL simple("https://example.org:81/a/b/c?query#fragment"); in TEST_F()
36 URL simple(input, strlen(input)); in TEST_F()
48 URL error("123noscheme"); in TEST_F()
53 URL base("http://example.org/foo/bar"); in TEST_F()
56 URL simple("../baz", &base); in TEST_F()
64 URL simple("../baz", "http://example.org/foo/bar"); in TEST_F()
76 URL simple(input, strlen(input), base, strlen(base)); in TEST_F()
88 URL simple(input, strlen(input), base, strlen(base)); in TEST_F()
100 URL simple(input, strlen(input), base, strlen(base)); in TEST_F()
[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 `url` module provides utilities for URL resolution and parsing. It can be
16 ## URL strings and URL objects
18 A URL string is a structured string containing multiple meaningful components.
19 When parsed, a URL object is returned containing properties for each of these
24 [WHATWG URL Standard][] used by web browsers.
26 A comparison between the WHATWG and Legacy APIs is provided below. Above the URL
29 properties of a WHATWG `URL` object.
31 WHATWG URL's `origin` property includes `protocol` and `host`, but not
55 Parsing the URL string using the WHATWG API:
[all …]
/third_party/typescript/tests/baselines/reference/
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>
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
16 >URL : { new (url: string, base?: string | URL): URL; prototype: URL; createObjectURL(object: any):…
[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>
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
16 >URL : { new (url: string, base?: string | URL): URL; prototype: URL; createObjectURL(object: any):…
[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>
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
16 >URL : { new (url: string, base?: string | URL): URL; prototype: URL; createObjectURL(object: any):…
[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>
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
16 >URL : { new (url: string, base?: string | URL): URL; prototype: URL; createObjectURL(object: any):…
[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>
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
16 >URL : { new (url: string, base?: string | URL): URL; prototype: URL; createObjectURL(object: any):…
[all …]
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>
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
16 >URL : { new (url: string, base?: string | URL): URL; prototype: URL; createObjectURL(object: any):…
[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>
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
16 >URL : { new (url: string, base?: string | URL): URL; prototype: URL; createObjectURL(object: any):…
[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>
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
16 >URL : { new (url: string, base?: string | URL): URL; prototype: URL; createObjectURL(object: any):…
[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/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/gstreamer/gstplugins_good/
DREQUIREMENTS29 URL: http://gstreamer.freedesktop.org/
39 URL: http://gstreamer.freedesktop.org/
57 URL: http://gstreamer.freedesktop.org/data/src/orc/
68 URL: http://www.gtk.org/
76 URL: http://www.gtk.org/
87 URL: http://aa-project.sourceforge.net/aalib/
93 URL: http://cairographics.org/
99 URL: http://flac.sourceforge.net/
105 URL: http://www.freedesktop.org/software/systemd/
114 URL: http://www.libjpeg-turbo.org/
[all …]
/third_party/node/test/fixtures/wpt/url/
DREADME.md9 * `base`: an absolute URL as a string whose [parsing] without a base of its own must succeed.
11 and may have a value like `"about:blank"` when `input` is an absolute URL.
12 * `input`: an URL as a string to be [parsed][parsing] with `base` as its base URL.
17 indicating that parsing `input` should return an URL record
18 and that the getters of each corresponding attribute in that URL’s [API]
25 `URL` constructor (or similar APIs) should additionally test the following pattern: if `failure` is
27 converting base URLs into strings properly fails the whole parsing algorithm if the base URL cannot
38 domain to be parsed according to the rules of UTS #46 (as stipulated by the URL Standard). `output`
42 ## URL parser's encoding argument
45 encoding argument to the URL parser.
[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(()=>{})'))
Dtest-fs-whatwg-url.js15 return new URL(`file://${p}`);
21 assert(url instanceof URL);
29 const httpUrl = new URL('http://example.org');
47 fs.readFile(new URL(`file:///c:/tmp/${i}`), common.mustNotCall());
58 fs.readFile(new URL('file:///c:/tmp/%00test'), common.mustNotCall());
72 fs.readFile(new URL(`file:///c:/tmp/${i}`), common.mustNotCall());
82 fs.readFile(new URL('file://hostname/a/b/c'), common.mustNotCall());
92 fs.readFile(new URL('file:///tmp/%00test'), common.mustNotCall());
/third_party/node/lib/internal/modules/esm/
Dresolve.js42 const { URL, pathToFileURL, fileURLToPath } = require('internal/url');
81 const pkgPath = fileURLToPath(new URL('.', packageJSONUrl));
174 let packageJSONUrl = new URL('./package.json', resolved);
184 packageJSONUrl = new URL('../package.json', packageJSONUrl);
222 if (fileExists(guess = new URL(`./${packageConfig.main}`,
225 } else if (fileExists(guess = new URL(`./${packageConfig.main}.js`,
227 else if (fileExists(guess = new URL(`./${packageConfig.main}.json`,
229 else if (fileExists(guess = new URL(`./${packageConfig.main}.node`,
231 else if (fileExists(guess = new URL(`./${packageConfig.main}/index.js`,
233 else if (fileExists(guess = new URL(`./${packageConfig.main}/index.json`,
[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 …]
/third_party/libabigail/doc/vizualization/graph/gv/
Dsa-base.gv7 …Node2 [label="A",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$struc…
9 …Node3 [label="D1",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$stru…
12 …Node4 [label="Dd1",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$str…
14 …Node5 [label="Dd2",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$str…
18 …Node6 [label="B",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$struc…
22 …Node7 [label="C1",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$stru…
24 …Node8 [label="D2",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$stru…
26 …Node9 [label="Dd3",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$str…
29 …Node10 [label="D3",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$str…
35 …Node11 [label="C2",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$str…
[all …]
/third_party/libxml2/
Dxinclude.c426 xmlXIncludeParseFile(xmlXIncludeCtxtPtr ctxt, const char *URL) { in xmlXIncludeParseFile() argument
458 if ((URL != NULL) && (strcmp(URL, "-") == 0)) in xmlXIncludeParseFile()
459 URL = "./-"; in xmlXIncludeParseFile()
461 inputStream = xmlLoadExternalEntity(URL, NULL, pctxt); in xmlXIncludeParseFile()
470 pctxt->directory = xmlParserGetDirectory(URL); in xmlXIncludeParseFile()
501 xmlChar *URL; in xmlXIncludeAddNode() local
552 URI = xmlBuildURI(href, ctxt->doc->URL); in xmlXIncludeAddNode()
615 URL = xmlSaveUri(uri); in xmlXIncludeAddNode()
618 if (URL == NULL) { in xmlXIncludeAddNode()
633 URL); in xmlXIncludeAddNode()
[all …]
/third_party/gstreamer/gstplugins_base/
DREQUIREMENTS29 URL: http://gstreamer.freedesktop.org/
46 URL: http://code.entropywave.com/orc
52 URL: http://www.gtk.org/
63 URL: http://www.alsa-project.org/
68 URL: http://xiph.org/paranoia/
75 URL: http://localhost.nl/~synap/libvisual-wiki/index.php/Main_Page
81 URL: http://xiph.org/ogg/
87 URL: http://www.pango.org/
91 URL: http://www.theora.org/
97 URL: http://www.vorbis.com/

12345678910>>...52