Home
last modified time | relevance | path

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

/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
DBarcodeFactory.php187 …$barcodeData = '<div style="font-size:0;position:relative;width:'.($bcd['maxw'] * $w).'px;height:'…
196 …$barcodeData .= '<div style="background-color:'.$color.';width:'.$bw.'px;height:'.$bh.'px;position…
200 $barcodeData .= '</div>'."\n";
205 …$barcodeData = '<div style="font-size:0;position:relative;width:'.($w).'px;height:'.($bcd['maxw'] …
214 …$barcodeData .= '<div style="background-color:'.$color.';width:'.$bw.'px;height:'.$bh.'px;position…
218 $barcodeData .= '</div>'."\n";
221 return $barcodeData;
286 $barcodeData = ob_get_clean();
302 $barcodeData = file_get_contents($savePath);
307 return $barcodeData;
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/
DAbstractBarcode.php43 * @param mixed[] $barcodeData
47 protected function binseqToArray($seq, array $barcodeData) argument
60 $barcodeData['bcode'][$k] = ['t' => $t, 'w' => $w, 'h' => 1, 'p' => 0];
61 $barcodeData['maxw'] += $w;
66 return $barcodeData;