Home
last modified time | relevance | path

Searched refs:attrs (Results 1 – 25 of 29) sorted by relevance

12

/dokuwiki/inc/
H A Dform.php343 * @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 Dmedia.php211 ->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 DLegacyForm.php35 ->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 DOptGroup.php98 $html = '<optgroup ' . buildAttributes($this->attrs()) . '>';
112 $attrs = '';
114 $attrs = buildAttributes($val['attrs']);
116 $html .= '<option' . $selected . ' value="' . hsc($key) . '" ' . $attrs . '>';
H A DLabelElement.php28 return '<label ' . buildAttributes($this->attrs()) . '>' . $this->val() . '</label>';
H A DTagElement.php30 return '<' . $this->val() . ' ' . buildAttributes($this->attrs()) . ' />';
H A DTagOpenElement.php31 return '<' . $this->val() . ' ' . buildAttributes($this->attrs()) . '>';
H A DButtonElement.php34 … return '<button ' . buildAttributes($this->attrs(), true) . '>' . $this->content . '</button>';
H A DFieldsetOpenElement.php34 $html = '<fieldset ' . buildAttributes($this->attrs()) . '>';
H A DTextareaElement.php51 return '<textarea ' . buildAttributes($this->attrs()) . '>' .
H A DTagCloseElement.php76 public function attrs($attributes = null) function in dokuwiki\\Form\\TagCloseElement
H A DInputElement.php151 return '<input ' . buildAttributes($this->attrs()) . ' />';
162 return '<label ' . buildAttributes($this->label->attrs()) . '>' . DOKU_LF
H A DCheckableElement.php74 return '<label ' . buildAttributes($this->label->attrs()) . '>' . DOKU_LF
H A DElement.php93 public function attrs($attributes = null) function in dokuwiki\\Form\\Element
H A DDropdownElement.php180 $attr = $this->attrs();
/dokuwiki/inc/Ui/
H A DUserRegister.php41 $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 DPageDraft.php47 …$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 DUserProfile.php63 $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 DPageConflict.php51 … $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 DEditor.php109 ->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 DSubscribe.php95 $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 DANSI.php124 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 DGuiAdmin.php143 ->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 DSanitize.php546 $attrs = [];
556 $attrs[] = $name;
561 $attrs[] = $name . '="' . $attr->value . '"';
563 $text .= ' ' . implode(' ', $attrs);
/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php3866 $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 …]

12