Home
last modified time | relevance | path

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

/plugin/qrcode2/
H A Dphpqrcode.php1044 class QRinputItem { class
1245 $st1 = new QRinputItem($this->mode, $words, $this->data);
1246 … $st2 = new QRinputItem($this->mode, $this->size - $words, array_slice($this->data, $words));
1345 public function appendEntry(QRinputItem $entry)
1354 $entry = new QRinputItem($mode, $size, $data);
1377 $entry = new QRinputItem(QR_MODE_STRUCTURE, 3, buf);