Home
last modified time | relevance | path

Searched full:search_result_fullpage (Results 1 – 6 of 6) sorted by relevance

/plugin/dev/
H A Devents.txt103 SEARCH_RESULT_FULLPAGE
/plugin/nsiconinsearch/
H A Daction.php23 $controller->register_hook('SEARCH_RESULT_FULLPAGE', 'BEFORE', $this, 'fullpage',array());
/plugin/watchcycle/
H A Daction.php32 $controller->register_hook('SEARCH_RESULT_FULLPAGE', 'BEFORE', $this, 'addIconToFullPageResult');
410 * called for event SEARCH_RESULT_FULLPAGE
/plugin/tagging/action/
H A Dsearch.php47 'SEARCH_RESULT_FULLPAGE', 'AFTER', $this,
149 // allTagsByPage will be accessed by individual search results in SEARCH_RESULT_FULLPAGE event
/template/bootstrap3/
H A DEventHandlers.php47 'SEARCH_RESULT_FULLPAGE' => ['BEFORE', ['search']],
364 if ($event->name == 'SEARCH_RESULT_FULLPAGE') {
/dokuwiki/inc/Ui/
H A DSearch.php588 Event::createAndTrigger('SEARCH_RESULT_FULLPAGE', $eventData);