Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DNewColumn.php10 $this->mpdf->ignorefollowingspaces = true;
H A DColumns.php61 $this->mpdf->ignorefollowingspaces = true;
H A DLegend.php33 $this->mpdf->ignorefollowingspaces = true; //Eliminate exceeding left-side spaces
H A DSetHtmlPageFooter.php11 $this->mpdf->ignorefollowingspaces = true;
H A DPageFooter.php13 $this->mpdf->ignorefollowingspaces = true;
H A DBr.php79 $this->mpdf->ignorefollowingspaces = true;
H A DHr.php21 $this->mpdf->ignorefollowingspaces = true;
H A DTextArea.php155 $this->mpdf->ignorefollowingspaces = false;
H A DInput.php14 $this->mpdf->ignorefollowingspaces = false;
113 $this->mpdf->ignorefollowingspaces = true; //Eliminate exceeding left-side spaces
H A DSelect.php63 $this->mpdf->ignorefollowingspaces = false;
H A DBarCode.php15 $this->mpdf->ignorefollowingspaces = false;
H A DFormFeed.php126 $this->mpdf->ignorefollowingspaces = true;
H A DMeter.php300 $this->mpdf->ignorefollowingspaces = false;
H A DImg.php13 $this->mpdf->ignorefollowingspaces = false;
H A DTd.php16 $this->mpdf->ignorefollowingspaces = true;
H A DBlockTag.php95 $this->mpdf->ignorefollowingspaces = true;
970 $this->mpdf->ignorefollowingspaces = true; //Eliminate exceeding left-side spaces
H A DTable.php530 $this->mpdf->ignorefollowingspaces = true; //Eliminate exceeding left-side spaces
734 $this->mpdf->ignorefollowingspaces = true;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php565 var $ignorefollowingspaces;
1528 $this->ignorefollowingspaces = true; // in order to eliminate exceeding left-side spaces
13432 if ($this->ignorefollowingspaces && !$this->ispre) {
13437 $this->ignorefollowingspaces = false;
13547 if (($this->ignorefollowingspaces) && !$this->ispre) {
13613 if ($this->ignorefollowingspaces && !$this->ispre) {
13624 $this->ignorefollowingspaces = false; // mPDF 6
13627 $this->ignorefollowingspaces = true;
571 var $ignorefollowingspaces; global() variable in Mpdf\\Mpdf