Home
last modified time | relevance | path

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

/plugin/siteexport/inc/
Dpdfgenerator.php59 $mpdf->mirrorMargins = $this->functions->getConf('useOddEven'); // don't mirror margins
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/
DTableOfContents.php269 if (($this->mpdf->mirrorMargins) && (($this->mpdf->page) % 2 == 0)) { // EVEN
338 if (($this->mpdf->mirrorMargins) && (($this->mpdf->page) % 2 == 1)) { // ODD
876 …is->mpdf->y == $this->mpdf->tMargin && (!$this->mpdf->mirrorMargins || ($this->mpdf->mirrorMargins
DMpdf.php200 var $mirrorMargins; variable in Mpdf\\Mpdf
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 && $n % 2 == 0) {
[all …]
DCssManager.php461 $this->mpdf->mirrorMargins = true;
/plugin/dw2pdf/
Daction.php455 $mpdf->mirrorMargins = $this->getExportConfig('doublesided');