Lines Matching defs:indent
375 * @param int $indent
378 protected function htmlUserForm($cmd, $user = '', $userdata = [], $indent = 0)
411 $indent + 6
420 $indent + 6
429 $indent + 6
438 $indent + 6
447 $indent + 6
456 $indent + 6
485 $this->htmlFilterSettings($indent + 10);
513 * @param int $indent
516 protected function htmlInputField($id, $name, $label, $value, $cando, $required, $indent = 0)
519 echo str_pad('', $indent);
565 * @param int $indent
567 protected function htmlFilterSettings($indent = 0)
580 * @param int $indent
582 protected function htmlImportForm($indent = 0)
597 $this->htmlFilterSettings($indent + 4);