Home
last modified time | relevance | path

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

/plugin/dw2pdf/
H A DDokuPDF.class.php22 * @param string $pagesize
29 public function __construct($pagesize = 'A4', $orientation = 'portrait', $fontsize = 11, $docLang = 'en') argument
39 $format = $pagesize;
H A Daction.php325 . $this->getExportConfig('pagesize')
435 $this->getExportConfig('pagesize'),
967 $this->exportConfig['pagesize'] = $INPUT->str('pagesize', $this->getConf('pagesize'), true);
/plugin/dw2pdf/conf/
H A Ddefault.php3 $conf['pagesize'] = 'A4';
H A Dmetadata.php3 $meta['pagesize'] = array('string');