Home
last modified time | relevance | path

Searched +full:doublesided +(+path:plugin +path:dw2pdf) -(+path:plugin +path:dw2pdf +path:lang) (Results 1 – 3 of 3) sorted by relevance

/plugin/dw2pdf/conf/
H A Ddefault.php6 $conf['doublesided'] = 1;
H A Dmetadata.php6 $meta['doublesided'] = array('onoff');
/plugin/dw2pdf/
H A Daction.php328 . $this->getExportConfig('doublesided')
455 $mpdf->mirrorMargins = $this->getExportConfig('doublesided');
973 $doublesided = $INPUT->bool('doublesided', (bool)$this->getConf('doublesided'));
974 $this->exportConfig['doublesided'] = $doublesided ? '1' : '0';