Home
last modified time | relevance | path

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

/dokuwiki/inc/Search/
H A DTokenizer.php24 protected static int $MinWordLength; variable in dokuwiki\\Search\\Tokenizer
54 if (!isset(static::$MinWordLength)) {
57 static::$MinWordLength = (defined('IDX_MINWORDLENGTH'))
61 return static::$MinWordLength;