Home
last modified time | relevance | path

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

/dokuwiki/inc/Search/
H A DTokenizer.php133 return static::tokenLength($base) >= static::getMinWordLength();
146 public static function tokenLength(string $token): int function in dokuwiki\\Search\\Tokenizer
/dokuwiki/inc/Search/Collection/
H A DTerm.php53 $this->length = Tokenizer::tokenLength($this->base);
H A DAbstractCollection.php370 $group = $this->splitByLength ? Tokenizer::tokenLength($token) : 0;