Lines Matching refs:QRcode
110 * @class QRcode
124 class QRcode
132 * Encoding mode numeric (0-9). 3 characters are encoded to 10bit length. In theory, 7089 characters or less can be stored in a QRcode.
137 * Encoding mode alphanumeric (0-9A-Z $%*+-./:) 45characters. 2 characters are encoded to 11bit length. In theory, 4296 characters or less can be stored in a QRcode.
142 * Encoding mode 8bit byte data. In theory, 2953 characters or less can be stored in a QRcode.
147 * Encoding mode KANJI. A KANJI character (multibyte character) is encoded to 13bit length. In theory, 1817 characters or less can be stored in a QRcode.
258 * QR code version. Size of QRcode is defined as version. Version is from 1 to 40. Version 1 is 21*21 matrix. And 4 modules increases whenever 1 version increases. So version 40 is 177*177 matrix.
591 * Creates a QRcode object
592 * @param $code (string) code to represent using QRcode
2821 } // end QRcode class