Home
last modified time | relevance | path

Searched full:action_act_preprocess (Results 51 – 75 of 172) sorted by relevance

1234567

/plugin/sectionedit/
H A Daction.php24 …$controller->register_hook('ACTION_ACT_PREPROCESS', 'AFTER', $this, 'handle_suppress_default_after…
/plugin/nsexport/action/
H A Dexport.php18 $controller->register_hook('ACTION_ACT_PREPROCESS','BEFORE', $this, 'act');
/plugin/authshibboleth/plugin/authshibboleth/
H A Daction.php42 … $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'redirectToLoginHandler');
/plugin/tablelayout/action/
H A Dprint.php23 … $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'allowTablelayoutPrint');
/plugin/distribute/
H A Daction.php19 $contr->register_hook('ACTION_ACT_PREPROCESS',
/plugin/feedaggregator/
H A Daction.php23 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'handle');
/plugin/dokudrawingboard/
H A Daction.php16 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'allowMyAction');
/plugin/judge/
H A Daction.php33 … $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'submissionsPageAction');
45 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'exportToCSV');
/plugin/fksnewsfeed/
H A Daction.php37 $controller->register_hook('ACTION_ACT_PREPROCESS', 'AFTER', $this, 'handleMetaData');
38 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'handleActPreprocess');
/plugin/authsaml/
H A Daction.php50 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'handle_login');
/plugin/hipchat/
H A Daction.php27 …$controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'handle_action_act_preprocess…
/plugin/requiz/
H A Daction.php21 $controller->register_hook('ACTION_ACT_PREPROCESS',
/plugin/supa/action/
H A Daction.php24 //$controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'get_applet', array ());
/plugin/lms/
H A Daction.php19 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'handleAction');
/plugin/approve/action/
H A Dviewmode.php22 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'handleAct');
/plugin/mailto/
H A Daction.php24 …$controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'handle_act_preprocess', arra…
/plugin/random_page/
H A Daction.php16 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'init', 'header');
/plugin/structpublish/action/
H A Dshow.php14 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'handleShow');
/plugin/recommend/
H A Daction.php6 foreach (array('ACTION_ACT_PREPROCESS', 'AJAX_CALL_UNKNOWN',
27 if ($event->name === 'ACTION_ACT_PREPROCESS') {
/plugin/lytebox/
H A Daction.php40 //$contr->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, '_handle_act', array());
/plugin/eventline/
H A Daction.php34 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'convert',array());
/plugin/projects/action/
H A Daction.php3 * projects Action Plugin: hijack the ACTION_ACT_PREPROCESS events for admin action
28 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this,
/plugin/recaptcha2/
H A Daction.php24 $controller->register_hook('ACTION_ACT_PREPROCESS',
/plugin/rocketchatnotifier/
H A Daction.php20 …$controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'handle_action_act_preprocess…
/plugin/templateconfhelper/action/
H A Dtemplateaction.php28 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'template_action' );

1234567