Lines Matching defs:cmd
124 // submit button name is of the form - fn[cmd][param(s)]
128 $cmd = key($fn);
129 $param = is_array($fn[$cmd]) ? key($fn[$cmd]) : null;
131 $cmd = $fn;
135 if ($cmd != "search") {
140 switch ($cmd) {
171 switch ($cmd) {
372 * @param string $cmd 'add' or 'modify'
378 protected function htmlUserForm($cmd, $user = '', $userdata = [], $indent = 0)
405 $cmd . "_userid",
414 $cmd . "_userpass",
423 $cmd . "_userpass2",
432 $cmd . "_username",
441 $cmd . "_usermail",
450 $cmd . "_usergroups",
460 if ($cmd == 'add') {
467 echo '<tr><td><label for="' . $cmd . "_usernotify\" >" .
469 <td><input type="checkbox" id="' . $cmd . '_usernotify" name="usernotify" value="1" />
487 echo '<button type="submit" name="fn[' . $cmd . ']">' . $this->lang[$cmd] . '</button>';