Home
last modified time | relevance | path

Searched full:ajax_call_unknown (Results 1 – 25 of 141) sorted by relevance

123456

/plugin/diagrams/action/
H A Dmediafile.php25 $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, 'handleEditCheck');
26 $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, 'handleNamespaceCheck');
27 $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, 'handleExistsCheck');
28 $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, 'handleIsDiagramCheck');
52 * @param Doku_Event $event AJAX_CALL_UNKNOWN
83 * @param Doku_Event $event AJAX_CALL_UNKNOWN
112 * @param Doku_Event $event AJAX_CALL_UNKNOWN
H A Dembed.php24 $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, 'handleLoad');
25 $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, 'handleSave');
35 * @param Doku_Event $event Event object AJAX_CALL_UNKNOWN
79 * @param Doku_Event $event AJAX_CALL_UNKNOWN
H A Daction.php22 $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, 'handleCache');
23 $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, 'handlePNGDownload');
63 * @param Doku_Event $event AJAX_CALL_UNKNOWN
/plugin/aichat/
H A Daction.php21 $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, 'handleQuestion');
26 * Event handler for AJAX_CALL_UNKNOWN event
28 * @see https://www.dokuwiki.org/devel:events:ajax_call_unknown
/plugin/tagfilter/_test/
H A Dajax.test.php38 Event::createAndTrigger('AJAX_CALL_UNKNOWN', $data);
64 Event::createAndTrigger('AJAX_CALL_UNKNOWN', $data);
94 Event::createAndTrigger('AJAX_CALL_UNKNOWN', $data);
117 Event::createAndTrigger('AJAX_CALL_UNKNOWN', $data);
/plugin/issuelinks/action/
H A Dajax.php33 $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, 'handleAjax');
34 $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, 'repoAdminToggle');
35 $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, 'repoAdminOrg');
36 $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, 'asyncImportAllIssues');
/plugin/prosemirror/action/
H A Dajax.php28 $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, 'handleAjax');
29 $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, 'switchEditors');
35 * Event: AJAX_CALL_UNKNOWN
141 * Event: AJAX_CALL_UNKNOWN
/plugin/pwaoffline/
H A Daction.php16 $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, 'collectPagesToCache');
41 * Event: AJAX_CALL_UNKNOWN
/plugin/sentry/action/
H A Dajax.php24 $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, 'handleAjax');
29 * This uses event AJAX_CALL_UNKNOWN
/plugin/blogtng/action/
H A Dajax.php20 … $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, 'renderCommentPreview', array());
24 * Callback function for event 'AJAX_CALL_UNKNOWN' to return a rendered preview of a comment
/plugin/starred/
H A Daction.php29 … $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, 'handle_ajax_call_unknown');
37 * @param Doku_Event $event AJAX_CALL_UNKNOWN
/plugin/ajaxloader/
H A Daction.php14 $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this,
/plugin/jquotes/
H A Daction.php14 … $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, 'handle_ajax_call_unknown');
/plugin/components/action/
H A Dajax.php17 $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this,
/plugin/dev/
H A Devents.txt8 AJAX_CALL_UNKNOWN
/plugin/recommend/
H A Daction.php6 foreach (array('ACTION_ACT_PREPROCESS', 'AJAX_CALL_UNKNOWN',
11 $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, 'autocomplete');
41 if ($event->name === 'AJAX_CALL_UNKNOWN') {
/plugin/letsencrypt/
H A Daction.php22 $controller->register_hook('AJAX_CALL_UNKNOWN', 'FIXME', $this, 'handle_ajax_call_unknown');
/plugin/combo/action/
H A Dajax.php26 $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, 'ajaxHandler');
/plugin/bpmnioeditor/action/
H A Dbpmnioeditor.php16 $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, 'ajax_save');
17 $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, 'ajax_checkPermissions');
/plugin/ckgdoku/action/
H A Diwiki.php21 $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, 'handle_ajax_call_unknown');
/plugin/xfortune/
H A Daction.php13 … $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, 'handle_ajax_call_unknown');
/plugin/ac/
H A Daction.php31 $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this,
/plugin/imgpaste/
H A Daction.php26 $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, 'handleAjaxUpload');
32 * @param Doku_Event $event AJAX_CALL_UNKNOWN
/plugin/idcount/
H A Daction.php20 $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this,'_ajax_call');
/plugin/qc/action/
H A Dajax.php24 $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, 'ajax', []);

123456