Home
last modified time | relevance | path

Searched defs:Url (Results 1 – 25 of 5701) sorted by relevance

12345678910>>...229

/dports/devel/capnproto/capnproto-0.9.0/c++/src/kj/compat/
H A Durl.h48 struct Url { struct
53 String scheme;
56 struct UserInfo {
61 Maybe<UserInfo> userInfo;
85 // Url::toString(). argument
96 using Options = UrlOptions; argument
101 Url() = default; argument
104 Url& operator=(Url&&) = default; argument
106 inline Url(String&& scheme, Maybe<UserInfo>&& userInfo, String&& host, Vector<String>&& path, in Url() argument
138 static Url parse(StringPtr text, Context context = REMOTE_HREF, Options options = {}); argument
/dports/www/netrik/netrik-1.16.1/
H A Durl.h21 struct Url { struct
22 char *full_url; /* complete URL string (without fragment identifier) */
23 char *path; /* position of begining of path specification inside "full_url" */
48 struct Url *merge_urls(const struct Url *base, const char *main_url, const char *form); /* merge… argument
/dports/devel/capnproto080/capnproto-0.8.0/c++/src/kj/compat/
H A Durl.h48 struct Url { struct
53 String scheme;
56 struct UserInfo {
61 Maybe<UserInfo> userInfo;
85 // Url::toString(). argument
96 using Options = UrlOptions; argument
101 Url() = default; argument
104 Url& operator=(Url&&) = default; argument
129 static Url parse(StringPtr text, Context context = REMOTE_HREF, Options options = {}); argument
/dports/net/krill/krill-0.9.4/cargo-crates/urlparse-0.7.3/src/
H A Durl.rs13 pub struct Url { struct
15 pub scheme: String,
18 pub netloc: String,
43 impl Url { argument
85 pub fn parse<S: AsRef<str>>(s: S) -> Url { in parse()
229 pub fn urlparse<S: AsRef<str>>(s: S) -> Url { Url::parse(s) } in urlparse()
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/base/rust-url-capi/src/
H A Dlib.rs43 pub extern "C" fn rusturl_new(spec: &nsACString, baseptr: Option<&Url>) -> *mut Url { in rusturl_new()
63 pub extern "C" fn rusturl_clone(urlptr: Option<&Url>) -> *mut Url { in rusturl_clone()
74 pub unsafe extern "C" fn rusturl_free(urlptr: *mut Url) { in rusturl_free()
82 pub extern "C" fn rusturl_get_spec(urlptr: Option<&Url>, cont: &mut nsACString) -> nsresult { in rusturl_get_spec()
94 pub extern "C" fn rusturl_get_scheme(urlptr: Option<&Url>, cont: &mut nsACString) -> nsresult { in rusturl_get_scheme()
134 pub extern "C" fn rusturl_get_host(urlptr: Option<&Url>, cont: &mut nsACString) -> nsresult { in rusturl_get_host()
146 pub extern "C" fn rusturl_get_port(urlptr: Option<&Url>, port: &mut i32) -> nsresult { in rusturl_get_port()
178 pub extern "C" fn rusturl_get_path(urlptr: Option<&Url>, cont: &mut nsACString) -> nsresult { in rusturl_get_path()
373 pub extern "C" fn rusturl_set_port_no(urlptr: Option<&mut Url>, new_port: i32) -> nsresult { in rusturl_set_port_no()
477 pub extern "C" fn rusturl_common_base_spec(urlptr1: Option<&Url>, urlptr2: Option<&Url>, cont: &mut… in rusturl_common_base_spec()
[all …]
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/ffsend-api-0.7.3/src/api/
H A Durl.rs12 pub fn download(file: &RemoteFile, secret: bool) -> Url { in download()
29 fn api(endpoint: &str, file: &RemoteFile) -> Url { in api()
39 pub fn api_metadata(file: &RemoteFile) -> Url { in api_metadata()
44 pub fn api_download(file: &RemoteFile) -> Url { in api_download()
49 pub fn api_password(file: &RemoteFile) -> Url { in api_password()
54 pub fn api_params(file: &RemoteFile) -> Url { in api_params()
59 pub fn api_info(file: &RemoteFile) -> Url { in api_info()
64 pub fn api_exists(file: &RemoteFile) -> Url { in api_exists()
69 pub fn api_delete(file: &RemoteFile) -> Url { in api_delete()
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/ddoscoo/
H A Dstruct_url.go19 type Url struct { struct
20 Domain string `json:"Domain" xml:"Domain"`
21 CostTime float64 `json:"CostTime" xml:"CostTime"`
22 Count int64 `json:"Count" xml:"Count"`
23 Url string `json:"Url" xml:"Url"` member
/dports/mail/neomutt/neomutt-20211029/email/
H A Durl.h68 struct Url struct
70 enum UrlScheme scheme; ///< Scheme, e.g. #U_SMTPS argument
76 struct UrlQueryList query_strings; ///< List of query strings argument
81 void url_free (struct Url **ptr); argument
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/web-sys-0.3.55/src/features/
H A Dgen_Url.rs13 pub type Url; typedef
27 pub fn set_href(this: &Url, value: &str); in set_href()
48 pub fn set_protocol(this: &Url, value: &str); in set_protocol()
62 pub fn set_username(this: &Url, value: &str); in set_username()
76 pub fn set_password(this: &Url, value: &str); in set_password()
90 pub fn set_host(this: &Url, value: &str); in set_host()
104 pub fn set_hostname(this: &Url, value: &str); in set_hostname()
118 pub fn set_port(this: &Url, value: &str); in set_port()
132 pub fn set_pathname(this: &Url, value: &str); in set_pathname()
146 pub fn set_search(this: &Url, value: &str); in set_search()
[all …]
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/web-sys-0.3.55/src/features/
H A Dgen_Url.rs13 pub type Url; typedef
27 pub fn set_href(this: &Url, value: &str); in set_href()
48 pub fn set_protocol(this: &Url, value: &str); in set_protocol()
62 pub fn set_username(this: &Url, value: &str); in set_username()
76 pub fn set_password(this: &Url, value: &str); in set_password()
90 pub fn set_host(this: &Url, value: &str); in set_host()
104 pub fn set_hostname(this: &Url, value: &str); in set_hostname()
118 pub fn set_port(this: &Url, value: &str); in set_port()
132 pub fn set_pathname(this: &Url, value: &str); in set_pathname()
146 pub fn set_search(this: &Url, value: &str); in set_search()
[all …]
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/web-sys-0.3.55/src/features/
H A Dgen_Url.rs13 pub type Url; typedef
27 pub fn set_href(this: &Url, value: &str); in set_href()
48 pub fn set_protocol(this: &Url, value: &str); in set_protocol()
62 pub fn set_username(this: &Url, value: &str); in set_username()
76 pub fn set_password(this: &Url, value: &str); in set_password()
90 pub fn set_host(this: &Url, value: &str); in set_host()
104 pub fn set_hostname(this: &Url, value: &str); in set_hostname()
118 pub fn set_port(this: &Url, value: &str); in set_port()
132 pub fn set_pathname(this: &Url, value: &str); in set_pathname()
146 pub fn set_search(this: &Url, value: &str); in set_search()
[all …]
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/web-sys-0.3.55/src/features/
H A Dgen_Url.rs13 pub type Url; typedef
27 pub fn set_href(this: &Url, value: &str); in set_href()
48 pub fn set_protocol(this: &Url, value: &str); in set_protocol()
62 pub fn set_username(this: &Url, value: &str); in set_username()
76 pub fn set_password(this: &Url, value: &str); in set_password()
90 pub fn set_host(this: &Url, value: &str); in set_host()
104 pub fn set_hostname(this: &Url, value: &str); in set_hostname()
118 pub fn set_port(this: &Url, value: &str); in set_port()
132 pub fn set_pathname(this: &Url, value: &str); in set_pathname()
146 pub fn set_search(this: &Url, value: &str); in set_search()
[all …]
/dports/net-im/zkgroup/zkgroup-0.7.4/cargo-crates/web-sys-0.3.51/src/features/
H A Dgen_Url.rs13 pub type Url; typedef
27 pub fn set_href(this: &Url, value: &str); in set_href()
48 pub fn set_protocol(this: &Url, value: &str); in set_protocol()
62 pub fn set_username(this: &Url, value: &str); in set_username()
76 pub fn set_password(this: &Url, value: &str); in set_password()
90 pub fn set_host(this: &Url, value: &str); in set_host()
104 pub fn set_hostname(this: &Url, value: &str); in set_hostname()
118 pub fn set_port(this: &Url, value: &str); in set_port()
132 pub fn set_pathname(this: &Url, value: &str); in set_pathname()
146 pub fn set_search(this: &Url, value: &str); in set_search()
[all …]
/dports/devel/sccache/sccache-0.2.15/cargo-crates/web-sys-0.3.46/src/features/
H A Dgen_Url.rs13 pub type Url; typedef
27 pub fn set_href(this: &Url, value: &str); in set_href()
48 pub fn set_protocol(this: &Url, value: &str); in set_protocol()
62 pub fn set_username(this: &Url, value: &str); in set_username()
76 pub fn set_password(this: &Url, value: &str); in set_password()
90 pub fn set_host(this: &Url, value: &str); in set_host()
104 pub fn set_hostname(this: &Url, value: &str); in set_hostname()
118 pub fn set_port(this: &Url, value: &str); in set_port()
132 pub fn set_pathname(this: &Url, value: &str); in set_pathname()
146 pub fn set_search(this: &Url, value: &str); in set_search()
[all …]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/web-sys-0.3.53/src/features/
H A Dgen_Url.rs13 pub type Url; typedef
27 pub fn set_href(this: &Url, value: &str); in set_href()
48 pub fn set_protocol(this: &Url, value: &str); in set_protocol()
62 pub fn set_username(this: &Url, value: &str); in set_username()
76 pub fn set_password(this: &Url, value: &str); in set_password()
90 pub fn set_host(this: &Url, value: &str); in set_host()
104 pub fn set_hostname(this: &Url, value: &str); in set_hostname()
118 pub fn set_port(this: &Url, value: &str); in set_port()
132 pub fn set_pathname(this: &Url, value: &str); in set_pathname()
146 pub fn set_search(this: &Url, value: &str); in set_search()
[all …]
/dports/net/routinator/routinator-0.10.2/cargo-crates/web-sys-0.3.51/src/features/
H A Dgen_Url.rs13 pub type Url; typedef
27 pub fn set_href(this: &Url, value: &str); in set_href()
48 pub fn set_protocol(this: &Url, value: &str); in set_protocol()
62 pub fn set_username(this: &Url, value: &str); in set_username()
76 pub fn set_password(this: &Url, value: &str); in set_password()
90 pub fn set_host(this: &Url, value: &str); in set_host()
104 pub fn set_hostname(this: &Url, value: &str); in set_hostname()
118 pub fn set_port(this: &Url, value: &str); in set_port()
132 pub fn set_pathname(this: &Url, value: &str); in set_pathname()
146 pub fn set_search(this: &Url, value: &str); in set_search()
[all …]
/dports/games/genact/genact-0.10.0/cargo-crates/web-sys-0.3.44/src/features/
H A Dgen_Url.rs13 pub type Url; typedef
27 pub fn set_href(this: &Url, value: &str); in set_href()
48 pub fn set_protocol(this: &Url, value: &str); in set_protocol()
62 pub fn set_username(this: &Url, value: &str); in set_username()
76 pub fn set_password(this: &Url, value: &str); in set_password()
90 pub fn set_host(this: &Url, value: &str); in set_host()
104 pub fn set_hostname(this: &Url, value: &str); in set_hostname()
118 pub fn set_port(this: &Url, value: &str); in set_port()
132 pub fn set_pathname(this: &Url, value: &str); in set_pathname()
146 pub fn set_search(this: &Url, value: &str); in set_search()
[all …]
/dports/lang/gleam/gleam-0.18.2/cargo-crates/web-sys-0.3.55/src/features/
H A Dgen_Url.rs13 pub type Url; typedef
27 pub fn set_href(this: &Url, value: &str); in set_href()
48 pub fn set_protocol(this: &Url, value: &str); in set_protocol()
62 pub fn set_username(this: &Url, value: &str); in set_username()
76 pub fn set_password(this: &Url, value: &str); in set_password()
90 pub fn set_host(this: &Url, value: &str); in set_host()
104 pub fn set_hostname(this: &Url, value: &str); in set_hostname()
118 pub fn set_port(this: &Url, value: &str); in set_port()
132 pub fn set_pathname(this: &Url, value: &str); in set_pathname()
146 pub fn set_search(this: &Url, value: &str); in set_search()
[all …]
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/web-sys-0.3.55/src/features/
H A Dgen_Url.rs13 pub type Url; typedef
27 pub fn set_href(this: &Url, value: &str); in set_href()
48 pub fn set_protocol(this: &Url, value: &str); in set_protocol()
62 pub fn set_username(this: &Url, value: &str); in set_username()
76 pub fn set_password(this: &Url, value: &str); in set_password()
90 pub fn set_host(this: &Url, value: &str); in set_host()
104 pub fn set_hostname(this: &Url, value: &str); in set_hostname()
118 pub fn set_port(this: &Url, value: &str); in set_port()
132 pub fn set_pathname(this: &Url, value: &str); in set_pathname()
146 pub fn set_search(this: &Url, value: &str); in set_search()
[all …]
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/web-sys-0.3.47/src/features/
H A Dgen_Url.rs13 pub type Url; typedef
27 pub fn set_href(this: &Url, value: &str); in set_href()
48 pub fn set_protocol(this: &Url, value: &str); in set_protocol()
62 pub fn set_username(this: &Url, value: &str); in set_username()
76 pub fn set_password(this: &Url, value: &str); in set_password()
90 pub fn set_host(this: &Url, value: &str); in set_host()
104 pub fn set_hostname(this: &Url, value: &str); in set_hostname()
118 pub fn set_port(this: &Url, value: &str); in set_port()
132 pub fn set_pathname(this: &Url, value: &str); in set_pathname()
146 pub fn set_search(this: &Url, value: &str); in set_search()
[all …]
/dports/net-im/fractal/fractal-4.4.0/vendor/web-sys/src/features/
H A Dgen_Url.rs13 pub type Url; typedef
27 pub fn set_href(this: &Url, value: &str); in set_href()
48 pub fn set_protocol(this: &Url, value: &str); in set_protocol()
62 pub fn set_username(this: &Url, value: &str); in set_username()
76 pub fn set_password(this: &Url, value: &str); in set_password()
90 pub fn set_host(this: &Url, value: &str); in set_host()
104 pub fn set_hostname(this: &Url, value: &str); in set_hostname()
118 pub fn set_port(this: &Url, value: &str); in set_port()
132 pub fn set_pathname(this: &Url, value: &str); in set_pathname()
146 pub fn set_search(this: &Url, value: &str); in set_search()
[all …]
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/web-sys-0.3.50/src/features/
H A Dgen_Url.rs13 pub type Url; typedef
27 pub fn set_href(this: &Url, value: &str); in set_href()
48 pub fn set_protocol(this: &Url, value: &str); in set_protocol()
62 pub fn set_username(this: &Url, value: &str); in set_username()
76 pub fn set_password(this: &Url, value: &str); in set_password()
90 pub fn set_host(this: &Url, value: &str); in set_host()
104 pub fn set_hostname(this: &Url, value: &str); in set_hostname()
118 pub fn set_port(this: &Url, value: &str); in set_port()
132 pub fn set_pathname(this: &Url, value: &str); in set_pathname()
146 pub fn set_search(this: &Url, value: &str); in set_search()
[all …]
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/web-sys-0.3.53/src/features/
H A Dgen_Url.rs13 pub type Url; typedef
27 pub fn set_href(this: &Url, value: &str); in set_href()
48 pub fn set_protocol(this: &Url, value: &str); in set_protocol()
62 pub fn set_username(this: &Url, value: &str); in set_username()
76 pub fn set_password(this: &Url, value: &str); in set_password()
90 pub fn set_host(this: &Url, value: &str); in set_host()
104 pub fn set_hostname(this: &Url, value: &str); in set_hostname()
118 pub fn set_port(this: &Url, value: &str); in set_port()
132 pub fn set_pathname(this: &Url, value: &str); in set_pathname()
146 pub fn set_search(this: &Url, value: &str); in set_search()
[all …]
/dports/editors/kak-lsp/kak-lsp-11.1.0/cargo-crates/web-sys-0.3.54/src/features/
H A Dgen_Url.rs13 pub type Url; typedef
27 pub fn set_href(this: &Url, value: &str); in set_href()
48 pub fn set_protocol(this: &Url, value: &str); in set_protocol()
62 pub fn set_username(this: &Url, value: &str); in set_username()
76 pub fn set_password(this: &Url, value: &str); in set_password()
90 pub fn set_host(this: &Url, value: &str); in set_host()
104 pub fn set_hostname(this: &Url, value: &str); in set_hostname()
118 pub fn set_port(this: &Url, value: &str); in set_port()
132 pub fn set_pathname(this: &Url, value: &str); in set_pathname()
146 pub fn set_search(this: &Url, value: &str); in set_search()
[all …]
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/web-sys/src/features/
H A Dgen_Url.rs13 pub type Url; typedef
27 pub fn set_href(this: &Url, value: &str); in set_href()
48 pub fn set_protocol(this: &Url, value: &str); in set_protocol()
62 pub fn set_username(this: &Url, value: &str); in set_username()
76 pub fn set_password(this: &Url, value: &str); in set_password()
90 pub fn set_host(this: &Url, value: &str); in set_host()
104 pub fn set_hostname(this: &Url, value: &str); in set_hostname()
118 pub fn set_port(this: &Url, value: &str); in set_port()
132 pub fn set_pathname(this: &Url, value: &str); in set_pathname()
146 pub fn set_search(this: &Url, value: &str); in set_search()
[all …]

12345678910>>...229