Home
last modified time | relevance | path

Searched refs:ft_pageSearch (Results 1 – 4 of 4) sorted by relevance

/dokuwiki/inc/Action/
H A DSearch.php72 $this->fullTextResults = ft_pageSearch($QUERY, $highlight, $INPUT->str('srt'), $after, $before);
/dokuwiki/
H A Dfeed.php
/dokuwiki/inc/Remote/
H A DApiCore.php327 $data = ft_pageSearch($query, $regex);
/dokuwiki/inc/
H A Dfulltext.php27 * refactored into ft_pageSearch(), _ft_pageSearch() and trigger_event()
37 function ft_pageSearch($query, &$highlight, $sort = null, $after = null, $before = null)
34 function ft_pageSearch($query,&$highlight, $sort = null, $after = null, $before = null){ global() function