Searched full:form_quicksearch_output (Results 1 – 7 of 7) sorted by relevance
/plugin/searchdefaults/ |
H A D | action.php | 21 …$controller->register_hook('FORM_QUICKSEARCH_OUTPUT', 'BEFORE', $this, 'handle_form_quicksearch_ou… 25 * Handles the FORM_QUICKSEARCH_OUTPUT event
|
/plugin/dev/ |
H A D | events.txt | 38 FORM_QUICKSEARCH_OUTPUT
|
/plugin/watchcycle/ |
H A D | action.php | 34 …$controller->register_hook('FORM_QUICKSEARCH_OUTPUT', 'BEFORE', $this, 'handle_form_quicksearch_ou… 78 * Handles the FORM_QUICKSEARCH_OUTPUT event
|
/template/mystyle/ |
H A D | tpl_functions.php | 131 trigger_event('FORM_QUICKSEARCH_OUTPUT', $searchForm);
|
/template/bulma/ |
H A D | tpl_functions.php | 198 Event::createAndTrigger('FORM_QUICKSEARCH_OUTPUT', $searchForm);
|
/template/bootstrap3/ |
H A D | EventHandlers.php | 27 'FORM_QUICKSEARCH_OUTPUT' => ['BEFORE', ['search']],
|
/plugin/elasticsearch/action/ |
H A D | search.php | 50 $controller->register_hook('FORM_QUICKSEARCH_OUTPUT', 'BEFORE', $this, 'quicksearch');
|