Searched refs:bararray (Results 1 – 14 of 14) sorted by relevance
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/ |
| D | Postnet.php | 65 $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 …]
|
| D | Rm4Scc.php | 84 $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 …]
|
| D | Code11.php | 48 $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;
|
| D | Code39.php | 105 $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;
|
| D | Codabar.php | 56 $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;
|
| D | I25.php | 65 $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;
|
| D | EanUpc.php | 216 $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;
|
| D | Imb.php | 181 $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;
|
| D | Code128.php | 269 $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;
|
| D | Code93.php | 133 $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;
|
| D | Msi.php | 84 $bararray = ['code' => $code, 'maxw' => 0, 'maxh' => 1, 'bcode' => []]; 85 $bararray['checkdigit'] = $checkdigit; 87 $this->data = $this->binseqToArray($seq, $bararray);
|
| D | S25.php | 72 $bararray = ['code' => $code, 'maxw' => 0, 'maxh' => 1, 'bcode' => []]; 73 $bararray['checkdigit'] = $checkdigit; 75 $this->data = $this->binseqToArray($seq, $bararray);
|
| D | EanExt.php | 104 $bararray = ['code' => $code, 'maxw' => 0, 'maxh' => 1, 'bcode' => []]; 106 $this->data = $this->binseqToArray($seq, $bararray);
|
| /plugin/barcodes/vendor/jucksearm/php-barcode/lib/ |
| D | Barcode1D.php | 300 $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 …]
|