Home
last modified time | relevance | path

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

/dports/www/itop/web/setup/
H A Dextensionsmap.class.inc.php248 * @param string $sSearchDir The directory to scan
255 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 …]
H A Dmodulediscovery.class.inc.php364 foreach($aSearchDirs as $sSearchDir)
366 $sLookupDir = realpath($sSearchDir);
369 throw new Exception("Invalid directory '$sSearchDir'");
373 self::ListModuleFiles(basename($sSearchDir), dirname($sSearchDir));
/dports/editors/libreoffice/libreoffice-7.2.6.2/wizards/com/sun/star/wizards/common/
H A DFileAccess.java95 …ficePath(XMultiServiceFactory xMSF, String sPath, String sType, String sSearchDir) throws NoValidP… in getOfficePath() argument
144 String tmpPath = ReadPaths[i] + sSearchDir; in getOfficePath()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/wizards/com/sun/star/wizards/common/
H A DFileAccess.java95 …ficePath(XMultiServiceFactory xMSF, String sPath, String sType, String sSearchDir) throws NoValidP… in getOfficePath() argument
144 String tmpPath = ReadPaths[i] + sSearchDir; in getOfficePath()