Home
last modified time | relevance | path

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

/plugin/qrcode2/
H A Dphpqrcode.php1049 public $bstream; variable in QRinputItem
1067 $this->bstream = $bstream;
1252 $this->bstream->append($st1->bstream);
1253 $this->bstream->append($st2->bstream);
1702 $ret = $bstream->append($item->bstream);
1708 return $bstream;
1717 if($bstream == null) {
1726 return $bstream;
1733 if($bstream == null) {
1810 return $bstream;
[all …]
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DQRcode.php1468 * @param $bstream (array)
1471 protected function newInputItem($mode, $size, $data, $bstream=null) { argument
1483 $inputitem['bstream'] = $bstream;
1495 $inputitem['bstream'] = array();
1497 $inputitem['bstream'] = $this->appendNum($inputitem['bstream'], 4, $val);
1498 $inputitem['bstream'] = $this->appendNum($inputitem['bstream'], $this->lengthIndicator(self::QR_MODE_NM, $version), $inputitem['size']);
1503 $inputitem['bstream']
2013 appendPaddingBit($bstream) global() argument
2186 bitstreamToByte($bstream) global() argument
[all...]