Lines Matching defs:btype

7413 				if (in_array($objattr['btype'], $barcodeTypes, true)) {
7429 $objattr['btype'],
7435 } elseif ($objattr['btype'] === 'QR') {
7490 $objattr['btype'],
26100 function WriteBarcode($code, $showtext = 1, $x = '', $y = '', $size = 1, $border = 0, $paddingL = 1, $paddingR = 1, $paddingT = 2, $paddingB = 2, $height = 1, $bgcol = false, $col = false, $btype = 'ISBN', $supplement = '0', $supplement_code = '', $k = 1)
26110 if ($btype == 'ISSN' || $btype == 'ISBN') {
26113 $arrcode = $this->barcode->getBarcodeArray($code, $btype);
26120 if ((($btype === 'EAN13' || $btype === 'ISBN' || $btype === 'ISSN') && strlen($code) === 12)
26121 || ($btype == 'UPCA' && strlen($code) === 11)
26122 || ($btype == 'UPCE' && strlen($code) === 11)
26123 || ($btype == 'EAN8' && strlen($code) === 7)) {
26134 if ($btype === 'ISBN') {
26138 if ($btype === 'ISSN') {
26175 if (($btype == 'EAN13' && $showtext) || $btype == 'ISSN' || $btype == 'ISBN') { // Add height for ISBN string + margin from top of bars
26240 if (($btype === 'EAN13' && $showtext) || $btype === 'ISBN' || $btype === 'ISSN') {
26300 if ($btype === 'EAN13' || $btype === 'ISBN' || $btype === 'ISSN') {
26315 } elseif ($btype === 'UPCA') {
26327 } elseif ($btype === 'UPCE') {
26340 } elseif ($btype === 'EAN8') {
26480 function WriteBarcode2($code, $x = '', $y = '', $size = 1, $height = 1, $bgcol = false, $col = false, $btype = 'IMB', $print_ratio = '', $k = 1, $quiet_zone_left = null, $quiet_zone_right = null)
26487 $arrcode = $this->barcode->getBarcodeArray($code, $btype, $print_ratio, $quiet_zone_left, $quiet_zone_right);
26505 if ($btype === 'IMB' || $btype === 'RM4SCC' || $btype === 'KIX' || $btype === 'POSTNET' || $btype === 'PLANET') {
26510 } elseif (in_array($btype, ['C128A', 'C128B', 'C128C', 'C128RAW', 'EAN128A', 'EAN128B', 'EAN128C', 'C39', 'C39+', 'C39E', 'C39E+', 'S25', 'S25+', 'I25', 'I25+', 'I25B', 'I25B+', 'C93', 'MSI', 'MSI+', 'CODABAR', 'CODE11'])) {
26560 if ($btype == 'I25B' || $btype == 'I25B+') {