Home
last modified time | relevance | path

Searched refs:tokenizer (Results 1 – 4 of 4) sorted by last modified time

/dokuwiki/inc/Search/
H A DIndexer.php115 $tokens = $this->tokenizer($text);
505 public function tokenizer($text, $wc = false)
488 public function tokenizer($text, $wc=false) { global() function in dokuwiki\\Search\\Indexer
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG500 * Improve the performance of the strict mode tokenizer, making highlighting of languages like
/dokuwiki/inc/
H A Dfulltext.php950 $words = $Indexer->tokenizer($term_noparen, true);
H A Dindexer.php22 * Version of the indexer taking into consideration the external tokenizer.
246 return $Indexer->tokenizer($string, $wc);