Home
last modified time | relevance | path

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

/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DDatamatrix.php178 protected $chset = array( variable in jucksearm\\barcode\\lib\\Datamatrix
747 $charset = $this->chset[$set_id];
766 if (isset($this->chset['SH1'][$chr])) {
768 $shiftset = $this->chset['SH1'];
769 } elseif (isset($chr, $this->chset['SH2'][$chr])) {
771 $shiftset = $this->chset['SH2'];
772 } elseif (($enc == self::ENC_C40) AND isset($this->chset['S3C'][$chr])) {
774 $shiftset = $this->chset['S3C'];
775 } elseif (($enc == self::ENC_TXT) AND isset($this->chset['S3T'][$chr])) {
777 $shiftset = $this->chset['S3T'];