Searched refs:cmd (Results 1 – 9 of 9) sorted by relevance
/dokuwiki/vendor/splitbrain/slika/src/ |
D | ImageMagickAdapter.php | 121 $cmd = join(' ', $args); 124 exec($cmd, $output, $return); 127 throw new Exception('ImageMagick returned non-zero exit code for ' . $cmd);
|
/dokuwiki/lib/plugins/usermanager/ |
D | admin.php | 129 $cmd = key($fn); 130 $param = is_array($fn[$cmd]) ? key($fn[$cmd]) : null; 132 $cmd = $fn; 136 if ($cmd != "search") { 141 switch ($cmd) { 172 switch ($cmd) { 373 * @param string $cmd 'add' or 'modify' 379 protected function htmlUserForm($cmd, $user = '', $userdata = [], $indent = 0) argument 406 $cmd . "_userid", 415 $cmd . "_userpass", [all …]
|
/dokuwiki/bin/ |
D | gittool.php | 174 public function cmdGit($cmd, $arg) argument 178 $shell = array_merge(['git', $cmd], $arg);
|
/dokuwiki/conf/ |
D | interwiki.conf | 33 paypal https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=
|
/dokuwiki/lib/plugins/revert/ |
D | admin.php | 12 protected $cmd; variable in admin_plugin_revert
|
/dokuwiki/lib/plugins/acl/ |
D | admin.php | 108 $cmd = $INPUT->extract('cmd')->str('cmd'); 121 if ($cmd == 'save' && $scope && $this->who && $INPUT->has('acl')) { 125 } elseif ($cmd == 'del' && $scope && $this->who) { 128 } elseif ($cmd == 'update') {
|
/dokuwiki/inc/ |
D | media.php | 1984 $cmd = $conf['im_convert']; 1985 $cmd .= ' -resize ' . $to_w . 'x' . $to_h . '!'; 1987 $cmd .= ' -quality ' . $conf['jpg_quality']; 1989 $cmd .= " $from $to"; 1991 @exec($cmd, $out, $retval); 2022 $cmd = $conf['im_convert']; 2023 $cmd .= ' -crop ' . $to_w . 'x' . $to_h . '+' . $ofs_x . '+' . $ofs_y; 2025 $cmd .= ' -quality ' . $conf['jpg_quality']; 2027 $cmd .= " $from $to"; 2029 @exec($cmd, $out, $retval);
|
D | io.php | 728 * @param string $cmd 735 function io_exec($cmd, $input, &$output) argument 742 $ph = proc_open($cmd, $descspec, $pipes);
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/ |
D | SSH2.php | 3241 * @param string $cmd 3248 public function write($cmd, $channel = null) argument 3268 $this->send_channel_packet($channel, $cmd);
|