Home
last modified time | relevance | path

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

/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DDatamatrix.php464 protected function isCharMode($chr, $mode) { function in jucksearm\\barcode\\lib\\Datamatrix
548 if ($this->isCharMode($chr, self::ENC_ASCII_NUM)) {
558 if ($this->isCharMode($chr, self::ENC_C40)) {
566 if ($this->isCharMode($chr, self::ENC_TXT)) {
574 if ($this->isCharMode($chr, self::ENC_X12) OR $this->isCharMode($chr, self::ENC_C40)) {
582 if ($this->isCharMode($chr, self::ENC_EDF)) {
590 if ($this->isCharMode($chr, self::ENC_BASE256)) {
621 if ($this->isCharMode($tmpchr, self::ENC_X12)) {
623 …} elseif (!($this->isCharMode($tmpchr, self::ENC_X12) OR $this->isCharMode($tmpchr, self::ENC_C40)…
724 if ($this->isCharMode($chr, self::ENC_ASCII_EXT)) {
[all …]