Home
last modified time | relevance | path

Searched defs:label (Results 1 – 16 of 16) sorted by relevance

/dokuwiki/vendor/simplepie/simplepie/src/
H A DCopyright.php74 public $label; variable in SimplePie\\Copyright
82 public function __construct($url = null, $label = null) argument
H A DCategory.php82 public $label; variable in SimplePie\\Category
103 public function __construct($term = null, $scheme = null, $label = null, $type = null) argument
/dokuwiki/inc/Form/
H A DLabelElement.php16 public function __construct($label) argument
H A DInputElement.php19 protected $label; variable in dokuwiki\\Form\\InputElement
31 public function __construct($type, $name, $label = '') argument
[all...]
H A DForm.php219 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 DDropdownElement.php25 public function __construct($name, $options, $label = '') argument
41 public function addOptGroup($label, $options) argument
[all...]
H A DCheckableElement.php19 public function __construct($type, $name, $label) argument
[all...]
H A DTextareaElement.php20 public function __construct($name, $label) argument
H A DOptGroup.php14 public function __construct($label, $options) argument
[all...]
/dokuwiki/inc/
H A Dform.php450 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 Dhtml.php187 html_btn($name, $id, $akey, $params, $method = 'get', $tooltip = '', $label = false, $svg = null) global() argument
/dokuwiki/inc/Parsing/Lexer/
H A DParallelRegex.php53 addPattern($pattern, $label = true) global() argument
/dokuwiki/inc/Ui/
H A DSearchState.php111 public function getSearchLink($label) argument
/dokuwiki/inc/Menu/Item/
H A DAbstractItem.php46 protected $label = ''; variable in dokuwiki\\Menu\\Item\\AbstractItem
[all...]
/dokuwiki/lib/scripts/
H A Dedit.js23 function createToolButton(icon,label,key,id,classname){ argument
/dokuwiki/lib/plugins/usermanager/
H A Dadmin.php512 htmlInputField($id, $name, $label, $value, $cando, $required, $indent = 0) global() argument