Home
last modified time | relevance | path

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

/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A 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();
H A 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();
H A DDatamatrixFactory.php154 $bcd = $this->barcode->getBarcodeArray();
180 $bcd = $this->barcode->getBarcodeArray();
220 $bcd = $this->barcode->getBarcodeArray();
289 $bcd = $this->barcode->getBarcodeArray();
H A DPDF417Factory.php154 $bcd = $this->barcode->getBarcodeArray();
184 $bcd = $this->barcode->getBarcodeArray();
224 $bcd = $this->barcode->getBarcodeArray();
293 $bcd = $this->barcode->getBarcodeArray();
H A DBarcodeFactory.php179 $bcd = $this->barcode->getBarcodeArray();
226 $bcd = $this->barcode->getBarcodeArray();
312 $bcd = $this->barcode->getBarcodeArray();
H A DPDF417.php720 public function getBarcodeArray() { function in jucksearm\\barcode\\lib\\PDF417
H A DDatamatrix.php340 public function getBarcodeArray() { function in jucksearm\\barcode\\lib\\Datamatrix
H A DBarcode1D.php86 public function getBarcodeArray() { function in jucksearm\\barcode\\lib\\Barcode1D
H A DQRcode.php638 public function getBarcodeArray() { function in jucksearm\\barcode\\lib\\QRcode
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DBarCode.php185 $arrcode = $this->barcode->getBarcodeArray($code, $objattr['btype'], '', $objattr['quiet_l'], $objattr['quiet_r']);
188 $supparrcode = $this->barcode->getBarcodeArray($objattr['bsupp_code'], 'EAN' . $objattr['bsupp'], '', $objattr['quiet_l'], $objattr['quiet_r']);
216 $arrcode = $this->barcode->getBarcodeArray($objattr['code'], $objattr['btype'], '', $objattr['quiet_l'], $objattr['quiet_r']);
225 $arrcode = $this->barcode->getBarcodeArray($objattr['code'], $objattr['btype'], $objattr['pr_ratio'], $objattr['quiet_zone_left'], $objattr['quiet_zone_right']);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DBarcode.php8 public function getBarcodeArray($code, $type, $pr = '', $quiet_zone_left = null, $quiet_zone_right = null) function in Mpdf\\Barcode
H A 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_zone_right);