Home
last modified time | relevance | path

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

/plugin/passpolicy/
H A Dhelper.php55 protected $wordlistlength = 0; variable in helper_plugin_passpolicy
365 $wordbits = $this->bits($this->wordlistlength);
370 $output .= $this->wordlist[$this->rand(0, $this->wordlistlength - 1)] . ' ';
490 if ($this->wordlistlength) return; //list already loaded
500 $this->wordlistlength = count($this->wordlist);