Home
last modified time | relevance | path

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

/dokuwiki/inc/Search/
H A DIndexer.php527 $wordlist = explode(' ', $text);
528 foreach ($wordlist as $i => $word) {
529 $wordlist[$i] = (preg_match('/[^0-9A-Za-z]/u', $word)) ?
533 foreach ($wordlist as $i => $word) {
538 unset($wordlist[$i]);
540 return array_values($wordlist);