Home
last modified time | relevance | path

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

/plugin/abc/
H A Dsyntax.php110 $errorLog = str_replace($this->_getAbc2psVersion(), "abc2ps", $errorLog);
111 //hide abc2ps version for security reasons
146 $error .= $this->_checkExec($this->getConf('abc2ps'), 'abc2ps');
277 …$epsCommand = fullpath($this->getConf('abc2ps'))." $abcFile ".$this->getConf('params4img')." -E -O…
310 …passthru(fullpath($this->getConf('abc2ps'))." $abcFile $addFmt ".$this->getConf('params4ps')." -O …
329 * get abc2ps version
333 passthru(fullpath($this->getConf('abc2ps'))." -V 2>&1");
/plugin/abc/conf/
H A Ddefault.php12 $conf['abc2ps'] = '';
H A Dmetadata.php12 $meta['abc2ps'] = array('string');