Home
last modified time | relevance | path

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

/plugin/abc/conf/
H A Ddefault.php15 $conf['abc2abc'] = '';
H A Dmetadata.php15 $meta['abc2abc'] = array('string');
/plugin/abc/
H A Dsyntax.php71 if ($this->getConf('abc2abc') && is_executable($this->getConf('abc2abc'))) {
263 passthru(fullpath($this->getConf('abc2abc'))." $srcFile -e -t $trans > $abcFile");