/dokuwiki/vendor/simplepie/simplepie/src/ |
H A D | Copyright.php | 74 public $label; variable in SimplePie\\Copyright 82 public function __construct($url = null, $label = null) argument
|
H A D | Category.php | 82 public $label; variable in SimplePie\\Category 103 public function __construct($term = null, $scheme = null, $label = null, $type = null) argument
|
/dokuwiki/inc/Form/ |
H A D | LabelElement.php | 16 public function __construct($label) argument
|
H A D | InputElement.php | 19 protected $label; variable in dokuwiki\\Form\\InputElement 31 public function __construct($type, $name, $label = '') argument [all...] |
H A D | Form.php | 219 public function addTextInput($name, $label = '', $pos = -1) argument 232 public function addPasswordInput($name, $label = '', $pos = -1) argument 245 public function addRadioButton($name, $label = '', $pos = -1) argument 258 addCheckbox($name, $label = '', $pos = 1) global() argument 272 addDropdown($name, $options, $label = '', $pos = 1) global() argument 285 addTextarea($name, $label = '', $pos = 1) global() argument 324 addLabel($label, $for = '', $pos = 1) global() argument [all...] |
H A D | DropdownElement.php | 25 public function __construct($name, $options, $label = '') argument 41 public function addOptGroup($label, $options) argument [all...] |
H A D | CheckableElement.php | 19 public function __construct($type, $name, $label) argument [all...] |
H A D | TextareaElement.php | 20 public function __construct($name, $label) argument
|
H A D | OptGroup.php | 14 public function __construct($label, $options) argument [all...] |
/dokuwiki/inc/ |
H A D | form.php | 450 form_makeField($type, $name, $value = '', $label = null, $id = '', $class = '', $attrs = array()) global() argument 476 form_makeFieldRight($type, $name, $value = '', $label = null, $id = '', $class = '', $attrs = array()) global() argument 500 form_makeTextField($name, $value = '', $label = null, $id = '', $class = '', $attrs = array()) global() argument 524 form_makePasswordField($name, $label = null, $id = '', $class = '', $attrs = array()) global() argument 547 form_makeFileField($name, $label = null, $id = '', $class = '', $attrs = array()) global() argument 573 form_makeCheckboxField($name, $value = '1', $label = null, $id = '', $class = '', $attrs = array()) global() argument 598 form_makeRadioField($name, $value = '1', $label = null, $id = '', $class = '', $attrs = array()) global() argument 630 form_makeMenuField($name, $values, $selected = '', $label = null, $id = '', $class = '', $attrs = array()) global() argument 676 form_makeListboxField($name, $values, $selected = '', $label = null, $id = '', $class = '', $attrs = array()) global() argument [all...] |
H A D | html.php | 187 html_btn($name, $id, $akey, $params, $method = 'get', $tooltip = '', $label = false, $svg = null) global() argument
|
/dokuwiki/inc/Parsing/Lexer/ |
H A D | ParallelRegex.php | 53 addPattern($pattern, $label = true) global() argument
|
/dokuwiki/inc/Ui/ |
H A D | SearchState.php | 111 public function getSearchLink($label) argument
|
/dokuwiki/inc/Menu/Item/ |
H A D | AbstractItem.php | 46 protected $label = ''; variable in dokuwiki\\Menu\\Item\\AbstractItem [all...] |
/dokuwiki/lib/scripts/ |
H A D | edit.js | 23 function createToolButton(icon,label,key,id,classname){ argument
|
/dokuwiki/lib/plugins/usermanager/ |
H A D | admin.php | 512 htmlInputField($id, $name, $label, $value, $cando, $required, $indent = 0) global() argument
|