Home
last modified time | relevance | path

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

/plugin/eclipseupdateurl/
H A Dsyntax.php274 return $this->_getFeatureXML($this->__fileExistsInJar($FILE, 'feature.xml', true));
336 if(!$this->__fileExistsInJar($file, 'feature.xml')){
344 function __fileExistsInJar($JAR, $NAME, $GET = false) { function in syntax_plugin_eclipseupdateurl