Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DPre.php10 $this->mpdf->ispre = true; // ADDED - Prevents left trim of textbuffer in printbuffer()
H A DBlockTag.php1035 $this->mpdf->ispre = false;
1141 $this->mpdf->ispre = false;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php825 var $ispre;
1259 $this->ispre = false;
13432 if ($this->ignorefollowingspaces && !$this->ispre) {
13547 if (($this->ignorefollowingspaces) && !$this->ispre) {
13613 if ($this->ignorefollowingspaces && !$this->ispre) {
13626 if (substr($e, -1, 1) == ' ' && !$this->ispre && $this->FontFamily != 'csymbol' && $this->FontFamily != 'czapfdingbats') {
16024 if ($i == 0 && $vetor[0] != "\n" && ! $this->ispre) {
824 var $ispre; global() variable in Mpdf\\Mpdf