Home
last modified time | relevance | path

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

/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DQRcode.php687 $this->dataLength = $this->rsDataLength($spec);
2634 protected function rsDataLength($spec) { function in jucksearm\\barcode\\lib\\QRcode
/plugin/qrcode2/
H A Dphpqrcode.php901 …public static function rsDataLength($spec) { return ($spec[0] * $spec[1]) + ($spec[3] * $spec[4]… function in QRspec
2880 $this->dataLength = QRspec::rsDataLength($spec);