Home
last modified time | relevance | path

Searched full:ft_snippet (Results 1 – 7 of 7) sorted by relevance

/plugin/asiansearch/
H A Daction.php124 * Revised version of the ft_snippet()
133 // ---> Copied from ft_snippet() - No code cleanups
209 // <--- Copied from ft_snippet() - No code cleanups
/plugin/docsearch/action/
H A Dsearch.php48 $searchResults[$id]['snippet'] = ft_snippet($id, $regex);
/plugin/namespacesearch/
H A Dsyntax.php132 … $renderer->doc .= '<div class="search_snippet">'.ft_snippet($id,$regex).'</div>';
/plugin/asyncsearch/
H A Dpagelookup.php112 print '<dd>'.ft_snippet($id,$regex).'</dd>';
/dokuwiki/inc/Ui/
H A DSearch.php578 $resultBody['snippet'] = ft_snippet($id, $highlight);
/dokuwiki/inc/Remote/
H A DApiCore.php334 $snippet = ft_snippet($id, $regex);
/dokuwiki/inc/
H A Dfulltext.php451 function ft_snippet($id, $highlight)
426 function ft_snippet($id,$highlight){ global() function