Home
last modified time | relevance | path

Searched full:search_query_fullpage (Results 1 – 16 of 16) sorted by relevance

/plugin/partialsearch/
H A Daction.php17 … $controller->register_hook('SEARCH_QUERY_FULLPAGE', 'BEFORE', $this, 'partial_search_before');
18 $controller->register_hook('SEARCH_QUERY_FULLPAGE', 'AFTER', $this, 'partial_search_after');
/plugin/dev/
H A Devents.txt101 SEARCH_QUERY_FULLPAGE
/plugin/appendtoquery/
H A Daction.php14 …$controller->register_hook('SEARCH_QUERY_FULLPAGE', 'BEFORE', $this, 'handle_search_query_fullpage…
/plugin/singlesearchresult/
H A Daction.php21 …$controller->register_hook('SEARCH_QUERY_FULLPAGE', 'AFTER', $this, 'handle_search_query_pagelooku…
/plugin/datasearchform/
H A Daction.php28 … $controller->register_hook('SEARCH_QUERY_FULLPAGE', 'BEFORE', $this, '_search_query_fullpage');
/plugin/nssearch/
H A Daction.php20 $controller->register_hook('SEARCH_QUERY_FULLPAGE', 'BEFORE', $this, 'handleQuery');
/plugin/searchstats/
H A Daction.php27 $controller->register_hook('SEARCH_QUERY_FULLPAGE', 'BEFORE', $this,
/plugin/searchcombinedgoogle/
H A Daction.php35 $controller->register_hook('SEARCH_QUERY_FULLPAGE', 'AFTER', $this, 'searchlogger__log');
/plugin/nohighlight/
H A Daction.php49 'SEARCH_QUERY_FULLPAGE', 'AFTER',
/plugin/combo/action/
H A Dpageprotection.php54 * https://www.dokuwiki.org/devel:event:search_query_fullpage
56 $controller->register_hook('SEARCH_QUERY_FULLPAGE', 'AFTER', $this, 'handleSearchFullPage', array());
/plugin/asiansearch/
H A Daction.php38 'SEARCH_QUERY_FULLPAGE', 'BEFORE',
/plugin/statistics/
H A Daction.php32 'SEARCH_QUERY_FULLPAGE',
/plugin/watchcycle/
H A Daction.php35 $controller->register_hook('SEARCH_QUERY_FULLPAGE', 'AFTER', $this, 'filterSearchResults');
/plugin/tagging/action/
H A Dsearch.php42 'SEARCH_QUERY_FULLPAGE', 'AFTER', $this,
/template/bootstrap3/
H A DEventHandlers.php45 'SEARCH_QUERY_FULLPAGE' => ['BEFORE', ['search']],
/dokuwiki/inc/
H A Dfulltext.php51 return Event::createAndTrigger('SEARCH_QUERY_FULLPAGE', $data, '_ft_pageSearch');