Home
last modified time | relevance | path

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

/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DQRcode.php1245 protected function identifyMode($pos) { function in jucksearm\\barcode\\lib\\QRcode
1277 $mode = $this->identifyMode($p);
1343 while($this->identifyMode($p) == self::QR_MODE_KJ) {
1360 $mode = $this->identifyMode($p);
1405 $mode = $this->identifyMode(0);
1446 $mode = $this->identifyMode(substr($this->dataStr, $p), $this->hint);
/plugin/qrcode2/
H A Dphpqrcode.php2003 public function identifyMode($pos) function in QRsplit
2040 $mode = $this->identifyMode($p);
2118 while($this->identifyMode($p) == QR_MODE_KANJI) {
2140 $mode = $this->identifyMode($p);
2192 $mode = $this->identifyMode(0);
2220 $mode = self::identifyMode(substr($this->dataStr, $p), $this->modeHint);