Home
last modified time | relevance | path

Searched refs:SendCmd (Results 1 – 24 of 24) sorted by relevance

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/network/dacp/
H A Ddacp.cpp36 SendCmd("beginff"); in BeginFwd()
41 SendCmd("beginrew"); in BeginRewnd()
46 SendCmd("mutetoggle"); in ToggleMute()
51 SendCmd("nextitem"); in NextItem()
56 SendCmd("previtem"); in PrevItem()
61 SendCmd("pause"); in Pause()
66 SendCmd("playpause"); in PlayPause()
71 SendCmd("play"); in Play()
76 SendCmd("stop"); in Stop()
81 SendCmd("playresume"); in PlayResume()
[all …]
H A Ddacp.h35 void SendCmd(const std::string &cmd);
/dports/games/springlobby/springlobby-0.180/src/
H A Dtasserver.cpp210 SendCmd( _T("BAN"), params ); in ExecuteSayCommand()
221 SendCmd( _T("BANLIST") ); in ExecuteSayCommand()
480 SendCmd( _T("CHANNELS") ); in RequestChannels()
1232 SendCmd( _T("PING") ); in Ping()
1343 SendCmd( _T("RING"), nick ); in Ring()
1349 SendCmd( _T("RING"), nick ); in Ring()
1402 SendCmd( _T("GETIP"), nick ); in ModeratorGetIP()
1583 SendCmd( _T("LEAVEBATTLE") ); in LeaveBattle()
1812 SendCmd( raw ); in SendRaw()
2268 SendCmd( _T("SCRIPTSTART") ); in SendScriptToClients()
[all …]
H A Dtasserver.h209 void SendCmd( const wxString& command, const wxString& param = wxEmptyString );
H A Dserver.h219 virtual void SendCmd( const wxString& command, const wxString& param ) = 0;
/dports/games/springlobby/springlobby-0.180/src/lsl/src/lsl/networking/
H A Dtasserver.cpp56 SendCmd( "KICKUSER", user ); in KickUser()
61 SendCmd( "BAN", user ); in BanUser()
66 SendCmd( "UNBAN", user ); in UnBanUser()
71 SendCmd( "BANLIST" ); in GetBanList()
86 SendCmd( "GETIP",user ); in GetIP()
116 SendCmd("PING"); in Ping()
127 SendCmd( "FINDIP", user ); in GetUserIP()
219 SendCmd( "CHANNELS" ); in RequestChannels()
336 SendCmd( "GETIP", nick ); in ModeratorGetIP()
404 SendCmd( "LEAVEBATTLE" ); in LeaveBattle()
[all …]
H A Diserver.cpp240 …m_impl->SendCmd( "ADDBOT", nick + Util::ToString(tasbs.data) + " " + Util::ToString( tascl.data ) … in AddBot()
271 m_impl->SendCmd( "UPDATEBOT", params ); in UpdateBot()
341 m_impl->SendCmd(command, param); in SendOrRelayCmd()
860 m_impl->SendCmd( "MYBATTLESTATUS", boost::format( "%d %d") % tasbs.data % tascl.data ); in SendMyBattleStatus()
872 m_impl->SendCmd( "MYSTATUS", Util::ToString( taus.byte ) ); in SendMyUserStatus()
H A Dtasserver.h76 void SendCmd(const std::string& cmd, const std::string& param = "" );
77 void SendCmd( const std::string& command, const boost::format& param );
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/memory_inspector/memory_inspector/backends/
H A Dadb_client.py70 self.SendCmd('host:transport:' + self._transport)
81 def SendCmd(self, cmd): member in ADBHostSession
91 self.SendCmd(cmd)
156 s.SendCmd('shell:' + cmd)
166 s.SendCmd('root:')
171 s.SendCmd('remount:')
178 s.SendCmd('reboot:')
182 s.SendCmd('host-serial:%s:forward:tcp:%s;tcp:%s' % (
192 s.SendCmd('sync:')
210 s.SendCmd('sync:')
[all …]
/dports/devel/indi/indi-1.9.1/drivers/focuser/
H A Dlakeside.cpp341 if (!SendCmd(cmd)) in LakesideOnline()
378 if (!SendCmd(cmd)) in updateMoveDirection()
506 if (!SendCmd(cmd)) in updateTemperature()
544 if (!SendCmd(cmd)) in updateTemperatureK()
582 if (!SendCmd(cmd)) in updatePosition()
616 if (!SendCmd(cmd)) in updateBacklash()
651 if (!SendCmd(cmd)) in updateSlope1Inc()
686 if (!SendCmd(cmd)) in updateSlope2Inc()
721 if (!SendCmd(cmd)) in updateSlope1Dir()
760 if (!SendCmd(cmd)) in updateSlope2Dir()
[all …]
H A Dlakeside.h82 bool SendCmd(const char *in_cmd);
/dports/misc/gpsim/gpsim-0.31.0/examples/scripts/
H A Dclient.cc99 sock->SendCmd("load s gensquares.cod\n"); in main()
100 sock->SendCmd("break e start\n"); in main()
105 sock->SendCmd("run\n"); in main()
136 sock->SendCmd("run\n"); in main()
H A Dclient_interface.h32 bool SendCmd(const char *);
H A Dclient_interface.cc62 bool ClientSocketInterface::SendCmd(const char *cmd) in SendCmd() function in ClientSocketInterface
/dports/mail/popcheck/popcheck/
H A Dpopcheck.c74 int SendCmd(char *cmd, char *parm);
210 if((a=SendCmd("STAT",NULL))!=-1) in main()
216 if((SendCmd("LIST",NULL))!=-1) in main()
235 if((SendCmd("TOP",tmpbuf))==-1) break; in main()
305 if(tempnode->size==tmpsize) SendCmd("DELE",tmpbuffer); in main()
427 SendCmd("DELE",formatstr); in MainProg()
621 if (SendCmd("USER",popuser)==-1) in SocketConnect()
627 if (SendCmd("PASS",poppass)==-1) in SocketConnect()
647 SendCmd("QUIT", NULL); in SocketDisconnect()
663 int SendCmd(char *cmd, char *parm) in SendCmd() function
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/Omap35xxPkg/MMCHSDxe/
H A DMMCHS.c110 SendCmd ( in SendCmd() function
419 Status = SendCmd (CMD0, CMD0_INT_EN, CmdArgument); in PerformCardIdenfication()
428 Status = SendCmd (CMD5, CMD5_INT_EN, CmdArgument); in PerformCardIdenfication()
446 Status = SendCmd (CMD8, CMD8_INT_EN, CmdArgument); in PerformCardIdenfication()
467 Status = SendCmd (CMD55, CMD55_INT_EN, CmdArgument); in PerformCardIdenfication()
537 Status = SendCmd (CMD2, CMD2_INT_EN, CmdArgument); in PerformCardIdenfication()
550 Status = SendCmd (CMD3, CMD3_INT_EN, CmdArgument); in PerformCardIdenfication()
579 Status = SendCmd (CMD9, CMD9_INT_EN, CmdArgument); in GetCardSpecificData()
610 Status = SendCmd (CMD7, CMD7_INT_EN, CmdArgument); in PerformCardConfiguration()
624 Status = SendCmd (ACMD6, ACMD6_INT_EN, 0x2); in PerformCardConfiguration()
[all …]
/dports/games/libretro-fceumm/libretro-fceumm-91ccd3b/src/boards/
H A D__serial.h18 void SendCmd(uint8 *cmd, int size);
21 #define SEND(cmd) SendCmd((uint8*)&cmd[0], sizeof(cmd))
H A D__serial.c102 void SendCmd(uint8 *cmd, int size) { in SendCmd() function
143 void SendCmd(uint8 *cmd, int size) { in SendCmd() function
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/extras/simpleperf/app_api/cpp/
H A Dsimpleperf.cpp174 void SendCmd(const std::string& cmd);
228 SendCmd("pause"); in PauseRecording()
237 SendCmd("resume"); in ResumeRecording()
261 void ProfileSessionImpl::SendCmd(const std::string& cmd) { in SendCmd() function in simpleperf::ProfileSessionImpl
/dports/ftp/lftp/lftp-4.9.2/src/
H A Dftpclass.cc676 conn->SendCmd("CWD"); in SendCWD()
696 conn->SendCmd("CWD"); in SendCWD()
1492 conn->SendCmd("FEAT"); in Do()
1643 conn->SendCmd("FEAT"); in Do()
1660 conn->SendCmd("PWD"); in Do()
1667 conn->SendCmd("PBSZ 0"); in Do()
1678 conn->SendCmd("CCC"); in Do()
3147 conn->SendCmd(cmd); in SendUrgentCmd()
3174 conn->SendCmd(cmd); in SendUrgentCmd()
3545 SendCmd(s); in SendCmdF()
[all …]
H A Dftpclass.h176 void SendCmd(const char *cmd);
/dports/news/golded+/golded-plus/golded+/goldlib/gcfg/
H A Dgs_pop.h389 PathStr SendCmd; member
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/common_test/src/
H A Dct_webtool.erl179 SendCmd = BStr ++ " -raise -remote \'openUrl(" ++
181 Port = open_port({spawn,SendCmd},[exit_status]),
/dports/emulators/tilem/tilem-2.0/data/symbols/
H A Dti83p.sym1320 4f3f SendCmd