Home
last modified time | relevance | path

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

/plugin/passwords/
H A Dsyntax.php131 $r = rand(0,strlen($this->getAllowedCharacters())-1);
132 $c = substr($this->getAllowedCharacters(), $r, 1);
176 private function getAllowedCharacters() { function in syntax_plugin_passwords