Home
last modified time | relevance | path

Searched refs:baseFolder (Results 1 – 25 of 134) sorted by relevance

123456

/dports/graphics/freeimage/FreeImage/Wrapper/FreeImage.NET/cs/SourceFileMerger/
H A DProgram.cs14 private const string baseFolder = @"..\..\..\Library\"; field in FreeImageNET_SFM.Program
46 if (!File.Exists(baseFolder + match.Groups[1].Value)) in Main()
48 throw new FileNotFoundException(baseFolder + match.Groups[1].Value + " does not exist."); in Main()
51 ParseFile(baseFolder + match.Groups[1].Value); in Main()
108 if (!File.Exists(baseFolder + match.Groups[1].Value)) in ParseFile()
110 throw new FileNotFoundException(baseFolder + match.Groups[1].Value + " does not exist."); in ParseFile()
113 ParseFile(baseFolder + match.Groups[1].Value); in ParseFile()
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Config/
H A DFileAssociationHelper.cs16 …string baseFolder = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments),… in CreateMimeType()
17 if(!Directory.Exists(baseFolder)) { in CreateMimeType()
18 Directory.CreateDirectory(baseFolder); in CreateMimeType()
20 string filename = Path.Combine(baseFolder, mimeType + ".xml"); in CreateMimeType()
47 …string baseFolder = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments),… in ConfigureLinuxMimeTypes()
48 string desktopFolder = Path.Combine(baseFolder, "applications"); in ConfigureLinuxMimeTypes()
49 string mimeFolder = Path.Combine(baseFolder, "mime"); in ConfigureLinuxMimeTypes()
50 string iconFolder = Path.Combine(baseFolder, "icons"); in ConfigureLinuxMimeTypes()
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Gui/src/util/shared_db/
H A DCommonImportOptionsDialog.cpp30 CommonImportOptionsDialog::CommonImportOptionsDialog(const QString &baseFolder, const ImportToDatab… in CommonImportOptionsDialog() argument
34 init(baseFolder, options); in CommonImportOptionsDialog()
45 void CommonImportOptionsDialog::init(const QString &baseFolder, const ImportToDatabaseOptions &opti… in init() argument
46 optionsWidget->init(baseFolder, options); in init()
H A DCommonImportOptionsDialog.h35 …CommonImportOptionsDialog(const QString &baseFolder, const ImportToDatabaseOptions &options, QWidg…
41 void init(const QString &baseFolder, const ImportToDatabaseOptions &options);
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/google/flatbuffers/kotlin/benchmark/
H A Dbuild.gradle.kts23 val baseFolder = project.file("build/reports/benchmarks/main").absolutePath in <lambda>() constant
24 val lastFolder = project.file(baseFolder).list()?.sortedArray()?.lastOrNull() ?: "" in <lambda>()
25 jmhResultPath = "$baseFolder/$lastFolder/jvm.json" in <lambda>()
26 jmhReportOutput = "$baseFolder/$lastFolder" in <lambda>()
/dports/devel/flatbuffers/flatbuffers-2.0.0/kotlin/benchmark/
H A Dbuild.gradle.kts23 val baseFolder = project.file("build/reports/benchmarks/main").absolutePath in <lambda>() constant
24 val lastFolder = project.file(baseFolder).list()?.sortedArray()?.lastOrNull() ?: "" in <lambda>()
25 jmhResultPath = "$baseFolder/$lastFolder/jvm.json" in <lambda>()
26 jmhReportOutput = "$baseFolder/$lastFolder" in <lambda>()
/dports/net-im/openfire/Openfire-4.7.1/xmppserver/src/main/java/org/jivesoftware/openfire/audit/spi/
H A DAuditorImpl.java95 private File baseFolder; field in AuditorImpl
143 baseFolder = new File(logDir); in setLogDir()
145 if (!baseFolder.exists()) { in setLogDir()
146 if ( !baseFolder.mkdir() ) { in setLogDir()
147 Log.error( "Unable to create log directory: {}", baseFolder ); in setLogDir()
233 File[] files = baseFolder.listFiles(filter); in ensureMaxTotalSize()
235 …ot denote a directory, or an IO exception occured while trying to list its content.", baseFolder ); in ensureMaxTotalSize()
294 final File[] files = baseFolder.listFiles(filter); in ensureMaxDays()
348 File[] files = baseFolder.listFiles(filter); in createAuditFile()
/dports/print/py-fontparts/fontParts-0.9.11/documentation/source/_themes/fontPartsTheme/static/
H A Dsass2css.py37 baseFolder = os.path.split(os.path.abspath(__file__))[0] variable
39 for f in os.listdir(baseFolder):
44 sassPath = os.path.join(baseFolder, f)
/dports/astro/stellarium/stellarium-0.21.3/plugins/RemoteControl/src/
H A DViewService.cpp78 QString baseFolder = StelFileMgr::findFile("landscapes/" + lsMgr->getCurrentLandscapeID()); in get() local
79 QString pathString = baseFolder + '/' + QString::fromUtf8(path); in get()
114 QString baseFolder = StelFileMgr::findFile("skycultures/" + skyCulMgr->getCurrentSkyCultureID()); in get() local
115 QString pathString = baseFolder + '/' + QString::fromUtf8(path); in get()
/dports/sysutils/aptly/aptly-1.4.0/vendor/github.com/aws/aws-sdk-go/awstesting/integration/customizations/s3/s3crypto/
H A Dstepdef.go26 baseFolder := "crypto_tests/" + cekAlg
31 Prefix: aws.String(baseFolder + "/" + prefix),
47 caseKey := strings.TrimPrefix(*plaintextKey, baseFolder+"/"+prefix)
55 gucumber.World["baseFolder"] = baseFolder
62 baseFolder := gucumber.World["baseFolder"].(string)
71 cipherKey := baseFolder + "/" + version + "/" + language + "/" + prefix + caseKey
/dports/databases/tile38/tile38-1.12.0/vendor/github.com/aws/aws-sdk-go/awstesting/integration/customizations/s3/s3crypto/
H A Dstepdef.go26 baseFolder := "crypto_tests/" + cekAlg
31 Prefix: aws.String(baseFolder + "/" + prefix),
47 caseKey := strings.TrimPrefix(*plaintextKey, baseFolder+"/"+prefix)
55 gucumber.World["baseFolder"] = baseFolder
62 baseFolder := gucumber.World["baseFolder"].(string)
71 cipherKey := baseFolder + "/" + version + "/" + language + "/" + prefix + caseKey
/dports/devel/awless/awless-0.1.11/vendor/github.com/aws/aws-sdk-go/awstesting/integration/customizations/s3/s3crypto/
H A Dstepdef.go26 baseFolder := "crypto_tests/" + cekAlg
31 Prefix: aws.String(baseFolder + "/" + prefix),
47 caseKey := strings.TrimPrefix(*plaintextKey, baseFolder+"/"+prefix)
55 gucumber.World["baseFolder"] = baseFolder
62 baseFolder := gucumber.World["baseFolder"].(string)
71 cipherKey := baseFolder + "/" + version + "/" + language + "/" + prefix + caseKey
/dports/sysutils/docker-registry/distribution-2.7.1/vendor/github.com/aws/aws-sdk-go/aws-sdk-go-1.15.11/awstesting/integration/customizations/s3/s3crypto/
H A Dstepdef.go26 baseFolder := "crypto_tests/" + cekAlg
31 Prefix: aws.String(baseFolder + "/" + prefix),
47 caseKey := strings.TrimPrefix(*plaintextKey, baseFolder+"/"+prefix)
55 gucumber.World["baseFolder"] = baseFolder
62 baseFolder := gucumber.World["baseFolder"].(string)
71 cipherKey := baseFolder + "/" + version + "/" + language + "/" + prefix + caseKey
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/directorywatcher/
H A DRepositoryListenerTest.java65 File baseFolder = getTestData("0.99", "/testData/directorywatcher1"); in testDirectoryWatcherListener() local
81 copy("2.0", baseFolder, folder); in testDirectoryWatcherListener()
98 removeContents(baseFolder, folder); in testDirectoryWatcherListener()
114 File baseFolder = getTestData("0.99", "/testData/directorywatcher1"); in testBundleShape() local
115 copy("2.0", baseFolder, folder); in testBundleShape()
/dports/www/owncloud/owncloud/apps/dav/lib/Meta/
H A DMetaPlugin.php91 $baseFolder = $this->rootFolder->get($uid . '/files/');
93 $files = $baseFolder->getById($fileId);
98 return $baseFolder->getRelativePath($file->getPath());
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/src/org/eclipse/team/internal/ccvs/core/util/
H A DSyncFileWriter.java633 IFolder baseFolder = getBaseDirectory(file); in writeFileToBaseDirectory() local
634 if (!baseFolder.exists()) { in writeFileToBaseDirectory()
637 IFile target = baseFolder.getFile(new Path(null, file.getName())); in writeFileToBaseDirectory()
662 IFolder baseFolder = getBaseDirectory(file); in restoreFileFromBaseDirectory() local
663 IFile source = baseFolder.getFile(new Path(null, file.getName())); in restoreFileFromBaseDirectory()
704 IFolder baseFolder = getBaseDirectory(file); in deleteFileFromBaseDirectory() local
705 IFile source = baseFolder.getFile(new Path(null, file.getName())); in deleteFileFromBaseDirectory()
719 IFolder baseFolder = cvsFolder.getFolder(new Path(BASE_DIRNAME)); in getBaseDirectory() local
720 return baseFolder; in getBaseDirectory()
740 IFolder baseFolder = getBaseDirectory(file); in isEdited() local
[all …]
/dports/audio/atunes/atunes-3.1.2/src/net/sourceforge/atunes/kernel/modules/process/
H A DImportFilesProcess.java116 File baseFolder = null; in getDirectory() local
123 baseFolder = folder.getParentFile(); in getDirectory()
127 if (baseFolder == null) { in getDirectory()
128 baseFolder = this.folders.get(0); in getDirectory()
133 .getPath(baseFolder).replace("\\", "\\\\").replace("$", "\\$"), in getDirectory()
/dports/www/nextcloud/nextcloud/apps-pkg/files/lib/Controller/
H A DViewController.php400 $baseFolder = $this->rootFolder->getUserFolder($uid);
401 $files = $baseFolder->getById($fileId);
405 $baseFolder = $this->rootFolder->get($uid . '/files_trashbin/files/');
406 $files = $baseFolder->getById($fileId);
414 $params['dir'] = $baseFolder->getRelativePath($file->getPath());
417 $params['dir'] = $baseFolder->getRelativePath($file->getParent()->getPath());
/dports/www/owncloud/owncloud/lib/private/Files/Cache/
H A DHomePropagator.php43 list($baseFolder) = \explode('/', $internalPath, 2);
44 if (\in_array($baseFolder, $this->ignoredBaseFolders)) {
/dports/www/nextcloud/nextcloud/lib/private/Files/Cache/
H A DHomePropagator.php44 [$baseFolder] = explode('/', $internalPath, 2);
45 if (in_array($baseFolder, $this->ignoredBaseFolders)) {
/dports/ftp/sftpgo/sftpgo-2.2.0/dataprovider/
H A Dbolt.go1500 baseFolder.LastQuotaUpdate = 0
1501 baseFolder.UsedQuotaFiles = 0
1502 baseFolder.UsedQuotaSize = 0
1511 baseFolder.ID = oldFolder.ID
1515 baseFolder.Users = oldFolder.Users
1517 baseFolder.Users = append(baseFolder.Users, user.Username)
1519 buf, err := json.Marshal(baseFolder)
1532 var baseFolder vfs.BaseVirtualFolder
1533 err := json.Unmarshal(f, &baseFolder)
1539 for _, u := range baseFolder.Users {
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/
H A Dqgsfileutils.cpp139 const QString baseFolder( basePath.isEmpty() ? QFileInfo( file ).path() : basePath ); in findFile() local
141 if ( QFileInfo( baseFolder ).isDir() ) in findFile()
143 folder = QDir( baseFolder ) ; in findFile()
148 folder = QDir( QFileInfo( baseFolder ).absolutePath() ); in findFile()
/dports/www/owncloud/owncloud/apps/files/lib/Controller/
H A DViewController.php289 $baseFolder = $this->rootFolder->get($uid . '/files/');
291 $files = $baseFolder->getById($fileId);
311 $params['dir'] = $baseFolder->getRelativePath($file->getPath());
314 $params['dir'] = $baseFolder->getRelativePath($file->getParent()->getPath());
324 $webdavUrl .= \OCP\Util::encodePath(\ltrim($baseFolder->getRelativePath($file->getPath()), '/'));
/dports/www/sogo/SOGo-5.4.0/UI/Common/
H A DUIxParentFolderActions.m103 NSString *baseFolder, *folderName;
114 baseFolder = [clientObject nameInContainer];
116 moduleSettings = [us objectForKey: baseFolder];
119 [us setObject: moduleSettings forKey: baseFolder];
/dports/www/sogo-activesync/SOGo-5.4.0/UI/Common/
H A DUIxParentFolderActions.m103 NSString *baseFolder, *folderName;
114 baseFolder = [clientObject nameInContainer];
116 moduleSettings = [us objectForKey: baseFolder];
119 [us setObject: moduleSettings forKey: baseFolder];

123456