Home
last modified time | relevance | path

Searched refs:attr (Results 1 – 25 of 46) sorted by relevance

12

/dokuwiki/inc/Ui/
H A DUserProfile.php62 $attr = ['size' => '50', 'required' => 'required'];
63 $input = $form->addPasswordInput('oldpass', $lang['oldpass'])->attrs($attr)
65 $input->getLabel()->attr('class', 'block');
86 $attr = ['size' => '50', 'disabled' => 'disabled'];
88 ->attrs($attr)
91 $input->getLabel()->attr('class', 'block');
94 $attr = ['size' => '50'];
95 if (!$auth->canDo('modName')) $attr['disabled'] = 'disabled';
97 ->attrs($attr)
100 $input->getLabel()->attr('clas
[all...]
H A DUserResendPwd.php61 $input = $form->addPasswordInput('pass', $lang['pass'])->attr('size', '50')->addClass('edit');
62 $input->getLabel()->attr('class', 'block');
64 $input = $form->addPasswordInput('passchk', $lang['passchk'])->attr('size', '50')->addClass('edit');
65 $input->getLabel()->attr('class', 'block');
67 $form->addButton('', $lang['btn_resendpwd'])->attr('type', 'submit');
91 $input->getLabel()->attr('class', 'block');
94 $form->addButton('', $lang['btn_resendpwd'])->attr('type', 'submit');
H A DEditor.php108 $form->addButton('do[save]', $lang['btn_save'])->attr('type', 'submit')
111 $form->addButton('do[preview]', $lang['btn_preview'])->attr('type', 'submit')
114 $form->addButton('do[cancel]', $lang['btn_cancel'])->attr('type', 'submit')
124 $input->getLabel()->attr('class', 'nowrap');
138 $attr = [
146 . ' <a ' . buildAttributes($attr, true) . '>' . $license[$conf['license']]['name'] . '</a>');
201 $attr = ['tabindex' => '1'];
202 if (!$data['wr']) $attr['readonly'] = 'readonly';
203 $attr['dir'] = 'auto';
204 $attr['col
[all...]
H A DUserRegister.php43 $input->getLabel()->attr('class', 'block');
48 $input->getLabel()->attr('class', 'block');
51 $input->getLabel()->attr('class', 'block');
57 $input->getLabel()->attr('class', 'block');
62 $input->getLabel()->attr('class', 'block');
65 $form->addButton('', $lang['btn_register'])->attr('type', 'submit');
H A DLogin.php55 $input->getLabel()->attr('class', 'block');
59 $input->getLabel()->attr('class', 'block');
65 $form->addButton('', $lang['btn_login'])->attr('type', 'submit');
H A DPageRevisions.php83 $form->addCheckbox('rev2[]')->val($rev)->attr('checked', 'checked');
87 $form->addCheckbox('')->val($rev)->attr('disabled', 'disabled');
107 $form->addButton('do[diff]', $lang['diff2'])->attr('type', 'submit');
H A DSearch.php84 $searchForm->addButton('', $lang['btn_search'])->attr('type', 'submit');
118 $searchForm->addTagOpen('div')->addClass('toggle')->attr('aria-haspopup', 'true');
128 $searchForm->addTagOpen('ul')->attr('aria-expanded', 'false');
192 ->attr('style', 'display: none;')
193 ->attr('aria-hidden', 'true');
251 $searchForm->addTagOpen('div')->addClass('toggle')->attr('aria-haspopup', 'true');
261 $searchForm->addTagOpen('ul')->attr('aria-expanded', 'false');
300 $searchForm->addTagOpen('div')->addClass('toggle')->attr('aria-haspopup', 'true');
312 $searchForm->addTagOpen('ul')->attr('aria-expanded', 'false');
412 $searchForm->addTagOpen('div')->addClass('toggle')->attr('ari
[all...]
/dokuwiki/lib/scripts/
H A Dsearch.js11 .attr('type', 'button')
12 .attr('aria-expanded', 'false')
20 if ($me.attr('aria-hidden')) {
22 $toggleAssistanceButton.attr('aria-expanded', 'true');
25 $me.attr('aria-hidden', 'true');
26 $toggleAssistanceButton.attr('aria-expanded', 'false');
39 $me.parent().siblings().find('ul:first').attr('aria-expanded', 'false');
42 $me.parent().find('ul:first').attr('aria-expanded', 'true');
44 $me.parent().find('ul:first').attr('aria-expanded', 'false');
H A Dtree.js17 jQuery('ul:first', this.$obj).attr('role', 'tree');
18 jQuery('ul', this.$obj).not(':first').attr('role', 'group');
19 jQuery('li', this.$obj).attr('role', 'treeitem');
20 jQuery('li.open > ul', this.$obj).attr('aria-expanded', 'true');
21 jQuery('li.closed > ul', this.$obj).attr('aria-expanded', 'false');
22 jQuery('li.closed', this.$obj).attr('aria-live', 'assertive');
47 $sublist.attr('aria-expanded', 'false');
50 $sublist.attr('aria-expanded', 'true');
63 $sublist.parent().attr('aria-busy', 'false').removeAttr('aria-live');
64 jQuery('li.closed', $sublist).attr('ari
[all...]
H A Dedit.js33 $btn.attr('title', label).attr('aria-controls', 'wiki__text');
35 $btn.attr('title', label + ' ['+key.toUpperCase()+']')
36 .attr('accessKey', key);
41 $btn.attr('id', id);
42 $ico.attr('id', id+'_ico');
49 $ico.attr('src', icon);
50 $ico.attr('alt', '');
51 $ico.attr('width', 16);
52 $ico.attr('heigh
[all...]
H A Dpage.js29 const match = $tgt.attr('class').match(/(\s+|^)editbutton_(\d+)(\s+|$)/);
84 .attr('id', popup_id)
86 .attr('aria-hidden', 'true')
87 .on('mouseleave', function () {jQuery(this).hide().attr('aria-hidden', 'true');})
88 .attr('role', 'tooltip');
110 var $content = jQuery(jQuery(this).attr('href')) // Footnote text anchor
119 var id = jQuery(this).attr('id');
120 jQuery(this).attr('id', 'insitu__' + id);
126 .show().attr('aria-hidden', 'false');
193 $content.attr('ari
[all...]
H A Dtoolbar.js23 if ($toolbar.length == 0 || $edit.length == 0 || $edit.attr('readOnly')) {
58 $btn.attr('aria-controls', pickerid);
60 $btn.attr('aria-haspopup', 'true');
199 jQuery(picker).attr('aria-hidden', 'true');
242 $picker.removeClass('a11y').attr('aria-hidden', 'false');
244 $picker.addClass('a11y').attr('aria-hidden', 'true');
281 jQuery('#tool__bar').attr('role', 'toolbar');
H A Deditor.js24 if($editor.attr('readOnly')) {
61 .attr('src', DOKU_BASE+'lib/images/' + img[0] + '.gif')
62 .attr('alt', '')
89 wrap = $textarea.attr('wrap');
92 DokuCookie.setValue('wrapCtl',$textarea.attr('wrap'));
/dokuwiki/inc/Form/
H A DLegacyForm.php29 [$ctl, $attr] = $this->parseLegacyAttr($element);
35 ->attrs($attr)
42 ->attrs($attr)
48 ->attrs($attr)
54 ->attrs($attr)
60 ->attrs($attr)
66 ->attrs($attr)
67 ->attr('name', $ctl['name'])
73 ->attrs($attr)
74 ->attr('nam
[all...]
H A DElement.php57 public function attr($name, $value = null) function in dokuwiki\\Form\\Element
98 $this->attr($key, $val);
116 $classes = explode(' ', $this->attr('class'));
120 $this->attr('class', implode(' ', $classes));
138 return $this->attr('id', $id);
151 return $this->attr('value', $value);
H A DCheckableElement.php23 $this->attr('value', 1);
41 $this->attr('checked', 'checked');
58 $this->attr('checked', 'checked');
H A DInputElement.php34 $this->attr('name', $name);
35 $this->attr('type', $type);
72 if ($this->label) $this->label->attr('for', $id);
104 $name = $this->attr('name');
H A DDropdownElement.php84 * attr-key => attr-value, ...
180 $attr = $this->attrs();
181 if (isset($attr['multiple'])) {
183 $attr['name'] .= '[]';
189 $html = '<select ' . buildAttributes($attr) . '>';
H A DForm.php39 if (!$this->attr('action')) {
43 $this->attr('action', $self);
47 if (!$this->attr('method')) {
48 $this->attr('method', 'post');
52 if (!$this->attr('accept-charset')) {
53 $this->attr('accept-charset', 'utf-8');
152 if ($this->elements[$pos]->attr($name) == $value) {
347 $element->attr('for', $for);
H A DTextareaElement.php23 $this->attr('dir', 'auto');
H A DTagCloseElement.php60 public function attr($name, $value = null) function in dokuwiki\\Form\\TagCloseElement
/dokuwiki/inc/Menu/Item/
H A DAbstractItem.php137 $attr = ['href' => $this->getLink(), 'title' => $this->getTitle()];
138 if ($this->isNofollow()) $attr['rel'] = 'nofollow';
140 $attr['accesskey'] = $this->getAccesskey();
141 $attr['title'] .= ' [' . $this->getAccesskey() . ']';
143 if ($classprefix !== false) $attr['class'] = $classprefix . $this->getType();
145 return $attr;
159 $attr = buildAttributes($this->getLinkAttributes($classprefix));
160 $html = "<a $attr>";
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php1532 $attr = Strings::packSSH2('NQ', NET_SFTP_ATTR_SIZE, $new_size);
1534 return $this->setstat($filename, $attr, false);
1566 $attr = $this->version < 4 ?
1574 $packet .= $attr;
1590 return $this->setstat($filename, $attr, false);
1627 $attr = $this->version < 4 ?
1637 return $this->setstat($filename, $attr, $recursive);
1657 $attr = $this->version < 4 ?
1661 return $this->setstat($filename, $attr, $recursive);
1684 $attr
1879 _setstat($filename, $attr, $recursive) global() argument
1942 _setstat_recursive($path, $attr, & $i) global() argument
[all...]
/dokuwiki/lib/plugins/styling/
H A Dscript.js11 $style.attr('href', '');
38 $style.attr('href', DOKU_BASE + 'lib/exe/css.php?preview=1&tseed=' + now);
/dokuwiki/lib/plugins/extension/
H A Dscript.js24 var image_href = jQuery(this).attr("href");
54 var extension = $btn.attr('name').split('[')[2];
59 $btn.attr('disabled', 'disabled');

12