Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
DNewColumn.php10 $this->mpdf->ignorefollowingspaces = true;
DColumns.php61 $this->mpdf->ignorefollowingspaces = true;
DLegend.php33 $this->mpdf->ignorefollowingspaces = true; //Eliminate exceeding left-side spaces
DSetHtmlPageFooter.php11 $this->mpdf->ignorefollowingspaces = true;
DPageFooter.php13 $this->mpdf->ignorefollowingspaces = true;
DBr.php79 $this->mpdf->ignorefollowingspaces = true;
DInput.php14 $this->mpdf->ignorefollowingspaces = false;
113 $this->mpdf->ignorefollowingspaces = true; //Eliminate exceeding left-side spaces
DTextArea.php155 $this->mpdf->ignorefollowingspaces = false;
DHr.php21 $this->mpdf->ignorefollowingspaces = true;
DSelect.php63 $this->mpdf->ignorefollowingspaces = false;
DFormFeed.php126 $this->mpdf->ignorefollowingspaces = true;
DBarCode.php15 $this->mpdf->ignorefollowingspaces = false;
DMeter.php300 $this->mpdf->ignorefollowingspaces = false;
DImg.php13 $this->mpdf->ignorefollowingspaces = false;
DTd.php16 $this->mpdf->ignorefollowingspaces = true;
DBlockTag.php95 $this->mpdf->ignorefollowingspaces = true;
970 $this->mpdf->ignorefollowingspaces = true; //Eliminate exceeding left-side spaces
DTable.php530 $this->mpdf->ignorefollowingspaces = true; //Eliminate exceeding left-side spaces
734 $this->mpdf->ignorefollowingspaces = true;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DMpdf.php565 var $ignorefollowingspaces; variable in Mpdf\\Mpdf
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;