Home
last modified time | relevance | path

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

/dports/net-im/py-slixmpp/slixmpp-1.7.1/slixmpp/plugins/xep_0231/
H A Dstanza.py23 def get_max_age(self): member in BitsOfBinary
/dports/science/qmcpack/qmcpack-3.11.0/src/QMCDrivers/DMC/
H A DDMCDriverInput.h33 IndexType get_max_age() const { return max_age_; } in get_max_age() function
H A DDMCBatched.cpp392 … o << " Persistent walkers are killed after " << dmcdriver_input_.get_max_age() << " MC sweeps\n"; in process()
/dports/devel/py-jedi/jedi-0.18.0/jedi/third_party/django-stubs/django-stubs/utils/
H A Dcache.pyi10 def get_max_age(response: HttpResponse) -> Optional[int]: ...
/dports/www/py-flask-security/Flask-Security-3.0.0/flask_security/
H A Dutils.py349 def get_max_age(key, app=None): function
415 max_age = get_max_age(max_age)
/dports/devel/libdap/libdap-3.20.8/
H A DHTTPCacheTable.h170 time_t get_max_age() in get_max_age() function
H A DHTTPCache.cc1271 else if (entry->get_max_age() > 0) { in get_conditional_request_headers()
1272 time_t max_age = entry->get_max_age(); in get_conditional_request_headers()
/dports/net/gssdp/gssdp-1.4.0.1/doc/GSSDP/
H A DGSSDP.devhelp21 …on" name="gssdp_resource_group_get_max_age" link="method.ResourceGroup.get_max_age.html" /><keywor…
/dports/www/py-flask-security/Flask-Security-3.0.0/
H A DCHANGES136 … code cleanup including removal of unnecessary utcnow call and simplification of get_max_age method
/dports/www/trafficserver/trafficserver-9.1.1/proxy/http/
H A DHttpTransact.h1040 static int get_max_age(HTTPHdr *response);
H A DHttpTransact.cc7089 HttpTransact::get_max_age(HTTPHdr *response) in get_max_age() function in HttpTransact
7131 int max_age = get_max_age(response); in calculate_document_freshness_limit()
/dports/www/trafficserver/trafficserver-9.1.1/src/traffic_server/
H A DInkAPI.cc9317 return HttpTransact::get_max_age(resp); in TSHttpTxnGetMaxAge()