Home
last modified time | relevance | path

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

/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DQRcode.php421 protected $anTable = array( variable in jucksearm\\barcode\\lib\\QRcode
1721 return (($c > 127)?-1:$this->anTable[$c]);
/plugin/qrcode2/
H A Dphpqrcode.php1434 public static $anTable = array( variable in QRinput
1448 return (($c > 127)?-1:self::$anTable[$c]);