/dports/devel/libdap/libdap-3.20.8/ |
H A D | HTTPCacheTable.h | 135 bool must_revalidate; member 192 return must_revalidate; in get_must_revalidate() 244 …, range(false), freshness_lifetime(0), response_time(0), corrected_initial_age(0), must_revalidate( in CacheEntry() 252 …, range(false), freshness_lifetime(0), response_time(0), corrected_initial_age(0), must_revalidate( in CacheEntry()
|
H A D | HTTPCacheTable.cc | 354 iss >> entry->must_revalidate; in cache_index_parse_line() 387 e->must_revalidate ? '1' : '0') < 0) in operator ()() 853 entry->must_revalidate = true; in parse_headers()
|
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/controllers/ |
H A D | uploads_controller.rb | 92 [5.minutes, { public: true, must_revalidate: false }] 94 [5.minutes, { private: true, must_revalidate: true }]
|
/dports/devel/libsoup/libsoup-2.74.0/libsoup/ |
H A D | soup-cache.c | 100 gboolean must_revalidate; member 342 entry->must_revalidate = FALSE; in soup_cache_entry_set_freshness() 355 entry->must_revalidate = g_hash_table_lookup_extended (hash, "must-revalidate", NULL, NULL); in soup_cache_entry_set_freshness() 364 entry->must_revalidate = TRUE; in soup_cache_entry_set_freshness() 1199 if (entry->must_revalidate) in soup_cache_has_response() 1451 g_variant_builder_add (entries_builder, "b", entry->must_revalidate); in pack_entry() 1549 gboolean must_revalidate; in soup_cache_load() local 1586 &url, &must_revalidate, &freshness_lifetime, &corrected_initial_age, in soup_cache_load() 1609 entry->must_revalidate = must_revalidate; in soup_cache_load()
|
/dports/devel/libsoup3/libsoup-3.0.3/libsoup/cache/ |
H A D | soup-cache.c | 109 gboolean must_revalidate; member 365 entry->must_revalidate = FALSE; in soup_cache_entry_set_freshness() 378 entry->must_revalidate = g_hash_table_lookup_extended (hash, "must-revalidate", NULL, NULL); in soup_cache_entry_set_freshness() 387 entry->must_revalidate = TRUE; in soup_cache_entry_set_freshness() 1233 if (entry->must_revalidate) in soup_cache_has_response() 1488 g_variant_builder_add (entries_builder, "b", entry->must_revalidate); in pack_entry() 1585 gboolean must_revalidate; in soup_cache_load() local 1622 &url, &must_revalidate, &freshness_lifetime, &corrected_initial_age, in soup_cache_load() 1645 entry->must_revalidate = must_revalidate; in soup_cache_load()
|
/dports/www/htdigest/httpd-2.4.6/modules/cache/ |
H A D | cache_common.h | 45 unsigned int must_revalidate:1; member
|
H A D | cache_util.c | 648 if (maxstale && (h->cache_obj->info.control.must_revalidate in cache_check_freshness() 1032 cc->must_revalidate = 1; in ap_cache_control() 1061 cc->must_revalidate = 1; in ap_cache_control()
|
H A D | mod_cache.c | 872 && !cache->stale_handle->cache_obj->info.control.must_revalidate in cache_save_filter() 1022 else if (!dconf->store_expired && (control.must_revalidate in cache_save_filter() 1071 && !(control.s_maxage || control.must_revalidate in cache_save_filter() 1837 && !cache->stale_handle->cache_obj->info.control.must_revalidate in cache_insert_error_filter()
|
/dports/www/apache24/httpd-2.4.53/modules/cache/ |
H A D | cache_common.h | 45 unsigned int must_revalidate:1; member
|
H A D | mod_cache.c | 890 && !cache->stale_handle->cache_obj->info.control.must_revalidate in cache_save_filter() 1058 else if (!dconf->store_expired && (control.must_revalidate in cache_save_filter() 1107 && !(control.s_maxage || control.must_revalidate in cache_save_filter() 1875 && !cache->stale_handle->cache_obj->info.control.must_revalidate in cache_insert_error_filter()
|
H A D | cache_util.c | 690 if (maxstale && (h->cache_obj->info.control.must_revalidate in cache_check_freshness() 1065 cc->must_revalidate = 1; in ap_cache_control()
|
/dports/net/gsk/gsk-1.0.63/src/tests/ |
H A D | test-http-header.c | 389 g_assert (response->cache_control->must_revalidate); in main() 448 g_assert (response->cache_control->must_revalidate); in main() 507 g_assert (response->cache_control->must_revalidate); in main() 567 g_assert (response->cache_control->must_revalidate); in main() 665 g_assert (response->cache_control->must_revalidate); in main()
|
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/controllers/concerns/ |
H A D | uploads_actions.rb | 41 directives ||= { private: true, must_revalidate: true }
|
/dports/www/libwww/w3c-libwww-5.4.2/Library/src/ |
H A D | HTCache.c | 85 BOOL must_revalidate; member 328 pres->must_revalidate+0x30) < 0) { in HTCacheIndex_write() 393 cache->must_revalidate = validate-0x30; in HTCacheIndex_parseLine() 1162 pres->must_revalidate = HTResponse_mustRevalidate(response); in HTCache_new() 1768 cache->must_revalidate = HTResponse_mustRevalidate(response); in HTCache_updateMeta() 1891 if (cache->must_revalidate) in HTCache_isFresh()
|
/dports/www/py-webob/WebOb-1.8.7/src/webob/ |
H A D | cachecontrol.py | 200 must_revalidate = exists_property('must-revalidate', type='response') variable in CacheControl
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/WebOb/webob/ |
H A D | cachecontrol.py | 200 must_revalidate = exists_property('must-revalidate', type='response') variable in CacheControl
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/http/ |
H A D | http_response_headers.cc | 1016 bool must_revalidate = HasHeaderValue("cache-control", "must-revalidate"); in GetFreshnessLifetimes() local 1018 if (must_revalidate || !GetStaleWhileRevalidateValue(&lifetimes.staleness)) { in GetFreshnessLifetimes() 1073 !must_revalidate) { in GetFreshnessLifetimes()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/http/ |
H A D | http_response_headers.cc | 1019 bool must_revalidate = HasHeaderValue("cache-control", "must-revalidate"); in GetFreshnessLifetimes() local 1021 if (must_revalidate || !GetStaleWhileRevalidateValue(&lifetimes.staleness)) { in GetFreshnessLifetimes() 1076 !must_revalidate) { in GetFreshnessLifetimes()
|
/dports/www/py-werkzeug/Werkzeug-2.0.2/src/werkzeug/ |
H A D | datastructures.pyi | 497 def must_revalidate(self) -> Optional[bool]: ... 498 @must_revalidate.setter 499 def must_revalidate(self, value: Optional[bool]) -> None: ... 500 @must_revalidate.deleter 501 def must_revalidate(self) -> None: ...
|
/dports/net/gsk/gsk-1.0.63/src/http/ |
H A D | gskhttpheader.h | 220 guint must_revalidate : 1; member
|
H A D | gskhttpheader-output.c | 649 if (cache_dir->must_revalidate) in print_response_cache_control()
|
/dports/www/py-werkzeug/Werkzeug-2.0.2/tests/ |
H A D | test_wrappers.py | 761 response.cache_control.must_revalidate = True 802 response.cache_control.must_revalidate = True
|
/dports/www/py-webob/WebOb-1.8.7/tests/ |
H A D | test_response.py | 1177 assert res.cache_control.must_revalidate is True 1316 assert not res.cache_control.must_revalidate
|
/dports/devel/libdap/libdap-3.20.8/unit-tests/ |
H A D | HTTPCacheTest.cc | 233 CPPUNIT_ASSERT(e->must_revalidate == false); in cache_index_parse_line_test()
|
/dports/devel/py-types-Werkzeug/types-Werkzeug-1.0.9/werkzeug-stubs/ |
H A D | datastructures.pyi | 335 must_revalidate: Any
|