Home
last modified time | relevance | path

Searched full:action_act_preprocess (Results 101 – 125 of 172) sorted by relevance

1234567

/plugin/dokugource/
H A Daction.php31 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'evalgourcerequest');
/plugin/rater/
H A Daction.php36 … $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, '_handle_act', array());
/plugin/vbsso/
H A Daction.php75 … $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'vbsso_redirect_page_hook');
/plugin/task/
H A Daction.php13 $contr->register_hook('ACTION_ACT_PREPROCESS',
/plugin/bookmark2wiki/
H A Daction.php29 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'allowMyAction');
/plugin/structpublish/action/
H A Dmigration.php17 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'handleMigrations');
/plugin/autogroup/
H A Daction.php67 … $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'check_update_all_event');
/plugin/cite/
H A Daction.php18 … $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, '_handle_act', array());
/plugin/sketchcanvas/
H A Daction.php29 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'handle_newfigure');
/plugin/accscounter/
H A Daction.php16 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'allow_my_action');
/plugin/listeabo/
H A Daction.php41 $contr->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, '_handle_act', array());
/plugin/phpbblinks/
H A Daction.php32 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'replace', array());
/plugin/farm/
H A Daction.php46 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'cleanACT');
/plugin/crosspost/
H A Daction.php12 $controller->register_hook( 'ACTION_ACT_PREPROCESS', 'BEFORE', $this,
/plugin/dokubookmark/
H A Daction.php51 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, '_hookdo');
/plugin/authvk/
H A Daction.php22 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'handle_dologin');
/plugin/blogtng/action/
H A Dcomments.php34 …$controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'handleCommentSaveAndSubscrib…
/plugin/prosemirror/
H A DREADME.md61 - This starts in `action/parser.php` during the event `ACTION_ACT_PREPROCESS`
/plugin/tag/
H A Daction.php18 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'catchTagAction', array());
/plugin/ireadit/action/
H A Direadit.php14 … $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'handle_ireadit_action');
/plugin/oauth/action/
H A Dlogin.php50 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'handleDoLogin');
/plugin/diffpreview/
H A Daction.php21 … $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, '_action_act_preprocess');
/plugin/struct/action/
H A Dentry.php47 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'handleValidation');
/plugin/siteexport/action/
H A Dstartup.php23 … $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'siteexport_check_export');
/plugin/translate/
H A Daction.php33 $contr->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'handleActPreprocess');
85 * Hook for event ACTION_ACT_PREPROCESS, action 'translate'.

1234567