Home
last modified time | relevance | path

Searched defs:token_hex (Results 1 – 12 of 12) sorted by relevance

/dports/databases/py-gdbm/Python-3.8.12/Lib/
H A Dsecrets.py49 def token_hex(nbytes=None): function
/dports/databases/py-sqlite3/Python-3.8.12/Lib/
H A Dsecrets.py49 def token_hex(nbytes=None): function
/dports/lang/python37/Python-3.7.12/Lib/
H A Dsecrets.py49 def token_hex(nbytes=None): function
/dports/lang/python38/Python-3.8.12/Lib/
H A Dsecrets.py49 def token_hex(nbytes=None): function
/dports/lang/python310/Python-3.10.1/Lib/
H A Dsecrets.py48 def token_hex(nbytes=None): function
/dports/lang/python-tools/Python-3.8.12/Lib/
H A Dsecrets.py49 def token_hex(nbytes=None): function
/dports/lang/python39/Python-3.9.9/Lib/
H A Dsecrets.py48 def token_hex(nbytes=None): function
/dports/lang/python311/Python-3.11.0a3/Lib/
H A Dsecrets.py48 def token_hex(nbytes=None): function
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/
H A Dsecrets.py49 def token_hex(nbytes=None): function
/dports/devel/py-apns2/apns2-0.3.0/apns2/
H A Dclient.py51 …def send_notification(self, token_hex, notification, topic, priority=NotificationPriority.Immediat… argument
58 …def send_notification_async(self, token_hex, notification, topic, priority=NotificationPriority.Im… argument
/dports/devel/srecord/srecord-1.64/srecord/input/file/
H A Dmif.h125 token_hex, enumerator
/dports/net/libcapn/libcapn-1.1.0/src/
H A Dapn.c947 char *token_hex = NULL; /* Token as HEX string */ in apn_feedback() local