Home
last modified time | relevance | path

Searched refs:_checkExec (Results 1 – 1 of 1) sorted by relevance

/plugin/abc/
H A Dsyntax.php146 $error .= $this->_checkExec($this->getConf('abc2ps'), 'abc2ps');
147 $error .= $this->_checkExec($conf['im_convert'], 'im_convert');
149 $tmpError1 = $this->_checkExec($this->getConf('abc2midi'), 'abc2midi');
153 $tmpError2 = $this->_checkExec($this->getConf('ps2pdf'), 'ps2pdf');
161 function _checkExec($execFile, $execName) { function in syntax_plugin_abc