/dokuwiki/inc/ |
H A D | form.php | 343 * @param array $attrs Optional attributes. 348 function form_makeTag($tag, $attrs = array()) argument 351 return array_merge($elem, $attrs); 361 * @param array $attrs Optional attributes. 366 function form_makeOpenTag($tag, $attrs = array()) argument 369 return array_merge($elem, $attrs); 397 * @param array $attrs Optional attributes. 402 function form_makeWikiText($text, $attrs = array()) argument 406 return array_merge($elem, $attrs); 419 * @param array $attrs Optional attributes. [all …]
|
H A D | media.php | 211 ->attrs(['accesskey' => 's']); 867 $attrs = []; 869 $attrs['checked'] = 'checked'; 875 $radio->attrs($attrs); 1571 ->attrs(['type' => 'file']); 1580 $attrs = []; 1581 if ($update) $attrs['checked'] = 'checked'; 1583 ->addClass('check')->attrs($attrs);
|
/dokuwiki/inc/Form/ |
H A D | LegacyForm.php | 35 ->attrs($attr) 42 ->attrs($attr) 48 ->attrs($attr) 54 ->attrs($attr) 60 ->attrs($attr) 66 ->attrs($attr) 73 ->attrs($attr) 83 ->attrs($attr) 163 $legacy = new \Doku_Form($this->attrs()); 170 $data = $element->attrs();
|
H A D | OptGroup.php | 98 $html = '<optgroup ' . buildAttributes($this->attrs()) . '>'; 112 $attrs = ''; 114 $attrs = buildAttributes($val['attrs']); 116 $html .= '<option' . $selected . ' value="' . hsc($key) . '" ' . $attrs . '>';
|
H A D | LabelElement.php | 28 return '<label ' . buildAttributes($this->attrs()) . '>' . $this->val() . '</label>';
|
H A D | TagElement.php | 30 return '<' . $this->val() . ' ' . buildAttributes($this->attrs()) . ' />';
|
H A D | TagOpenElement.php | 31 return '<' . $this->val() . ' ' . buildAttributes($this->attrs()) . '>';
|
H A D | ButtonElement.php | 34 … return '<button ' . buildAttributes($this->attrs(), true) . '>' . $this->content . '</button>';
|
H A D | FieldsetOpenElement.php | 34 $html = '<fieldset ' . buildAttributes($this->attrs()) . '>';
|
H A D | TextareaElement.php | 51 return '<textarea ' . buildAttributes($this->attrs()) . '>' .
|
H A D | TagCloseElement.php | 76 public function attrs($attributes = null) function in dokuwiki\\Form\\TagCloseElement
|
H A D | InputElement.php | 151 return '<input ' . buildAttributes($this->attrs()) . ' />'; 162 return '<label ' . buildAttributes($this->label->attrs()) . '>' . DOKU_LF
|
H A D | CheckableElement.php | 74 return '<label ' . buildAttributes($this->label->attrs()) . '>' . DOKU_LF
|
H A D | Element.php | 93 public function attrs($attributes = null) function in dokuwiki\\Form\\Element
|
H A D | DropdownElement.php | 180 $attr = $this->attrs();
|
/dokuwiki/inc/Ui/ |
H A D | UserRegister.php | 41 $input = $form->addTextInput('login', $lang['user'])->attrs($base_attrs)->addClass('edit') 47 … $input = $form->addPasswordInput('pass', $lang['pass'])->attrs($base_attrs)->addClass('edit'); 50 …$input = $form->addPasswordInput('passchk', $lang['passchk'])->attrs($base_attrs)->addClass('edit'… 55 … $input = $form->addTextInput('fullname', $lang['fullname'])->attrs($base_attrs)->addClass('edit') 60 $input = $form->addTextInput('email', $lang['email'])->attrs($email_attrs)->addClass('edit')
|
H A D | PageDraft.php | 47 …$form->addButton('do[recover]', $lang['btn_recover'])->attrs(['type' => 'submit', 'tabindex' => '1… 48 …$form->addButton('do[draftdel]', $lang['btn_draftdel'])->attrs(['type' => 'submit', 'tabindex' => … 49 … $form->addButton('do[show]', $lang['btn_cancel'])->attrs(['type' => 'submit', 'tabindex' => '3']);
|
H A D | UserProfile.php | 63 $input = $form->addPasswordInput('oldpass', $lang['oldpass'])->attrs($attr) 88 ->attrs($attr) 97 ->attrs($attr) 106 ->attrs($attr) 114 … $input = $form->addPasswordInput('newpass', $lang['newpass'])->attrs($attr)->addClass('edit'); 118 … $input = $form->addPasswordInput('passchk', $lang['passchk'])->attrs($attr)->addClass('edit'); 150 ->attrs(['required' => 'required'])
|
H A D | PageConflict.php | 51 … $form->addButton('do[save]', $lang['btn_save'])->attrs(['type' => 'submit', 'accesskey' => 's']); 52 $form->addButton('do[cancel]', $lang['btn_cancel'])->attrs(['type' => 'submit']);
|
H A D | Editor.php | 109 ->attrs(['accesskey' => 's', 'tabindex' => '4']) 112 ->attrs(['accesskey' => 'p', 'tabindex' => '5']) 115 ->attrs(['tabindex' => '6']); 121 ->attrs(['size' => '50', 'tabindex' => '2']) 207 $data['form']->addTextarea('wikitext', '')->attrs($attr)->val($TEXT)
|
H A D | Subscribe.php | 95 $form->addRadioButton('sub_target', $label)->val($val)->attrs($data); 105 $form->addRadioButton('sub_style', $label)->val($val)->attrs($data);
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/ |
H A D | ANSI.php | 124 private $attrs; variable in phpseclib3\\File\\ANSI 177 $this->attrs = array_fill(0, $this->max_y + 1, $this->attr_row); 239 …attrs = array_merge($this->history_attrs, array_slice(array_splice($this->attrs, $this->y + 1), 0,… 240 … $this->attrs = array_merge($this->attrs, array_fill($this->y, $this->max_y, $this->attr_row)); 250 …array_splice($this->attrs[$this->y], $this->x + 1, $this->max_x - $this->x, array_fill($this->x, $… 254 $this->attrs[$this->y] = $this->attr_row; 366 $this->attrs[$this->y][$this->x] = clone $this->base_attr_cell; 385 $this->attrs[$this->y][$this->x] = clone $this->attr_cell; 422 $this->history_attrs = array_merge($this->history_attrs, [array_shift($this->attrs)]); 423 $this->attrs[] = $this->attr_row; [all …]
|
/dokuwiki/lib/plugins/extension/ |
H A D | GuiAdmin.php | 143 ->attrs(['type' => 'submit', 'title' => $this->getLang('search')]); 173 ->attrs(['type' => 'url']); 177 ->attrs(['type' => 'file']); 183 ->attrs(['type' => 'submit', 'title' => $this->getLang('btn_install')]);
|
/dokuwiki/vendor/simplepie/simplepie/src/ |
H A D | Sanitize.php | 546 $attrs = []; 556 $attrs[] = $name; 561 $attrs[] = $name . '="' . $attr->value . '"'; 563 $text .= ' ' . implode(' ', $attrs);
|
/dokuwiki/vendor/geshi/geshi/src/ |
H A D | geshi.php | 3866 $attrs = array(); 3880 $attrs['class'][] = 'li2'; 3884 $attrs['style'][] = $this->line_style2; 3893 $attrs['class'][] = 'li1'; 3897 $attrs['style'][] = $this->line_style1; 3916 $attrs['id'][] = "$this->overall_id-$i"; 3923 $attrs['class'][] = "lx$i"; 3925 $attrs['class'][] = "ln-xtra"; 3928 array_push($attrs['style'], $this->get_line_style($i)); 3934 foreach ($attrs as $key => $attr) { [all …]
|