Home
last modified time | relevance | path

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

/dports/net-mgmt/nagvis/nagvis-1.9.29/share/server/core/classes/
H A DCoreUserCfg.php29 private $profilesDir; variable in CoreUserCfg
39 $this->profilesDir = cfg('paths', 'profiles');
48 if(!file_exists($this->profilesDir))
60 $f = $this->profilesDir.'/'.$file;
80 $file = $this->profilesDir.'/'.$AUTH->getUser().'.profile';
/dports/deskutils/birdtray/birdtray-1.9.0/src/
H A Dmailaccountdialog.cpp109 QDir profilesDir(Utils::expandPath(profilesDirPath)); in loadProfiles() local
111 for (const QString &profileDirName: profilesDir.entryList( in loadProfiles()
113 const QString profileDir = profilesDir.absoluteFilePath(profileDirName); in loadProfiles()
127 profilesDir.cdUp(); in loadProfiles()
128 ui->tbProfilesPathEdit->setText(QDir::toNativeSeparators(profilesDir.path())); in loadProfiles()
/dports/net-im/psi/psi-1.5/src/
H A Dprofiledlg.cpp264 paths << ApplicationInfo::profilesDir(ApplicationInfo::ConfigLocation) + "/" + name; in slotProfileDelete()
265 if(!paths.contains(ApplicationInfo::profilesDir(ApplicationInfo::DataLocation) + "/" + name)) { in slotProfileDelete()
266 paths << ApplicationInfo::profilesDir(ApplicationInfo::DataLocation) + "/" + name; in slotProfileDelete()
268 if(!paths.contains(ApplicationInfo::profilesDir(ApplicationInfo::CacheLocation) + "/" + name)) { in slotProfileDelete()
269 paths << ApplicationInfo::profilesDir(ApplicationInfo::CacheLocation) + "/" + name; in slotProfileDelete()
H A Dpsi_profiles.cpp747 return ApplicationInfo::profilesDir(type) + "/" + name; in pathToProfile()
759 QDir d(ApplicationInfo::profilesDir(ApplicationInfo::ConfigLocation)); in getProfilesList()
803 QDir configProfilesDir(ApplicationInfo::profilesDir(ApplicationInfo::ConfigLocation)); in profileNew()
812 QDir dataProfilesDir(ApplicationInfo::profilesDir(ApplicationInfo::DataLocation)); in profileNew()
822 QDir cacheProfilesDir(ApplicationInfo::profilesDir(ApplicationInfo::CacheLocation)); in profileNew()
845 paths << ApplicationInfo::profilesDir(ApplicationInfo::ConfigLocation); in profileRename()
846 if(!paths.contains(ApplicationInfo::profilesDir(ApplicationInfo::DataLocation))) { in profileRename()
847 paths << ApplicationInfo::profilesDir(ApplicationInfo::DataLocation); in profileRename()
849 if(!paths.contains(ApplicationInfo::profilesDir(ApplicationInfo::CacheLocation))) { in profileRename()
850 paths << ApplicationInfo::profilesDir(ApplicationInfo::CacheLocation); in profileRename()
H A Dapplicationinfo.h32 static QString profilesDir(ApplicationInfo::HomedirType);
H A Dapplicationinfo.cpp381 QString ApplicationInfo::profilesDir(ApplicationInfo::HomedirType type) in profilesDir() function in ApplicationInfo
H A Dpluginhost.cpp1016 return ApplicationInfo::profilesDir((ApplicationInfo::HomedirType)type); in appProfilesDir()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/modules/zotero/
H A DZoteroCollectionsLocal.cpp658 std::string profilesDir; in zoteroProfilesDir() local
660 profilesDir = "AppData\\Roaming\\Zotero\\Zotero\\Profiles"; in zoteroProfilesDir()
662 profilesDir = "Library/Application Support/Zotero/Profiles"; in zoteroProfilesDir()
664 profilesDir = ".zotero/zotero"; in zoteroProfilesDir()
666 return homeDir.completeChildPath(profilesDir); in zoteroProfilesDir()
679 FilePath profilesDir = zoteroProfilesDir(); in defaultProfileDir() local
680 FilePath profileIni = profilesDir.getParent().completeChildPath("profiles.ini"); in defaultProfileDir()
722 return profilesDir.getParent().completeChildPath(sectionPath); in defaultProfileDir()
/dports/sysutils/nix/nix-2.3.10/src/nix-collect-garbage/
H A Dnix-collect-garbage.cc81 auto profilesDir = settings.nixStateDir + "/profiles"; in _main() local
82 if (removeOld) removeOldGenerations(profilesDir); in _main()
/dports/devel/qbs/qbs-src-1.21.0/tests/auto/tools/
H A Dtst_tools.cpp362 const QString profilesDir = settingsDir + "/profiles"; in setupSettingsDir1() local
363 QDir::root().mkpath(profilesDir); in setupSettingsDir1()
365 QFile f(profilesDir + '/' + magicString + ".txt"); in setupSettingsDir1()
367 s.setValue("org/qt-project/qbs/key", profilesDir + magicString); in setupSettingsDir1()
380 const QString profilesDir = settingsDir + QLatin1String("/qbs/profiles"); in setupSettingsDir2() local
381 QDir::root().mkpath(profilesDir); in setupSettingsDir2()
382 QFile f(profilesDir + "/right.txt"); in setupSettingsDir2()
384 s.setValue("org/qt-project/qbs/key", profilesDir + "right"); in setupSettingsDir2()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/common/tapptools/
H A Dtenv.cpp156 TFilePath profilesDir = in updateEnvFile() local
158 if (profilesDir == TFilePath()) in updateEnvFile()
159 profilesDir = getStuffDir() + systemPathMap.at("PROFILES"); in updateEnvFile()
161 profilesDir + "env" + (TSystem::getUserName().toStdString() + ".env"); in updateEnvFile()
/dports/graphics/rawtherapee/rawtherapee-5.8/rtengine/
H A Diccstore.cc450 profilesDir = Glib::build_filename(rtICCDir, "output"); in init()
456 loadProfiles(profilesDir, &fileProfiles, &fileProfileContents, nullptr, false); in init()
552 if (!loadProfile(name, profilesDir, &fileProfiles, &fileProfileContents)) { in getProfile()
579 if (!loadProfile(name, profilesDir, &fileProfiles, &fileProfileContents)) { in getStdProfile()
672 loadProfiles(profilesDir, &profiles, nullptr, nullptr, false); in getProfilesFromDir()
1010 Glib::ustring profilesDir; member in rtengine::ICCStore::Implementation
/dports/graphics/art/ART-1.9.3/rtengine/
H A Diccstore.cc465 profilesDir = Glib::build_filename(rtICCDir, "output"); in init()
471 loadProfiles(profilesDir, &fileProfiles, &fileProfileContents, nullptr, false); in init()
566 if (!loadProfile(name, profilesDir, &fileProfiles, &fileProfileContents)) { in getStdProfile()
783 if (!loadProfile(name, profilesDir, &fileProfiles, &fileProfileContents)) { in getProfile_unlocked()
1060 Glib::ustring profilesDir; member in rtengine::ICCStore::Implementation
/dports/sysutils/nix/nix-2.3.10/src/libstore/
H A Dlocal-store.cc63 Path profilesDir = stateDir + "/profiles"; local
64 createDirs(profilesDir);
70 createSymlink(profilesDir, gcRootsDir + "/profiles");
73 for (auto & perUserDir : {profilesDir + "/per-user", gcRootsDir + "/per-user"}) {