Home
last modified time | relevance | path

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

/dokuwiki/inc/Search/
H A DIndexer.php771 $tokenwild = [];
797 if (!isset($tokenwild[$xword]))
798 $tokenwild[$xword] = $wlen;
803 asort($tokenwild);
806 // $tokenwild = array( base word => base word length ... )
807 $length_filter = $tokenwild === [] ? $tokenlength : min(array_keys($tokenlength));
809 if ($tokenwild !== []) sort($indexes_known);
826 foreach ($tokenwild as $xword => $wlen) {