Lines Matching refs:wordData
70 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) {
572 $this->wordData = array_merge($this->wordData, ...$data);
582 $word = $this->wordData[$i];