Home
last modified time | relevance | path

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

/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DQRcode.php2018 $maxwords = $this->getDataLength($this->version, $this->level);
2242 protected function getDataLength($version, $level) { function in jucksearm\\barcode\\lib\\QRcode
2349 $data = $this->getDataLength($version, $level);
/plugin/qrcode2/
H A Dphpqrcode.php401 public static function getDataLength($version, $level) function in QRspec
546 $data = self::getDataLength($version, $level);
1651 $maxwords = QRspec::getDataLength($this->version, $this->level);