Home
last modified time | relevance | path

Searched defs:remotecmd (Results 1 – 21 of 21) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/third_party/python/hglib/hglib/
H A D__init__.py13 def init(dest=None, ssh=None, remotecmd=None, insecure=False, argument
27 branch=None, pull=False, uncompressed=False, ssh=None, remotecmd=None, argument
H A Dclient.py532 force=False, type=None, ssh=None, remotecmd=None, argument
605 def init(self, dest, ssh=None, remotecmd=None, insecure=False): argument
1258 bookmark=None, branch=None, ssh=None, remotecmd=None, argument
1293 newbranch=False, ssh=None, remotecmd=None, insecure=False): argument
/dports/www/firefox/firefox-99.0/third_party/python/python-hglib/hglib/
H A D__init__.py13 def init(dest=None, ssh=None, remotecmd=None, insecure=False, argument
27 branch=None, pull=False, uncompressed=False, ssh=None, remotecmd=None, argument
H A Dclient.py532 force=False, type=None, ssh=None, remotecmd=None, argument
605 def init(self, dest, ssh=None, remotecmd=None, insecure=False): argument
1258 bookmark=None, branch=None, ssh=None, remotecmd=None, argument
1293 newbranch=False, ssh=None, remotecmd=None, insecure=False): argument
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/python-hglib/hglib/
H A D__init__.py13 def init(dest=None, ssh=None, remotecmd=None, insecure=False, argument
27 branch=None, pull=False, uncompressed=False, ssh=None, remotecmd=None, argument
H A Dclient.py532 force=False, type=None, ssh=None, remotecmd=None, argument
605 def init(self, dest, ssh=None, remotecmd=None, insecure=False): argument
1258 bookmark=None, branch=None, ssh=None, remotecmd=None, argument
1293 newbranch=False, ssh=None, remotecmd=None, insecure=False): argument
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/python-hglib/hglib/
H A D__init__.py13 def init(dest=None, ssh=None, remotecmd=None, insecure=False, argument
27 branch=None, pull=False, uncompressed=False, ssh=None, remotecmd=None, argument
H A Dclient.py532 force=False, type=None, ssh=None, remotecmd=None, argument
605 def init(self, dest, ssh=None, remotecmd=None, insecure=False): argument
1258 bookmark=None, branch=None, ssh=None, remotecmd=None, argument
1293 newbranch=False, ssh=None, remotecmd=None, insecure=False): argument
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/python-hglib/hglib/
H A D__init__.py13 def init(dest=None, ssh=None, remotecmd=None, insecure=False, argument
27 branch=None, pull=False, uncompressed=False, ssh=None, remotecmd=None, argument
H A Dclient.py532 force=False, type=None, ssh=None, remotecmd=None, argument
605 def init(self, dest, ssh=None, remotecmd=None, insecure=False): argument
1258 bookmark=None, branch=None, ssh=None, remotecmd=None, argument
1293 newbranch=False, ssh=None, remotecmd=None, insecure=False): argument
/dports/devel/py-hglib/python-hglib-2.6.2/hglib/
H A D__init__.py13 def init(dest=None, ssh=None, remotecmd=None, insecure=False, argument
27 branch=None, pull=False, uncompressed=False, ssh=None, remotecmd=None, argument
H A Dclient.py559 force=False, type=None, ssh=None, remotecmd=None, argument
632 def init(self, dest, ssh=None, remotecmd=None, insecure=False): argument
1288 bookmark=None, branch=None, ssh=None, remotecmd=None, argument
1323 newbranch=False, ssh=None, remotecmd=None, insecure=False): argument
/dports/net-mgmt/monitoring-plugins/monitoring-plugins-2.3.1/plugins/
H A Dcheck_by_ssh.c52 char *remotecmd = NULL; variable
/dports/net-mgmt/nagios-plugins/nagios-plugins-2.3.3/plugins/
H A Dcheck_by_ssh.c52 char *remotecmd = NULL; variable
/dports/net/44bsd-rdist/44bsd-rdist-20001111_2/
H A Ddocmd.c204 static int remotecmd(rhost, luser, ruser, cmd) in remotecmd() function
/dports/devel/hs-git-annex/git-annex-8.20210903/Command/
H A DMap.hs243 remotecmd = "sh -c " ++ shellEscape function
/dports/devel/hs-git-annex/git-annex-8.20210903/Remote/
H A DDdar.hs192 let remotecmd = unwords $ map shellEscape function
H A DBup.hs257 let remotecmd = "cd " ++ dir ++ " && " ++ unwords (command : toCommand params) function
H A DGitLFS.hs273 let remotecmd = unwords ps function
/dports/net/rdist6/rdist-6.1.5/src/
H A Ddocmd.c259 static int remotecmd(rhost, luser, ruser, cmd) in remotecmd() function
/dports/devel/mercurial/mercurial-6.0/mercurial/
H A Dsshpeer.py182 def _makeconnection(ui, sshcmd, args, remotecmd, path, sshenv=None): argument