Home
last modified time | relevance | path

Searched refs:max_age_days (Results 1 – 15 of 15) sorted by relevance

/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/html/ops/
H A Dautolock.php25 $max_age_days = 90; // lock threads older than this variable
28 $max_age_days = $argv[2]; variable
34 $t = time() - $max_age_days*86400;
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/mail/models/
H A Dmail_notification.py85 def _gc_notifications(self, max_age_days=180): argument
88 ('read_date', '<', fields.Datetime.now() - relativedelta(days=max_age_days)),
/dports/news/nn/nn-6.7.3/
H A Dmaster.c107 kill_running = 0, max_age_days = 0, prt_vers = 0, variable
141 'O', Int_Option(max_age_days), in Option_Description()
749 if (max_age_days && !use_nntp) /* we have to stat spool files */ in main()
750 max_article_age = cur_time() - (time_t) max_age_days *24 * 60 * 60; in main()
/dports/www/py-tornado4/tornado-4.5.3/tornado/
H A Dweb.py644 def get_secure_cookie(self, name, value=None, max_age_days=31, argument
660 name, value, max_age_days=max_age_days,
3155 def decode_signed_value(secret, name, value, max_age_days=31, argument
3173 max_age_days, clock)
3176 max_age_days, clock)
3181 def _decode_signed_value_v1(secret, name, value, max_age_days, clock): argument
3190 if timestamp < clock() - max_age_days * 86400:
3231 def _decode_signed_value_v2(secret, name, value, max_age_days, clock): argument
3250 if timestamp < clock() - max_age_days * 86400:
/dports/www/py-tornado5/tornado-5.1.1/tornado/
H A Dweb.py670 def get_secure_cookie(self, name, value=None, max_age_days=31, argument
690 name, value, max_age_days=max_age_days,
3263 def decode_signed_value(secret, name, value, max_age_days=31, argument
3281 max_age_days, clock)
3284 max_age_days, clock)
3289 def _decode_signed_value_v1(secret, name, value, max_age_days, clock): argument
3298 if timestamp < clock() - max_age_days * 86400:
3339 def _decode_signed_value_v2(secret, name, value, max_age_days, clock): argument
3358 if timestamp < clock() - max_age_days * 86400:
/dports/sysutils/py-salt/salt-3004.1/salt/ext/tornado/
H A Dweb.py645 def get_secure_cookie(self, name, value=None, max_age_days=31, argument
661 name, value, max_age_days=max_age_days,
3156 def decode_signed_value(secret, name, value, max_age_days=31, argument
3174 max_age_days, clock)
3177 max_age_days, clock)
3182 def _decode_signed_value_v1(secret, name, value, max_age_days, clock): argument
3191 if timestamp < clock() - max_age_days * 86400:
3232 def _decode_signed_value_v2(secret, name, value, max_age_days, clock): argument
3251 if timestamp < clock() - max_age_days * 86400:
/dports/www/py-tornado/tornado-6.1/tornado/
H A Dweb.py754 max_age_days: float = 31,
778 max_age_days=max_age_days,
3439 max_age_days: float = 31,
3459 return _decode_signed_value_v1(secret, name, value, max_age_days, clock)
3461 return _decode_signed_value_v2(secret, name, value, max_age_days, clock)
3470 max_age_days: float,
3481 if timestamp < clock() - max_age_days * 86400:
3525 max_age_days: float,
3552 if timestamp < clock() - max_age_days * 86400:
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stubs/tornado/@python2/tornado/
H A Dweb.pyi61 def get_secure_cookie(self, name, value=..., max_age_days=..., min_version=...): ...
265 def decode_signed_value(secret, name, value, max_age_days=..., clock=..., min_version=...): ...
/dports/devel/py-jedi/jedi-0.18.0/jedi/third_party/typeshed/third_party/2/tornado/
H A Dweb.pyi52 def get_secure_cookie(self, name, value=..., max_age_days=..., min_version=...): ...
256 def decode_signed_value(secret, name, value, max_age_days=..., clock=..., min_version=...): ...
/dports/www/py-tornado4/tornado-4.5.3/docs/guide/
H A Dsecurity.rst72 ``max_age_days`` argument to ``get_secure_cookie``. These two values are
75 information) you use a smaller ``max_age_days`` when reading the cookie.
/dports/www/py-tornado5/tornado-5.1.1/docs/guide/
H A Dsecurity.rst73 ``max_age_days`` argument to ``get_secure_cookie``. These two values are
76 information) you use a smaller ``max_age_days`` when reading the cookie.
/dports/www/py-tornado/tornado-6.1/docs/guide/
H A Dsecurity.rst73 ``max_age_days`` argument to ``get_secure_cookie``. These two values are
76 information) you use a smaller ``max_age_days`` when reading the cookie.
/dports/www/py-tornado/tornado-6.1/docs/releases/
H A Dv2.1.0.rst51 * `tornado.web.RequestHandler.get_secure_cookie` now has a ``max_age_days``
/dports/www/py-tornado4/tornado-4.5.3/docs/releases/
H A Dv2.1.0.rst51 * `tornado.web.RequestHandler.get_secure_cookie` now has a ``max_age_days``
/dports/www/py-tornado5/tornado-5.1.1/docs/releases/
H A Dv2.1.0.rst51 * `tornado.web.RequestHandler.get_secure_cookie` now has a ``max_age_days``