Home
last modified time | relevance | path

Searched refs:getCommand (Results 1 – 25 of 2350) sorted by relevance

12345678910>>...94

/dports/www/typo3-11/typo3_src-11.5.7/vendor/symfony/console/Command/
H A DLazyCommand.php43 $this->getCommand()->ignoreValidationErrors();
84 $this->getCommand()->setCode($code);
102 $this->getCommand()->setDefinition($definition);
109 return $this->getCommand()->getDefinition();
142 $this->getCommand()->setProcessTitle($title);
152 $this->getCommand()->setHelp($help);
159 return $this->getCommand()->getHelp();
177 $this->getCommand()->addUsage($usage);
184 return $this->getCommand()->getUsages();
192 return $this->getCommand()->getHelper($name);
[all …]
/dports/devel/gh/cli-2.4.0/vendor/github.com/spf13/cobra/
H A Dargs_test.go97 c := getCommand(NoArgs, false)
103 c := getCommand(NoArgs, false)
109 c := getCommand(OnlyValidArgs, true)
115 c := getCommand(OnlyValidArgs, true)
121 c := getCommand(ArbitraryArgs, false)
127 c := getCommand(MinimumNArgs(2), false)
133 c := getCommand(MinimumNArgs(2), false)
139 c := getCommand(MaximumNArgs(3), false)
145 c := getCommand(MaximumNArgs(2), false)
151 c := getCommand(ExactArgs(3), false)
[all …]
/dports/devel/pear-VersionControl_Git/VersionControl_Git-0.5.0/VersionControl/
H A DGit.php91 $command = $this->getCommand('--version');
140 $command = $this->getCommand('clone')
184 $this->getCommand('init')
192 $this->getCommand('--bare')
223 rtrim($this->getCommand('branch')->execute()));
242 $commandResult = $this->getCommand('branch')
268 $commandResult = $this->getCommand('symbolic-ref')
287 $this->getCommand('checkout')
303 $command = $this->getCommand('for-each-ref')
327 $command = $this->getCommand('for-each-ref')
[all …]
/dports/www/gohugo/hugo-0.91.2/commands/
H A Dgen.go34 newGenautocompleteCmd().getCommand(),
35 newGenDocCmd().getCommand(),
36 newGenManCmd().getCommand(),
37 createGenDocsHelper().getCommand(),
38 createGenChromaStyles().getCommand())
/dports/devel/qbs/qbs-src-1.21.0/src/app/qbs/parser/
H A Dcommandlineparser.cpp371 return {commandPool.getCommand(GenerateCommandType), in allCommands()
372 commandPool.getCommand(ResolveCommandType), in allCommands()
373 commandPool.getCommand(BuildCommandType), in allCommands()
374 commandPool.getCommand(CleanCommandType), in allCommands()
375 commandPool.getCommand(RunCommandType), in allCommands()
376 commandPool.getCommand(ShellCommandType), in allCommands()
377 commandPool.getCommand(StatusCommandType), in allCommands()
379 commandPool.getCommand(InstallCommandType), in allCommands()
382 commandPool.getCommand(VersionCommandType), in allCommands()
383 commandPool.getCommand(SessionCommandType), in allCommands()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/gnu/java/awt/peer/
H A DClasspathDesktopPeer.java137 String browser = getCommand(_BROWSE); in browse()
151 String edit = getCommand(_EDIT); in edit()
168 String mail = getCommand(_MAIL); in mail()
182 String mail = getCommand(_MAIL); in mail()
194 String open = getCommand(_OPEN); in open()
207 String print = getCommand(_PRINT); in print()
216 protected String getCommand(String action) in getCommand() method in ClasspathDesktopPeer
277 return ((this.getCommand(check) != null) ? true : false); in supportCommand()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/gnu/java/awt/peer/
H A DClasspathDesktopPeer.java137 String browser = getCommand(_BROWSE); in browse()
151 String edit = getCommand(_EDIT); in edit()
168 String mail = getCommand(_MAIL); in mail()
182 String mail = getCommand(_MAIL); in mail()
194 String open = getCommand(_OPEN); in open()
207 String print = getCommand(_PRINT); in print()
216 protected String getCommand(String action) in getCommand() method in ClasspathDesktopPeer
277 return ((this.getCommand(check) != null) ? true : false); in supportCommand()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/gnu/java/awt/peer/
H A DClasspathDesktopPeer.java137 String browser = getCommand(_BROWSE); in browse()
151 String edit = getCommand(_EDIT); in edit()
168 String mail = getCommand(_MAIL); in mail()
182 String mail = getCommand(_MAIL); in mail()
194 String open = getCommand(_OPEN); in open()
207 String print = getCommand(_PRINT); in print()
216 protected String getCommand(String action) in getCommand() method in ClasspathDesktopPeer
277 return ((this.getCommand(check) != null) ? true : false); in supportCommand()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/gnu/java/awt/peer/
H A DClasspathDesktopPeer.java137 String browser = getCommand(_BROWSE); in browse()
151 String edit = getCommand(_EDIT); in edit()
168 String mail = getCommand(_MAIL); in mail()
182 String mail = getCommand(_MAIL); in mail()
194 String open = getCommand(_OPEN); in open()
207 String print = getCommand(_PRINT); in print()
216 protected String getCommand(String action) in getCommand() method in ClasspathDesktopPeer
277 return ((this.getCommand(check) != null) ? true : false); in supportCommand()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/gnu/java/awt/peer/
H A DClasspathDesktopPeer.java137 String browser = getCommand(_BROWSE); in browse()
151 String edit = getCommand(_EDIT); in edit()
168 String mail = getCommand(_MAIL); in mail()
182 String mail = getCommand(_MAIL); in mail()
194 String open = getCommand(_OPEN); in open()
207 String print = getCommand(_PRINT); in print()
216 protected String getCommand(String action) in getCommand() method in ClasspathDesktopPeer
277 return ((this.getCommand(check) != null) ? true : false); in supportCommand()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/workbench/
H A DHandlerTest.java78 final ParameterizedCommand helpCommand = getCommand(appContext, in testOneCommand()
80 final ParameterizedCommand help1Command = getCommand(appContext, in testOneCommand()
88 Command command = cmdService.getCommand(HELP_COMMAND_ID); in testOneCommand()
98 final ParameterizedCommand helpCommand = getCommand(appContext, in testTwoCommands()
100 final ParameterizedCommand help1Command = getCommand(appContext, in testTwoCommands()
120 ParameterizedCommand helpCommand = getCommand(appContext, in testTwoHandlers()
148 private ParameterizedCommand getCommand(IEclipseContext appContext, in getCommand() method in HandlerTest
151 final Command cmd = cs.getCommand(commandId); in getCommand()
158 final ParameterizedCommand helpCommand = getCommand(appContext, in testCanExecute()
184 final ParameterizedCommand helpCommand = getCommand(appContext, in testThreeContexts()
[all …]
H A DMApplicationCommandAccessTest.java92 MCommand command = application.getCommand(String.valueOf(NUMBER_OF_COMMANDS - 1)); in testFindCorrectCommandDirectAccess()
94 MCommand commandShouldBeNull = application.getCommand("invalid"); in testFindCorrectCommandDirectAccess()
102 MCommand command = application.getCommand(String.valueOf(NUMBER_OF_COMMANDS - 1)); in testFindNullAfterCommandRemoval()
105 MCommand commandShouldBeNull = application.getCommand(String.valueOf(NUMBER_OF_COMMANDS - 1)); in testFindNullAfterCommandRemoval()
114 MCommand commandShouldBeNull = application.getCommand("neucommand"); in testCommandAfterAddingIt()
121 MCommand neuCommnad = application.getCommand("neucommand"); in testCommandAfterAddingIt()
/dports/net/gerbera/gerbera-1.9.2/src/transcoding/
H A Dtranscode_ext_handler.cc113 …log_debug("Running profile command: '{}', arguments: '{}'", profile->getCommand().c_str(), fmt::jo… in serveContent()
114 auto main_proc = std::make_shared<TranscodingProcessExecutor>(profile->getCommand(), arglist); in serveContent()
149 if (profile->getCommand().is_absolute()) { in checkTranscoder()
151 if (!isRegularFile(profile->getCommand(), ec)) in checkTranscoder()
152 throw_std_runtime_error("Could not find transcoder: {}", profile->getCommand().c_str()); in checkTranscoder()
154 check = profile->getCommand(); in checkTranscoder()
156 check = findInPath(profile->getCommand()); in checkTranscoder()
159 … throw_std_runtime_error("Could not find transcoder {} in $PATH", profile->getCommand().c_str()); in checkTranscoder()
164 …throw_std_runtime_error("Transcoder {} is not executable: {}", profile->getCommand().c_str(), std:… in checkTranscoder()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/actions/
H A DCommandAction.java90 if (commandEvent.getCommand().isDefined()) { in getCommandListener()
91 setEnabled(commandEvent.getCommand().isEnabled()); in getCommandListener()
107 Command cmd = commandService.getCommand(commandId); in createCommand()
125 parameterizedCommand.getCommand().removeCommandListener(commandListener); in dispose()
173 parameterizedCommand.getCommand().addCommandListener(getCommandListener()); in init()
174 parameterizedCommand.getCommand().setEnabled(handlerService.getCurrentState()); in init()
175 setEnabled(parameterizedCommand.getCommand().isEnabled()); in init()
/dports/biology/mothur/mothur-1.46.1/source/commands/
H A Dsplitabundcommand.cpp407 getCommand->execute(); in process()
411 delete getCommand; in process()
441 delete getCommand; in process()
518 getCommand->execute(); in splitCount()
522 delete getCommand; in splitCount()
536 getCommand->execute(); in splitCount()
540 delete getCommand; in splitCount()
627 getCommand->execute(); in splitNames()
631 delete getCommand; in splitNames()
648 getCommand->execute(); in splitNames()
[all …]
/dports/devel/py-buildbot-worker/buildbot-worker-3.4.1/buildbot_worker/test/unit/
H A Dtest_commands_utils.py52 utils.getCommand('xeyes')
58 self.assertEqual(utils.getCommand('xeyes'), '/usr/bin/xeyes')
64 self.assertEqual(utils.getCommand('xeyes'), '/usr/bin/xeyes')
73 self.assertEqual(utils.getCommand('xeyes'), '/usr/bin/xeyes')
83 utils.getCommand('xeyes'), r'c:\program files\xeyes.exe')
86 utils.getCommand('xeyes'), r'c:\program files\xeyes.com')
/dports/security/keepassxc/keepassxc-2.6.6/tests/
H A DTestCli.cpp210 QVERIFY(Commands::getCommand("add")); in testBatchCommands()
212 QVERIFY(Commands::getCommand("clip")); in testBatchCommands()
217 QVERIFY(Commands::getCommand("edit")); in testBatchCommands()
221 QVERIFY(Commands::getCommand("help")); in testBatchCommands()
224 QVERIFY(Commands::getCommand("ls")); in testBatchCommands()
227 QVERIFY(Commands::getCommand("mv")); in testBatchCommands()
229 QVERIFY(Commands::getCommand("rm")); in testBatchCommands()
239 QVERIFY(Commands::getCommand("add")); in testInteractiveCommands()
252 QVERIFY(Commands::getCommand("ls")); in testInteractiveCommands()
255 QVERIFY(Commands::getCommand("mv")); in testInteractiveCommands()
[all …]
/dports/databases/pecl-mongodb/mongodb-1.9.1/tests/apm/
H A Dmonitoring-commandStarted-001.phpt18 … echo "- getCommand() returns an object: ", is_object( $event->getCommand() ) ? 'yes' : 'no', "\n";
19 …echo "- getCommand() returns a stdClass object: ", $event->getCommand() instanceof stdClass ? 'yes…
48 - getCommand() returns an object: yes
49 - getCommand() returns a stdClass object: yes
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/handlers/
H A DCommandLegacyActionWrapper.java79 final Command baseCommand = commandEvent.getCommand(); in commandChanged()
180 command.getCommand().addCommandListener(commandListener); in CommandLegacyActionWrapper()
208 return command.getCommand().getDescription(); in getDescription()
255 final State state = command.getCommand().getState(IMenuStateIds.STYLE); in getStyle()
281 final State state = command.getCommand().getState(IMenuStateIds.STYLE); in isChecked()
312 final Command baseCommand = command.getCommand(); in isHandled()
323 final Command baseCommand = command.getCommand(); in runWithEvent()
355 final Command oldBaseCommand = command.getCommand(); in setActionDefinitionId()
358 final Command newBaseCommand = commandService.getCommand(id); in setActionDefinitionId()
421 final State state = command.getCommand().getState(IMenuStateIds.STYLE); in setChecked()
[all …]
/dports/net-p2p/eiskaltdcpp-cli/eiskaltdcpp-2.2.10/dht/
H A DUtils.cpp77 switch(cmd.getCommand()) in checkFlood()
111 packetsPerIp.insert(cmd.getCommand()); in checkFlood()
113 if(packetsPerIp.count(cmd.getCommand()) > maxAllowedPacketsPerMinute) in checkFlood()
115 …ted (%li) from %s. Packet dropped.\n", (long int)packetsPerIp.count(cmd.getCommand()), ip.c_str()); in checkFlood()
139 switch(cmd.getCommand()) in trackOutgoingPacket()
148 OutPacket p = { ip, now, cmd.getCommand() }; in trackOutgoingPacket()
/dports/net-p2p/eiskaltdcpp-lib/eiskaltdcpp-2.2.10/dht/
H A DUtils.cpp77 switch(cmd.getCommand()) in checkFlood()
111 packetsPerIp.insert(cmd.getCommand()); in checkFlood()
113 if(packetsPerIp.count(cmd.getCommand()) > maxAllowedPacketsPerMinute) in checkFlood()
115 …ted (%li) from %s. Packet dropped.\n", (long int)packetsPerIp.count(cmd.getCommand()), ip.c_str()); in checkFlood()
139 switch(cmd.getCommand()) in trackOutgoingPacket()
148 OutPacket p = { ip, now, cmd.getCommand() }; in trackOutgoingPacket()
/dports/net-p2p/eiskaltdcpp-gtk/eiskaltdcpp-2.2.10/dht/
H A DUtils.cpp77 switch(cmd.getCommand()) in checkFlood()
111 packetsPerIp.insert(cmd.getCommand()); in checkFlood()
113 if(packetsPerIp.count(cmd.getCommand()) > maxAllowedPacketsPerMinute) in checkFlood()
115 …ted (%li) from %s. Packet dropped.\n", (long int)packetsPerIp.count(cmd.getCommand()), ip.c_str()); in checkFlood()
139 switch(cmd.getCommand()) in trackOutgoingPacket()
148 OutPacket p = { ip, now, cmd.getCommand() }; in trackOutgoingPacket()
/dports/net-p2p/eiskaltdcpp-data/eiskaltdcpp-2.2.10/dht/
H A DUtils.cpp77 switch(cmd.getCommand()) in checkFlood()
111 packetsPerIp.insert(cmd.getCommand()); in checkFlood()
113 if(packetsPerIp.count(cmd.getCommand()) > maxAllowedPacketsPerMinute) in checkFlood()
115 …ted (%li) from %s. Packet dropped.\n", (long int)packetsPerIp.count(cmd.getCommand()), ip.c_str()); in checkFlood()
139 switch(cmd.getCommand()) in trackOutgoingPacket()
148 OutPacket p = { ip, now, cmd.getCommand() }; in trackOutgoingPacket()
/dports/net-p2p/eiskaltdcpp-daemon/eiskaltdcpp-2.2.10/dht/
H A DUtils.cpp77 switch(cmd.getCommand()) in checkFlood()
111 packetsPerIp.insert(cmd.getCommand()); in checkFlood()
113 if(packetsPerIp.count(cmd.getCommand()) > maxAllowedPacketsPerMinute) in checkFlood()
115 …ted (%li) from %s. Packet dropped.\n", (long int)packetsPerIp.count(cmd.getCommand()), ip.c_str()); in checkFlood()
139 switch(cmd.getCommand()) in trackOutgoingPacket()
148 OutPacket p = { ip, now, cmd.getCommand() }; in trackOutgoingPacket()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.e4.core.commands.tests/src/org/eclipse/e4/core/commands/tests/
H A DDefineCommandsTest.java72 Command cmd1 = cs.getCommand(TEST_ID1); in testCreateCommands()
79 assertNotNull("get command2", cs.getCommand(TEST_ID2)); in testCreateCommands()
117 Command cmd1 = cs.getCommand(TEST_ID1_WITH_PARAMETERS); in testParamizedCommandsSimple()
135 Command cmd1 = cs.getCommand(TEST_ID1); in testCreateWithSecondContexts()
142 assertNotNull("get command2", cs.getCommand(TEST_ID2)); in testCreateWithSecondContexts()
157 Command cmd1 = cs.getCommand(TEST_ID1); in testCreateWithTwoContexts()
164 assertNotNull("get command2", cs.getCommand(TEST_ID2)); in testCreateWithTwoContexts()

12345678910>>...94