Home
last modified time | relevance | path

Searched refs:qr_penalty (Results 1 – 1 of 1) sorted by path

/plugin/twofactorgoogleauth/
H A DQRCode.php565 $best_penalty = $this->qr_penalty($best_matrix, $size);
568 $test_penalty = $this->qr_penalty($test_matrix, $size);
614 protected function qr_penalty(&$matrix, $size) function in dokuwiki\\plugin\\twofactorgoogleauth\\QRCode