Home
last modified time | relevance | path

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

/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
DPDF417.php106 protected $textsubmodes = array( variable in jucksearm\\barcode\\lib\\PDF417
873 if (($k = array_search($chval, $this->textsubmodes[$submode])) !== false) {
880 if (($s != $submode) AND (($k = array_search($chval, $this->textsubmodes[$s])) !== false)) {
882 …((($i + 1) < $codelen) AND (array_search(ord($code[($i + 1)]), $this->textsubmodes[$submode]) !== …