Home
last modified time | relevance | path

Searched refs:executeHook (Results 1 – 25 of 38) sorted by relevance

12

/dports/sysutils/sensu-go/sensu-go-5.11.1/agent/
H A Dhook_test.go33 hook := agent.executeHook(hookConfig, "check")
40 hook = agent.executeHook(hookConfig, "check")
H A Dhook.go36 hook := a.executeHook(hookConfig, request.Config.Name)
48 func (a *Agent) executeHook(hookConfig *types.HookConfig, check string) *types.Hook { func
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/backend/Classes/Controller/
H A DBackendController.php195 $this->executeHook('constructPostProcess');
249 $this->executeHook('renderPreProcess');
282 $this->executeHook('renderPostProcess', $hookConfiguration);
582 protected function executeHook($identifier, array $hookConfiguration = []) function in TYPO3\\CMS\\Backend\\Controller\\BackendController
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/backend/Classes/Controller/
H A DBackendController.php158 $this->executeHook('constructPostProcess');
205 $this->executeHook('renderPreProcess');
229 $this->executeHook('renderPostProcess', ['content' => &$content]);
534 protected function executeHook($identifier, array $hookConfiguration = []) function in TYPO3\\CMS\\Backend\\Controller\\BackendController
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/backend/Classes/Controller/
H A DBackendController.php142 $this->executeHook('constructPostProcess');
189 $this->executeHook('renderPreProcess');
221 $this->executeHook('renderPostProcess', ['content' => &$content]);
455 protected function executeHook($identifier, array $hookConfiguration = []) function in TYPO3\\CMS\\Backend\\Controller\\BackendController
/dports/devel/codeworker/CodeWorker4_5_3/
H A DGrfReadonlyHook.h44 …SEQUENCE_INTERRUPTION_LIST executeHook(DtaScriptVariable& visibility, const std::string& sReadonly…
H A DBNFStepintoHook.h43 …SEQUENCE_INTERRUPTION_LIST executeHook(DtaScriptVariable& visibility, const std::string& sSignatur…
H A DBNFStepoutHook.h44 …SEQUENCE_INTERRUPTION_LIST executeHook(DtaScriptVariable& visibility, const std::string& sSignatur…
H A DGrfWritefileHook.h48 …std::string executeHook(DtaScriptVariable& visibility, const std::string& sFile, int iPosition, bo…
H A DGrfReadonlyHook.cpp49 …SEQUENCE_INTERRUPTION_LIST GrfReadonlyHook::executeHook(DtaScriptVariable& visibility, const std::… in executeHook() function in CodeWorker::GrfReadonlyHook
H A DBNFStepintoHook.cpp53 …SEQUENCE_INTERRUPTION_LIST BNFStepintoHook::executeHook(DtaScriptVariable& visibility, const std::… in executeHook() function in CodeWorker::BNFStepintoHook
H A DBNFStepoutHook.cpp57 …SEQUENCE_INTERRUPTION_LIST BNFStepoutHook::executeHook(DtaScriptVariable& visibility, const std::s… in executeHook() function in CodeWorker::BNFStepoutHook
H A DGrfWritefileHook.cpp59 …std::string GrfWritefileHook::executeHook(DtaScriptVariable& visibility, const std::string& sFile,… in executeHook() function in CodeWorker::GrfWritefileHook
H A DBNFClauseCall.cpp251 …_pBNFScript->getStepintoHook()->executeHook(CGRuntime::getThisInternalNode(), sClauseName, stackCl… in executeInternal()
255 …_pBNFScript->getStepoutHook()->executeHook(CGRuntime::getThisInternalNode(), sClauseName, stackCla… in executeInternal()
H A DDtaPatternScript.cpp350 sSuccess = pHook->executeHook(CGRuntime::getThisInternalNode(), sFile, iPosition, false); in copyFromTemporaryFile()
364 pHook->executeHook(CGRuntime::getThisInternalNode(), sFile); in copyFromTemporaryFile()
400 sSuccess = pHook->executeHook(CGRuntime::getThisInternalNode(), sFile, 0, true); in copyFromTemporaryFile()
/dports/devel/jsl/jsl-0.3.0/src/
H A Djscntxt.h130 JSInterpreterHook executeHook; member
H A Djsdbgapi.c1116 rt->executeHook = hook; in JS_SetExecuteHook()
/dports/finance/prestashop/prestashop/classes/
H A DTools.php2802 * @param bool $executeHook
2806 public static function generateRobotsFile($executeHook = false) argument
2817 if (true === $executeHook) {
2917 if (true === $executeHook) {
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/spiderMonkey/src/smjs/
H A Djscntxt.h276 JSInterpreterHook executeHook; member
H A Djsdbgapi.c1258 rt->executeHook = hook; in JS_SetExecuteHook()
/dports/lang/spidermonkey17/js/src/
H A Djscntxt.h276 JSInterpreterHook executeHook; member
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/spiderMonkey/src/smjs/
H A Djscntxt.h276 JSInterpreterHook executeHook; member
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/spiderMonkey/src/smjs/
H A Djscntxt.h276 JSInterpreterHook executeHook; member
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/spiderMonkey/src/smjs/
H A Djscntxt.h276 JSInterpreterHook executeHook; member
/dports/www/aria2/aria2-1.36.0/src/
H A Dutil.cc2232 void executeHook(const std::string& command, a2_gid_t gid, size_t numFiles, in executeHook() function
2336 executeHook(cmd, group->getGID(), numFiles, firstFilename); in executeHookByOptName()

12