Home
last modified time | relevance | path

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

/plugin/xslfo/
H A Daction.php100 // Replace placeholders in the command string
114 $command_template = $this->getConf('command').' 2>&1';
115 $command = preg_replace_callback('/{(\w+)}/', function ($m) use ($filenames) {
119 // Execute the FO processor command, and give up if it fails
123 exec($command, $out);
126 …msg("Command: <code>$command</code><br />Output:<pre>".join("\n", $out).'</pre>', 0, '', '', MSG_A…
/plugin/xslfo/conf/
H A Ddefault.php6 $conf['command'] = 'fop -xml "{xml}" -xsl "{xsl}" -pdf "{pdf}"';
H A Dmetadata.php6 $meta['command'] = array('string');