Home
last modified time | relevance | path

Searched refs:defaultPath (Results 1 – 25 of 801) sorted by relevance

12345678910>>...33

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/mcusupport/
H A Dmcusupportsdk.cpp93 QString defaultPath; in createArmGccPackage() local
119 defaultPath, in createArmGccPackage()
143 defaultPath, in createGhsToolchainPackage()
167 defaultPath, in createGhsArmToolchainPackage()
180 QString defaultPath; in createIarToolChainPackage() local
205 defaultPath, in createIarToolChainPackage()
218 QString defaultPath; in createRGLPackage() local
234 defaultPath, in createRGLPackage()
271 QString defaultPath; in createMcuXpressoIdePackage() local
302 QString defaultPath; in createCypressProgrammerPackage() local
[all …]
/dports/audio/polyphone/polyphone-75a5e88/sources/dialogs/
H A Ddialogrecorder.cpp101 QString defaultPath = this->getDefaultPath(); in on_pushRecord_clicked() local
102 defaultPath = QFileDialog::getSaveFileName(this, tr("Save a record"), in on_pushRecord_clicked()
104 if (!defaultPath.isEmpty()) in on_pushRecord_clicked()
106 if (defaultPath.right(4).toLower() != ".wav") in on_pushRecord_clicked()
107 defaultPath.append(".wav"); in on_pushRecord_clicked()
115 _synth->startNewRecord(defaultPath); in on_pushRecord_clicked()
137 QFileInfo info(defaultPath); in getDefaultPath()
138 if (info.dir().exists() && defaultPath.size()) in getDefaultPath()
157 defaultPath = folderName + "/" + name; in getDefaultPath()
161 defaultPath = QDir::home().path() + "/" + tr("record"); in getDefaultPath()
[all …]
/dports/devel/msbuild/msbuild-0.06/src/Tasks/BootstrapperUtil/
H A DUtil.cs125 string defaultPath; in GetDefaultPath()
127defaultPath = ReadRegistryString(Win32.Registry.LocalMachine, BOOTSTRAPPER_REGISTRY_PATH_BASE, REG… in GetDefaultPath()
128 if (!String.IsNullOrEmpty(defaultPath)) in GetDefaultPath()
129 return defaultPath; in GetDefaultPath()
131defaultPath = ReadRegistryString(Win32.Registry.LocalMachine, BOOTSTRAPPER_WOW64_REGISTRY_PATH_BAS… in GetDefaultPath()
132 if (!String.IsNullOrEmpty(defaultPath)) in GetDefaultPath()
133 return defaultPath; in GetDefaultPath()
136 if (!String.IsNullOrEmpty(defaultPath)) in GetDefaultPath()
137 return defaultPath; in GetDefaultPath()
140 if (!String.IsNullOrEmpty(defaultPath)) in GetDefaultPath()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/scicos/macros/scicos_scicos/
H A Dgetmodelicacpath.sci24 defaultPath = SCI + "/bin/";
26 if isfile(defaultPath + MODELICAC_FILENAME) then
27 compilerpath = defaultPath;
37 defaultPath = SCI + "/modules/scicos/";
39 if isfile(defaultPath + MODELICAC_FILENAME) then
40 compilerpath = defaultPath;
48 defaultPath = SCI + "/../../bin/";
50 if isfile(defaultPath + MODELICAC_FILENAME) then
51 compilerpath = defaultPath;
59 defaultPath = "/usr/bin/";
[all …]
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmRecruitmentPlugin/modules/recruitment/actions/
H A DviewRecruitmentModuleAction.class.php41 $defaultPath = $this->getHomePageService()->getRecruitmentModuleDefaultPath();
42 if (empty($defaultPath)) {
45 $defaultPath = 'recruitment/viewCandidates';
49 $defaultPath = 'recruitment/viewJobVacancy';
54 if (empty($defaultPath)) {
57 $this->redirect($defaultPath);
/dports/net/mailcommon/mailcommon-21.12.3/src/filter/
H A Dfilterimporterexporter.cpp136 QString defaultPath; in importFilters() local
140 defaultPath = QDir::homePath(); in importFilters()
148 defaultPath = MailCommon::FilterImporterEvolution::defaultFiltersSettingsPath(); in importFilters()
152 defaultPath = MailCommon::FilterImporterSylpheed::defaultFiltersSettingsPath(); in importFilters()
156 defaultPath = MailCommon::FilterImporterProcmail::defaultFiltersSettingsPath(); in importFilters()
160 defaultPath = MailCommon::FilterImporterBalsa::defaultFiltersSettingsPath(); in importFilters()
164 defaultPath = MailCommon::FilterImporterClawsMails::defaultFiltersSettingsPath(); in importFilters()
168 defaultPath = MailCommon::FilterImporterGmail::defaultFiltersSettingsPath(); in importFilters()
172 fileName = QFileDialog::getOpenFileName(d->mParent, title, defaultPath); in importFilters()
200 QString defaultPath; in importFilters() local
[all …]
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/
H A DTemplateIterator.php28 private $defaultPath; variable in Symfony\\Bundle\\TwigBundle\\TemplateIterator
34 * @param string $defaultPath The directory where global templates can be stored
36 …public function __construct(KernelInterface $kernel, $rootDir, array $paths = [], $defaultPath = n… argument
41 $this->defaultPath = $defaultPath;
55 $this->findTemplatesInDirectory($this->defaultPath, null, ['bundles'])
67 … $this->findTemplatesInDirectory($this->defaultPath.'/bundles/'.$bundle->getName(), $name)
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/
H A DTemplateIterator.php28 private $defaultPath; variable in Symfony\\Bundle\\TwigBundle\\TemplateIterator
34 * @param string $defaultPath The directory where global templates can be stored
36 …public function __construct(KernelInterface $kernel, $rootDir, array $paths = [], $defaultPath = n… argument
41 $this->defaultPath = $defaultPath;
55 $this->findTemplatesInDirectory($this->defaultPath, null, ['bundles'])
67 … $this->findTemplatesInDirectory($this->defaultPath.'/bundles/'.$bundle->getName(), $name)
/dports/science/gromacs/gromacs-2021.4/src/gromacs/utility/
H A Ddatafilefinder.cpp110 const std::string defaultPath = impl_->getDefaultPath(); in setSearchPathFromEnv() local
114 pathsSeen.insert(defaultPath); in setSearchPathFromEnv()
167 const std::string& defaultPath = Impl::getDefaultPath(); in findFile() local
168 if (!defaultPath.empty()) in findFile()
170 std::string testPath = Path::join(defaultPath, options.filename_); in findFile()
205 if (!defaultPath.empty()) in findFile()
208 message.append(defaultPath); in findFile()
252 const std::string& defaultPath = Impl::getDefaultPath(); in enumerateFiles() local
253 if (!defaultPath.empty()) in enumerateFiles()
256 defaultPath.c_str(), options.filename_, false); in enumerateFiles()
[all …]
/dports/graphics/nanort/nanort-b1feea8/examples/common/nativefiledialog/src/
H A Dnfd_gtk.c95 static void SetDefaultPath( GtkWidget *dialog, const char *defaultPath ) in SetDefaultPath() argument
97 if ( !defaultPath || strlen(defaultPath) == 0 ) in SetDefaultPath()
105 gtk_file_chooser_set_current_folder( GTK_FILE_CHOOSER(dialog), defaultPath ); in SetDefaultPath()
169 const nfdchar_t *defaultPath, in NFD_OpenDialog() argument
192 SetDefaultPath(dialog, defaultPath); in NFD_OpenDialog()
226 const nfdchar_t *defaultPath, in NFD_OpenDialogMultiple() argument
250 SetDefaultPath(dialog, defaultPath); in NFD_OpenDialogMultiple()
273 const nfdchar_t *defaultPath, in NFD_SaveDialog() argument
297 SetDefaultPath(dialog, defaultPath); in NFD_SaveDialog()
328 nfdresult_t NFD_PickFolder(const nfdchar_t *defaultPath, in NFD_PickFolder() argument
[all …]
H A Dnfd_cocoa.m58 static void SetDefaultPath( NSSavePanel *dialog, const nfdchar_t *defaultPath )
60 if ( !defaultPath || strlen(defaultPath) == 0 )
63 NSString *defaultPathString = [NSString stringWithUTF8String: defaultPath];
121 const nfdchar_t *defaultPath,
134 SetDefaultPath(dialog, defaultPath);
162 const nfdchar_t *defaultPath,
174 SetDefaultPath(dialog, defaultPath);
202 const nfdchar_t *defaultPath,
214 SetDefaultPath(dialog, defaultPath);
239 nfdresult_t NFD_PickFolder(const nfdchar_t *defaultPath,
[all …]
/dports/finance/prestashop/prestashop/src/PrestaShopBundle/Twig/Locator/
H A DModuleTemplateIterator.php44 private $defaultPath; variable in PrestaShopBundle\\Twig\\Locator\\ModuleTemplateIterator
50 * @param string $defaultPath The directory where global templates can be stored
52 …public function __construct(KernelInterface $kernel, $rootDir, array $paths = [], $defaultPath = n… argument
57 $this->defaultPath = $defaultPath;
66 parent::__construct($kernel, $rootDir, $paths, $defaultPath);
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Lang/src/support/
H A DWorkflowSettings.cpp127 QString defaultPath = getDataDirPath() + "/workflow_samples/users/"; in getUserDirectory() local
128 QString path = s->getValue(DIR, defaultPath, true).toString(); in getUserDirectory()
134 QString defaultPath = getDataDirPath() + "/workflow_samples/users/"; in setUserDirectory() local
135 QString path = s->getValue(DIR, defaultPath, true).toString(); in setUserDirectory()
175 QString defaultPath = url.dirPath(); in getExternalToolDirectory() local
176 defaultPath += "/ExternalToolConfig/"; in getExternalToolDirectory()
184 QString defaultPath = url.dirPath(); in setExternalToolDirectory() local
185 defaultPath += "/ExternalToolConfig/"; in setExternalToolDirectory()
277 QString defaultPath = url.dirPath(); in getIncludedElementsDirectory() local
278 defaultPath += "/IncludedWorkers/"; in getIncludedElementsDirectory()
[all …]
/dports/editors/cpeditor/cpeditor-6.8.2/src/Settings/
H A DDefaultPathManager.cpp25 QMap<QString, QString> DefaultPathManager::defaultPath; member in DefaultPathManager
57 defaultPath[trimmedKey] = dir; in setDefaultPathForAction()
107 defaultPath.clear(); in fromVariantList()
116 defaultPath[strList[0]] = strList[1]; in fromVariantList()
136 for (const auto &key : defaultPath.keys()) in convertPath()
137 result.replace(QString("${%1}").arg(key), defaultPath[key]); in convertPath()
150 for (const auto &key : defaultPath.keys()) in toVariantList()
151 result.push_back(QStringList{key, defaultPath[key]}); in toVariantList()
/dports/games/multimc/MultiMC5-0.6.11/application/
H A DGuiUtil.cpp59 …FileInternal(QString context, QString caption, QString filter, QString defaultPath, QWidget *paren… in BrowseForFileInternal() argument
82 urls.append(QUrl::fromLocalFile(defaultPath)); in BrowseForFileInternal()
95 pathToOpen = defaultPath; in BrowseForFileInternal()
117 …rowseForFile(QString context, QString caption, QString filter, QString defaultPath, QWidget *paren… in BrowseForFile() argument
119 …auto resultList = BrowseForFileInternal(context, caption, filter, defaultPath, parentWidget, true); in BrowseForFile()
128 …owseForFiles(QString context, QString caption, QString filter, QString defaultPath, QWidget *paren… in BrowseForFiles() argument
130 return BrowseForFileInternal(context, caption, filter, defaultPath, parentWidget, false); in BrowseForFiles()
/dports/graphics/opencv/opencv-4.5.3/modules/core/src/opencl/runtime/
H A Dopencl_core.cpp67 static const char* getRuntimePath(const char* defaultPath)
78 return defaultPath;
93 … const char* defaultPath = "/System/Library/Frameworks/OpenCL.framework/Versions/Current/OpenCL";
94 const char* path = getRuntimePath(defaultPath);
99 if (path != NULL && path != defaultPath)
132 const char* defaultPath = "OpenCL.dll";
133 const char* path = getRuntimePath(defaultPath);
138 if (path != NULL && path != defaultPath)
238 const char* defaultPath = "libOpenCL.so";
239 const char* path = getRuntimePath(defaultPath);
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/weaveworks/common/sanitize/
H A Dsanitize.go14 func URL(defaultScheme string, defaultPort int, defaultPath string) func(string) string {
39 if defaultPath != "" && u.Path != defaultPath {
40 u.Path = defaultPath
/dports/graphics/nanort/nanort-b1feea8/examples/common/nativefiledialog/src/include/
H A Dnfd.h40 const nfdchar_t *defaultPath,
45 const nfdchar_t *defaultPath,
50 const nfdchar_t *defaultPath,
55 nfdresult_t NFD_PickFolder( const nfdchar_t *defaultPath,
/dports/mail/aerc/aerc-0.4.0/commands/msgview/
H A Dsave.go56 defaultPath := aerc.Config().General.DefaultSavePath
58 if defaultPath == "" && len(args) == optind {
71 } else if len(defaultPath) > 0 && len(path) == 0 {
73 trailingSlash = defaultPath[len(defaultPath)-1] == '/'
79 path = filepath.Join(defaultPath, path)
/dports/audio/polyphone/polyphone-75a5e88/sources/core/output/
H A Doutputfactory.cpp98 QString defaultPath; in save() local
105defaultPath = ContextManager::recentFile()->getLastDirectory(RecentFileManager::FILE_TYPE_SOUNDFON… in save()
111 defaultPath = fi.absolutePath() + "/" + fi.completeBaseName() + ".sf2"; in save()
114 defaultPath = filePathInitial; in save()
118 defaultPath, QObject::tr("Sf2 files") + " (*.sf2)"); in save()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/gtk/
H A Ddirdlg.cpp53 const wxString& defaultPath, in IMPLEMENT_DYNAMIC_CLASS()
59 Create(parent, title, defaultPath, style, pos); in IMPLEMENT_DYNAMIC_CLASS()
64 const wxString& defaultPath, in Create() argument
116 if ( !defaultPath.empty() ) in Create()
117 SetPath(defaultPath); in Create()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/
H A Ddirdlg.h50 const wxString& defaultPath = wxEmptyString,
56 Create(parent, title, defaultPath, style, pos, sz, name);
64 const wxString& defaultPath = wxEmptyString,
72 m_path = defaultPath;
132 const wxString& defaultPath = wxEmptyString,
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/include/wx/
H A Ddirdlg.h49 const wxString& defaultPath = wxEmptyString,
55 Create(parent, title, defaultPath, style, pos, sz, name);
63 const wxString& defaultPath = wxEmptyString,
71 m_path = defaultPath;
133 const wxString& defaultPath = wxEmptyString,
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/include/wx/
H A Ddirdlg.h49 const wxString& defaultPath = wxEmptyString,
55 Create(parent, title, defaultPath, style, pos, sz, name);
63 const wxString& defaultPath = wxEmptyString,
71 m_path = defaultPath;
133 const wxString& defaultPath = wxEmptyString,
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/include/wx/
H A Ddirdlg.h49 const wxString& defaultPath = wxEmptyString,
55 Create(parent, title, defaultPath, style, pos, sz, name);
63 const wxString& defaultPath = wxEmptyString,
71 m_path = defaultPath;
133 const wxString& defaultPath = wxEmptyString,

12345678910>>...33