Home
last modified time | relevance | path

Searched refs:ParseCommand (Results 1 – 25 of 263) sorted by relevance

1234567891011

/dports/mail/mailhog/MailHog-1.0.0/vendor/github.com/mailhog/smtp/
H A Dprotocol_test.go123 proto.Command(ParseCommand("EHLO localhost"))
125 proto.Command(ParseCommand("RCPT To:<test>"))
126 proto.Command(ParseCommand("DATA"))
167 reply := proto.Command(ParseCommand("OINK"))
176 reply := proto.Command(ParseCommand("OINK"))
186 reply := proto.Command(ParseCommand("OINK"))
197 reply := proto.Command(ParseCommand("OINK"))
225 reply := proto.Command(ParseCommand("RSET"))
233 reply := proto.Command(ParseCommand("NOOP"))
241 reply := proto.Command(ParseCommand("QUIT"))
[all …]
/dports/games/hedgewars-server/hedgewars-src-1.0.0/hedgewars/
H A DuIO.pas143 ParseCommand(command + text, true);
412 'L': ParseCommand('+left', true);
413 'l': ParseCommand('-left', true);
416 'U': ParseCommand('+up', true);
417 'u': ParseCommand('-up', true);
418 'D': ParseCommand('+down', true);
419 'd': ParseCommand('-down', true);
425 'j': ParseCommand('ljump', true);
426 'J': ParseCommand('hjump', true);
427 ',': ParseCommand('skip', true);
[all …]
H A DuCommands.pas33 procedure ParseCommand(CmdStr: shortstring; TrustedSource: boolean); inline; procedure
61 ParseCommand('fatal RegisterVariable: value = nil', true);
79 procedure ParseCommand(CmdStr: shortstring; TrustedSource: boolean); inline; procedure
81 ParseCommand(CmdStr, TrustedSource, false)
130 ParseCommand(s, Trusted);
132 ParseCommand('gencmd R', true)
140 ParseCommand('/-left', true)
142 ParseCommand('/-right', true)
144 ParseCommand('/-up', true)
146 ParseCommand('/-down', true)
[all …]
H A DuAIActions.pas216 ParseCommand('+left', true);
220 ParseCommand('-left', true);
229 ParseCommand('+right', true);
232 else ParseCommand('-right', true);
238 ParseCommand('hjump', true);
241 ParseCommand('ljump', true);
244 ParseCommand('skip', true);
269 ParseCommand(s, true)
H A Dhwengine.pas97ParseCommand('sendlanddigest', true); // extending land digest to all synced pixels (anything that…
236 ParseCommand('fullscr '+intToStr(LongInt(cFullScreen)), true);
265 ParseCommand('quit', true)
307 ParseCommand('fullscr '+intToStr(LongInt(cFullScreen)), true);
409 ParseCommand('fullscr 1', true)
411 ParseCommand('fullscr 0', true);
439 ParseCommand('script ' + cScriptName, true);
H A DuChat.pas422 ParseCommand('/hogsay '+s, true)
466 ParseCommand('/say ' + copy(s, 2, Length(s)-2), true)
493 ParseCommand('/say ' + copy(s, 6, Length(s)-5), true)
503 ParseCommand('/say ' + copy(s, 6, Length(s)-5), true)
513 ParseCommand('/say ' + copy(s, 6, Length(s)-5), true)
523 ParseCommand('team ' + copy(s, 7, Length(s) - 6), true);
529 ParseCommand('/say ' + s, true);
640 ParseCommand('/taunt ' + char(i), true);
648 ParseCommand(ChatCommandz[j].ProcedureCallChatCmd, true);
662 ParseCommand('/say ' + s, true);
H A DuInputHandler.pas210 ParseCommand('halt', true);
226 ParseCommand('forcequit', true);
264 ParseCommand(curBind, Trusted);
267 ParseCommand('gencmd R', true)
280 ParseCommand(s, Trusted);
283 ParseCommand('gencmd R', true)
693 ParseCommand(p, true)
/dports/games/hedgewars/hedgewars-src-1.0.0/hedgewars/
H A DuIO.pas143 ParseCommand(command + text, true);
412 'L': ParseCommand('+left', true);
413 'l': ParseCommand('-left', true);
416 'U': ParseCommand('+up', true);
417 'u': ParseCommand('-up', true);
418 'D': ParseCommand('+down', true);
419 'd': ParseCommand('-down', true);
425 'j': ParseCommand('ljump', true);
426 'J': ParseCommand('hjump', true);
427 ',': ParseCommand('skip', true);
[all …]
H A DuCommands.pas33 procedure ParseCommand(CmdStr: shortstring; TrustedSource: boolean); inline; procedure
61 ParseCommand('fatal RegisterVariable: value = nil', true);
79 procedure ParseCommand(CmdStr: shortstring; TrustedSource: boolean); inline; procedure
81 ParseCommand(CmdStr, TrustedSource, false)
130 ParseCommand(s, Trusted);
132 ParseCommand('gencmd R', true)
140 ParseCommand('/-left', true)
142 ParseCommand('/-right', true)
144 ParseCommand('/-up', true)
146 ParseCommand('/-down', true)
[all …]
H A DuAIActions.pas216 ParseCommand('+left', true);
220 ParseCommand('-left', true);
229 ParseCommand('+right', true);
232 else ParseCommand('-right', true);
238 ParseCommand('hjump', true);
241 ParseCommand('ljump', true);
244 ParseCommand('skip', true);
269 ParseCommand(s, true)
H A Dhwengine.pas97ParseCommand('sendlanddigest', true); // extending land digest to all synced pixels (anything that…
236 ParseCommand('fullscr '+intToStr(LongInt(cFullScreen)), true);
265 ParseCommand('quit', true)
307 ParseCommand('fullscr '+intToStr(LongInt(cFullScreen)), true);
409 ParseCommand('fullscr 1', true)
411 ParseCommand('fullscr 0', true);
439 ParseCommand('script ' + cScriptName, true);
H A DuChat.pas422 ParseCommand('/hogsay '+s, true)
466 ParseCommand('/say ' + copy(s, 2, Length(s)-2), true)
493 ParseCommand('/say ' + copy(s, 6, Length(s)-5), true)
503 ParseCommand('/say ' + copy(s, 6, Length(s)-5), true)
513 ParseCommand('/say ' + copy(s, 6, Length(s)-5), true)
523 ParseCommand('team ' + copy(s, 7, Length(s) - 6), true);
529 ParseCommand('/say ' + s, true);
640 ParseCommand('/taunt ' + char(i), true);
648 ParseCommand(ChatCommandz[j].ProcedureCallChatCmd, true);
662 ParseCommand('/say ' + s, true);
/dports/games/easyrpg-player/Player-0.7.0/tests/
H A Ddynrpg.cpp11 …CHECK(DynRpg::ParseCommand(R"(@FunC abc , "Hello World", 42, 1.5, 1.5a, "Str"",ing")", args) == "f…
23 CHECK(DynRpg::ParseCommand("@FunC abc , \"Hello ", args) == "func");
31 CHECK(DynRpg::ParseCommand("@FunC , abc,,,xyz,,", args) == "func");
44 CHECK(DynRpg::ParseCommand("@FunC ab cd,Bla , Bla Blub, Ab\"C \"d e", args) == "func");
60 CHECK(DynRpg::ParseCommand("@FunC V2,VV3,VVVV3", args) == "func");
77 CHECK(DynRpg::ParseCommand("@FunC V2junk,VV3 junk,VVVjunk3", args) == "func");
97 CHECK(DynRpg::ParseCommand("@FunC N2junk,NV3 junk,NVV3", args) == "func");
194 CHECK(DynRpg::ParseCommand("@ aaa", args).empty());
197 CHECK(DynRpg::ParseCommand(R"(@FunC "Arg"junk)", args).empty());
204 CHECK(DynRpg::ParseCommand("@FunC V2.5", args) == "func");
/dports/security/vault/vault-1.8.2/vendor/github.com/influxdata/influxdb/cmd/influx/cli/
H A Dcli_test.go173 if err := c.ParseCommand("Chunked"); err != nil {
182 if err := c.ParseCommand("Chunked"); err != nil {
291 if err := m.ParseCommand(test.cmd); err != nil {
307 if err := c.ParseCommand(cmd); err != nil {
323 c.ParseCommand("pretty")
327 c.ParseCommand("pretty")
346 c.ParseCommand(test.cmd)
367 c.ParseCommand(test.cmd)
403 if err := m.ParseCommand(test.cmd); err != nil {
457 if err := m.ParseCommand(tt.cmd); err != nil {
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/influxdata/influxdb/cmd/influx/cli/
H A Dcli_test.go194 if err := c.ParseCommand("Chunked"); err != nil {
203 if err := c.ParseCommand("Chunked"); err != nil {
312 if err := m.ParseCommand(test.cmd); err != nil {
328 if err := c.ParseCommand(cmd); err != nil {
344 c.ParseCommand("pretty")
348 c.ParseCommand("pretty")
367 c.ParseCommand(test.cmd)
388 c.ParseCommand(test.cmd)
424 if err := m.ParseCommand(test.cmd); err != nil {
478 if err := m.ParseCommand(tt.cmd); err != nil {
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/influxdata/influxdb/cmd/influx/cli/
H A Dcli_test.go194 if err := c.ParseCommand("Chunked"); err != nil {
203 if err := c.ParseCommand("Chunked"); err != nil {
312 if err := m.ParseCommand(test.cmd); err != nil {
328 if err := c.ParseCommand(cmd); err != nil {
344 c.ParseCommand("pretty")
348 c.ParseCommand("pretty")
367 c.ParseCommand(test.cmd)
388 c.ParseCommand(test.cmd)
424 if err := m.ParseCommand(test.cmd); err != nil {
478 if err := m.ParseCommand(tt.cmd); err != nil {
[all …]
/dports/x11-wm/fvwm2/fvwm-2.6.9/modules/FvwmForm/
H A DParseCommand.c49 char * ParseCommand (int dn, char *sp, char end, int *dn1, char **sp1) in ParseCommand() function
98 ParseCommand(dn, sp, ')', &dn2, &sp); in ParseCommand()
109 ParseCommand(dn, sp, ')', &dn2, &sp); in ParseCommand()
117 ParseCommand(dn, sp, ')', &dn2, &sp); in ParseCommand()
/dports/x11-wm/fvwm3/fvwm3-1.0.4/modules/FvwmForm/
H A DParseCommand.c49 char * ParseCommand (int dn, char *sp, char end, int *dn1, char **sp1) in ParseCommand() function
98 ParseCommand(dn, sp, ')', &dn2, &sp); in ParseCommand()
109 ParseCommand(dn, sp, ')', &dn2, &sp); in ParseCommand()
117 ParseCommand(dn, sp, ')', &dn2, &sp); in ParseCommand()
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/influxdata/influxdb/cmd/influx/cli/
H A Dcli_test.go213 if err := c.ParseCommand("Chunked"); err != nil {
222 if err := c.ParseCommand("Chunked"); err != nil {
331 if err := m.ParseCommand(test.cmd); err != nil {
347 if err := c.ParseCommand(cmd); err != nil {
363 c.ParseCommand("pretty")
367 c.ParseCommand("pretty")
386 c.ParseCommand(test.cmd)
407 c.ParseCommand(test.cmd)
443 if err := m.ParseCommand(test.cmd); err != nil {
497 if err := m.ParseCommand(tt.cmd); err != nil {
[all …]
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/connect/services/
H A Dnetservice_protocol_parser.hpp159 void ParseCommand(CTempString command,
189 TParsedCmd ParseCommand(CTempString command);
235 CNetServProtoParser<Extra>::ParseCommand(CTempString command) in ParseCommand() function in CNetServProtoParser
238 CNetServProtoParserBase::ParseCommand(command, in ParseCommand()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/connect/services/
H A Dnetservice_protocol_parser.hpp159 void ParseCommand(CTempString command,
189 TParsedCmd ParseCommand(CTempString command);
235 CNetServProtoParser<Extra>::ParseCommand(CTempString command) in ParseCommand() function in CNetServProtoParser
238 CNetServProtoParserBase::ParseCommand(command, in ParseCommand()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/gn/tools/gn/misc/
H A Dhelp_as_html.py48 def ParseCommand(command, out): function
99 output += ParseCommand(command, GetOutput('help', command))
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/gn/misc/
H A Dhelp_as_html.py48 def ParseCommand(command, out): function
99 output += ParseCommand(command, GetOutput('help', command))
/dports/devel/gn/gn-1962/misc/
H A Dhelp_as_html.py48 def ParseCommand(command, out): function
99 output += ParseCommand(command, GetOutput('help', command))
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/internal/command/commandargs/
H A Dshell.go56 if err := s.ParseCommand(s.Env.OriginalCommand); err != nil {
102 func (s *Shell) ParseCommand(commandString string) error { func

1234567891011