Home
last modified time | relevance | path

Searched defs:hooktype (Results 1 – 25 of 35) sorted by relevance

12

/dports/devel/mercurial/mercurial-6.0/hgext/
H A Dacl.py372 def hook(ui, repo, hooktype, node=None, source=None, **kwargs): argument
407 def _pkhook(ui, repo, hooktype, node, source, user, **kwargs): argument
436 def _txnhook(ui, repo, hooktype, node, source, user, **kwargs): argument
H A Dwin32text.py149 def forbidnewline(ui, repo, hooktype, node, newline, **kwargs): argument
203 def forbidcrlf(ui, repo, hooktype, node, **kwargs): argument
207 def forbidcr(ui, repo, hooktype, node, **kwargs): argument
H A Deol.py340 def checkallhook(ui, repo, node, hooktype, **kwargs): argument
345 def checkheadshook(ui, repo, node, hooktype, **kwargs): argument
354 def preupdate(ui, repo, hooktype, parent1, parent2): argument
H A Dnotify.py321 def __init__(self, ui, repo, hooktype): argument
581 def hook(ui, repo, hooktype, node=None, source=None, **kwargs): argument
/dports/devel/mercurial/mercurial-6.0/tests/
H A Dhelper-killhook.py4 def killme(ui, repo, hooktype, **wkargs): argument
/dports/devel/mercurial/mercurial-6.0/hgext/hooklib/
H A Dreject_new_heads.py26 def hook(ui, repo, hooktype, node=None, **kwargs): argument
H A Dreject_merge_commits.py26 def hook(ui, repo, hooktype, node=None, **kwargs): argument
H A Denforce_draft_commits.py26 def hook(ui, repo, hooktype, node=None, **kwargs): argument
H A Dchangeset_published.py129 def hook(ui, repo, hooktype, node=None, **kwargs): argument
H A Dchangeset_obsoleted.py136 def hook(ui, repo, hooktype, node=None, **kwargs): argument
/dports/mail/py-mailnag/mailnag-2.2.0/Mailnag/common/
H A Dplugins.py76 def register_hook_func(self, hooktype, func, priority = 100): argument
80 def unregister_hook_func(self, hooktype, func): argument
86 def get_hook_funcs(self, hooktype): argument
/dports/irc/unreal/Unreal3.2.10.7/include/
H A Dmodules.h345 Hooktype *hooktype; member
537 #define add_Hook(hooktype, func) HookAddMain(NULL, hooktype, func, NULL, NULL) argument
538 #define HookAdd(hooktype, func) HookAddMain(NULL, hooktype, func, NULL, NULL) argument
539 #define HookAddEx(module, hooktype, func) HookAddMain(module, hooktype, func, NULL, NULL) argument
540 #define HookAddVoid(hooktype, func) HookAddMain(NULL, hooktype, NULL, func, NULL) argument
541 #define HookAddVoidEx(module, hooktype, func) HookAddMain(module, hooktype, NULL, func, NULL) argument
542 #define HookAddPChar(hooktype, func) HookAddMain(NULL, hooktype, NULL, NULL, func) argument
543 #define HookAddPCharEx(module, hooktype, func) HookAddMain(module, hooktype, NULL, NULL, func) argument
544 #define add_HookX(hooktype, func1, func2, func3) HookAddMain(NULL, hooktype, func1, func2, func3) argument
555 #define RunHookReturnInt(hooktype,x,retchk) \ argument
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/tools/lint/
H A Dhooks_js_format.py20 def run_js_format(hooktype, changedFiles): argument
H A Dhooks.py28 def run_mozlint(hooktype, args): argument
H A Dhooks_clang_format.py20 def run_clang_format(hooktype, changedFiles): argument
/dports/mail/thunderbird/thunderbird-91.8.0/tools/lint/
H A Dhooks_js_format.py25 def run_js_format(hooktype, changedFiles): argument
H A Dhooks.py29 def run_mozlint(hooktype, args): argument
H A Dhooks_clang_format.py25 def run_clang_format(hooktype, changedFiles): argument
/dports/www/firefox/firefox-99.0/tools/lint/
H A Dhooks_js_format.py26 def run_js_format(hooktype, changedFiles): argument
H A Dhooks.py29 def run_mozlint(hooktype, args): argument
H A Dhooks_clang_format.py26 def run_clang_format(hooktype, changedFiles): argument
/dports/www/firefox-esr/firefox-91.8.0/tools/lint/
H A Dhooks_js_format.py25 def run_js_format(hooktype, changedFiles): argument
H A Dhooks.py29 def run_mozlint(hooktype, args): argument
H A Dhooks_clang_format.py25 def run_clang_format(hooktype, changedFiles): argument
/dports/lang/spidermonkey60/firefox-60.9.0/tools/lint/
H A Dhooks.py15 def run_mozlint(hooktype, args): argument

12