Home
last modified time | relevance | path

Searched refs:projectDirectory (Results 1 – 25 of 176) sorted by relevance

12345678

/dports/devel/msbuild/msbuild-0.06/src/Build/Evaluation/
H A DItemSpec.cs54 Fragments = BuildItemFragments(itemSpecLocation, projectDirectory, expandProperties); in ItemSpec()
114 fragments.Add(new ValueFragment(splitEscaped, projectDirectory)); in BuildItemFragments()
121 fragments.Add(new GlobFragment(filespecUnescaped, projectDirectory)); in BuildItemFragments()
129 fragments.Add(new ValueFragment(splitEscaped, projectDirectory)); in BuildItemFragments()
296 protected ItemFragment(string itemSpecFragment, string projectDirectory) in ItemFragment() argument
299 ProjectDirectory = projectDirectory; in ItemFragment()
326 public ValueFragment(string itemSpecFragment, string projectDirectory) in ValueFragment() argument
327 : base(itemSpecFragment, projectDirectory) in ValueFragment()
334 public GlobFragment(string itemSpecFragment, string projectDirectory) in GlobFragment() argument
335 : base(itemSpecFragment, projectDirectory) in GlobFragment()
[all …]
/dports/graphics/krita/krita-4.4.8/plugins/python/comics_project_management_tools/
H A Dcomics_project_setup_wizard.py40 projectDirectory = "" variable in ComicsProjectSetupWizard
62 self.projectDirectory = None
64 while self.projectDirectory == None:
66 if os.path.exists(self.projectDirectory) is False:
70 self.projectDirectory = None
71 self.pagesDirectory = os.path.relpath(self.projectDirectory, self.projectDirectory)
72 self.exportDirectory = os.path.relpath(self.projectDirectory, self.projectDirectory)
107 self.lnProjectDirectory = QLabel(self.projectDirectory)
159 projectPath = Path(self.projectDirectory)
166 self.projectDirectory = str(projectPath)
[all …]
/dports/audio/fluidsynth-dssi/fluidsynth-dssi-1.0.0/src/
H A Dlocate_soundfont.c32 fsd_locate_soundfont_file(const char *origpath, const char *projectDirectory) in fsd_locate_soundfont_file() argument
58 if (projectDirectory) { in fsd_locate_soundfont_file()
60 path = (char *)malloc(strlen(origPath) + strlen(projectDirectory) + 2); in fsd_locate_soundfont_file()
61 sprintf(path, "%s:%s", projectDirectory, origPath); in fsd_locate_soundfont_file()
100 fsd_get_known_soundfonts(const char *projectDirectory, int *rn) in fsd_get_known_soundfonts() argument
121 if (projectDirectory) { in fsd_get_known_soundfonts()
123 path = (char *)malloc(strlen(origPath) + strlen(projectDirectory) + 2); in fsd_get_known_soundfonts()
124 sprintf(path, "%s:%s", projectDirectory, origPath); in fsd_get_known_soundfonts()
/dports/devel/msbuild/msbuild-0.06/src/Deprecated/Engine/Shared/
H A DFileMatcher.cs148 string projectDirectory, in GetAccessibleFiles() argument
166 RemoveProjectDirectory(files, projectDirectory); in GetAccessibleFiles()
527 string projectDirectory in RemoveProjectDirectory() argument
530 …bool directoryLastCharIsSeparator = IsDirectorySeparator(projectDirectory[projectDirectory.Length … in RemoveProjectDirectory()
539 …if (paths[i].Length <= projectDirectory.Length || !IsDirectorySeparator(paths[i][projectDirectory.… in RemoveProjectDirectory()
547 paths[i] = paths[i].Substring(projectDirectory.Length); in RemoveProjectDirectory()
575 string projectDirectory, in GetFilesRecursive() argument
1125 string projectDirectory, in GetFiles() argument
1142 string projectDirectory, in GetFiles() argument
1199 if (projectDirectory != null) in GetFiles()
[all …]
/dports/deskutils/grantlee-editor/grantlee-editor-21.12.3/contactthemeeditor/
H A Dcontactpreviewwidget.cpp26 ContactPreviewWidget::ContactPreviewWidget(const QString &projectDirectory, QWidget *parent) in ContactPreviewWidget() argument
50 if (!projectDirectory.isEmpty()) { in ContactPreviewWidget()
51 mGroupFormatter->setAbsoluteThemePath(projectDirectory); in ContactPreviewWidget()
52 mFormatter->setAbsoluteThemePath(projectDirectory); in ContactPreviewWidget()
122 void ContactPreviewWidget::setThemePath(const QString &projectDirectory) in setThemePath() argument
124 mGroupFormatter->setAbsoluteThemePath(projectDirectory); in setThemePath()
125 mFormatter->setAbsoluteThemePath(projectDirectory); in setThemePath()
H A Dcontacteditorpage.cpp251 const QString themeDirectory = directory.isEmpty() ? projectDirectory() : directory; in storeTheme()
294 const QString projectDirectory = mThemeSession->projectDirectory(); in loadTheme() local
295 mDesktopPage->loadTheme(projectDirectory); in loadTheme()
296 mEditorGroupPage->loadTheme(projectDirectory + QLatin1String("/contactgroup.html")); in loadTheme()
297 …mEditorGroupEmbeddedPage->loadTheme(projectDirectory + QLatin1String("/contactgroup_embedded.html"… in loadTheme()
298 mEditorEmbeddedPage->loadTheme(projectDirectory + QLatin1String("/contact_embedded.html")); in loadTheme()
300 … mEditorPage->loadTheme(projectDirectory + QLatin1Char('/') + mThemeSession->mainPageFileName()); in loadTheme()
301 mEditorPage->preview()->setThemePath(projectDirectory, mThemeSession->mainPageFileName()); in loadTheme()
306 extraPage->loadTheme(projectDirectory + QLatin1Char('/') + page); in loadTheme()
318 QString ContactEditorPage::projectDirectory() const in projectDirectory() function in ContactEditorPage
[all …]
H A Dpreviewwidget.cpp11 PreviewWidget::PreviewWidget(const QString &projectDirectory, QWidget *parent) in PreviewWidget() argument
16 mPreview = new ContactPreviewWidget(projectDirectory); in PreviewWidget()
40 void PreviewWidget::setThemePath(const QString &projectDirectory, const QString &mainPageFileName) in setThemePath() argument
43 mPreview->setThemePath(projectDirectory); in setThemePath()
/dports/lang/mono/mono-5.10.1.57/mcs/nunit24/ClientUtilities/util/
H A DVSProject.cs122 string projectDirectory = Path.GetFullPath( Path.GetDirectoryName( projectPath ) ); in Load()
152 string outputDirectory = Path.Combine( projectDirectory, outputPath ); in Load()
184 LoadProject( projectDirectory, doc ); in Load()
205 private bool LoadProject(string projectDirectory, XmlDocument doc) in LoadProject() argument
207 bool loaded = LoadVS2003Project(projectDirectory, doc); in LoadProject()
210 loaded = LoadMSBuildProject(projectDirectory, doc); in LoadProject()
216 private bool LoadVS2003Project(string projectDirectory, XmlDocument doc) in LoadVS2003Project() argument
236 string outputDirectory = Path.Combine(projectDirectory, outputPath); in LoadVS2003Project()
248 private bool LoadMSBuildProject(string projectDirectory, XmlDocument doc) in LoadMSBuildProject() argument
286 string outputDirectory = Path.Combine(projectDirectory, outputPath); in LoadMSBuildProject()
/dports/databases/percona-toolkit/percona-toolkit-3.3.0/util/NaturalDocs/Modules/NaturalDocs/
H A DSettings.pm141 my $projectDirectory;
628 { return $projectDirectory; };
633 { return NaturalDocs::File->JoinPaths($projectDirectory, 'Data', 1); };
823 if (defined $projectDirectory)
829 { $valueRef = \$projectDirectory; };
1090 if (defined $projectDirectory)
1092 if (!NaturalDocs::File->PathIsAbsolute($projectDirectory))
1093 … { $projectDirectory = NaturalDocs::File->JoinPaths(Cwd::cwd(), $projectDirectory, 1); };
1095 $projectDirectory = NaturalDocs::File->CanonizePath($projectDirectory);
1097 if (! -e $projectDirectory || ! -d $projectDirectory)
[all …]
/dports/devel/naturaldocs/naturaldocs-1.52_2,1/Modules/NaturalDocs/
H A DSettings.pm141 my $projectDirectory;
628 { return $projectDirectory; };
633 { return NaturalDocs::File->JoinPaths($projectDirectory, 'Data', 1); };
823 if (defined $projectDirectory)
829 { $valueRef = \$projectDirectory; };
1090 if (defined $projectDirectory)
1092 if (!NaturalDocs::File->PathIsAbsolute($projectDirectory))
1093 … { $projectDirectory = NaturalDocs::File->JoinPaths(Cwd::cwd(), $projectDirectory, 1); };
1095 $projectDirectory = NaturalDocs::File->CanonizePath($projectDirectory);
1097 if (! -e $projectDirectory || ! -d $projectDirectory)
[all …]
/dports/devel/msbuild/msbuild-0.06/src/Build.UnitTests/Evaluation/
H A DEvaluator_Tests.cs3269 if (Directory.Exists(projectDirectory)) in VerifyPropertySetInImportStillOverrides()
3294 if (Directory.Exists(projectDirectory)) in VerifyPropertySetInImportStillOverrides()
3330 if (Directory.Exists(projectDirectory)) in VerifyTreatAsLocalPropertyInImportDoesntAffectParentProjectAboveIt()
3355 if (Directory.Exists(projectDirectory)) in VerifyTreatAsLocalPropertyInImportDoesntAffectParentProjectAboveIt()
3390 if (Directory.Exists(projectDirectory)) in VerifyTreatAsLocalPropertyInImportAffectsParentProjectBelowIt()
3415 if (Directory.Exists(projectDirectory)) in VerifyTreatAsLocalPropertyInImportAffectsParentProjectBelowIt()
3462 if (Directory.Exists(projectDirectory)) in VerifyTreatAsLocalPropertyUnionBetweenImports()
3491 if (Directory.Exists(projectDirectory)) in VerifyTreatAsLocalPropertyUnionBetweenImports()
3535 if (Directory.Exists(projectDirectory)) in VerifyDuplicateTreatAsLocalProperty()
3564 if (Directory.Exists(projectDirectory)) in VerifyDuplicateTreatAsLocalProperty()
[all …]
/dports/devel/msbuild/msbuild-0.06/src/Tasks.UnitTests/
H A DResolveCodeAnalysisRuleSet_Tests.cs121 string projectDirectory = Path.GetTempPath(); in GetResolvedRuleSetPath_SimpleNameAndProjectDirectory_Existent()
124 task.MSBuildProjectDirectory = projectDirectory; in GetResolvedRuleSetPath_SimpleNameAndProjectDirectory_Existent()
127 string ruleSetFullPath = Path.Combine(projectDirectory, codeAnalysisRuleSet); in GetResolvedRuleSetPath_SimpleNameAndProjectDirectory_Existent()
149 string projectDirectory = Path.GetTempPath(); in GetResolvedRuleSetPath_SimpleNameAndProjectDirectory_NonExistent()
153 task.MSBuildProjectDirectory = projectDirectory; in GetResolvedRuleSetPath_SimpleNameAndProjectDirectory_NonExistent()
224 string projectDirectory = Path.GetTempPath(); in GetResolvedRuleSetPath_RelativePath_WithProject_NonExistent()
227 task.MSBuildProjectDirectory = projectDirectory; in GetResolvedRuleSetPath_RelativePath_WithProject_NonExistent()
249 string projectDirectory = Path.GetTempPath(); in GetResolvedRuleSetPath_RelativePath_WithProject_Existent()
252 task.MSBuildProjectDirectory = projectDirectory; in GetResolvedRuleSetPath_RelativePath_WithProject_Existent()
255 string ruleSetFullPath = Path.Combine(projectDirectory, codeAnalysisRuleSet); in GetResolvedRuleSetPath_RelativePath_WithProject_Existent()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/cpptools/
H A Dheaderpathfilter.h39 const QString &projectDirectory = {},
44 , projectDirectory(ensurePathWithSlashEnding(projectDirectory))
71 const QString projectDirectory; variable
/dports/devel/msbuild/msbuild-0.06/src/NuGetSdkResolver/
H A DGlobalJsonReader.cs29 DirectoryInfo projectDirectory = Directory.GetParent(context.ProjectFilePath); in GetMSBuildSdkVersions()
33 if (projectDirectory == null in GetMSBuildSdkVersions()
34 || !projectDirectory.Exists in GetMSBuildSdkVersions()
35 …|| !FileUtilities.TryGetPathOfFileAbove(GlobalJsonFileName, projectDirectory.FullName, out globalJ… in GetMSBuildSdkVersions()
/dports/deskutils/grantlee-editor/grantlee-editor-21.12.3/contactprintthemeeditor/
H A Dcontactprintthemepreview.cpp17 ContactPrintThemePreview::ContactPrintThemePreview(const QString &projectDirectory, QWidget *parent) in ContactPrintThemePreview() argument
19 , mThemePath(projectDirectory) in ContactPrintThemePreview()
49 void ContactPrintThemePreview::setThemePath(const QString &projectDirectory, const QString &mainPag… in setThemePath() argument
52 mThemePath = projectDirectory; in setThemePath()
H A Dthemeeditorpage.cpp239 const QString themeDirectory = directory.isEmpty() ? projectDirectory() : directory; in storeTheme()
278 mDesktopPage->loadTheme(mThemeSession->projectDirectory()); in loadTheme()
279 …mEditorPage->loadTheme(mThemeSession->projectDirectory() + QLatin1Char('/') + mThemeSession->mainP… in loadTheme()
280 …mEditorPage->preview()->setThemePath(mThemeSession->projectDirectory(), mThemeSession->mainPageFil… in loadTheme()
285 extraPage->loadTheme(mThemeSession->projectDirectory() + QLatin1Char('/') + page); in loadTheme()
297 QString ThemeEditorPage::projectDirectory() const in projectDirectory() function in ThemeEditorPage
299 return mThemeSession->projectDirectory(); in projectDirectory()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/conan/
H A Dconanplugin.cpp105 const FilePath projectDirectory = project->projectDirectory(); in conanFilePath() local
107 const FilePath conanPy = projectDirectory / "conanfile.py"; in conanFilePath()
110 const FilePath conanTxt = projectDirectory / "conanfile.txt"; in conanFilePath()
/dports/java/icedtea-web/icedtea-web-1.6.2/tests/jacoco-operator/org/jacoco/operator/
H A DReportGenerator.java88 public ReportGenerator(final File projectDirectory) { in ReportGenerator() argument
89 this.title = projectDirectory.getName(); in ReportGenerator()
90 this.executionDataFile = new File(projectDirectory, MergeTask.DEFAULT_NAME); in ReportGenerator()
91 this.classesDirectories.add(new File(projectDirectory, "bin")); in ReportGenerator()
92 this.sourceDirectories.add(new File(projectDirectory, "src")); in ReportGenerator()
93 this.reportDirectory = new File(projectDirectory, "coveragereport"); in ReportGenerator()
94 this.xmlOutput = new File(projectDirectory, XML_DEF_NAME); in ReportGenerator()
/dports/deskutils/grantlee-editor/grantlee-editor-21.12.3/headerthemeeditor/
H A Dpreviewwidget.cpp19 PreviewWidget::PreviewWidget(const QString &projectDirectory, QWidget *parent) in PreviewWidget() argument
26 mGrantleeHeaderStyle->setAbsolutePath(projectDirectory); in PreviewWidget()
83 void PreviewWidget::setThemePath(const QString &projectDirectory, const QString &mainPageFileName) in setThemePath() argument
85 mGrantleeHeaderStyle->setAbsolutePath(projectDirectory); in setThemePath()
H A Dthemeeditorpage.cpp264 const QString themeDirectory = directory.isEmpty() ? projectDirectory() : directory; in storeTheme()
305 mDesktopPage->loadTheme(mThemeSession->projectDirectory()); in loadTheme()
306 …mEditorPage->loadTheme(mThemeSession->projectDirectory() + QLatin1Char('/') + mThemeSession->mainP… in loadTheme()
307 …mEditorPage->preview()->setThemePath(mThemeSession->projectDirectory(), mThemeSession->mainPageFil… in loadTheme()
312 extraPage->loadTheme(mThemeSession->projectDirectory() + QLatin1Char('/') + page); in loadTheme()
324 QString ThemeEditorPage::projectDirectory() const in projectDirectory() function in ThemeEditorPage
326 return mThemeSession->projectDirectory(); in projectDirectory()
/dports/devel/msbuild/msbuild-0.06/src/Shared/
H A DFileMatcher.cs215 string projectDirectory, in GetAccessibleFiles() argument
242 files = RemoveProjectDirectory(files, projectDirectory); in GetAccessibleFiles()
623 string projectDirectory in RemoveProjectDirectory() argument
626 …bool directoryLastCharIsSeparator = IsDirectorySeparator(projectDirectory[projectDirectory.Length … in RemoveProjectDirectory()
635 …if (path.Length <= projectDirectory.Length || !IsDirectorySeparator(path[projectDirectory.Length])) in RemoveProjectDirectory()
644 yield return path.Substring(projectDirectory.Length); in RemoveProjectDirectory()
721 string projectDirectory, in GetFilesRecursive() argument
852 projectDirectory, in GetFilesRecursive()
919 string projectDirectory, in GetFilesForStep() argument
1703 : (type, path, pattern, directory, projectDirectory) => in GetFiles()
[all …]
/dports/finance/prestashop/prestashop/vendor/prestashop/translationtools-bundle/
H A DConfiguration.php48 private static $projectDirectory = ''; variable in PrestaShop\\TranslationToolsBundle\\Configuration
83 self::$projectDirectory = realpath(dirname($yamlFile));
108 return self::$projectDirectory;
/dports/devel/msbuild/msbuild-0.06/src/Deprecated/Engine/Engine/
H A DTargetDependencyAnalyzer.cs44 …internal TargetDependencyAnalyzer(string projectDirectory, Target targetToAnalyze, EngineLoggingSe… in TargetDependencyAnalyzer() argument
46 ErrorUtilities.VerifyThrow(projectDirectory != null, "Need a project directory."); in TargetDependencyAnalyzer()
50 this.projectDirectory = projectDirectory; in TargetDependencyAnalyzer()
539 …l someOutOfDate = IsAnyOutOfDate(out dependencyAnalysisDetailEntry, projectDirectory, discreteTarg… in PerformDependencyAnalysisIfDiscreteInputs()
732 … someOutOfDate = IsAnyOutOfDate(out dependencyAnalysisDetailEntry, projectDirectory, targetInputI… in PerformDependencyAnalysisIfDiscreteOutputs()
931 string oldestOutputFullPath = Path.Combine(projectDirectory, oldestOutput); in IsAnyOutOfDate()
959 … string candidateOutputFullPath = Path.Combine(projectDirectory, candidateOutput); in IsAnyOutOfDate()
996 string unescapedInputFullPath = Path.Combine(projectDirectory, unescapedInput); in IsAnyOutOfDate()
1149 path1 = Path.Combine(projectDirectory, path1); in CompareLastWriteTimes()
1164 path2 = Path.Combine(projectDirectory, path2); in CompareLastWriteTimes()
[all …]
/dports/deskutils/grantlee-editor/grantlee-editor-21.12.3/grantleethemeeditor/
H A Dthemesession.cpp16 ThemeSession::ThemeSession(const QString &projectDirectory, const QString &themeTypeName) in ThemeSession() argument
17 : mProjectDirectory(projectDirectory) in ThemeSession()
26 QString ThemeSession::projectDirectory() const in projectDirectory() function in ThemeSession
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/autotoolsprojectmanager/
H A Dconfigurestep.cpp56 bc->project()->projectDirectory().toString()); in projectDirRelativeToBuildDir()
105 setWorkingDirectoryProvider([this] { return project()->projectDirectory(); }); in ConfigureStep()
126 const QString projectDir(project()->projectDirectory().toString()); in doRun()

12345678