Searched refs:getBarcodeArray (Results 1 – 12 of 12) sorted by relevance
| /plugin/barcodes/vendor/jucksearm/php-barcode/lib/ |
| D | Barcode2D.php | 84 public function getBarcodeArray() { function in jucksearm\\barcode\\lib\\Barcode2D 101 $this->barcode_array = $qrcode->getBarcodeArray(); 132 $this->barcode_array = $qrcode->getBarcodeArray(); 142 $this->barcode_array = $qrcode->getBarcodeArray();
|
| D | QRcodeFactory.php | 93 $bcd = $this->barcode->getBarcodeArray(); 193 $bcd = $this->barcode->getBarcodeArray(); 219 $bcd = $this->barcode->getBarcodeArray(); 264 $bcd = $this->barcode->getBarcodeArray(); 341 $bcd = $this->barcode->getBarcodeArray();
|
| D | PDF417Factory.php | 154 $bcd = $this->barcode->getBarcodeArray(); 184 $bcd = $this->barcode->getBarcodeArray(); 224 $bcd = $this->barcode->getBarcodeArray(); 293 $bcd = $this->barcode->getBarcodeArray();
|
| D | DatamatrixFactory.php | 154 $bcd = $this->barcode->getBarcodeArray(); 180 $bcd = $this->barcode->getBarcodeArray(); 220 $bcd = $this->barcode->getBarcodeArray(); 289 $bcd = $this->barcode->getBarcodeArray();
|
| D | BarcodeFactory.php | 179 $bcd = $this->barcode->getBarcodeArray(); 226 $bcd = $this->barcode->getBarcodeArray(); 312 $bcd = $this->barcode->getBarcodeArray();
|
| D | PDF417.php | 720 public function getBarcodeArray() { function in jucksearm\\barcode\\lib\\PDF417
|
| D | Datamatrix.php | 340 public function getBarcodeArray() { function in jucksearm\\barcode\\lib\\Datamatrix
|
| D | Barcode1D.php | 86 public function getBarcodeArray() { function in jucksearm\\barcode\\lib\\Barcode1D
|
| D | QRcode.php | 638 public function getBarcodeArray() { function in jucksearm\\barcode\\lib\\QRcode
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/ |
| D | BarCode.php | 185 …$arrcode = $this->barcode->getBarcodeArray($code, $objattr['btype'], '', $objattr['quiet_l'], $obj… 188 …$supparrcode = $this->barcode->getBarcodeArray($objattr['bsupp_code'], 'EAN' . $objattr['bsupp'], … 216 …$arrcode = $this->barcode->getBarcodeArray($objattr['code'], $objattr['btype'], '', $objattr['quie… 225 …$arrcode = $this->barcode->getBarcodeArray($objattr['code'], $objattr['btype'], $objattr['pr_ratio…
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
| D | Barcode.php | 8 …public function getBarcodeArray($code, $type, $pr = '', $quiet_zone_left = null, $quiet_zone_right… function in Mpdf\\Barcode
|
| D | Mpdf.php | 26111 $arrcode = $this->barcode->getBarcodeArray($code, 'EAN13'); 26113 $arrcode = $this->barcode->getBarcodeArray($code, $btype); 26410 $supparrcode = $this->barcode->getBarcodeArray($supplement_code, 'EAN' . $supplement); 26487 …$arrcode = $this->barcode->getBarcodeArray($code, $btype, $print_ratio, $quiet_zone_left, $quiet_z…
|