Home
last modified time | relevance | path

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

/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
DPDF417.php77 const QUIETH = 0; define in jucksearm\\barcode\\lib\\PDF417
637 $pstart = str_repeat('0', self::QUIETH).$this->start_pattern;
638 $pstop = $this->stop_pattern.str_repeat('0', self::QUIETH);
640 $barcode_array['num_cols'] = (($cols + 2) * 17) + 35 + (2 * self::QUIETH);