Home
last modified time | relevance | path

Searched +full:minimum_word_length +(+path:plugin +path:cloud) -(+path:plugin +path:cloud +path:lang) (Results 1 – 3 of 3) sorted by relevance

/plugin/cloud/conf/
H A Dmetadata.php9 $meta['minimum_word_length'] = array('numeric', '_min' => 2);
H A Ddefault.php7 $conf['minimum_word_length'] = 2; // Minimum world length of words inside the cloud
/plugin/cloud/
H A Dsyntax.php193 * - removes all short words, see config option 'minimum_word_length'
198 $min = $this->getConf('minimum_word_length');