Home
last modified time | relevance | path

Searched defs:projectFilePath (Results 1 – 25 of 82) sorted by relevance

1234

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/nim/suggest/
H A Dserver.cpp51 const QString &projectFilePath) in start()
84 QString NimSuggestServer::projectFilePath() const in projectFilePath() function in Nim::Suggest::NimSuggestServer
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/modules/
H A DSessionProjectTemplate.R21 .rs.addFunction("initializeProjectFromTemplate", function(projectFilePath, argument
60 .rs.addFunction("addFirstRunDocumentsForTemplate", function(projectFilePath, argument
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/projects/
H A DSessionProjects.cpp68 FilePath projectFilePath = module_context::resolveAliasedPath(projectFile); in validateProjectPath() local
151 FilePath projectFilePath = module_context::resolveAliasedPath(folder); in findProjectFile() local
209 Error initializeProjectFromTemplate(const FilePath& projectFilePath, in initializeProjectFromTemplate()
250 FilePath projectFilePath = module_context::resolveAliasedPath(projectFile); in createProject() local
840 FilePath projectFilePath; in resolveProjectSwitch() local
884 FilePath projectFilePath; in startup() local
978 FilePath projectFilePath(absolutePath); in rs_writeProjectFile() local
996 const FilePath projectFilePath(projectFileAbsolutePath); in rs_addFirstRunDoc() local
1092 void addFirstRunDocs(const FilePath& projectFilePath, const std::vector<std::string>& docs) in addFirstRunDocs()
/dports/devel/qbs/qbs-src-1.21.0/src/plugins/generator/keiluv/
H A Dkeiluvgenerator.cpp52 const QString projectFilePath = item.first; in writeProjectFiles() local
141 const QString projectFilePath = baseBuildDir.absoluteFilePath(projFileName); in visitProduct() local
H A Dkeiluvworkspace.cpp58 void KeiluvWorkspace::addProject(const QString &projectFilePath) in addProject()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/classview/
H A Dclassviewparsertreeitem.cpp194 ParserTreeItem::ParserTreeItem(const Utils::FilePath &projectFilePath) in ParserTreeItem()
209 Utils::FilePath ParserTreeItem::projectFilePath() const in projectFilePath() function in ClassView::Internal::ParserTreeItem
253 ParserTreeItem::ConstPtr ParserTreeItem::mergeTrees(const Utils::FilePath &projectFilePath, in mergeTrees()
/dports/devel/qbs/qbs-src-1.21.0/src/plugins/generator/iarew/
H A Diarewgenerator.cpp64 const QString projectFilePath = item.first; in writeProjectFiles() local
148 const QString projectFilePath = targetFilePath( in visitProduct() local
H A Diarewworkspace.cpp53 void IarewWorkspace::addProject(const QString &projectFilePath) in addProject()
/dports/devel/pyside2-tools/pyside-setup-opensource-src-5.15.2/sources/shiboken2/tests/test_generator/
H A Ddummygentest.h45 QString projectFilePath; variable
/dports/devel/pyside2/pyside-setup-opensource-src-5.15.2/sources/shiboken2/tests/test_generator/
H A Ddummygentest.h45 QString projectFilePath; variable
/dports/devel/shiboken2/pyside-setup-opensource-src-5.15.2/sources/shiboken2/tests/test_generator/
H A Ddummygentest.h45 QString projectFilePath; variable
/dports/devel/msbuild/msbuild-0.06/src/Build/BackEnd/Components/SdkResolution/
H A DSdkResolverContext.cs15 …public SdkResolverContext(Framework.SdkLogger logger, string projectFilePath, string solutionPath,… in SdkResolverContext()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/projectexplorer/
H A Dbuildtargetinfo.h46 Utils::FilePath projectFilePath; variable
H A Dprojectimporter.h55 const Utils::FilePath projectFilePath() const { return m_projectPath; } in projectFilePath() function
/dports/devel/qbs/qbs-src-1.21.0/src/plugins/generator/visualstudio/
H A Dvisualstudiogenerator.cpp252 const auto projectFilePath = it.key(); in writeProjectFiles() local
312 const auto projectFilePath = targetFilePath(qbsGenerate, buildDir.absolutePath()); in visitProject() local
345 const auto projectFilePath = targetFilePath(productData, in visitProduct() local
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/core/r_util/
H A DRProjectFile.cpp292 std::string detectBuildType(const FilePath& projectFilePath, in detectBuildType()
323 std::string detectBuildType(const FilePath& projectFilePath, in detectBuildType()
460 Error readProjectFile(const FilePath& projectFilePath, in readProjectFile()
476 Error readProjectFile(const FilePath& projectFilePath, in readProjectFile()
986 Error writeProjectFile(const FilePath& projectFilePath, in writeProjectFile()
/dports/devel/lokalize/lokalize-21.12.3/src/
H A Dmain.cpp97 QString projectFilePath = parser.value(QStringLiteral("project")); in main() local
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/autotest/
H A Dloadprojectscenario.cpp91 const QString projectFilePath = m_tmpDir->path() + "/plain/plain.pro"; in loadProject() local
/dports/editors/kile/kile-09ee4ef0417165b93da82c1fc057b9e1713a0c05/src/
H A Dkileproject.h305 static inline QString getPathForGUISettingsProjectFile(const QString& projectFilePath) in getPathForGUISettingsProjectFile()
322 static inline QString getPathForPrivateKileDirectory(const QFileInfo& projectFilePath) in getPathForPrivateKileDirectory()
327 static inline QString getPathForPrivateKileDirectory(const QString& projectFilePath) in getPathForPrivateKileDirectory()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/projects/
H A DProjects.java986 private void switchToProject(String projectFilePath) in switchToProject()
991 private void switchToProject(final String projectFilePath, in switchToProject()
1185 private void showProjectOpenError(String projectFilePath) in showProjectOpenError()
/dports/devel/qbs/qbs-src-1.21.0/src/lib/msbuild/io/
H A Dvisualstudiosolutionwriter.cpp90 auto projectFilePath = project->filePath().toStdString(); in write() local
/dports/devel/qbs/qbs-src-1.21.0/src/lib/corelib/tools/
H A Dsetupprojectparameters.cpp79 QString projectFilePath; member in qbs::Internal::SetupProjectParametersPrivate
204 QString SetupProjectParameters::projectFilePath() const in projectFilePath() function in qbs::SetupProjectParameters
213 void SetupProjectParameters::setProjectFilePath(const QString &projectFilePath) in setProjectFilePath()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/nim/project/
H A Dnimbuildconfiguration.cpp52 const FilePath &projectFilePath, in defaultBuildDirectory()
/dports/biology/ugene/ugene-40.1/src/ugeneui/src/project_support/
H A DProjectServiceImpl.cpp121 …QString projectFilePath = pUrl.isEmpty() ? GUrlUtils::getDefaultDataPath() + "/project" + PROJECTF… in sl_exportProject() local
/dports/devel/qbs/qbs-src-1.21.0/src/app/qbs/
H A Dstatus.cpp132 const QString projectFilePath = project.location().filePath(); in printStatus() local

1234