Home
last modified time | relevance | path

Searched refs:cookie_string (Results 1 – 25 of 126) sorted by relevance

123456

/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/cookie/src/
H A Dlib.rs162 cookie_string: Option<Cow<'c, str>>, field
199 cookie_string: None, in new()
324 cookie_string: self.cookie_string.map(|s| s.into_owned().into()), in into_owned()
349 self.name.to_str(self.cookie_string.as_ref()) in name()
364 self.value.to_str(self.cookie_string.as_ref()) in value()
768 self.cookie_string.as_ref() in name_raw()
798 self.cookie_string.as_ref() in value_raw()
829 match (self.path.as_ref(), self.cookie_string.as_ref()) { in path_raw()
863 match (self.domain.as_ref(), self.cookie_string.as_ref()) { in domain_raw()
1012 let c = Cookie::parse(cookie_string.as_str()).unwrap(); in cookie_string_long_lifetimes()
[all …]
/dports/devel/sccache/sccache-0.2.15/cargo-crates/cookie-0.12.0/src/
H A Dlib.rs164 cookie_string: Option<Cow<'c, str>>, field
201 cookie_string: None, in new()
326 cookie_string: self.cookie_string.map(|s| s.into_owned().into()), in into_owned()
351 self.name.to_str(self.cookie_string.as_ref()) in name()
366 self.value.to_str(self.cookie_string.as_ref()) in value()
806 self.cookie_string.as_ref() in name_raw()
836 self.cookie_string.as_ref() in value_raw()
867 match (self.path.as_ref(), self.cookie_string.as_ref()) { in path_raw()
901 match (self.domain.as_ref(), self.cookie_string.as_ref()) { in domain_raw()
1054 let c = Cookie::parse(cookie_string.as_str()).unwrap(); in cookie_string_long_lifetimes()
[all …]
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/cookie-0.12.0/src/
H A Dlib.rs164 cookie_string: Option<Cow<'c, str>>, field
201 cookie_string: None, in new()
326 cookie_string: self.cookie_string.map(|s| s.into_owned().into()), in into_owned()
351 self.name.to_str(self.cookie_string.as_ref()) in name()
366 self.value.to_str(self.cookie_string.as_ref()) in value()
806 self.cookie_string.as_ref() in name_raw()
836 self.cookie_string.as_ref() in value_raw()
867 match (self.path.as_ref(), self.cookie_string.as_ref()) { in path_raw()
901 match (self.domain.as_ref(), self.cookie_string.as_ref()) { in domain_raw()
1054 let c = Cookie::parse(cookie_string.as_str()).unwrap(); in cookie_string_long_lifetimes()
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/cookie/src/
H A Dlib.rs164 cookie_string: Option<Cow<'c, str>>, field
201 cookie_string: None, in new()
326 cookie_string: self.cookie_string.map(|s| s.into_owned().into()), in into_owned()
351 self.name.to_str(self.cookie_string.as_ref()) in name()
366 self.value.to_str(self.cookie_string.as_ref()) in value()
806 self.cookie_string.as_ref() in name_raw()
836 self.cookie_string.as_ref() in value_raw()
867 match (self.path.as_ref(), self.cookie_string.as_ref()) { in path_raw()
901 match (self.domain.as_ref(), self.cookie_string.as_ref()) { in domain_raw()
1054 let c = Cookie::parse(cookie_string.as_str()).unwrap(); in cookie_string_long_lifetimes()
[all …]
/dports/net/proby/proby-1.0.2/cargo-crates/actix-http-1.0.1/src/cookie/
H A Dmod.rs169 cookie_string: Option<Cow<'c, str>>, field
207 cookie_string: None, in new()
334 cookie_string: self.cookie_string.map(|s| s.into_owned().into()), in into_owned()
359 self.name.to_str(self.cookie_string.as_ref()) in name()
374 self.value.to_str(self.cookie_string.as_ref()) in value()
799 self.cookie_string in name_raw()
830 self.cookie_string in value_raw()
862 match (self.path.as_ref(), self.cookie_string.as_ref()) { in path_raw()
1045 let cookie_string = in cookie_string_long_lifetimes() localVariable
1061 let cookie_string = in owned_cookie_string() localVariable
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cookie/src/
H A Dlib.rs164 cookie_string: Option<Cow<'c, str>>, field
201 cookie_string: None, in new()
326 cookie_string: self.cookie_string.map(|s| s.into_owned().into()), in into_owned()
351 self.name.to_str(self.cookie_string.as_ref()) in name()
366 self.value.to_str(self.cookie_string.as_ref()) in value()
806 self.cookie_string.as_ref() in name_raw()
836 self.cookie_string.as_ref() in value_raw()
867 match (self.path.as_ref(), self.cookie_string.as_ref()) { in path_raw()
901 match (self.domain.as_ref(), self.cookie_string.as_ref()) { in domain_raw()
1054 let c = Cookie::parse(cookie_string.as_str()).unwrap(); in cookie_string_long_lifetimes()
[all …]
/dports/sysutils/rsfetch/rsfetch-2.0.0/cargo-crates/cookie-0.12.0/src/
H A Dlib.rs164 cookie_string: Option<Cow<'c, str>>, field
201 cookie_string: None, in new()
326 cookie_string: self.cookie_string.map(|s| s.into_owned().into()), in into_owned()
351 self.name.to_str(self.cookie_string.as_ref()) in name()
366 self.value.to_str(self.cookie_string.as_ref()) in value()
806 self.cookie_string.as_ref() in name_raw()
836 self.cookie_string.as_ref() in value_raw()
867 match (self.path.as_ref(), self.cookie_string.as_ref()) { in path_raw()
901 match (self.domain.as_ref(), self.cookie_string.as_ref()) { in domain_raw()
1054 let c = Cookie::parse(cookie_string.as_str()).unwrap(); in cookie_string_long_lifetimes()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cookie/src/
H A Dlib.rs164 cookie_string: Option<Cow<'c, str>>, field
201 cookie_string: None, in new()
326 cookie_string: self.cookie_string.map(|s| s.into_owned().into()), in into_owned()
351 self.name.to_str(self.cookie_string.as_ref()) in name()
366 self.value.to_str(self.cookie_string.as_ref()) in value()
806 self.cookie_string.as_ref() in name_raw()
836 self.cookie_string.as_ref() in value_raw()
867 match (self.path.as_ref(), self.cookie_string.as_ref()) { in path_raw()
901 match (self.domain.as_ref(), self.cookie_string.as_ref()) { in domain_raw()
1054 let c = Cookie::parse(cookie_string.as_str()).unwrap(); in cookie_string_long_lifetimes()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cookie/src/
H A Dlib.rs164 cookie_string: Option<Cow<'c, str>>, field
201 cookie_string: None, in new()
326 cookie_string: self.cookie_string.map(|s| s.into_owned().into()), in into_owned()
351 self.name.to_str(self.cookie_string.as_ref()) in name()
366 self.value.to_str(self.cookie_string.as_ref()) in value()
806 self.cookie_string.as_ref() in name_raw()
836 self.cookie_string.as_ref() in value_raw()
867 match (self.path.as_ref(), self.cookie_string.as_ref()) { in path_raw()
901 match (self.domain.as_ref(), self.cookie_string.as_ref()) { in domain_raw()
1054 let c = Cookie::parse(cookie_string.as_str()).unwrap(); in cookie_string_long_lifetimes()
[all …]
/dports/x11/xpra/xpra-4.3/xpra/net/websockets/headers/
H A Dbrowser_cookie.py14 cookie_string = ''
21 if not c.name + "=" in cookie_string:
22 cookie_string += cookie
24 headers[b"Cookie"] = strtobytes(cookie_string)
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/cookie-0.14.4/src/
H A Dlib.rs191 cookie_string: Option<Cow<'c, str>>, field
228 cookie_string: None, in new()
347 cookie_string: self.cookie_string.map(|s| s.into_owned().into()), in into_owned()
372 self.name.to_str(self.cookie_string.as_ref()) in name()
387 self.value.to_str(self.cookie_string.as_ref()) in value()
920 self.cookie_string.as_ref() in name_raw()
950 self.cookie_string.as_ref() in value_raw()
981 match (self.path.as_ref(), self.cookie_string.as_ref()) { in path_raw()
1015 match (self.domain.as_ref(), self.cookie_string.as_ref()) { in domain_raw()
1211 let c = Cookie::parse(cookie_string.as_str()).unwrap(); in cookie_string_long_lifetimes()
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/cookie-0.14.4/src/
H A Dlib.rs191 cookie_string: Option<Cow<'c, str>>, field
228 cookie_string: None, in new()
347 cookie_string: self.cookie_string.map(|s| s.into_owned().into()), in into_owned()
372 self.name.to_str(self.cookie_string.as_ref()) in name()
387 self.value.to_str(self.cookie_string.as_ref()) in value()
920 self.cookie_string.as_ref() in name_raw()
950 self.cookie_string.as_ref() in value_raw()
981 match (self.path.as_ref(), self.cookie_string.as_ref()) { in path_raw()
1015 match (self.domain.as_ref(), self.cookie_string.as_ref()) { in domain_raw()
1211 let c = Cookie::parse(cookie_string.as_str()).unwrap(); in cookie_string_long_lifetimes()
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/cookie-0.15.1/src/
H A Dlib.rs194 cookie_string: Option<Cow<'c, str>>, field
231 cookie_string: None, in new()
332 cookie_string: self.cookie_string.map(|s| s.into_owned().into()), in into_owned()
357 self.name.to_str(self.cookie_string.as_ref()) in name()
372 self.value.to_str(self.cookie_string.as_ref()) in value()
980 self.cookie_string.as_ref() in name_raw()
1010 self.cookie_string.as_ref() in value_raw()
1041 match (self.path.as_ref(), self.cookie_string.as_ref()) { in path_raw()
1075 match (self.domain.as_ref(), self.cookie_string.as_ref()) { in domain_raw()
1368 let c = Cookie::parse(cookie_string.as_str()).unwrap(); in cookie_string_long_lifetimes()
[all …]
/dports/www/xh/xh-0.14.1/cargo-crates/cookie-0.15.1/src/
H A Dlib.rs194 cookie_string: Option<Cow<'c, str>>, field
231 cookie_string: None, in new()
332 cookie_string: self.cookie_string.map(|s| s.into_owned().into()), in into_owned()
357 self.name.to_str(self.cookie_string.as_ref()) in name()
372 self.value.to_str(self.cookie_string.as_ref()) in value()
980 self.cookie_string.as_ref() in name_raw()
1010 self.cookie_string.as_ref() in value_raw()
1041 match (self.path.as_ref(), self.cookie_string.as_ref()) { in path_raw()
1075 match (self.domain.as_ref(), self.cookie_string.as_ref()) { in domain_raw()
1368 let c = Cookie::parse(cookie_string.as_str()).unwrap(); in cookie_string_long_lifetimes()
[all …]
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/cookie-0.15.1/src/
H A Dlib.rs194 cookie_string: Option<Cow<'c, str>>, field
231 cookie_string: None, in new()
332 cookie_string: self.cookie_string.map(|s| s.into_owned().into()), in into_owned()
357 self.name.to_str(self.cookie_string.as_ref()) in name()
372 self.value.to_str(self.cookie_string.as_ref()) in value()
980 self.cookie_string.as_ref() in name_raw()
1010 self.cookie_string.as_ref() in value_raw()
1041 match (self.path.as_ref(), self.cookie_string.as_ref()) { in path_raw()
1075 match (self.domain.as_ref(), self.cookie_string.as_ref()) { in domain_raw()
1368 let c = Cookie::parse(cookie_string.as_str()).unwrap(); in cookie_string_long_lifetimes()
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/cookie-0.15.1/src/
H A Dlib.rs194 cookie_string: Option<Cow<'c, str>>, field
231 cookie_string: None, in new()
332 cookie_string: self.cookie_string.map(|s| s.into_owned().into()), in into_owned()
357 self.name.to_str(self.cookie_string.as_ref()) in name()
372 self.value.to_str(self.cookie_string.as_ref()) in value()
980 self.cookie_string.as_ref() in name_raw()
1010 self.cookie_string.as_ref() in value_raw()
1041 match (self.path.as_ref(), self.cookie_string.as_ref()) { in path_raw()
1075 match (self.domain.as_ref(), self.cookie_string.as_ref()) { in domain_raw()
1368 let c = Cookie::parse(cookie_string.as_str()).unwrap(); in cookie_string_long_lifetimes()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/cookies/resources/
H A Dcookie.py7 def set_cookie(headers, cookie_string, drop=False): argument
10 cookie_string = cookie_string.encode('utf-8') + b'; max-age=0'
11 headers.append((b'Set-Cookie', isomorphic_encode(cookie_string)))
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/cookies/resources/
H A Dcookie.py7 def set_cookie(headers, cookie_string, drop=False): argument
10 cookie_string = cookie_string.encode('utf-8') + b'; max-age=0'
11 headers.append((b'Set-Cookie', isomorphic_encode(cookie_string)))
/dports/www/wget2/wget2-2.0.0/examples/
H A Dhttp_get2.c80 const char *cookie_string; in main() local
94 if ((cookie_string = wget_cookie_create_request_header(cookies, uri))) { in main()
95 wget_http_add_header(req, "Cookie", cookie_string); in main()
96 wget_xfree(cookie_string); in main()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/flight/
H A Dclient_cookie_middleware.cc40 const std::string& cookie_string = factory_.cookie_cache_.GetValidCookiesAsString(); in SendingHeaders() local
41 if (!cookie_string.empty()) { in SendingHeaders()
42 outgoing_headers->AddHeader("cookie", cookie_string); in SendingHeaders()
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/flight/
H A Dclient_cookie_middleware.cc40 const std::string& cookie_string = factory_.cookie_cache_.GetValidCookiesAsString(); in SendingHeaders() local
41 if (!cookie_string.empty()) { in SendingHeaders()
42 outgoing_headers->AddHeader("cookie", cookie_string); in SendingHeaders()
/dports/www/chromium-legacy/chromium-88.0.4324.182/services/network/test/
H A Dtest_utils.cc45 for (const auto& cookie_string : cookies) { in AddCookiesToURLResponseHead() local
46 response_head->headers->AddCookie(cookie_string); in AddCookiesToURLResponseHead()
49 mojom::HttpRawHeaderPair::New("Set-Cookie", cookie_string)); in AddCookiesToURLResponseHead()
/dports/www/p5-Cookie-Baker/Cookie-Baker-0.11/lib/Cookie/
H A DBaker.pm90 my $cookie_string = shift;
91 return {} unless $cookie_string;
93 my @pairs = grep m/=/, split /; ?/, $cookie_string;
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/cookies/resources/
H A Dcookie.py7 def set_cookie(headers, cookie_string): argument
9 headers.append((b'Set-Cookie', isomorphic_encode(cookie_string)))
/dports/www/dillo2/dillo-3.0.5/src/
H A Dcookies.c143 char *cmd, *cookie_string, *dpip_tag; in a_Cookies_set() local
156 for (i = 0; (cookie_string = dList_nth_data(cookie_strings, i)); ++i) { in a_Cookies_set()
160 "set_cookie", cookie_string, in a_Cookies_set()
164 "set_cookie", cookie_string, in a_Cookies_set()

123456