Searched refs:intext (Results 1 – 2 of 2) sorted by relevance
/plugin/qrcode2/ |
H A D | phpqrcode.php | 3254 public function encodeRAW($intext, $outfile = false) argument 3259 $code->encodeString8bit($intext, $this->version, $this->level); 3261 … $code->encodeString($intext, $this->version, $this->level, $this->hint, $this->casesensitive); 3268 public function encode($intext, $outfile = false) argument 3273 $code->encodeString8bit($intext, $this->version, $this->level); 3275 … $code->encodeString($intext, $this->version, $this->level, $this->hint, $this->casesensitive); 3288 public function encodePNG($intext, $outfile = false,$saveandprint=false) argument 3293 $tab = $this->encode($intext);
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/ |
H A D | Svg.php | 164 var $intext; // mPDF 5.7.4 variable in Mpdf\\Image\\Svg 216 $this->intext = false; // mPDF 5.7.4 3873 if ($this->intext) { 3895 $this->intext = true; // mPDF 5.7.4 4109 if ($this->intext) { 4118 if ($this->intext) { 4129 if ($this->intext) { 4188 $this->intext = false; // mPDF 5.7.4
|