Home
last modified time | relevance | path

Searched refs:_check_timestamp (Results 1 – 4 of 4) sorted by relevance

/dports/net/py-oauth/oauth-1.0.1/oauth/
H A Doauth.py496 self._check_timestamp(timestamp)
513 def _check_timestamp(self, timestamp): member in OAuthServer
/dports/net/py-oauth2/oauth2-1.9.0.post1/oauth2/
H A D__init__.py754 self._check_timestamp(timestamp)
770 def _check_timestamp(self, timestamp): member in Server
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/netapp_eseries/santricity/plugins/modules/
H A Dna_santricity_snapshot.py797 def _check_timestamp(timestamp): function
817 if not _check_timestamp(image["timestamp"]):
837 if _check_timestamp(image_timestamp):
/dports/net/samba412/samba-4.12.15/source4/dsdb/samdb/ldb_modules/tests/
H A Dtest_group_audit.c255 _check_timestamp(b, t, __FILE__, __LINE__);
259 static void _check_timestamp( in _check_timestamp() function