Home
last modified time | relevance | path

Searched defs:CookieStore (Results 1 – 25 of 110) sorted by relevance

12345

/dports/www/gitea/gitea-1.16.5/vendor/github.com/quasoft/websspi/secctx/
H A Dsession.go11 type CookieStore struct { struct
12 store *sessions.CookieStore
24 func (s *CookieStore) GetHandle(r *http.Request) (interface{}, error) {
31 … *CookieStore) SetHandle(r *http.Request, w http.ResponseWriter, contextHandle interface{}) error {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/gorilla/sessions/
H A Dstore.go67 type CookieStore struct { struct
68 Codecs []securecookie.Codec
69 Options *Options // default configuration
79 func (s *CookieStore) Get(r *http.Request, name string) (*Session, error) {
88 func (s *CookieStore) New(r *http.Request, name string) (*Session, error) {
105 func (s *CookieStore) Save(r *http.Request, w http.ResponseWriter,
119 func (s *CookieStore) MaxAge(age int) {
/dports/audio/gonic/gonic-0.8.4/vendor/github.com/gorilla/sessions/
H A Dstore.go64 type CookieStore struct { struct
65 Codecs []securecookie.Codec
66 Options *Options // default configuration
76 func (s *CookieStore) Get(r *http.Request, name string) (*Session, error) {
85 func (s *CookieStore) New(r *http.Request, name string) (*Session, error) {
102 func (s *CookieStore) Save(r *http.Request, w http.ResponseWriter,
116 func (s *CookieStore) MaxAge(age int) {
/dports/www/gitlab-pages/gitlab-pages-f8512edbec4ec83b426c8ca2dda467de424685e4/vendor/github.com/gorilla/sessions/
H A Dstore.go64 type CookieStore struct { struct
65 Codecs []securecookie.Codec
66 Options *Options // default configuration
76 func (s *CookieStore) Get(r *http.Request, name string) (*Session, error) {
85 func (s *CookieStore) New(r *http.Request, name string) (*Session, error) {
102 func (s *CookieStore) Save(r *http.Request, w http.ResponseWriter,
116 func (s *CookieStore) MaxAge(age int) {
/dports/www/gitea/gitea-1.16.5/vendor/github.com/gorilla/sessions/
H A Dstore.go64 type CookieStore struct { struct
65 Codecs []securecookie.Codec
66 Options *Options // default configuration
76 func (s *CookieStore) Get(r *http.Request, name string) (*Session, error) {
85 func (s *CookieStore) New(r *http.Request, name string) (*Session, error) {
102 func (s *CookieStore) Save(r *http.Request, w http.ResponseWriter,
116 func (s *CookieStore) MaxAge(age int) {
/dports/www/writefreely/writefreely-0.13.1/vendor/github.com/gorilla/sessions/
H A Dstore.go64 type CookieStore struct { struct
65 Codecs []securecookie.Codec
66 Options *Options // default configuration
76 func (s *CookieStore) Get(r *http.Request, name string) (*Session, error) {
85 func (s *CookieStore) New(r *http.Request, name string) (*Session, error) {
102 func (s *CookieStore) Save(r *http.Request, w http.ResponseWriter,
116 func (s *CookieStore) MaxAge(age int) {
/dports/www/xh/xh-0.14.1/src/vendored/
H A Dreqwest_cookie_store.rs16 cookie_store: &mut CookieStore, in set_cookies()
30 fn cookies(cookie_store: &CookieStore, url: &url::Url) -> Option<HeaderValue> { in cookies()
65 ) -> Result<MutexGuard<'_, CookieStore>, PoisonError<MutexGuard<'_, CookieStore>>> { in lock() argument
/dports/devel/sccache/sccache-0.2.15/cargo-crates/cookie_store-0.7.0/src/
H A Dcookie_store.rs28 pub struct CookieStore { struct
35 impl CookieStore { argument
57 pub fn with_suffix_list(self, psl: publicsuffix::List) -> CookieStore { in with_suffix_list()
356 pub fn load_json<R: BufRead>(reader: R) -> StoreResult<CookieStore> { in load_json()
442 store: &mut CookieStore, in add_cookie()
1135 fn matches_are(store: &CookieStore, url: &str, exp: Vec<&str>) { in matches_are()
/dports/sysutils/rsfetch/rsfetch-2.0.0/cargo-crates/cookie_store-0.7.0/src/
H A Dcookie_store.rs28 pub struct CookieStore { struct
35 impl CookieStore { implementation
57 pub fn with_suffix_list(self, psl: publicsuffix::List) -> CookieStore { in with_suffix_list()
356 pub fn load_json<R: BufRead>(reader: R) -> StoreResult<CookieStore> { in load_json()
442 store: &mut CookieStore, in add_cookie()
1135 fn matches_are(store: &CookieStore, url: &str, exp: Vec<&str>) { in matches_are()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/cookie_store-0.12.0/src/
H A Dcookie_store.rs45 pub struct CookieStore { struct
52 impl CookieStore { argument
74 pub fn with_suffix_list(self, psl: publicsuffix::List) -> CookieStore { in with_suffix_list()
384 pub fn load_json<R: BufRead>(reader: R) -> StoreResult<CookieStore> { in load_json()
411 impl Serialize for CookieStore { implementation
437 impl<'de> Deserialize<'de> for CookieStore { implementation
527 store: &mut CookieStore, in add_cookie()
1429 fn matches_are(store: &CookieStore, url: &str, exp: Vec<&str>) { in matches_are()
/dports/www/xh/xh-0.14.1/cargo-crates/cookie_store-0.15.0/src/
H A Dcookie_store.rs48 pub struct CookieStore { struct
55 impl CookieStore { impl
92 pub fn with_suffix_list(self, psl: publicsuffix::List) -> CookieStore { in with_suffix_list()
402 pub fn load_json<R: BufRead>(reader: R) -> StoreResult<CookieStore> { in load_json()
429 impl Serialize for CookieStore { implementation
455 impl<'de> Deserialize<'de> for CookieStore { implementation
545 store: &mut CookieStore, in add_cookie()
1447 fn matches_are(store: &CookieStore, url: &str, exp: Vec<&str>) { in matches_are()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/cookie_store-0.15.1/src/
H A Dcookie_store.rs48 pub struct CookieStore { struct
55 impl CookieStore { argument
92 pub fn with_suffix_list(self, psl: publicsuffix::List) -> CookieStore { in with_suffix_list()
402 pub fn load_json<R: BufRead>(reader: R) -> StoreResult<CookieStore> { in load_json()
429 impl Serialize for CookieStore { implementation
455 impl<'de> Deserialize<'de> for CookieStore { implementation
545 store: &mut CookieStore, in add_cookie()
1447 fn matches_are(store: &CookieStore, url: &str, exp: Vec<&str>) { in matches_are()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/cookie_store-0.15.1/src/
H A Dcookie_store.rs48 pub struct CookieStore { struct
55 impl CookieStore { argument
92 pub fn with_suffix_list(self, psl: publicsuffix::List) -> CookieStore { in with_suffix_list()
402 pub fn load_json<R: BufRead>(reader: R) -> StoreResult<CookieStore> { in load_json()
429 impl Serialize for CookieStore { implementation
455 impl<'de> Deserialize<'de> for CookieStore { implementation
545 store: &mut CookieStore, in add_cookie()
1447 fn matches_are(store: &CookieStore, url: &str, exp: Vec<&str>) { in matches_are()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/cookie_store/
H A Dglobal_cookie_store.h13 class CookieStore; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/cookie_store/
H A Dglobal_cookie_store.h13 class CookieStore; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/browsing_data/
H A Dsame_site_data_remover_impl.h15 class CookieStore; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/browsing_data/
H A Dsame_site_data_remover_impl.h15 class CookieStore; variable
/dports/www/zola/zola-0.15.2/cargo-crates/reqwest-0.11.7/src/
H A Ddns.rs12 config::{ResolverConfig, ResolverOpts},
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/thirdparty/ch/boye/httpclientandroidlib/client/
H A DCookieStore.java40 public interface CookieStore { interface
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/thirdparty/ch/boye/httpclientandroidlib/client/
H A DCookieStore.java40 public interface CookieStore { interface
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/extensions/
H A Dchrome_extension_cookies.h30 class CookieStore; variable
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/net/
H A DCookieStore.java43 public interface CookieStore { interface
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/net/
H A DCookieStore.java43 public interface CookieStore { interface
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/net/
H A DCookieStore.java43 public interface CookieStore { interface
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/java/net/
H A DCookieStore.java43 public interface CookieStore { interface

12345