Home
last modified time | relevance | path

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

/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DQRcode.php184 const QRSPEC_WIDTH_MAX = 177; define in jucksearm\\barcode\\lib\\QRcode
719 $this->runLength = array_fill(0, self::QRSPEC_WIDTH_MAX + 1, 0);
/plugin/qrcode2/
H A Dphpqrcode.php2512 $this->runLength = array_fill(0, QRSPEC_WIDTH_MAX + 1, 0);