Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/qrcode/src/
DQrCode.php70 private $wordData = []; // liste des valeurs tout ramené à 8bit variable in Mpdf\\QrCode\\QrCode
432 $this->wordData = [];
433 $this->wordData[0] = 0;
444 $this->wordData[$wordCount] = ((@$this->wordData[$wordCount] << $bufferBit) | $bufferVal);
449 …$this->wordData[$wordCount] = ((@$this->wordData[$wordCount] << $remainingBit) | ($bufferVal >> $b…
459 $this->wordData[$wordCount] = 0;
468 $this->wordData[$wordCount] <<= $remainingBit;
479 $this->wordData[$wordCount] = 236;
481 $this->wordData[$wordCount] = 17;
534 foreach ($this->wordData as $wordItem) {
[all …]