Lines Matching refs:cmd
130 $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",
425 $cmd . "_userpass2",
434 $cmd . "_username",
443 $cmd . "_usermail",
452 $cmd . "_usergroups",
462 if ($cmd == 'add') {
469 echo '<tr><td><label for="' . $cmd . "_usernotify\" >" .
471 … <td><input type="checkbox" id="' . $cmd . '_usernotify" name="usernotify" value="1" />
489 echo '<button type="submit" name="fn[' . $cmd . ']">' . $this->lang[$cmd] . '</button>';