Home
last modified time | relevance | path

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

/plugin/abc/
H A Dsyntax.php343 function _getFile($fileBase, $ext) { function in syntax_plugin_abc
385 $imgFile = $this->_getFile($fileBase, '.png');
386 $midFile = $this->_getFile($fileBase, '.mid');
387 $abcFile = $this->_getFile($fileBase, '.abc');
388 $psFile = $this->_getFile($fileBase, '.ps');
389 $pdfFile = $this->_getFile($fileBase, '.pdf');
/plugin/datatemplate/syntax/
H A Dentry.php95 function _getFile($template) { function in syntax_plugin_datatemplate_entry
171 $file = $this->_getFile($data['template']);
295 $file = $this->_getFile($data['template']);