Home
last modified time | relevance | path

Searched refs:bararray (Results 1 – 14 of 14) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/
DPostnet.php65 $bararray = ['code' => $code, 'maxw' => 0, 'maxh' => 5, 'bcode' => []];
88 $bararray['bcode'][$k++] = ['t' => 1, 'w' => 1, 'h' => 5, 'p' => 0];
89 $bararray['bcode'][$k++] = ['t' => 0, 'w' => $gapWidth, 'h' => 5, 'p' => 0];
90 $bararray['maxw'] += (1 + $gapWidth);
102 $bararray['bcode'][$k++] = ['t' => 1, 'w' => 1, 'h' => $h, 'p' => $p];
103 $bararray['bcode'][$k++] = ['t' => 0, 'w' => $gapWidth, 'h' => 2, 'p' => 0];
104 $bararray['maxw'] += (1 + $gapWidth);
109 $bararray['bcode'][$k++] = ['t' => 1, 'w' => 1, 'h' => 5, 'p' => 0];
110 $bararray['maxw'] += 1;
111 $bararray['checkdigit'] = $checkdigit;
[all …]
DRm4Scc.php84 $bararray = ['code' => $code, 'maxw' => 0, 'maxh' => $daft['F'], 'bcode' => []];
136 $bararray['checkdigit'] = $chk[0];
143 $bararray['bcode'][$k++] = ['t' => 1, 'w' => 1, 'h' => $daft['A'], 'p' => 0];
144 $bararray['bcode'][$k++] = ['t' => 0, 'w' => $gapWidth, 'h' => $daft['A'], 'p' => 0];
145 $bararray['maxw'] += (1 + $gapWidth);
175 $bararray['bcode'][$k++] = ['t' => 1, 'w' => 1, 'h' => $h, 'p' => $p];
176 $bararray['bcode'][$k++] = ['t' => 0, 'w' => $gapWidth, 'h' => 2, 'p' => 0];
177 $bararray['maxw'] += (1 + $gapWidth);
184 $bararray['bcode'][$k++] = ['t' => 1, 'w' => 1, 'h' => $daft['F'], 'p' => 0];
185 $bararray['maxw'] += 1;
[all …]
DCode11.php48 $bararray = ['code' => $code, 'maxw' => 0, 'maxh' => 1, 'bcode' => []];
121 $bararray['bcode'][$k] = ['t' => $t, 'w' => $w, 'h' => 1, 'p' => 0];
122 $bararray['maxw'] += $w;
128 $bararray['checkdigit'] = $checkdigit;
130 $this->data = $bararray;
DCode39.php105 $bararray = ['code' => $code, 'maxw' => 0, 'maxh' => 1, 'bcode' => []];
127 $bararray['bcode'][$k] = ['t' => $t, 'w' => $w, 'h' => 1, 'p' => 0];
128 $bararray['maxw'] += $w;
131 $bararray['bcode'][$k] = ['t' => false, 'w' => 1, 'h' => 1, 'p' => 0];
132 $bararray['maxw'] += 1;
136 $bararray['checkdigit'] = $checkdigit;
138 $this->data = $bararray;
DCodabar.php56 $bararray = ['code' => $code, 'maxw' => 0, 'maxh' => 1, 'bcode' => []];
82 $bararray['bcode'][$k] = ['t' => $t, 'w' => $w, 'h' => 1, 'p' => 0];
83 $bararray['maxw'] += $w;
88 $this->data = $bararray;
DI25.php65 $bararray = ['code' => $code, 'maxw' => 0, 'maxh' => 1, 'bcode' => []];
95 $bararray['bcode'][$k] = ['t' => $t, 'w' => $w, 'h' => 1, 'p' => 0];
96 $bararray['maxw'] += $w;
100 $bararray['checkdigit'] = $checkdigit;
102 $this->data = $bararray;
DEanUpc.php216 $bararray = ['code' => $upceCode, 'maxw' => 0, 'maxh' => 1, 'bcode' => []];
223 $bararray = ['code' => $code, 'maxw' => 0, 'maxh' => 1, 'bcode' => []];
252 $bararray['bcode'][$k] = ['t' => $t, 'w' => $w, 'h' => 1, 'p' => 0];
253 $bararray['maxw'] += $w;
258 $bararray['checkdigit'] = $checkdigit;
260 $this->data = $bararray;
DImb.php181 $bararray = ['code' => $code, 'maxw' => 0, 'maxh' => $daft['F'], 'bcode' => []];
202 $bararray['bcode'][$k++] = ['t' => 1, 'w' => 1, 'h' => $h, 'p' => $p];
204 $bararray['bcode'][$k++] = ['t' => 0, 'w' => $gapWidth, 'h' => 1, 'p' => 0];
205 $bararray['maxw'] += (1 + $gapWidth);
208 unset($bararray['bcode'][($k - 1)]);
209 $bararray['maxw'] -= $gapWidth;
211 $this->data = $bararray;
DCode128.php269 $bararray = ['code' => $code, 'maxw' => 0, 'maxh' => 1, 'bcode' => []];
293 $bararray['bcode'][$k] = ['t' => $t, 'w' => $w, 'h' => 1, 'p' => 0];
294 $bararray['maxw'] += $w;
299 $bararray['checkdigit'] = $checkdigit;
300 $this->data = $bararray;
DCode93.php133 $bararray = ['code' => $code, 'maxw' => 0, 'maxh' => 1, 'bcode' => []];
150 $bararray['bcode'][$k] = ['t' => $t, 'w' => $w, 'h' => 1, 'p' => 0];
151 $bararray['maxw'] += $w;
156 $bararray['bcode'][$k] = ['t' => true, 'w' => 1, 'h' => 1, 'p' => 0];
157 $bararray['maxw'] += 1;
159 $this->data = $bararray;
DMsi.php84 $bararray = ['code' => $code, 'maxw' => 0, 'maxh' => 1, 'bcode' => []];
85 $bararray['checkdigit'] = $checkdigit;
87 $this->data = $this->binseqToArray($seq, $bararray);
DS25.php72 $bararray = ['code' => $code, 'maxw' => 0, 'maxh' => 1, 'bcode' => []];
73 $bararray['checkdigit'] = $checkdigit;
75 $this->data = $this->binseqToArray($seq, $bararray);
DEanExt.php104 $bararray = ['code' => $code, 'maxw' => 0, 'maxh' => 1, 'bcode' => []];
106 $this->data = $this->binseqToArray($seq, $bararray);
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
DBarcode1D.php300 $bararray = array('code' => $code, 'maxw' => 0, 'maxh' => 1, 'bcode' => array());
316 $bararray['bcode'][$k] = array('t' => $t, 'w' => $w, 'h' => 1, 'p' => 0);
317 $bararray['maxw'] += $w;
321 $bararray['bcode'][$k] = array('t' => false, 'w' => 1, 'h' => 1, 'p' => 0);
322 $bararray['maxw'] += 1;
325 return $bararray;
503 $bararray = array('code' => $code, 'maxw' => 0, 'maxh' => 1, 'bcode' => array());
519 $bararray['bcode'][$k] = array('t' => $t, 'w' => $w, 'h' => 1, 'p' => 0);
520 $bararray['maxw'] += $w;
524 $bararray['bcode'][$k] = array('t' => true, 'w' => 1, 'h' => 1, 'p' => 0);
[all …]