Home
last modified time | relevance | path

Searched refs:matchCommand (Results 1 – 25 of 40) sorted by relevance

12

/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/Application/
H A Djucer_CommandLine.cpp896 auto matchCommand = [&] (StringRef name) -> bool in performCommandLine() local
901 …if (matchCommand ("help")) { showHelp(); return 0; } in performCommandLine()
902 …if (matchCommand ("h")) { showHelp(); return 0; } in performCommandLine()
903 …if (matchCommand ("resave")) { resaveProject (args, false); return 0; } in performCommandLine()
904 …if (matchCommand ("resave-resources")) { resaveProject (args, true); return 0; } in performCommandLine()
905 …if (matchCommand ("get-version")) { getVersion (args); return 0; } in performCommandLine()
906 …if (matchCommand ("set-version")) { setVersion (args); return 0; } in performCommandLine()
907 …if (matchCommand ("bump-version")) { bumpVersion (args); return 0; } in performCommandLine()
908 …if (matchCommand ("git-tag-version")) { gitTag (args); return 0; } in performCommandLine()
909 …if (matchCommand ("buildmodule")) { buildModules (args, false); return 0; } in performCommandLine()
[all …]
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/psy/psysh/src/TabCompletion/Matcher/
H A DCommandsMatcher.php73 protected function matchCommand($name) function in Psy\\TabCompletion\\Matcher\\CommandsMatcher
107 $this->matchCommand($command[1]) &&
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/src/common/util/
H A DParser.cpp157 ctx->m_currentCmd = matchCommand(ctx, ctx->m_currentToken, m_rows); in run()
217 ParserImpl::matchCommand(Context* ctx, const char* buf, const DummyRow rows[]){ in matchCommand() function in ParserImpl
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/src/common/util/
H A DParser.cpp157 ctx->m_currentCmd = matchCommand(ctx, ctx->m_currentToken, m_rows); in run()
217 ParserImpl::matchCommand(Context* ctx, const char* buf, const DummyRow rows[]){ in matchCommand() function in ParserImpl
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/src/common/util/
H A DParser.cpp157 ctx->m_currentCmd = matchCommand(ctx, ctx->m_currentToken, m_rows); in run()
217 ParserImpl::matchCommand(Context* ctx, const char* buf, const DummyRow rows[]){ in matchCommand() function in ParserImpl
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/src/common/util/
H A DParser.cpp157 ctx->m_currentCmd = matchCommand(ctx, ctx->m_currentToken, m_rows); in run()
217 ParserImpl::matchCommand(Context* ctx, const char* buf, const DummyRow rows[]){ in matchCommand() function in ParserImpl
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/src/common/util/
H A DParser.cpp157 ctx->m_currentCmd = matchCommand(ctx, ctx->m_currentToken, m_rows); in run()
217 ParserImpl::matchCommand(Context* ctx, const char* buf, const DummyRow rows[]){ in matchCommand() function in ParserImpl
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/Interaction/
H A DCommandLine.hs77 matchCommand :: String -> [Command a] -> Either [String] ([String] -> ReplM (ExitCode a))
78 matchCommand x cmds = function
96 do case matchCommand cmd cmds of
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/ndb/src/common/util/
H A DParser.cpp182 ctx->m_currentCmd = matchCommand(ctx, ctx->m_currentToken, m_rows); in run()
248 ParserImpl::matchCommand(Context* ctx, const char* buf, const DummyRow rows[]){ in matchCommand() function in ParserImpl
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/ndb/src/common/util/
H A DParser.cpp182 ctx->m_currentCmd = matchCommand(ctx, ctx->m_currentToken, m_rows); in run()
248 ParserImpl::matchCommand(Context* ctx, const char* buf, const DummyRow rows[]){ in matchCommand() function in ParserImpl
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/ndb/src/common/util/
H A DParser.cpp182 ctx->m_currentCmd = matchCommand(ctx, ctx->m_currentToken, m_rows); in run()
248 ParserImpl::matchCommand(Context* ctx, const char* buf, const DummyRow rows[]){ in matchCommand() function in ParserImpl
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/src/common/util/
H A DParser.cpp131 ctx->m_currentCmd = matchCommand(ctx, ctx->m_currentToken, m_rows); in run()
188 const ParserImpl::DummyRow* ParserImpl::matchCommand(Context* ctx, in matchCommand() function in ParserImpl
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/ndb/src/common/util/
H A DParser.cpp182 ctx->m_currentCmd = matchCommand(ctx, ctx->m_currentToken, m_rows); in run()
248 ParserImpl::matchCommand(Context* ctx, const char* buf, const DummyRow rows[]){ in matchCommand() function in ParserImpl
/dports/databases/mysql56-client/mysql-5.6.51/storage/ndb/src/common/util/
H A DParser.cpp182 ctx->m_currentCmd = matchCommand(ctx, ctx->m_currentToken, m_rows); in run()
248 ParserImpl::matchCommand(Context* ctx, const char* buf, const DummyRow rows[]){ in matchCommand() function in ParserImpl
/dports/databases/mysql55-client/mysql-5.5.62/storage/ndb/src/common/util/
H A DParser.cpp180 ctx->m_currentCmd = matchCommand(ctx, ctx->m_currentToken, m_rows); in run()
246 ParserImpl::matchCommand(Context* ctx, const char* buf, const DummyRow rows[]){ in matchCommand() function in ParserImpl
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/adl/
H A Dadl.cpp435 if (matchCommand(*env)) { in isInputValid()
995 if (matchCommand(*env)) in canSaveGameStateCurrently()
1001 if (matchCommand(*env)) in canSaveGameStateCurrently()
1370 bool AdlEngine::matchCommand(ScriptEnv &env) const { in matchCommand() function in Adl::AdlEngine
1429 if (matchCommand(*env)) { in doOneCommand()
1448 if (matchCommand(*env)) { in doAllCommands()
/dports/games/scummvm/scummvm-2.5.1/engines/adl/
H A Dadl.cpp439 if (matchCommand(*env)) { in isInputValid()
1006 if (matchCommand(*env)) in canSaveGameStateCurrently()
1012 if (matchCommand(*env)) in canSaveGameStateCurrently()
1388 bool AdlEngine::matchCommand(ScriptEnv &env) const { in matchCommand() function in Adl::AdlEngine
1447 if (matchCommand(*env)) { in doOneCommand()
1466 if (matchCommand(*env)) { in doAllCommands()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/include/util/
H A DParser.hpp144 static const DummyRow* matchCommand(Context*, const char*, const DummyRow*);
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/include/util/
H A DParser.hpp144 static const DummyRow* matchCommand(Context*, const char*, const DummyRow*);
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/include/util/
H A DParser.hpp144 static const DummyRow* matchCommand(Context*, const char*, const DummyRow*);
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/include/util/
H A DParser.hpp144 static const DummyRow* matchCommand(Context*, const char*, const DummyRow*);
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/include/util/
H A DParser.hpp144 static const DummyRow* matchCommand(Context*, const char*, const DummyRow*);
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/include/util/
H A DParser.hpp144 static const DummyRow* matchCommand(Context*, const char*, const DummyRow*);
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/ndb/include/util/
H A DParser.hpp157 static const DummyRow* matchCommand(Context*, const char*, const DummyRow*);
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/ndb/include/util/
H A DParser.hpp157 static const DummyRow* matchCommand(Context*, const char*, const DummyRow*);

12