Home
last modified time | relevance | path

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

/plugin/twofactorgoogleauth/
H A DQRCode.php93 return $this->qr_encode($data, 0);
95 return $this->qr_encode($data, 1);
97 return $this->qr_encode($data, 2);
99 return $this->qr_encode($data, 3);
101 return $this->qr_encode($data, 0);
108 protected function qr_encode($data, $ecl) function in dokuwiki\\plugin\\twofactorgoogleauth\\QRCode