Home
last modified time | relevance | path

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

/dokuwiki/vendor/splitbrain/slika/src/
H A 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/
H A Dadmin.php130 $cmd = key($fn);
131 $param = is_array($fn[$cmd]) ? key($fn[$cmd]) : null;
133 $cmd = $fn;
137 if ($cmd != "search") {
142 switch ($cmd) {
173 switch ($cmd) {
374 * @param string $cmd 'add' or 'modify'
380 protected function htmlUserForm($cmd, $user = '', $userdata = [], $indent = 0) argument
407 $cmd . "_userid",
416 $cmd . "_userpass",
[all …]
/dokuwiki/conf/
H A Dinterwiki.conf33 paypal https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=
/dokuwiki/bin/
H A Dgittool.php198 public function cmdGit($cmd, $arg) argument
202 $shell = array_merge(['git', $cmd], $arg);
/dokuwiki/lib/plugins/revert/
H A Dadmin.php12 protected $cmd; variable in admin_plugin_revert
/dokuwiki/inc/
H A Dmedia.php1922 $cmd = $conf['im_convert'];
1923 $cmd .= ' -resize ' . $to_w . 'x' . $to_h . '!';
1925 $cmd .= ' -quality ' . $conf['jpg_quality'];
1927 $cmd .= " $from $to";
1929 @exec($cmd, $out, $retval);
1960 $cmd = $conf['im_convert'];
1961 $cmd .= ' -crop ' . $to_w . 'x' . $to_h . '+' . $ofs_x . '+' . $ofs_y;
1963 $cmd .= ' -quality ' . $conf['jpg_quality'];
1965 $cmd .= " $from $to";
1967 @exec($cmd, $out, $retval);
H A Dio.php782 * @param string $cmd
789 function io_exec($cmd, $input, &$output) argument
796 $ph = proc_open($cmd, $descspec, $pipes);
/dokuwiki/lib/plugins/acl/
H A 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/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php3249 * @param string $cmd
3256 public function write($cmd, $channel = null) argument
3276 $this->send_channel_packet($channel, $cmd);