Lines Matching defs:indent
376 * @param int $indent
379 protected function htmlUserForm($cmd, $user = '', $userdata = [], $indent = 0)
412 $indent + 6
421 $indent + 6
430 $indent + 6
439 $indent + 6
448 $indent + 6
457 $indent + 6
486 $this->htmlFilterSettings($indent + 10);
514 * @param int $indent
517 protected function htmlInputField($id, $name, $label, $value, $cando, $required, $indent = 0)
520 echo str_pad('', $indent);
566 * @param int $indent
568 protected function htmlFilterSettings($indent = 0)
581 * @param int $indent
583 protected function htmlImportForm($indent = 0)
598 $this->htmlFilterSettings($indent + 4);