Lines Matching refs:getConf

58 …  if($this->getConf('abcok') && (!$INFO['rev'] || ($INFO['rev'] && ($ACT=='preview'))) && !$error){
71 if ($this->getConf('abc2abc') && is_executable($this->getConf('abc2abc'))) {
97 if ($this->getConf('displayType')==1 || $this->getConf('displayType')==2) {
100 if ($this->getConf('displayType')==2) {
102 if ($this->getConf('ps2pdf')) {
109 if (($this->getConf('displayErrorlog') || $debug) && $errorLog) {
126 if ($this->getConf('displaySource')) $visible = " visible";
131 if ($error && $this->getConf('abcok')) {
146 $error .= $this->_checkExec($this->getConf('abc2ps'), 'abc2ps');
148 if (($this->getConf('displayType')==1) || ($this->getConf('displayType')==2)) {
149 $tmpError1 = $this->_checkExec($this->getConf('abc2midi'), 'abc2midi');
152 if($this->getConf('ps2pdf') && ($this->getConf('displayType')==2)) {
153 $tmpError2 = $this->_checkExec($this->getConf('ps2pdf'), 'ps2pdf');
186 $abcdir = $this->getConf('mediaNS') ? $mediadir.'/'.$this->getConf('mediaNS') : $mediadir;
263 passthru(fullpath($this->getConf('abc2abc'))." $srcFile -e -t $trans > $abcFile");
277 …$epsCommand = fullpath($this->getConf('abc2ps'))." $abcFile ".$this->getConf('params4img')." -E -O…
308 $fmt = $this->getConf('fmt');
310 …passthru(fullpath($this->getConf('abc2ps'))." $abcFile $addFmt ".$this->getConf('params4ps')." -O …
318 passthru(fullpath($this->getConf('ps2pdf'))." $psFile $pdfFile");
326 passthru(fullpath($this->getConf('abc2midi'))." $abcFile -o $midFile");
333 passthru(fullpath($this->getConf('abc2ps'))." -V 2>&1");
364 $mediaNS = $this->getConf('mediaNS').":";
390 $mediaNS = $this->getConf('mediaNS').":";
393 switch ($this->getConf('displayType')) {
417 if ($this->getConf('ps2pdf') && $pdfFile) {