Lines Matching refs:barcode

902 	public $barcode;
7390 if ($objattr['type'] === 'barcode') {
9113 if ($type == 'image' || $type == 'barcode' || $type == 'textcircle') {
9226 if ($type == 'barcode' || $type == 'textcircle') {
19041 $this->enabledtags = "<a><acronym><address><article><aside><b><bdi><bdo><big><blockquote><br><caption><center><cite><code><del><details><dd><div><dl><dt><em><fieldset><figcaption><figure><font><form><h1><h2><h3><h4><h5><h6><hgroup><hr><i><img><input><ins><kbd><legend><li><main><mark><meter><nav><ol><option><p><pre><progress><q><s><samp><section><select><small><span><strike><strong><sub><summary><sup><table><tbody><td><template><textarea><tfoot><th><thead><time><tr><tt><u><ul><var><footer><header><annotation><bookmark><textcircle><barcode><dottab><indexentry><indexinsert><watermarktext><watermarkimage><tts><ttz><tta><column_break><columnbreak><newcolumn><newpage><page_break><pagebreak><formfeed><columns><toc><tocentry><tocpagebreak><pageheader><pagefooter><setpageheader><setpagefooter><sethtmlpageheader><sethtmlpagefooter>";
26095 * UPC/EAN barcode
26109 $this->barcode = new Barcode();
26111 $arrcode = $this->barcode->getBarcodeArray($code, 'EAN13');
26113 $arrcode = $this->barcode->getBarcodeArray($code, $btype);
26117 throw new \Mpdf\MpdfException('Error in barcode string: ' . $codestr);
26166 $fbw = $bcw + $llm + $rlm; // Full barcode width incl. light margins
26169 $fbwi = $fbw - 2; // Full barcode width incl. light margins - 2mm - for isbn string
26172 $fbh = $arrcode['nom-H'] * $size * $height; // Full barcode height incl. numerals
26410 $supparrcode = $this->barcode->getBarcodeArray($supplement_code, 'EAN' . $supplement);
26413 throw new \Mpdf\MpdfException('Error in barcode string (supplement): ' . $codestr . ' ' . $supplement_code);
26425 $fbw = $bcw + $llm + $rlm; // Full barcode width incl. light margins
26486 $this->barcode = new Barcode();
26487 $arrcode = $this->barcode->getBarcodeArray($code, $btype, $print_ratio, $quiet_zone_left, $quiet_zone_right);
26517 $fbw = $bcw + $llm + $rlm; // Full barcode width incl. light margins
26520 $fbh = $bch + $tlm + $blm; // Full barcode height
27067 $selftabs = 'input|hr|img|br|barcode|dottab';