Home
last modified time | relevance | path

Searched refs:thiscmd (Results 1 – 25 of 108) sorted by relevance

12345

/dports/irc/inspircd/inspircd-3.11.0/src/modules/m_spanningtree/
H A Dpostcommand.cpp36 void SpanningTreeUtilities::RouteCommand(TreeServer* origin, CommandBase* thiscmd, const CommandBas… in RouteCommand() argument
38 const std::string& command = thiscmd->name; in RouteCommand()
39 RouteDescriptor routing = thiscmd->GetRouting(user, parameters); in RouteCommand()
76 Module* srcmodule = thiscmd->creator; in RouteCommand()
87 …d::string output_text = CommandParser::TranslateUIDs(thiscmd->translation, parameters, true, thisc… in RouteCommand()
/dports/german/BBBike/BBBike-3.18/cgi/
H A Dtinyhttpd816 local($thiscmd, @thiscmd);
820 $thiscmd .= " $file";
821 $thiscmd =~ s:/:\\:g;
824 @thiscmd = ($perlpath, $file);
825 $thiscmd[1] =~ s:/:\\:g;
828 $thiscmd = $file;
830 @thiscmd = ($file);
836 $out = `$thiscmd`;
848 exec @thiscmd;
853 $out = `$thiscmd`;
[all …]
/dports/databases/hbase/hbase-1.2.1/bin/
H A Dhbase-daemon.sh177 thiscmd="$bin/$(basename ${BASH_SOURCE-$0})"
187 $thiscmd --config "${HBASE_CONF_DIR}" \
197 nohup $thiscmd --config "${HBASE_CONF_DIR}" \
233 $thiscmd --config "${HBASE_CONF_DIR}" foreground_start $command $args
289 $thiscmd --config "${HBASE_CONF_DIR}" stop $command $args &
297 $thiscmd --config "${HBASE_CONF_DIR}" start $command $args &
/dports/irc/inspircd/inspircd-3.11.0/src/modules/
H A Dm_operlog.cpp56 Command* thiscmd = ServerInstance->Parser.GetHandler(command); in OnPreCommand() local
57 if ((thiscmd) && (thiscmd->flags_needed == 'o')) in OnPreCommand()
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/system/
H A Dsysctl.py246 thiscmd = "%s -n %s" % (self.sysctl_cmd, token)
248 thiscmd = "%s -e -n %s" % (self.sysctl_cmd, token)
249 rc, out, err = self.module.run_command(thiscmd, environ_update=self.LANG_ENV)
261 thiscmd = "%s %s=%s" % (self.sysctl_cmd, token, value)
267 thiscmd = "%s %s %s=%s" % (self.sysctl_cmd, ignore_missing, token, value)
272 thiscmd = "%s %s -w %s=%s" % (self.sysctl_cmd, ignore_missing, token, value)
273 rc, out, err = self.module.run_command(thiscmd, environ_update=self.LANG_ENV)
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/ansible/posix/plugins/modules/
H A Dsysctl.py246 thiscmd = "%s -n %s" % (self.sysctl_cmd, token)
248 thiscmd = "%s -e -n %s" % (self.sysctl_cmd, token)
249 rc, out, err = self.module.run_command(thiscmd, environ_update=self.LANG_ENV)
261 thiscmd = "%s %s=%s" % (self.sysctl_cmd, token, value)
267 thiscmd = "%s %s %s=%s" % (self.sysctl_cmd, ignore_missing, token, value)
272 thiscmd = "%s %s -w %s=%s" % (self.sysctl_cmd, ignore_missing, token, value)
273 rc, out, err = self.module.run_command(thiscmd, environ_update=self.LANG_ENV)
/dports/print/yatex/yatex1.82/
H A Dyatexprc.el101 (put 'YaTeX-typeset-process 'thiscmd command)
182 (thiscmd (get 'YaTeX-typeset-process 'thiscmd))
226 (string-match "latexmk" thiscmd))
259 (setq tobecalled thiscmd shortname "+typeset"))
268 (if (equal tobecalled thiscmd)
280 (if thiscmd
281 (put 'YaTeX-typeset-process 'thiscmd thiscmd)))
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/packaging/language/
H A Dpip.py343 thiscmd = cmd + " --help"
344 rc, stdout, stderr = module.run_command(thiscmd)
346 module.fail_json(msg="Could not get output from %s: %s" % (thiscmd, stdout + stderr))
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/lib/ansible/modules/
H A Dpip.py342 thiscmd = cmd + " --help"
343 rc, stdout, stderr = module.run_command(thiscmd)
345 module.fail_json(msg="Could not get output from %s: %s" % (thiscmd, stdout + stderr))
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/lib/ansible/modules/
H A Dpip.py343 thiscmd = cmd + " --help"
344 rc, stdout, stderr = module.run_command(thiscmd)
346 module.fail_json(msg="Could not get output from %s: %s" % (thiscmd, stdout + stderr))
/dports/math/reduce/Reduce-svn5758-src/libraries/original/libedit-20160506/
H A Del.h84 el_action_t thiscmd; /* this command */ member
/dports/math/reduce/Reduce-svn5758-src/libraries/libedit-20140620-3.1/src/
H A Del.h90 el_action_t thiscmd; /* this command */ member
/dports/databases/percona56-server/percona-server-5.6.51-91.0/cmd-line-utils/libedit/
H A Del.h90 el_action_t thiscmd; /* this command */ member
/dports/databases/percona56-client/percona-server-5.6.51-91.0/cmd-line-utils/libedit/
H A Del.h90 el_action_t thiscmd; /* this command */ member
/dports/databases/percona57-server/percona-server-5.7.36-39/extra/libedit/libedit-20191231-3.1/src/
H A Del.h84 el_action_t thiscmd; /* this command */ member
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/extra/libedit/libedit-20191231-3.1/src/
H A Del.h84 el_action_t thiscmd; /* this command */ member
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/cmd-line-utils/libedit/
H A Del.h90 el_action_t thiscmd; /* this command */ member
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/extra/libedit/libedit-20191231-3.1/src/
H A Del.h84 el_action_t thiscmd; /* this command */ member
/dports/math/reduce/Reduce-svn5758-src/libraries/libedit-20210216-3.1/src/
H A Del.h84 el_action_t thiscmd; /* this command */ member
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/cmd-line-utils/libedit/libedit-20190324-3.1/src/
H A Del.h84 el_action_t thiscmd; /* this command */ member
/dports/databases/percona57-client/percona-server-5.7.36-39/extra/libedit/libedit-20191231-3.1/src/
H A Del.h84 el_action_t thiscmd; /* this command */ member
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/cmd-line-utils/libedit/
H A Del.h90 el_action_t thiscmd; /* this command */ member
/dports/databases/mysql57-client/mysql-5.7.36/extra/libedit/libedit-20191231-3.1/src/
H A Del.h84 el_action_t thiscmd; /* this command */ member
/dports/devel/libedit/libedit-20210216-3.1/src/
H A Del.h84 el_action_t thiscmd; /* this command */ member
/dports/ftp/tnftp/tnftp-20210827/libedit/
H A Del.h85 el_action_t thiscmd; /* this command */ member

12345