Home
last modified time | relevance | path

Searched refs:is_no_cache (Results 1 – 12 of 12) sorted by relevance

/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/headers-0.2.1/src/common/
H A Dpragma.rs36 pub fn is_no_cache(&self) -> bool { in is_no_cache() method
48 assert!(Pragma::no_cache().is_no_cache()); in no_cache_is_no_cache()
54 assert!(!ext.is_no_cache()); in etc_is_not_no_cache()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/headers-0.3.4/src/common/
H A Dpragma.rs41 pub fn is_no_cache(&self) -> bool { in is_no_cache() method
53 assert!(Pragma::no_cache().is_no_cache()); in no_cache_is_no_cache()
59 assert!(!ext.is_no_cache()); in etc_is_not_no_cache()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/headers-0.3.2/src/common/
H A Dpragma.rs41 pub fn is_no_cache(&self) -> bool { in is_no_cache() method
53 assert!(Pragma::no_cache().is_no_cache()); in no_cache_is_no_cache()
59 assert!(!ext.is_no_cache()); in etc_is_not_no_cache()
/dports/www/firefox/firefox-99.0/third_party/rust/headers/src/common/
H A Dpragma.rs41 pub fn is_no_cache(&self) -> bool { in is_no_cache() method
53 assert!(Pragma::no_cache().is_no_cache()); in no_cache_is_no_cache()
59 assert!(!ext.is_no_cache()); in etc_is_not_no_cache()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/headers/src/common/
H A Dpragma.rs41 pub fn is_no_cache(&self) -> bool { in is_no_cache() method
53 assert!(Pragma::no_cache().is_no_cache()); in no_cache_is_no_cache()
59 assert!(!ext.is_no_cache()); in etc_is_not_no_cache()
/dports/net/oha/oha-0.4.7/cargo-crates/headers-0.3.4/src/common/
H A Dpragma.rs41 pub fn is_no_cache(&self) -> bool { in is_no_cache() method
53 assert!(Pragma::no_cache().is_no_cache()); in no_cache_is_no_cache()
59 assert!(!ext.is_no_cache()); in etc_is_not_no_cache()
/dports/textproc/mdbook/mdBook-0.4.13/cargo-crates/headers-0.3.4/src/common/
H A Dpragma.rs41 pub fn is_no_cache(&self) -> bool { in is_no_cache() method
53 assert!(Pragma::no_cache().is_no_cache()); in no_cache_is_no_cache()
59 assert!(!ext.is_no_cache()); in etc_is_not_no_cache()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/headers/src/common/
H A Dpragma.rs41 pub fn is_no_cache(&self) -> bool { in is_no_cache() method
53 assert!(Pragma::no_cache().is_no_cache()); in no_cache_is_no_cache()
59 assert!(!ext.is_no_cache()); in etc_is_not_no_cache()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/headers-0.3.5/src/common/
H A Dpragma.rs41 pub fn is_no_cache(&self) -> bool { in is_no_cache() method
53 assert!(Pragma::no_cache().is_no_cache()); in no_cache_is_no_cache()
59 assert!(!ext.is_no_cache()); in etc_is_not_no_cache()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/headers/src/common/
H A Dpragma.rs41 pub fn is_no_cache(&self) -> bool { in is_no_cache() method
53 assert!(Pragma::no_cache().is_no_cache()); in no_cache_is_no_cache()
59 assert!(!ext.is_no_cache()); in etc_is_not_no_cache()
/dports/devel/libdap/libdap-3.20.8/
H A DHTTPCacheTable.h198 bool is_no_cache() in is_no_cache() function
H A DHTTPCache.cc1181 if (entry->is_no_cache()) { in cache_response()