Home
last modified time | relevance | path

Searched defs:destinationProject (Results 1 – 10 of 10) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/internal/localstore/
H A DCaseSensitivityTest.java215 IProject destinationProject = getWorkspace().getRoot().getProjects()[1]; in testCopyAndMoveFolder() local
254 IProject destinationProject = getWorkspace().getRoot().getProjects()[1]; in testCopyAndMoveFile() local
295 IProject destinationProject = getWorkspace().getRoot().getProjects()[1]; in testCopyAndMoveFolderOverFile() local
334 IProject destinationProject = getWorkspace().getRoot().getProjects()[1]; in testCopyAndMoveFileOverFolder() local
403 IProject destinationProject = getWorkspace().getRoot().getProjects()[1]; in testCopyAndMoveProjectBecomeFolder() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/
H A DVirtualFolderTest.java206 IProject destinationProject = getWorkspace().getRoot().getProject("CopyTargetProject"); in testCopyProjectWithVirtualFolder() local
274 IProject destinationProject = getWorkspace().getRoot().getProject("MoveTargetProject"); in testMoveProjectWithVirtualFolder() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/regression/
H A DBug_032076.java228 IProject destinationProject = null; in testProjectBugOnWindows() local
508 IProject destinationProject = null; in _testProjectBugOnLinux() local
/dports/graphics/qgis/qgis-3.22.3/python/plugins/processing/gui/
H A DBatchPanel.py728 def parametersForRow(self, row, destinationProject=None, warnOnInvalid=True): argument
/dports/graphics/qgis-ltr/qgis-3.16.16/python/plugins/processing/gui/
H A DBatchPanel.py728 def parametersForRow(self, row, destinationProject=None, warnOnInvalid=True): argument
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/processing/
H A Dqgsprocessingparameters.h233 QgsProject *destinationProject = nullptr; in Q_DECLARE_OPERATORS_FOR_FLAGS() local
H A Dqgsprocessingparameters.cpp581 QgsProject *destinationProject = nullptr; in parameterAsSink() local
850 QgsProject *destinationProject = nullptr; in parameterAsOutputLayer() local
/dports/graphics/qgis/qgis-3.22.3/src/core/processing/
H A Dqgsprocessingparameters.h236 QgsProject *destinationProject = nullptr; in Q_DECLARE_OPERATORS_FOR_FLAGS() local
H A Dqgsprocessingparameters.cpp674 QgsProject *destinationProject = nullptr; in parameterAsSink() local
942 QgsProject *destinationProject = nullptr; in parameterAsOutputLayer() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/
H A DReorgPolicyFactory.java410 IProject destinationProject= destination.getProject(); in createChange() local