Home
last modified time | relevance | path

Searched refs:cmd (Results 1 – 9 of 9) sorted by relevance

/dokuwiki/vendor/splitbrain/slika/src/
DImageMagickAdapter.php121 $cmd = join(' ', $args);
124 exec($cmd, $output, $return);
127 throw new Exception('ImageMagick returned non-zero exit code for ' . $cmd);
/dokuwiki/lib/plugins/usermanager/
Dadmin.php129 $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/
Dgittool.php174 public function cmdGit($cmd, $arg) argument
178 $shell = array_merge(['git', $cmd], $arg);
/dokuwiki/conf/
Dinterwiki.conf33 paypal https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=
/dokuwiki/lib/plugins/revert/
Dadmin.php12 protected $cmd; variable in admin_plugin_revert
/dokuwiki/lib/plugins/acl/
Dadmin.php108 $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/
Dmedia.php1984 $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);
Dio.php728 * @param string $cmd
735 function io_exec($cmd, $input, &$output) argument
742 $ph = proc_open($cmd, $descspec, $pipes);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
DSSH2.php3241 * @param string $cmd
3248 public function write($cmd, $channel = null) argument
3268 $this->send_channel_packet($channel, $cmd);