Home
last modified time | relevance | path

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

/plugin/qrcode2/
H A Dphpqrcode.php2839 public $eccLength; variable in QRrsblock
2848 $this->eccLength = $el;
2863 public $eccLength; variable in QRrawcode
2881 $this->eccLength = QRspec::rsEccLength($spec);
2882 $this->ecccode = array_fill(0, $this->eccLength, 0);
2949 } else if($this->count < $this->dataLength + $this->eccLength) {
2994 for($i=0; $i<$raw->dataLength + $raw->eccLength; $i++) {
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DQRcode.php373 protected $eccLength; variable in jucksearm\\barcode\\lib\\QRcode
688 $this->eccLength = $this->rsEccLength($spec);
689 $this->ecccode = array_fill(0, $this->eccLength, 0);
703 for ($i=0; $i < ($this->dataLength + $this->eccLength); $i++) {
876 } elseif ($this->count < $this->dataLength + $this->eccLength) {