Home
last modified time | relevance | path

Searched refs:programArguments (Results 1 – 25 of 63) sorted by relevance

123

/dports/polish/kadu/kadu-4.3/plugins/sms/
H A Dsms-external-sender.cpp46 QStringList programArguments; in buildProgramArguments() local
50 programArguments = m_configuration->deprecatedApi()->readEntry("SMS", "SmsString").split(' '); in buildProgramArguments()
51 programArguments.replaceInStrings("%k", number()); in buildProgramArguments()
52 programArguments.replaceInStrings("%m", message); in buildProgramArguments()
56 programArguments.append(number()); in buildProgramArguments()
57 programArguments.append(message); in buildProgramArguments()
60 return programArguments; in buildProgramArguments()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.junit.core/src/org/eclipse/jdt/junit/launcher/
H A DJUnitLaunchConfigurationDelegate.java219 runConfig.setProgramArguments(programArguments.toArray(new String[programArguments.size()])); in getVMRunnerConfiguration()
415 programArguments.add("3"); //$NON-NLS-1$ in collectExecutionArguments()
417 programArguments.add("-port"); //$NON-NLS-1$ in collectExecutionArguments()
418 programArguments.add(String.valueOf(fPort)); in collectExecutionArguments()
436 programArguments.add("-test"); //$NON-NLS-1$ in collectExecutionArguments()
448 programArguments.add(fileName); in collectExecutionArguments()
460 programArguments.add(fileName); in collectExecutionArguments()
469 programArguments.add(testFailureNames); in collectExecutionArguments()
475 programArguments.add(uniqueId); in collectExecutionArguments()
485 programArguments.add(tag.trim()); in collectExecutionArguments()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/util/
H A DTestVerifier.java387 private void launchAndRun(String className, String[] classpaths, String[] programArguments, String[… in launchAndRun() argument
410 launcher.setProgramArguments(programArguments); in launchAndRun()
627 …, String expectedSuccessOutputString, String[] classpaths, String[] programArguments, String[] vmA… in verifyClassFiles() argument
628 …ceFilePath, className, expectedSuccessOutputString, "", classpaths, programArguments, vmArguments); in verifyClassFiles()
631 …String expectedErrorStringStart, String[] classpaths, String[] programArguments, String[] vmArgume… in verifyClassFiles() argument
634 if (this.reuseVM && programArguments == null) { in verifyClassFiles()
638 launchAndRun(className, classpaths, programArguments, vmArguments); in verifyClassFiles()
649 …, String expectedSuccessOutputString, String[] classpaths, String[] programArguments, String[] vmA… in verifyClassFilesThrowingError() argument
652 if (this.reuseVM && programArguments == null) { in verifyClassFilesThrowingError()
656 launchAndRun(className, classpaths, programArguments, vmArguments); in verifyClassFilesThrowingError()
/dports/java/wildfly10/wildfly-10.1.0.Final/bin/
H A Dcommon.ps1178 [string[]] $programArguments, in Start-WildFly-Process() variable
197 …$process = Start-Process -FilePath $JAVA -ArgumentList $programArguments -NoNewWindow -RedirectSta… in Start-WildFly-Process()
206 & $JAVA $programArguments in Start-WildFly-Process()
209 Start-WildFly-Process -programArguments $programArguments in Start-WildFly-Process() variable
/dports/java/wildfly11/wildfly-11.0.0.Final/bin/
H A Dcommon.ps1203 [string[]] $programArguments, in Start-WildFly-Process() variable
222 …$process = Start-Process -FilePath $JAVA -ArgumentList $programArguments -NoNewWindow -RedirectSta… in Start-WildFly-Process()
231 & $JAVA $programArguments in Start-WildFly-Process()
234 Start-WildFly-Process -programArguments $programArguments in Start-WildFly-Process() variable
/dports/java/wildfly12/wildfly-12.0.0.Final/bin/
H A Dcommon.ps1203 [string[]] $programArguments, in Start-WildFly-Process() variable
222 …$process = Start-Process -FilePath $JAVA -ArgumentList $programArguments -NoNewWindow -RedirectSta… in Start-WildFly-Process()
231 & $JAVA $programArguments in Start-WildFly-Process()
234 Start-WildFly-Process -programArguments $programArguments in Start-WildFly-Process() variable
/dports/java/wildfly13/wildfly-13.0.0.Final/bin/
H A Dcommon.ps1222 [string[]] $programArguments, in Start-WildFly-Process() variable
241 …$process = Start-Process -FilePath $JAVA -ArgumentList $programArguments -NoNewWindow -RedirectSta… in Start-WildFly-Process()
250 & $JAVA $programArguments in Start-WildFly-Process()
253 Start-WildFly-Process -programArguments $programArguments in Start-WildFly-Process() variable
/dports/java/wildfly14/wildfly-14.0.1.Final/bin/
H A Dcommon.ps1254 [string[]] $programArguments, in Start-WildFly-Process() variable
273 …$process = Start-Process -FilePath $JAVA -ArgumentList $programArguments -NoNewWindow -RedirectSta… in Start-WildFly-Process()
282 & $JAVA $programArguments in Start-WildFly-Process()
285 Start-WildFly-Process -programArguments $programArguments in Start-WildFly-Process() variable
/dports/java/wildfly15/wildfly-15.0.1.Final/bin/
H A Dcommon.ps1268 [string[]] $programArguments, in Start-WildFly-Process() variable
287 …$process = Start-Process -FilePath $JAVA -ArgumentList $programArguments -NoNewWindow -RedirectSta… in Start-WildFly-Process()
296 & $JAVA $programArguments in Start-WildFly-Process()
299 Start-WildFly-Process -programArguments $programArguments in Start-WildFly-Process() variable
/dports/java/wildfly16/wildfly-16.0.0.Final/bin/
H A Dcommon.ps1268 [string[]] $programArguments, in Start-WildFly-Process() variable
287 …$process = Start-Process -FilePath $JAVA -ArgumentList $programArguments -NoNewWindow -RedirectSta… in Start-WildFly-Process()
296 & $JAVA $programArguments in Start-WildFly-Process()
299 Start-WildFly-Process -programArguments $programArguments in Start-WildFly-Process() variable
/dports/java/wildfly18/wildfly-18.0.1.Final/bin/
H A Dcommon.ps1267 [string[]] $programArguments, in Start-WildFly-Process() variable
286 …$process = Start-Process -FilePath $JAVA -ArgumentList $programArguments -NoNewWindow -RedirectSta… in Start-WildFly-Process()
295 & $JAVA $programArguments in Start-WildFly-Process()
298 Start-WildFly-Process -programArguments $programArguments in Start-WildFly-Process() variable
/dports/java/wildfly17/wildfly-17.0.1.Final/bin/
H A Dcommon.ps1267 [string[]] $programArguments, in Start-WildFly-Process() variable
286 …$process = Start-Process -FilePath $JAVA -ArgumentList $programArguments -NoNewWindow -RedirectSta… in Start-WildFly-Process()
295 & $JAVA $programArguments in Start-WildFly-Process()
298 Start-WildFly-Process -programArguments $programArguments in Start-WildFly-Process() variable
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/runtime/
H A DSideCarJ9VMLauncher.java89 if (this.programArguments != null) { in getCommandLine()
90 for (int i=0;i<this.programArguments.length;i++) { in getCommandLine()
91 commandLine.addElement(this.programArguments[i]); in getCommandLine()
H A DMacVMLauncher.java88 if (this.programArguments != null) { in getCommandLine()
89 for (int i=0;i<this.programArguments.length;i++) { in getCommandLine()
90 commandLine.addElement(this.programArguments[i]); in getCommandLine()
H A DSideCarVMLauncher.java86 if (this.programArguments != null) { in getCommandLine()
87 for (int i=0;i<this.programArguments.length;i++) { in getCommandLine()
88 commandLine.addElement(this.programArguments[i]); in getCommandLine()
H A DDRLVMLauncher.java95 if (this.programArguments != null) { in getCommandLine()
96 for (int i=0;i<this.programArguments.length;i++) { in getCommandLine()
97 commandLine.addElement(this.programArguments[i]); in getCommandLine()
H A DJRockitVMLauncher.java143 if (this.programArguments != null) { in getCommandLine()
144 for (int i=0;i<this.programArguments.length;i++) { in getCommandLine()
145 commandLine.addElement(this.programArguments[i]); in getCommandLine()
H A DJ9VMLauncher.java148 if (this.programArguments != null) { in getCommandLine()
149 for (int i=0;i<this.programArguments.length;i++) { in getCommandLine()
150 commandLine.addElement(this.programArguments[i]); in getCommandLine()
H A DStandardVMLauncher.java168 if (this.programArguments != null) { in getCommandLine()
169 for (int i=0;i<this.programArguments.length;i++) { in getCommandLine()
170 commandLine.addElement(this.programArguments[i]); in getCommandLine()
/dports/net/keycloak/keycloak-15.1.1/bin/
H A Dcommon.ps1280 [string[]] $programArguments, in Start-WildFly-Process() variable
299 …$process = Start-Process -FilePath $JAVA -ArgumentList $programArguments -NoNewWindow -RedirectSta… in Start-WildFly-Process()
308 & $JAVA $programArguments in Start-WildFly-Process()
311 Start-WildFly-Process -programArguments $programArguments in Start-WildFly-Process() variable
/dports/security/keybase/client-v5.7.1/osx/KBKit/KBKit/Component/
H A DKBLaunchdPlist.m43 - (NSArray *)programArguments { method
53 NSArray *args = [self programArguments];
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/publisher/actions/
H A DProductFileTest.java301 String programArguments = productFile.getProgramArguments(""); in testGetProgramArguments() local
302 assertEquals("1.0", "programArg -name \"My Name\"", programArguments); in testGetProgramArguments()
303 programArguments = productFile.getProgramArguments(null); in testGetProgramArguments()
304 assertEquals("1.1", "programArg -name \"My Name\"", programArguments); in testGetProgramArguments()
/dports/x11/cool-retro-term/cool-retro-term-1.1.1/qmltermwidget/lib/
H A DPty.cpp157 const QStringList& programArguments, in start() argument
170 Q_ASSERT(programArguments.count() >= 1); in start()
171 setProgram(program, programArguments.mid(1)); in start()
/dports/x11/konsole/konsole-21.12.3/src/
H A DPty.cpp221 int Pty::start(const QString &programName, const QStringList &programArguments, const QStringList &… in start() argument
228 Q_ASSERT(programArguments.count() >= 1); in start()
229 setProgram(programName, programArguments.mid(1)); in start()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/plugins/grass/qtermwidget/
H A DPty.cpp157 const QStringList& programArguments, in start() argument
170 Q_ASSERT(programArguments.count() >= 1); in start()
171 setProgram(program.toLatin1(),programArguments.mid(1)); in start()

123