Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/qrcode/src/
DQrCode.php95 private $dataWordLimit = 0; variable in Mpdf\\QrCode\\QrCode
409 $this->dataWordLimit = ($this->dataBitLimit / 8);
458 if ($wordCount < $this->dataWordLimit - 1) {
474 if ($wordCount < $this->dataWordLimit - 1) {
476 while ($wordCount < $this->dataWordLimit - 1) {