Home
last modified time | relevance | path

Searched refs:CommandsList (Results 1 – 9 of 9) sorted by relevance

/dports/science/gabedit/GabeditSrc251_300720/src/Common/
H A DGlobal.h117 }CommandsList; typedef
194 CommandsList demonCommands;
195 CommandsList gamessCommands;
197 CommandsList molcasCommands;
198 CommandsList molproCommands;
199 CommandsList mpqcCommands;
200 CommandsList orcaCommands;
201 CommandsList nwchemCommands;
204 CommandsList qchemCommands;
205 CommandsList mopacCommands;
[all …]
/dports/net-im/ruqola/ruqola-1.6.1/src/rocketchatrestapi-qt5/commands/
H A Dlistcommandsjob.cpp53 const QUrl url = mRestApiMethod->generateUrl(RestApiUtil::RestApiUrlType::CommandsList); in request()
/dports/www/mitmproxy/mitmproxy-7.0.4/mitmproxy/tools/console/
H A Dcommands.py91 class CommandsList(urwid.ListBox): class
140 CommandsList(master),
/dports/sysutils/aptly/aptly-1.4.0/vendor/github.com/smira/commander/
H A Dcommands.go30 CommandsList = iota const
437 "commandList": func() []*Command { return data.(*Command).SubcommandList(CommandsList) },
/dports/net-im/ruqola/ruqola-1.6.1/src/rocketchatrestapi-qt5/
H A Drestapiutil.h191 CommandsList, enumerator
H A Drestapiutil.cpp350 case RestApiUtil::RestApiUrlType::CommandsList: in restUrl()
/dports/net/scapy/scapy-2.4.5/scapy/
H A Dconfig.py306 class CommandsList(List[Callable[..., Any]]): class
696 commands = CommandsList() # type: CommandsList
/dports/net-im/ruqola/ruqola-1.6.1/src/rocketchatrestapi-qt5/autotests/
H A Drestapimethodtest.cpp215 …QCOMPARE(rest.generateUrl(RestApiUtil::RestApiUrlType::CommandsList), QUrl(QStringLiteral("http://… in shouldGenerateUrl()
/dports/science/gabedit/GabeditSrc251_300720/src/Utils/
H A DUtils.c138 static void free_commands_list(CommandsList* list) in free_commands_list()
1023 static gboolean readCommandsOneSoft(FILE* file, char* tag, char** pCommand, CommandsList* commandsL… in readCommandsOneSoft()