Home
last modified time | relevance | path

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

/plugin/dw2pdf/conf/
H A Ddefault.php15 $conf['qrcodescale'] = '1';
H A Dmetadata.php15 $meta['qrcodescale'] = array('string', '_pattern' => '/^(|\d+(\.\d+)?)$/');
/plugin/dw2pdf/
H A Daction.php710 if ($this->getConf('qrcodescale')) {
712 $size = (float)$this->getConf('qrcodescale');