Searched +full:lettercount +(+path:plugin +path:captcha) -(+path:plugin +path:captcha +path:lang) (Results 1 – 4 of 4) sorted by relevance
71 $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) {
12 $conf['lettercount'] = 5;
25 $meta['lettercount'] = array('numeric', '_min' => 3, '_max' => 16);