Home
last modified time | relevance | path

Searched refs:snippetRePreprocess (Results 1 – 3 of 3) sorted by relevance

/dokuwiki/inc/Search/
H A DFulltextSearch.php159 $this->snippetRePreprocess(...),
250 public function snippetRePreprocess(string $term): string function in dokuwiki\\Search\\FulltextSearch
/dokuwiki/inc/
H A Ddeprecated.php438 return (new dokuwiki\Search\FulltextSearch())->snippetRePreprocess($term);
H A Dhtml.php303 $phrases = array_map($FulltextSearch->snippetRePreprocess(...), $phrases);