Home
last modified time | relevance | path

Searched +full:lettercount +(+path:plugin +path:captcha) -(+path:plugin +path:captcha +path:lang) (Results 1 – 4 of 4) sorted by relevance

/plugin/captcha/
H A Dhelper.php71 $txtlen = $this->getConf('lettercount');
216 $lettercount = $this->getConf('lettercount') * 2;
217 if ($lettercount > strlen($numbers)) $lettercount = strlen($numbers);
218 for ($i = 0; $i < $lettercount; $i += 2) {
/plugin/captcha/conf/
H A Ddefault.php12 $conf['lettercount'] = 5;
H A Dmetadata.php25 $meta['lettercount'] = array('numeric', '_min' => 3, '_max' => 16);
/plugin/captcha/_test/
H A DHelperTest.php