Searched refs:sSearchDir (Results 1 – 4 of 4) sorted by relevance
248 * @param string $sSearchDir The directory to scan255 if (!is_readable($sSearchDir)) return false;256 $hDir = opendir($sSearchDir);262 $this->aScannedDirs[] = $sSearchDir;268 if (is_readable($sSearchDir.'/extension.xml'))270 $oXml = new XMLParameters($sSearchDir.'/extension.xml');280 $oExtension->sSourceDir = $sSearchDir;291 if (is_dir($sSearchDir.'/'.$sFile))294 $aSubDirectories[] = $sSearchDir.'/'.$sFile;299 $aModuleInfo = $this->GetModuleInfo($sSearchDir.'/'.$sFile);[all …]
364 foreach($aSearchDirs as $sSearchDir)366 $sLookupDir = realpath($sSearchDir); 369 throw new Exception("Invalid directory '$sSearchDir'");373 self::ListModuleFiles(basename($sSearchDir), dirname($sSearchDir));
95 …ficePath(XMultiServiceFactory xMSF, String sPath, String sType, String sSearchDir) throws NoValidP… in getOfficePath() argument144 String tmpPath = ReadPaths[i] + sSearchDir; in getOfficePath()