Searched refs:rootDir (Results 1 – 3 of 3) sorted by relevance
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/GUI/ |
H A D | SetupDecorator.php | 151 function _getFiles($dir, $filenamePattern, $exclude, $rootDir) argument 174 $tmp = str_replace($rootDir, '', $filename); 191 … $files = array_merge($files, $this->_getFiles($filename, $filenamePattern, $exclude, $rootDir));
|
/plugin/xtern/scripts/ |
H A D | chk_links.php | 58 function scanDirectories($rootDir, $allData=array()) { argument 63 $dirContent = scandir($rootDir); 66 $path = $rootDir.'/'.$content;
|
/plugin/xtern/ |
H A D | admin.php | 305 function scanDirectories($rootDir, $allData=array()) { argument 309 $dirContent = scandir($rootDir); 312 $path = $rootDir.'/'.$content;
|