Home
last modified time | relevance | path

Searched refs:CompleteCommand (Results 1 – 25 of 42) sorted by relevance

12

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/clangcodemodel/test/
H A Dclangbatchfileprocessor.cpp446 class CompleteCommand : public Command class
449 CompleteCommand(const CommandContext &context);
457 CompleteCommand::CompleteCommand(const CommandContext &context) in CompleteCommand() function in ClangCodeModel::Internal::__anon706e45f30111::CompleteCommand
462 bool CompleteCommand::run() in run()
476 Command::Ptr CompleteCommand::parse(BatchFileLineTokenizer &arguments, in parse()
482 return Command::Ptr(new CompleteCommand(context)); in parse()
691 m_commandParsers.insert("complete", &CompleteCommand::parse); in BatchFileParser()
/dports/devel/py-cliff/cliff-3.3.0/cliff/
H A Dcomplete.py164 class CompleteCommand(command.Command): class
171 super(CompleteCommand, self).__init__(app, app_args, cmd_name)
177 parser = super(CompleteCommand, self).get_parser(prog_name)
H A Dapp.py75 self.command_manager.add_command('complete', complete.CompleteCommand)
/dports/devel/py-cliff/cliff-3.3.0/doc/source/user/
H A Dcomplete.rst16 add the `cliff.complete.CompleteCommand` class to your command manager.
20 self.command_manager.add_command('complete', cliff.complete.CompleteCommand)
/dports/devel/py-cliff/cliff-3.3.0/cliff/tests/
H A Dtest_complete.py117 sot = complete.CompleteCommand(mock.Mock(), mock.Mock())
129 sot = complete.CompleteCommand(app, mock.Mock())
130 cmd_mgr.add_command('complete', complete.CompleteCommand)
/dports/games/cake/cake_src/cake/
H A Dcommands.h95 …void CompleteCommand(const char *partial, bool display_solutions = 1, bool auto_complete_command =…
H A Dcommands.cpp267 void Commands::CompleteCommand(const char *partial, bool display_solutions, bool auto_complete_comm… in CompleteCommand() function in Commands
400 if (partial != NULL) CompleteCommand(partial, 0, 0); in FirstSolution()
/dports/lang/clips/clips_core_source_630/core/
H A Dcommline.h95 LOCALE int CompleteCommand(const char *);
H A Dcommline.c267 globle int CompleteCommand( in CompleteCommand() function
678 if ((CompleteCommand(CommandLineData(theEnv)->CommandString) == 0) || in ExecuteIfCommandComplete()
713 if ((CompleteCommand(CommandLineData(theEnv)->CommandString) == 0) || in CommandCompleteAndNotEmpty()
/dports/www/typo3-11/typo3_src-11.5.7/vendor/symfony/console/Command/
H A DCompleteCommand.php29 final class CompleteCommand extends Command class
/dports/games/quake2lnx/quake2-r0.16.2/src/client/
H A Dkeys.c167 void CompleteCommand (void) in CompleteCommand() function
305 CompleteCommand (); in Key_Console()
/dports/games/quake2-source/quake2-r0.16.2/src/client/
H A Dkeys.c167 void CompleteCommand (void) in CompleteCommand() function
305 CompleteCommand (); in Key_Console()
/dports/games/quetoo/quetoo-0.6.1/src/
H A Dcl_keys.c130 void CompleteCommand(void){ in CompleteCommand() function
237 CompleteCommand(); in Key_Console()
/dports/games/libretro-tyrquake/tyrquake-e76477d/common/
H A Dkeys.c237 CompleteCommand(void) in CompleteCommand() function
399 CompleteCommand(); in Key_Console()
/dports/games/alienarena/alienarena-7.66/source/client/
H A Dkeys.c183 void CompleteCommand (void) in CompleteCommand() function
318 CompleteCommand (); in Key_Console()
/dports/games/alienarena-data/alienarena-7.66/source/client/
H A Dkeys.c183 void CompleteCommand (void) in CompleteCommand() function
318 CompleteCommand (); in Key_Console()
/dports/games/uhexen2/hexen2source-1.5.9/engine/hexen2/
H A Dkeys.c171 static void CompleteCommand (void) in CompleteCommand() function
361 CompleteCommand (); in Key_Console()
/dports/games/qudos/QuDos-0.40.1-src/src/client/
H A Dkeys.c269 CompleteCommand(void) in CompleteCommand() function
395 CompleteCommand(); in Key_Console()
/dports/games/quake2max/Quake2maX_0.45-src_unix/client/
H A Dkeys.c199 void CompleteCommand (void) in CompleteCommand() function
341 CompleteCommand (); in Key_Console()
/dports/games/uhexen2/hexen2source-1.5.9/engine/hexenworld/client/
H A Dkeys.c191 static void CompleteCommand (void) in CompleteCommand() function
392 CompleteCommand (); in Key_Console()
/dports/sysutils/boxbackup-devel/boxbackup-0.11_trunk_2979/bin/bbackupquery/
H A Dbbackupquery.cpp156 completions = CompleteCommand(*sapCmd, text, *pProtocol, in completion_generator()
H A DBackupQueries.h453 std::vector<std::string> CompleteCommand(BackupQueries::ParsedCommand& rCommand,
/dports/net/py-python-barbicanclient/python-barbicanclient-5.2.0/barbicanclient/
H A Dbarbican.py64 complete.CompleteCommand.auth_required = False
/dports/devel/py-osc-lib/osc-lib-2.4.2/osc_lib/
H A Dshell.py95 complete.CompleteCommand.auth_required = False
/dports/www/typo3-11/typo3_src-11.5.7/vendor/symfony/console/
H A DApplication.php15 use Symfony\Component\Console\Command\CompleteCommand; alias
1082 … return [new HelpCommand(), new ListCommand(), new CompleteCommand(), new DumpCompletionCommand()];

12