Home
last modified time | relevance | path

Searched refs:getBarcodeArray (Results 1 – 12 of 12) sorted by relevance

/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
DBarcode2D.php84 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();
DQRcodeFactory.php93 $bcd = $this->barcode->getBarcodeArray();
193 $bcd = $this->barcode->getBarcodeArray();
219 $bcd = $this->barcode->getBarcodeArray();
264 $bcd = $this->barcode->getBarcodeArray();
341 $bcd = $this->barcode->getBarcodeArray();
DPDF417Factory.php154 $bcd = $this->barcode->getBarcodeArray();
184 $bcd = $this->barcode->getBarcodeArray();
224 $bcd = $this->barcode->getBarcodeArray();
293 $bcd = $this->barcode->getBarcodeArray();
DDatamatrixFactory.php154 $bcd = $this->barcode->getBarcodeArray();
180 $bcd = $this->barcode->getBarcodeArray();
220 $bcd = $this->barcode->getBarcodeArray();
289 $bcd = $this->barcode->getBarcodeArray();
DBarcodeFactory.php179 $bcd = $this->barcode->getBarcodeArray();
226 $bcd = $this->barcode->getBarcodeArray();
312 $bcd = $this->barcode->getBarcodeArray();
DPDF417.php720 public function getBarcodeArray() { function in jucksearm\\barcode\\lib\\PDF417
DDatamatrix.php340 public function getBarcodeArray() { function in jucksearm\\barcode\\lib\\Datamatrix
DBarcode1D.php86 public function getBarcodeArray() { function in jucksearm\\barcode\\lib\\Barcode1D
DQRcode.php638 public function getBarcodeArray() { function in jucksearm\\barcode\\lib\\QRcode
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
DBarCode.php185 …$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/
DBarcode.php8 …public function getBarcodeArray($code, $type, $pr = '', $quiet_zone_left = null, $quiet_zone_right… function in Mpdf\\Barcode
DMpdf.php26111 $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…