Home
last modified time | relevance | path

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

/plugin/twofactorgoogleauth/
H A DQRCode.php564 $best_matrix = $this->qr_apply_mask($matrix, $size, $best_mask);
567 $test_matrix = $this->qr_apply_mask($matrix, $size, $test_mask);
578 protected function qr_apply_mask($matrix, $size, $mask) function in dokuwiki\\plugin\\twofactorgoogleauth\\QRCode