Home
last modified time | relevance | path

Searched defs:propertyFiles (Results 1 – 17 of 17) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform/ant/org.eclipse.ant.tests.ui/Ant Tests/org/eclipse/ant/tests/ui/
H A DAntUtilTests.java49 String propertyFiles = null; in testGetTargetsLaunchConfiguration() local
61 String propertyFiles = null; in testGetTargetsLaunchConfigurationMinusD() local
75 String propertyFiles = null; in testGetTargetsLaunchConfigurationMinusDAndProperty() local
88 String propertyFiles = null; in testGetTargetsLaunchConfigurationProperty() local
100 String propertyFiles = "buildtest1.properties"; //$NON-NLS-1$ in testGetTargetsLaunchConfigurationPropertyFile() local
263 … buildFileName, String arguments, Map<String, String> properties, String propertyFiles) throws Cor… in getLaunchConfiguration() argument
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/Settings/
H A Djucer_StoredSettings.h95 OwnedArray<PropertiesFile> propertyFiles; variable
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform/ant/org.eclipse.ant.launching/src/org/eclipse/ant/internal/launching/launchConfigurations/
H A DAntLaunchDelegate.java206 String[] propertyFiles = AntLaunchingUtil.getPropertyFiles(configuration); in launch() local
306 …roperty, String[] arguments, Map<String, String> userProperties, String[] propertyFiles, String[] … in configureAntRunner() argument
379 …ocation, String[] arguments, Map<String, String> userProperties, String[] propertyFiles, String[] … in generateCommandLine() argument
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform/ant/org.eclipse.ant.core/src/org/eclipse/ant/core/
H A DAntRunner.java65 protected String[] propertyFiles; field in AntRunner
557 public void setPropertyFiles(String[] propertyFiles) { in setPropertyFiles()
H A DAntCorePreferences.java368 …String propertyFiles = Platform.getPreferencesService().getString(AntCorePlugin.PI_ANTCORE, IAntCo… in restoreCustomPropertyFiles() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform/ant/org.eclipse.ant.ui/Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/
H A DAntPropertiesTab.java123 String propertyFiles = null; in initializeFrom() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform/ant/org.eclipse.ant.ui/Ant Tools Support/org/eclipse/ant/internal/ui/model/
H A DIAntModel.java87 void setPropertyFiles(String[] propertyFiles); in setPropertyFiles()
H A DAntModel.java1661 public void setPropertyFiles(String[] propertyFiles) { in setPropertyFiles()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform/ant/org.eclipse.ant.launching/src/org/eclipse/ant/internal/launching/
H A DAntLaunchingUtil.java186 String[] propertyFiles = AntLaunchingUtil.parseString(attribute, ","); //$NON-NLS-1$ in getPropertyFiles() local
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/codemodel/internal/
H A DJPackage.java275 public Iterator<JResourceFile> propertyFiles() { in propertyFiles() method in JPackage
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/codemodel/internal/
H A DJPackage.java275 public Iterator<JResourceFile> propertyFiles() { in propertyFiles() method in JPackage
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/tasks/
H A DLicenseReplaceTask.java318 String[] propertyFiles = fileSet.getDirectoryScanner().getIncludedFiles(); in execute() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform/ant/org.eclipse.ant.ui/Ant Tools Support/org/eclipse/ant/internal/ui/
H A DAntUtil.java169 String[] propertyFiles = AntUtil.parseString(attribute, ","); //$NON-NLS-1$ in getPropertyFiles() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform/ant/org.eclipse.ant.launching/remote/org/eclipse/ant/internal/launching/remote/
H A DInternalAntRunner.java118 private List<String> propertyFiles = new ArrayList<String>(); field in InternalAntRunner
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform/ant/org.eclipse.ant.core/src_ant/org/eclipse/ant/internal/core/ant/
H A DInternalAntRunner.java135 private ArrayList<String> propertyFiles = new ArrayList<>(); field in InternalAntRunner
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ds/org.eclipse.pde.ds.annotations/src/org/eclipse/pde/ds/internal/annotations/
H A DAnnotationVisitor.java571 String[] propertyFiles; in processComponent() local
/dports/games/flightgear/flightgear-2020.3.11/src/Main/
H A Doptions.cxx2083 simgear::PathList propertyFiles; member in flightgear::Options::OptionsPrivate