Home
last modified time | relevance | path

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

/commonlibrary/ets_utils/js_api_module/url/test/
Dtest_napi.cpp193 OHOS::Url::URL url("https://example.org:81/a/b/c?query#fragment");
202 OHOS::Url::URL url("http://username:password@host:8080/directory/file?query#fragment");
211 OHOS::Url::URL url("../baz", "http://example.org/foo/bar");
220 OHOS::Url::URL url("/../sca/./path/path/../scasa/jjjjj", "http://www.example.com");
229 OHOS::Url::URL url("http://username:password@host:8080/directory/file?query#fragment");
238 OHOS::Url::URL base("http://www.example.com");
239 OHOS::Url::URL url("//sca/./path/./scasa#", base);
248 OHOS::Url::URL base("http://www.example.com");
249 OHOS::Url::URL url("/dire/query", base);
258 OHOS::Url::URL base("http://www.example.com");
[all …]
/commonlibrary/ets_utils/js_api_module/url/
Dnative_module_url.h21 namespace OHOS::Url {
Djs_url.h29 namespace OHOS::Url {
Dnative_module_url.cpp28 namespace OHOS::Url { namespace
Djs_url.cpp23 namespace OHOS::Url { namespace
/commonlibrary/ets_utils/js_api_module/url/src/
Djs_url.ts71 Url: NativeUrl; property
563 nativeUrl = new UrlInterface.Url(inputUrl);
571 nativeUrl = new UrlInterface.Url(inputUrl, inputBase);
578 nativeUrl = new UrlInterface.Url(inputUrl, nativeBase);
617 nativeUrl = new UrlInterface.Url(inputUrl);
621 nativeUrl = new UrlInterface.Url(inputUrl, inputBase);
627 nativeUrl = new UrlInterface.Url(inputUrl, nativeBase);
/commonlibrary/rust/ylong_http/docs/
Duser_guide.md94 .url("http://www.example.com") // 设置 Url
103 - `url`: 设置 Url