Searched defs:attrs (Results 1 – 4 of 4) sorted by relevance
| /dokuwiki/inc/ |
| H A D | form.php | 348 function form_makeTag($tag, $attrs = array()) 366 function form_makeOpenTag($tag, $attrs = array()) 402 function form_makeWikiText($text, $attrs = array()) 424 function form_makeButton($type, $act, $value = '', $attrs = array()) 454 function form_makeField($type, $name, $value = '', $label = null, $id = '', $class = '', $attrs = a… 481 …m_makeFieldRight($type, $name, $value = '', $label = null, $id = '', $class = '', $attrs = array()) 506 function form_makeTextField($name, $value = '', $label = null, $id = '', $class = '', $attrs = arra… 531 function form_makePasswordField($name, $label = null, $id = '', $class = '', $attrs = array()) 555 function form_makeFileField($name, $label = null, $id = '', $class = '', $attrs = array()) 582 function form_makeCheckboxField($name, $value = '1', $label = null, $id = '', $class = '', $attrs =… [all …]
|
| /dokuwiki/inc/Form/ |
| H A D | TagCloseElement.php | 76 public function attrs($attributes = null) function in dokuwiki\\Form\\TagCloseElement
|
| H A D | Element.php | 93 public function attrs($attributes = null) function in dokuwiki\\Form\\Element
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/ |
| H A D | ANSI.php | 124 private $attrs; variable in phpseclib3\\File\\ANSI
|