Lines Matching defs:cmd
125 // submit button name is of the form - fn[cmd][param(s)]
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)
406 $cmd . "_userid",
415 $cmd . "_userpass",
424 $cmd . "_userpass2",
433 $cmd . "_username",
442 $cmd . "_usermail",
451 $cmd . "_usergroups",
461 if ($cmd == 'add') {
468 echo '<tr><td><label for="' . $cmd . "_usernotify\" >" .
470 <td><input type="checkbox" id="' . $cmd . '_usernotify" name="usernotify" value="1" />
488 echo '<button type="submit" name="fn[' . $cmd . ']">' . $this->lang[$cmd] . '</button>';