Home
last modified time | relevance | path

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

/plugin/twofactorgoogleauth/
H A DQRCode.php130 $max_chars = $this->qr_capacity[$version - 1][$ecl][$mode];
190 if ($length <= $this->qr_capacity[$v][$ecl][$mode]) {
775 protected $qr_capacity = [ variable in dokuwiki\\plugin\\twofactorgoogleauth\\QRCode