Home
last modified time | relevance | path

Searched refs:NoCache (Results 1 – 25 of 1421) sorted by relevance

12345678910>>...57

/dports/databases/py-sqlobject/SQLObject-1.6.0/sqlobject/tests/
H A Dtest_delete.py33 class NoCache(SQLObject): class
37 setupClass(NoCache)
38 old = NoCache._connection.cache
39 NoCache._connection.cache = cache.CacheSet(cache=False)
40 value = NoCache(name='test')
42 NoCache._connection.cache = old
/dports/sysutils/sensu-go/sensu-go-5.11.1/vendor/github.com/graph-gophers/dataloader/
H A Dcache.go16 type NoCache struct{} struct
19 func (c *NoCache) Get(context.Context, Key) (Thunk, bool) { return nil, false } argument
22 func (c *NoCache) Set(context.Context, Key, Thunk) { return } argument
25 func (c *NoCache) Delete(context.Context, Key) bool { return false } argument
28 func (c *NoCache) Clear() { return } argument
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Http/tests/UnitTests/Headers/
H A DCacheControlHeaderValueTest.cs23 cacheControl.NoCache = true; in Properties_SetAndGetAllProperties_SetValueReturnedInGetter()
152 values[1].NoCache = true; in GetHashCode_CompareValuesWithBoolFieldsSet_MatchExpectation()
174 values[0].NoCache = true; in GetHashCode_CompareValuesWithBoolFieldsSet_MatchExpectation()
267 values[1].NoCache = true; in Equals_CompareValuesWithBoolFieldsSet_MatchExpectation()
289 values[0].NoCache = true; in Equals_CompareValuesWithBoolFieldsSet_MatchExpectation()
396 source.NoCache = true; in Clone_Call_CloneFieldsMatchSourceFields()
415 expected.NoCache = true; in GetCacheControlLength_DifferentValidScenariosAndNoExistingCacheControl_AllReturnNonZero()
419 expected.NoCache = true; in GetCacheControlLength_DifferentValidScenariosAndNoExistingCacheControl_AllReturnNonZero()
461 expected.NoCache = true; in GetCacheControlLength_DifferentValidScenariosAndExistingCacheControl_AllReturnNonZero()
475 expected.NoCache = true; in GetCacheControlLength_DifferentValidScenariosAndExistingCacheControl_AllReturnNonZero()
[all …]
/dports/mail/bincimap/bincimap-1.2.13final/src/
H A Dmaildir-readcache.cc64 return NoCache; in readCache()
84 return NoCache; in readCache()
92 return NoCache; in readCache()
109 return NoCache; in readCache()
117 return NoCache; in readCache()
175 return NoCache; in readCache()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/hyper-0.11.27/src/header/common/
H A Dpragma.rs40 NoCache, enumerator
55 "no-cache" => Ok(Pragma::NoCache), in parse_header()
69 Pragma::NoCache => "no-cache", in fmt()
78 let b = Pragma::NoCache; in test_parse_header()
/dports/devel/sccache/sccache-0.2.15/cargo-crates/hyperx-0.12.0/src/header/common/
H A Dpragma.rs40 NoCache, enumerator
55 "no-cache" => Ok(Pragma::NoCache), in parse_header()
69 Pragma::NoCache => "no-cache", in fmt()
78 let b = Pragma::NoCache; in test_parse_header()
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/hyper-old-types-0.11.0/src/header/common/
H A Dpragma.rs40 NoCache, enumerator
55 "no-cache" => Ok(Pragma::NoCache), in parse_header()
69 Pragma::NoCache => "no-cache", in fmt()
78 let b = Pragma::NoCache; in test_parse_header()
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/hyper-0.11.27/src/header/common/
H A Dpragma.rs40 NoCache, enumerator
55 "no-cache" => Ok(Pragma::NoCache), in parse_header()
69 Pragma::NoCache => "no-cache", in fmt()
78 let b = Pragma::NoCache; in test_parse_header()
/dports/www/otrs/otrs-rel-6_0_29/Kernel/Modules/
H A DPictureUpload.pm50 NoCache => 1,
84 NoCache => 1,
130 NoCache => 1,
146 NoCache => 1,
235 NoCache => 1,
250 NoCache => 1,
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/hyper-0.10.16/src/header/common/
H A Dpragma.rs38 NoCache, enumerator
52 "no-cache" => Ok(Pragma::NoCache), in parse_header()
68 Pragma::NoCache => "no-cache", in fmt()
77 let b = Pragma::NoCache; in test_parse_header()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/hyper/src/header/common/
H A Dpragma.rs36 NoCache, enumerator
50 "no-cache" => Ok(Pragma::NoCache), in parse_header()
66 Pragma::NoCache => "no-cache", in fmt()
75 let b = Pragma::NoCache; in test_parse_header()
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/hyper-0.10.16/src/header/common/
H A Dpragma.rs38 NoCache, enumerator
52 "no-cache" => Ok(Pragma::NoCache), in parse_header()
68 Pragma::NoCache => "no-cache", in fmt()
77 let b = Pragma::NoCache; in test_parse_header()
/dports/www/websocat/websocat-1.9.0/cargo-crates/hyper-0.10.16/src/header/common/
H A Dpragma.rs38 NoCache, enumerator
52 "no-cache" => Ok(Pragma::NoCache), in parse_header()
68 Pragma::NoCache => "no-cache", in fmt()
77 let b = Pragma::NoCache; in test_parse_header()
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/concourse/dex/vendor/github.com/pquerna/cachecontrol/cacheobject/
H A Ddirective.go196 NoCache bool member
237 cd.NoCache = true
316 NoCache FieldNames member
448 if cd.NoCache == nil {
449 cd.NoCache = make(FieldNames)
453 cd.NoCache[k] = true
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/github.com/pquerna/cachecontrol/cacheobject/
H A Ddirective.go203 NoCache bool member
244 cd.NoCache = true
332 NoCache FieldNames member
474 if cd.NoCache == nil {
475 cd.NoCache = make(FieldNames)
479 cd.NoCache[k] = true
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Net.Http/System.Net.Http.Headers/
H A DCacheControlHeaderValue.cs56 public bool NoCache { get; set; } property in System.Net.Http.Headers.CacheControlHeaderValue
118 …Fresh != source.MinFresh || MustRevalidate != source.MustRevalidate || NoCache != source.NoCache || in Equals()
140 hc = hc * 29 + NoCache.GetHashCode (); in GetHashCode()
252 value.NoCache = true; in TryParse()
271 value.NoCache = true; in TryParse()
345 if (NoCache) { in ToString()
/dports/security/vault/vault-1.8.2/vendor/github.com/pquerna/cachecontrol/cacheobject/
H A Ddirective.go208 NoCache bool member
249 cd.NoCache = true
337 NoCache FieldNames member
504 if cd.NoCache == nil {
505 cd.NoCache = make(FieldNames)
509 cd.NoCache[k] = true
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/pquerna/cachecontrol/cacheobject/
H A Ddirective.go207 NoCache bool member
248 cd.NoCache = true
336 NoCache FieldNames member
503 if cd.NoCache == nil {
504 cd.NoCache = make(FieldNames)
508 cd.NoCache[k] = true
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-auth-azure/vendor/github.com/pquerna/cachecontrol/cacheobject/
H A Ddirective.go208 NoCache bool member
249 cd.NoCache = true
337 NoCache FieldNames member
504 if cd.NoCache == nil {
505 cd.NoCache = make(FieldNames)
509 cd.NoCache[k] = true
/dports/sysutils/consul/consul-1.10.3/vendor/github.com/pquerna/cachecontrol/cacheobject/
H A Ddirective.go207 NoCache bool member
248 cd.NoCache = true
336 NoCache FieldNames member
503 if cd.NoCache == nil {
504 cd.NoCache = make(FieldNames)
508 cd.NoCache[k] = true
/dports/net/concourse-fly/concourse-6.7.1/vendor/github.com/pquerna/cachecontrol/cacheobject/
H A Ddirective.go207 NoCache bool member
248 cd.NoCache = true
336 NoCache FieldNames member
503 if cd.NoCache == nil {
504 cd.NoCache = make(FieldNames)
508 cd.NoCache[k] = true
/dports/misc/concourse/vault-bdd38fca2cff/vendor/github.com/pquerna/cachecontrol/cacheobject/
H A Ddirective.go207 NoCache bool member
248 cd.NoCache = true
336 NoCache FieldNames member
503 if cd.NoCache == nil {
504 cd.NoCache = make(FieldNames)
508 cd.NoCache[k] = true
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/pquerna/cachecontrol/cacheobject/
H A Ddirective.go207 NoCache bool member
248 cd.NoCache = true
336 NoCache FieldNames member
503 if cd.NoCache == nil {
504 cd.NoCache = make(FieldNames)
508 cd.NoCache[k] = true
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/vendor/github.com/pquerna/cachecontrol/cacheobject/
H A Ddirective.go207 NoCache bool member
248 cd.NoCache = true
336 NoCache FieldNames member
503 if cd.NoCache == nil {
504 cd.NoCache = make(FieldNames)
508 cd.NoCache[k] = true
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/vault/vendor/github.com/pquerna/cachecontrol/cacheobject/
H A Ddirective.go207 NoCache bool member
248 cd.NoCache = true
336 NoCache FieldNames member
503 if cd.NoCache == nil {
504 cd.NoCache = make(FieldNames)
508 cd.NoCache[k] = true

12345678910>>...57