Home
last modified time | relevance | path

Searched defs:allCommands (Results 1 – 18 of 18) sorted by relevance

/dports/graphics/tiled/tiled-1.7.2/src/tiled/
H A Dcommandmanager.h74 inline QVector<Command> CommandManager::allCommands() const in allCommands() function
/dports/sysutils/lizardfs/lizardfs-3.12.0/src/admin/
H A Dmain.cc49 std::vector<const LizardFsProbeCommand*> allCommands = { in main() local
/dports/databases/sqlitestudio/sqlitestudio-3.3.3/SQLiteStudio3/sqlitestudiocli/commands/
H A Dclicommandhelp.cpp74 QHash<QString, CliCommand*> allCommands = CliCommandFactory::getAllCommands(); in printHelp() local
/dports/databases/redisdesktopmanager/RedisDesktopManager-2021.8/3rdparty/qredisclient/tests/functional/
H A Dmain.cpp50 QJsonArray allCommands = commands.array(); in main() local
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/
H A Dcommands.h370 static const CommandMap& allCommands() { in allCommands() function
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/source/editors/text/ace/
H A DAceCommandManager.java40 JsObject allCommands = getCommands(); in getRelevantCommands() local
/dports/security/keybase/client-v5.7.1/go/chat/commands/
H A Dsource.go60 func (s *Source) allCommands() (res map[int]types.ConversationCommand) { func
/dports/math/cvc4/CVC4-1.7/src/main/
H A Ddriver_unified.cpp355 vector< vector<Command*> > allCommands; in runCvc4() local
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/cmdline/
H A DCommandLine.cpp115 void PrintHelp(bool allCommands) in PrintHelp()
/dports/math/rkward-kde/rkward-0.7.1/rkward/rbackend/
H A Drcommandstack.cpp131 QList<RCommand*> RCommandStack::allCommands () { in allCommands() function in RCommandStack
/dports/devel/qbs/qbs-src-1.21.0/src/app/qbs/parser/
H A Dcommandlineparser.cpp369 QList<Command *> CommandLineParser::CommandLineParserPrivate::allCommands() const in allCommands() function in qbs::CommandLineParser::CommandLineParserPrivate
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Tooling/
H A DInterpolatingCompilationDatabase.cpp436 std::vector<TransferableCommand> allCommands() { in allCommands() function in clang::tooling::__anon8ea026650111::InterpolatingCompilationDatabase
/dports/games/openjk/OpenJK-07675e2/codemp/client/
H A Dcl_keys.cpp1226 qboolean allCommands, allowUpCmds; in CL_ParseBinding() local
/dports/games/openjk/OpenJK-07675e2/code/client/
H A Dcl_keys.cpp1167 qboolean allCommands, allowUpCmds; in CL_ParseBinding() local
/dports/games/iortcw/iortcw-1.51c/MP/code/client/
H A Dcl_keys.c2158 qboolean allCommands, allowUpCmds; in CL_ParseBinding() local
/dports/games/iortcw/iortcw-1.51c/SP/code/client/
H A Dcl_keys.c2158 qboolean allCommands, allowUpCmds; in CL_ParseBinding() local
/dports/emulators/gxemul/gxemul-0.6.3/src/main/
H A DCommandInterpreter.cc132 vector<string> allCommands; in TabComplete() local
/dports/deskutils/copyq/CopyQ-5.0.0/src/gui/
H A Dmainwindow.cpp1408 …mmandsForMenu(const QVariantMap &data, const QString &tabName, const QVector<Command> &allCommands) in commandsForMenu()
2180 void MainWindow::updateCommands(QVector<Command> allCommands, bool forceSave) in updateCommands()
2229 bool MainWindow::addPluginCommands(QVector<Command> *allCommands) in addPluginCommands()