Home
last modified time | relevance | path

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

/plugin/siteexport/inc/
H A Dpdfgenerator.php59 $mpdf->mirrorMargins = $this->functions->getConf('useOddEven'); // don't mirror margins
H A DreadCSS.patch223 $pageselectors = false; // used to turn on $this->mpdf->mirrorMargins
242 …FT' || $m[1]=='RIGHT') { $pageselectors = true; } // used to turn on $this->mpdf->mirrorMargins
247 …EFT' || $m[1]=='RIGHT') { $pageselectors = true; } // used to turn on $this->mpdf->mirrorMargins
302 if ($pageselectors) { $this->mpdf->mirrorMargins = true; }
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DTableOfContents.php269 if (($this->mpdf->mirrorMargins) && (($this->mpdf->page) % 2 == 0)) { // EVEN
338 if (($this->mpdf->mirrorMargins) && (($this->mpdf->page) % 2 == 1)) { // ODD
876 if ($this->mpdf->y == $this->mpdf->tMargin && (!$this->mpdf->mirrorMargins || ($this->mpdf->mirrorMargins && $this->mpdf->page % 2 == 1))) {
H A DMpdf.php200 var $mirrorMargins;
1720 if (($this->mirrorMargins) && (($this->page) % 2 == 0)) { // EVEN
1731 } elseif (($this->mirrorMargins) && (($this->page) % 2 == 0)) { // EVEN
1738 if ($this->mirrorMargins) {
3042 if (!$this->mirrorMargins || ($this->page) % 2 == 0) {
3046 if (!$this->mirrorMargins || ($this->page) % 2 == 1) {
3050 if (!$this->mirrorMargins) {
3068 if (!$this->mirrorMargins) {
8939 if (($this->mirrorMargins) && (($this->page) % 2 == 0)) {
9667 if ($this->mirrorMargins
209 var $mirrorMargins; global() variable in Mpdf\\Mpdf
[all...]
H A DCssManager.php306 $pageselectors = false; // used to turn on $this->mpdf->mirrorMargins
341 } // used to turn on $this->mpdf->mirrorMargins
348 } // used to turn on $this->mpdf->mirrorMargins
461 $this->mpdf->mirrorMargins = true;
/plugin/dw2pdf/
H A Daction.php455 $mpdf->mirrorMargins = $this->getExportConfig('doublesided');