Home
last modified time | relevance | path

Searched full:ft_pagesearch (Results 1 – 12 of 12) sorted by relevance

/plugin/docsearch/action/
H A Dsearch.php35 $data = ft_pageSearch($QUERY, $regex);
/plugin/searchresults/
H A Dsyntax.php73 $search = ft_pageSearch($match,$poswords);
/plugin/dyncontent/
H A Daction.php76 $search = ft_pageSearch($pagename,$poswords);
/plugin/namespacesearch/
H A Dsyntax.php121 $data = ft_pageSearch($query,$regex);
/dokuwiki/inc/Action/
H A DSearch.php72 $this->fullTextResults = ft_pageSearch($QUERY, $highlight, $INPUT->str('srt'), $after, $before);
/plugin/asyncsearch/
H A Dpagelookup.php99 $data = ft_pageSearch($QUERY,$regex);
/plugin/linkfix/
H A Dadmin.php104 $data = ft_pageSearch('"' . $this->changefrom . '"*', $null);
/plugin/jsonrpc/
H A Djsonrpc.php260 $data = ft_pageSearch($searchString, $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
/dokuwiki/
H A Dfeed.php
/dokuwiki/inc/Remote/
H A DApiCore.php327 $data = ft_pageSearch($query, $regex);
/plugin/pagequery/
H A DPageQuery.php446 return array_keys(ft_pageSearch($query, $highlight));