Searched refs:isalnumat (Results 1 – 2 of 2) sorted by relevance
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/ |
H A D | QRcode.php | 1233 protected function isalnumat($str, $pos) { function in jucksearm\\barcode\\lib\\QRcode 1252 } elseif ($this->isalnumat($this->dataStr, $pos)) { 1306 while($this->isalnumat($this->dataStr, $p)) { 1325 if (!$this->isalnumat($this->dataStr, $p)) { 1379 while($this->isalnumat($this->dataStr, $q)) {
|
/plugin/qrcode2/ |
H A D | phpqrcode.php | 1994 public static function isalnumat($str, $pos) function in QRsplit 2012 } else if(self::isalnumat($this->dataStr, $pos)) { 2074 while(self::isalnumat($this->dataStr, $p)) { 2097 if(!self::isalnumat($this->dataStr, $p)) { 2159 while(self::isalnumat($this->dataStr, $q)) {
|