Home
last modified time | relevance | path

Searched refs:scommand (Results 1 – 25 of 30) sorted by relevance

12

/dports/irc/inspircd/inspircd-3.11.0/src/modules/
H A Dm_alias.cpp230 std::string scommand; in OnUserPostMessage() local
234 ss.GetToken(scommand); in OnUserPostMessage()
236 if (scommand.size() <= fprefix.size()) in OnUserPostMessage()
242 if (scommand.compare(0, fprefix.size(), fprefix) != 0) in OnUserPostMessage()
248 scommand.erase(0, fprefix.size()); in OnUserPostMessage()
250 std::pair<AliasMap::iterator, AliasMap::iterator> iters = Aliases.equal_range(scommand); in OnUserPostMessage()
255 std::string compare(details.text, scommand.length() + fprefix.size()); in OnUserPostMessage()
317 std::string scommand; in DoAlias() local
318 while (commands.GetToken(scommand)) in DoAlias()
320 DoCommand(scommand, user, c, safe, a); in DoAlias()
/dports/math/ess/ess-18.10.2/lisp/
H A Dess-mouse.el172 (let* (scommand
180 (setq scommand (concat head string tail))
185 (concat "page(" scommand ")")
186 scommand))
197 (ess-command (concat scommand "\n") commands-buffer)
206 (rename-buffer scommand))))
/dports/deskutils/recoll/recoll-1.31.2/index/
H A Dmimetype.cpp65 string scommand; in mimetypefromdata() local
66 if (cfg->getConfParam("systemfilecommand", scommand)) { in mimetypefromdata()
67 LOGDEB2("mimetype: syscmd from config: " << scommand << "\n"); in mimetypefromdata()
68 stringToStrings(scommand, cmd); in mimetypefromdata()
/dports/sysutils/slurm-wlm/slurm-20.02.7/testsuite/expect/
H A Dglobals_accounting486 set scommand "set"
496 set scommand "$scommand $acct_val=$acct_mod_acct_vals($acct_val)"
509 set scommand "$scommand $assoc_val=$acct_mod_assoc_vals($assoc_val)"
516 set my_pid [eval spawn $sacctmgr -i modify account $scommand $wcommand ]
792 set scommand "set"
803 set scommand "$scommand $desc=$user_mod_acct($desc)"
817 set scommand "$scommand $desc=$user_mod_assoc($desc)"
824 set my_pid [eval spawn $sacctmgr -i modify user $scommand $wcommand ]
962 set scommand "set"
976 set scommand "$scommand $desc=$qos_mod_vals($desc)"
[all …]
/dports/irc/anope/anope-2.0.9/modules/commands/
H A Dcs_set_misc.cpp126 Anope::string scommand = GetAttribute(source.command); in Execute() local
127 Anope::string key = "cs_set_misc:" + scommand; in Execute()
136 source.Reply(CHAN_SETTING_CHANGED, scommand.c_str(), ci->name.c_str(), params[1].c_str()); in Execute()
142 source.Reply(CHAN_SETTING_UNSET, scommand.c_str(), ci->name.c_str()); in Execute()
H A Dns_set_misc.cpp120 Anope::string scommand = GetAttribute(source.command); in Run() local
121 Anope::string key = "ns_set_misc:" + scommand; in Run()
129 source.Reply(CHAN_SETTING_CHANGED, scommand.c_str(), nc->display.c_str(), param.c_str()); in Run()
134 source.Reply(CHAN_SETTING_UNSET, scommand.c_str(), nc->display.c_str()); in Run()
/dports/www/domoticz/domoticz-2020.2/hardware/
H A DRFLinkBase.cpp1159 std::string scommand = request::findValue(&req, "command"); in RType_CreateRFLinkDevice() local
1160 if (idx.empty() || scommand.empty()) in RType_CreateRFLinkDevice()
1166 _log.Log(LOG_STATUS, "RFLink Custom Command: %s", scommand.c_str()); in RType_CreateRFLinkDevice()
1175 if (scommand.substr(0, 14).compare("10;rfdebug=on;") == 0) { in RType_CreateRFLinkDevice()
1177 … initiated RFLink Enable Debug mode with command: %s", session.username.c_str(), scommand.c_str()); in RType_CreateRFLinkDevice()
1183 if (scommand.substr(0, 15).compare("10;rfdebug=off;") == 0) { in RType_CreateRFLinkDevice()
1192 …ser: %s initiated a RFLink Device Create command: %s", session.username.c_str(), scommand.c_str()); in RType_CreateRFLinkDevice()
1193 scommand = "11;" + scommand; in RType_CreateRFLinkDevice()
1195 …ser: %s initiated a RFLink Device Create command: %s", session.username.c_str(), scommand.c_str()); in RType_CreateRFLinkDevice()
1197 scommand += "\r\n"; in RType_CreateRFLinkDevice()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/usb/storage/
H A Ddatafab.c322 static unsigned char scommand[8] = { 0, 1, 0, 0, 0, 0xa0, 0xec, 1 }; in datafab_determine_lun() local
330 memcpy(command, scommand, 8); in datafab_determine_lun()
387 static unsigned char scommand[8] = { 0, 1, 0, 0, 0, 0xa0, 0xec, 1 }; in datafab_id_device() local
401 memcpy(command, scommand, 8); in datafab_id_device()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/usb/storage/
H A Ddatafab.c322 static unsigned char scommand[8] = { 0, 1, 0, 0, 0, 0xa0, 0xec, 1 }; in datafab_determine_lun() local
330 memcpy(command, scommand, 8); in datafab_determine_lun()
387 static unsigned char scommand[8] = { 0, 1, 0, 0, 0, 0xa0, 0xec, 1 }; in datafab_id_device() local
401 memcpy(command, scommand, 8); in datafab_id_device()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/usb/storage/
H A Ddatafab.c322 static unsigned char scommand[8] = { 0, 1, 0, 0, 0, 0xa0, 0xec, 1 }; in datafab_determine_lun() local
330 memcpy(command, scommand, 8); in datafab_determine_lun()
387 static unsigned char scommand[8] = { 0, 1, 0, 0, 0, 0xa0, 0xec, 1 }; in datafab_id_device() local
401 memcpy(command, scommand, 8); in datafab_id_device()
/dports/games/freedoko/FreeDoko_0.7.19/src/ui/text/
H A Dtext.ui.tex2 Unknown command '%scommand%'.
/dports/lang/ocaml-nox11/ocaml-4.05.0/tools/
H A Docamlmklib.ml200 let scommand cmd = function
280 scommand
285 scommand
302 scommand
/dports/lang/ocaml/ocaml-4.05.0/tools/
H A Docamlmklib.ml200 let scommand cmd = function
280 scommand
285 scommand
302 scommand
/dports/games/arx-libertatis/arx-libertatis-1.1.2/scripts/
H A Darx-install-data109 scommand="$(printf '%s' "$command" | tr - _)"
134 eval "data_path=\"\$${scommand}_PATH\""
668 1. Any path in \$${scommand}_PATH (for use in wrapper scripts)
/dports/net/binkd/binkd-1.0.4/
H A Dprotocol.c838 static char *scommand[] = {"NUL", "ADR", "PWD", "FILE", "OK", "EOB", variable
1046 Log (5, "send message %s %s%s", scommand[m], s1, s2); in msg_send2()
3308 Log (5, "rcvd msg %s %s", scommand[(unsigned char)(state->ibuf[0])], state->ibuf+1); in recv_block()
/dports/devel/fossil/fossil-src-2.17/src/
H A Dxfer.c1719 @ error bad\scommand:\s%F(blob_str(&xfer.line)) in page_xfer()
/dports/comms/kermit/kermit-9.0.305.04/
H A Dckcftp.c1856 _PROTOTYP(static int scommand, (char *));
9856 if (scommand(s) == 0) { /* Send it. */
10515 scommand(char * s) /* Was secure_command() */ in scommand() function
10517 scommand(s) char * s; in scommand()
14434 x = scommand("ABOR");
/dports/www/domoticz/domoticz-2020.2/main/
H A DWebServer.cpp3476 std::string scommand = request::findValue(&req, "command"); in HandleCommand() local
3500 GetLightCommand(dType, sType, switchtype, scommand, command, options); in HandleCommand()
3584 std::string scommand = request::findValue(&req, "command"); in HandleCommand() local
3604 GetLightCommand(dType, sType, switchtype, scommand, command, options); in HandleCommand()
/dports/net-mgmt/monitoring-plugins/monitoring-plugins-2.3.1/po/
H A Dmonitoring-plugins.pot3978 msgid "%s%scommand name '%s'"
H A Dde.po4077 msgid "%s%scommand name '%s'"
H A Dfr.po4148 msgid "%s%scommand name '%s'"
/dports/net-mgmt/nagios-plugins/nagios-plugins-2.3.3/po/
H A Dnagios-plugins.pot4196 msgid "%s%scommand name '%s'"
H A Dde.po4318 msgid "%s%scommand name '%s'"
H A Dfr.po4397 msgid "%s%scommand name '%s'"
/dports/devel/avr-gdb/gdb-7.3.1/gdb/po/
H A Dgdb.pot4502 msgid "Undefined %scommand: \"%s\". Try \"help%s%.*s\"."
4507 msgid "Lack of needed %scommand"
4512 msgid "Ambiguous %scommand \"%s\": %s."

12