Home
last modified time | relevance | path

Searched refs:commandLineArguments (Results 1 – 25 of 115) sorted by relevance

12345

/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ToolResults/
H A DToolExecution.php21 public $commandLineArguments; variable in Google_Service_ToolResults_ToolExecution
29 public function setCommandLineArguments($commandLineArguments) argument
31 $this->commandLineArguments = $commandLineArguments;
35 return $this->commandLineArguments;
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/ToolResults/
H A DToolExecution.php21 public $commandLineArguments; variable in Google_Service_ToolResults_ToolExecution
29 public function setCommandLineArguments($commandLineArguments) argument
31 $this->commandLineArguments = $commandLineArguments;
35 return $this->commandLineArguments;
/dports/math/g2o/g2o-20201223_git/g2o/examples/calibration_odom_laser/
H A Dsclam_laser_calib.cpp77 CommandArgs commandLineArguments; in main() local
78 commandLineArguments.param("i", maxIterations, 10, "perform n iterations"); in main()
79 commandLineArguments.param("v", verbose, false, "verbose output of the optimization process"); in main()
80 commandLineArguments.param("guess", initialGuess, false, "initial guess based on spanning tree"); in main()
81 commandLineArguments.param("gnudump", gnudump, "", "dump to gnuplot data file"); in main()
82 commandLineArguments.param("o", outputfilename, "", "output final version of the graph"); in main()
83commandLineArguments.paramLeftOver("gm2dl-input", inputFilename, "", "gm2dl file which will be pro… in main()
85 commandLineArguments.parseArgs(argc, argv); in main()
H A Dsclam_odom_laser.cpp80 CommandArgs commandLineArguments; in main() local
81 commandLineArguments.param("i", maxIterations, 10, "perform n iterations"); in main()
82 commandLineArguments.param("v", verbose, false, "verbose output of the optimization process"); in main()
83 commandLineArguments.param("o", outputfilename, "", "output final version of the graph"); in main()
84commandLineArguments.param("test", odomTestFilename, "", "apply odometry calibration to some test … in main()
85 commandLineArguments.param("dump", dumpGraphFilename, "", "write the graph to the disk"); in main()
86commandLineArguments.param("fixLaser", fixLaser, false, "keep the laser offset fixed during optimi… in main()
87commandLineArguments.paramLeftOver("gm2dl-input", inputFilename, "", "gm2dl file which will be pro… in main()
88commandLineArguments.paramLeftOver("raw-log", rawFilename, "", "raw log file containing the odomet… in main()
90 commandLineArguments.parseArgs(argc, argv); in main()
H A Dsclam_pure_calibration.cpp111 CommandArgs commandLineArguments; in main() local
112 commandLineArguments.param("i", maxIterations, 10, "perform n iterations"); in main()
113 commandLineArguments.param("v", verbose, false, "verbose output of the optimization process"); in main()
114 commandLineArguments.param("o", outputfilename, "", "output final version of the graph"); in main()
115commandLineArguments.param("test", odomTestFilename, "", "apply odometry calibration to some test … in main()
116 commandLineArguments.param("dump", dumpGraphFilename, "", "write the graph to the disk"); in main()
117commandLineArguments.param("fixLaser", fixLaser, false, "keep the laser offset fixed during optimi… in main()
118commandLineArguments.paramLeftOver("gm2dl-input", inputFilename, "", "gm2dl file which will be pro… in main()
119commandLineArguments.paramLeftOver("raw-log", rawFilename, "", "raw log file containing the odomet… in main()
121 commandLineArguments.parseArgs(argc, argv); in main()
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/extbase/Classes/Mvc/Cli/
H A DRequestBuilder.php110 …list($commandLineArguments, $exceedingCommandLineArguments) = $this->parseRawCommandLineArguments(…
111 $request->setArguments($commandLineArguments);
128 $commandLineArguments = [];
159 … $commandLineArguments[$optionalArguments[$argumentName]['parameterName']] = $argumentValue;
166 … $commandLineArguments[$requiredArguments[$argumentName]['parameterName']] = $argumentValue;
175 $commandLineArguments[$argument['parameterName']] = $rawArgument;
179 $commandLineArguments[$argumentNames[$argumentIndex]] = $rawArgument;
187 return [$commandLineArguments, $exceedingArguments];
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/apt/dispatch/
H A DBatchAnnotationProcessorManager.java64 public void configure(Object batchCompiler, String[] commandLineArguments) { in configure() argument
69 …vImpl processingEnv = new BatchProcessingEnvImpl(this, (Main) batchCompiler, commandLineArguments); in configure()
72 parseCommandLine(commandLineArguments); in configure()
81 private void parseCommandLine(String[] commandLineArguments) { in parseCommandLine() argument
83 for (int i = 0; i < commandLineArguments.length; ++i) { in parseCommandLine()
84 String option = commandLineArguments[i]; in parseCommandLine()
94 String procs = commandLineArguments[++i]; in parseCommandLine()
H A DBatchProcessingEnvImpl.java43 String[] commandLineArguments) in BatchProcessingEnvImpl() argument
84 for (String argument : commandLineArguments) { in BatchProcessingEnvImpl()
92 _processorOptions = Collections.unmodifiableMap(parseProcessorOptions(commandLineArguments)); in BatchProcessingEnvImpl()
/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/utils/runtime/
H A DScriptExecutor.java102 protected boolean executeCuratedArgs(final String[] commandLineArguments) { in executeCuratedArgs() argument
104 final ProcessOutput po = executeCuratedArgsAndGetOutput(commandLineArguments); in executeCuratedArgs()
133 protected ProcessOutput executeCuratedArgsAndGetOutput(final String[] commandLineArguments) { in executeCuratedArgsAndGetOutput() argument
134 Utils.nonNull(commandLineArguments, "Command line arguments cannot be null"); in executeCuratedArgsAndGetOutput()
136 commandLineArgs = commandLineArguments; in executeCuratedArgsAndGetOutput()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.compiler.apt/src/org/eclipse/jdt/internal/compiler/apt/dispatch/
H A DBatchAnnotationProcessorManager.java74 public void configure(Object batchCompiler, String[] commandLineArguments) { in configure() argument
79 …vImpl processingEnv = new BatchProcessingEnvImpl(this, (Main) batchCompiler, commandLineArguments); in configure()
96 parseCommandLine(commandLineArguments); in configure()
105 private void parseCommandLine(String[] commandLineArguments) { in parseCommandLine() argument
107 for (int i = 0; i < commandLineArguments.length; ++i) { in parseCommandLine()
108 String option = commandLineArguments[i]; in parseCommandLine()
118 String procs = commandLineArguments[++i]; in parseCommandLine()
H A DBatchProcessingEnvImpl.java47 String[] commandLineArguments) in BatchProcessingEnvImpl() argument
88 options.addAll(Arrays.asList(commandLineArguments)); in BatchProcessingEnvImpl()
94 _processorOptions = Collections.unmodifiableMap(parseProcessorOptions(commandLineArguments)); in BatchProcessingEnvImpl()
/dports/math/g2o/g2o-20201223_git/g2o/examples/data_convert/
H A Dconvert_sba_slam3d.cpp47 CommandArgs commandLineArguments; in main() local
48commandLineArguments.paramLeftOver("gm2dl-input", inputFilename, "", "gm2dl file which will be pro… in main()
49 commandLineArguments.paramLeftOver("gm2dl-output", outputFilename, "", "name of the output file"); in main()
51 commandLineArguments.parseArgs(argc, argv); in main()
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/core/compiler/batch/
H A DBatchCompiler.java79 …public static boolean compile(String[] commandLineArguments, PrintWriter outWriter, PrintWriter er… in compile() argument
80 return Main.compile(commandLineArguments, outWriter, errWriter, progress); in compile()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/batch/org/eclipse/jdt/core/compiler/batch/
H A DBatchCompiler.java81 …public static boolean compile(String[] commandLineArguments, PrintWriter outWriter, PrintWriter er… in compile() argument
82 return Main.compile(commandLineArguments, outWriter, errWriter, progress); in compile()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmlprofiler/tests/
H A Dlocalqmlprofilerrunner_test.cpp115 debuggee.commandLineArguments = QString("-test QmlProfiler,"); in testRunner()
132 debuggee.commandLineArguments.clear(); in testRunner()
152 debuggee.commandLineArguments = QString("-test QmlProfiler,"); in testRunner()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmlprofiler/
H A Dqmlprofilerruncontrol.cpp254 if (!debuggee.commandLineArguments.isEmpty()) in LocalQmlProfilerSupport()
255 arguments += ' ' + debuggee.commandLineArguments; in LocalQmlProfilerSupport()
257 debuggee.commandLineArguments = arguments; in LocalQmlProfilerSupport()
/dports/devel/qbs/qbs-src-1.21.0/share/qbs/modules/typescript/qbs-tsc-scan/
H A Dqbs-tsc-scan.ts52 export function compile(commandLineArguments: string[]): qbs.Artifact[] {
53 var parsedCommandLine = ts.parseCommandLine(commandLineArguments);
/dports/games/chocolate-doom/chocolate-doom-3.0.1/pkg/osx/
H A DLauncherManager.m35 [defaults setObject:[self->commandLineArguments stringValue]
52 [self->commandLineArguments setStringValue:args];
220 [self->commandLineArguments setStringValue: @""];
233 commandLine = [self->commandLineArguments stringValue];
266 [self->commandLineArguments setStringValue: commandLine];
279 args = [self->commandLineArguments stringValue];
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/pkg/osx/
H A DLauncherManager.m35 [defaults setObject:[self->commandLineArguments stringValue]
52 [self->commandLineArguments setStringValue:args];
220 [self->commandLineArguments setStringValue: @""];
233 commandLine = [self->commandLineArguments stringValue];
266 [self->commandLineArguments setStringValue: commandLine];
279 args = [self->commandLineArguments stringValue];
/dports/lang/kawa/kawa-3.1.1/gnu/expr/
H A DApplicationMainSupport.java14 public static FVector commandLineArguments; field in ApplicationMainSupport
71 commandLineArguments = FVector.makeConstant(array); // FIXME scsh has list in setArgs()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/debugger/
H A Ddebuggerruncontrol.cpp456 cmd.addArgs(m_runParameters.inferior.commandLineArguments, CommandLine::Raw); in start()
791 ProcessArgs::addArg(&rp.inferior.commandLineArguments, qmlarg); in fixupParameters()
805 rp.inferior.commandLineArguments = in fixupParameters()
806 ProcessArgs::prepareArgs(rp.inferior.commandLineArguments, &perr, in fixupParameters()
928 if (!m_runParameters.inferior.commandLineArguments.isEmpty()) in DebuggerRunTool()
929 m_runParameters.inferior.commandLineArguments.append(' '); in DebuggerRunTool()
930 m_runParameters.inferior.commandLineArguments.append(args); in DebuggerRunTool()
1031 QStringList args = ProcessArgs::splitArgs(mainRunnable.commandLineArguments, OsTypeLinux); in DebugServerRunner()
1063 debugServer.commandLineArguments = ProcessArgs::joinArgs(args, OsTypeLinux); in DebugServerRunner()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/tools/clangbackend/source/
H A Dclangtranslationunitupdater.cpp109 const auto args = commandLineArguments(); in createTranslationUnitIfNeeded()
220 CommandLineArguments TranslationUnitUpdater::commandLineArguments() const in commandLineArguments() function in ClangBackEnd::TranslationUnitUpdater
/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/CommandLineModules/Backend/LocalProcess/
H A DctkCmdLineModuleBackendLocalProcess.cpp55 QStringList commandLineArguments(const QHash<QString,QVariant>& currentValues, in commandLineArguments() function
202 …QStringList args = d->commandLineArguments(frontend->values(), frontend->moduleReference().descrip… in run()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qnx/
H A Dqnxdevice.cpp66 runnable.commandLineArguments = "-na"; in runnable()
112 r.commandLineArguments = QLatin1String("-r"); in updateVersionNumber()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmlprojectmanager/
H A Dqmlprojectrunconfiguration.cpp90 QString commandLineArguments() const;
112 return CommandLine(qmlRuntimeFilePath(), commandLineArguments(), CommandLine::Raw); in QmlProjectRunConfiguration()
205 QString QmlProjectRunConfiguration::commandLineArguments() const in commandLineArguments() function in QmlProjectManager::Internal::QmlProjectRunConfiguration

12345