Home
last modified time | relevance | path

Searched defs:hook_file (Results 1 – 8 of 8) sorted by relevance

/dports/security/gpgme-qt5/gpgme-1.15.1/lang/python/examples/howto/
H A Dmutt-groups.py36 hook_file = sys.argv[1] variable
/dports/security/gpgme-cpp/gpgme-1.15.1/lang/python/examples/howto/
H A Dmutt-groups.py36 hook_file = sys.argv[1] variable
/dports/security/gpgme/gpgme-1.15.1/lang/python/examples/howto/
H A Dmutt-groups.py36 hook_file = sys.argv[1] variable
/dports/security/py-gpgme/gpgme-1.15.1/lang/python/examples/howto/
H A Dmutt-groups.py36 hook_file = sys.argv[1] variable
/dports/devel/py-cookiecutter/cookiecutter-1.7.3/cookiecutter/
H A Dhooks.py26 def valid_hook(hook_file, hook_name): argument
/dports/devel/py-pyinstaller/PyInstaller-3.5/PyInstaller/utils/hooks/
H A Dqt.py459 def add_qt5_dependencies(hook_file): argument
/dports/games/tomenet/tomenet-4.6.0/src/server/
H A Dhooks.c27 FILE *hook_file; variable
/dports/security/afl++/AFLplusplus-3.14c/unicorn_mode/samples/speedtest/c/
H A Dharness.c159 void set_all_hooks(uc_engine *uc, char *hook_file, void *hook_fn) { in set_all_hooks()