Home
last modified time | relevance | path

Searched refs:cmds (Results 1 – 3 of 3) sorted by relevance

/PHP-5.5/ext/phar/phar/
H A Dclicommand.inc21 protected $cmds = array();
29 $this->cmds = self::getCommands($this);
34 } elseif (!isset($this->cmds[$argv[1]]['run'])) {
40 if (isset($this->cmds[$command]['arg'])) {
305 $cmds = array($which => $this->cmds[$which]);
309 ksort($this->cmds);
310 foreach($this->cmds as $name => $funcs) {
316 foreach($this->cmds as $name => $funcs) {
320 $cmds = $this->cmds;
323 foreach($cmds as $name => $funcs) {
[all …]
/PHP-5.5/win32/build/
H A Dprojectgen.js153 var cmds = "BuildCmds= \\\r\n";
158 cmds += "\ttype ..\\" + defs[i] + (i == 0 ? " > " : " >> ") + path + " \\\r\n";
165 ret += cmds + '\r\n\"' + path + '" : ' + cmd + "\r\n";
/PHP-5.5/
H A Dltmain.sh2693 for cmd in $cmds; do
4339 for cmd in $cmds; do
4376 for cmd in $cmds; do
5592 eval cmds=\"$old_archive_cmds\"
5640 for cmd in $cmds; do
6067 cmds=$postinstall_cmds
6069 for cmd in $cmds; do
6290 for cmd in $cmds; do
6615 cmds=$postuninstall_cmds
6617 for cmd in $cmds; do
[all …]

Completed in 20 milliseconds