Home
last modified time | relevance | path

Searched refs:__construct (Results 201 – 225 of 231) sorted by last modified time

12345678910

/dokuwiki/inc/Form/
H A DCheckableElement.php19 public function __construct($type, $name, $label) function in dokuwiki\\Form\\CheckableElement
21 parent::__construct($type, $name, $label);
H A DDropdownElement.php25 public function __construct($name, $options, $label = '') function in dokuwiki\\Form\\DropdownElement
27 parent::__construct('dropdown', $name, $label);
H A DElement.php28 public function __construct($type, $attributes = []) function in dokuwiki\\Form\\Element
H A DFieldsetCloseElement.php17 public function __construct($attributes = []) function in dokuwiki\\Form\\FieldsetCloseElement
19 parent::__construct('', $attributes);
H A DFieldsetOpenElement.php18 public function __construct($legend = '', $attributes = [])
23 parent::__construct($legend, $attributes);
19 public function __construct($legend='', $attributes = array()) global() function in dokuwiki\\Form\\FieldsetOpenElement
H A DForm.php32 public function __construct($attributes = [], $unsafe = false) function in dokuwiki\\Form\\Form
36 parent::__construct('form', $attributes);
H A DHTMLElement.php17 public function __construct($html) function in dokuwiki\\Form\\HTMLElement
19 parent::__construct('html', $html);
H A DInputElement.php31 public function __construct($type, $name, $label = '') function in dokuwiki\\Form\\InputElement
33 parent::__construct($type, ['name' => $name]);
H A DLabelElement.php16 public function __construct($label) function in dokuwiki\\Form\\LabelElement
18 parent::__construct('label', $label);
H A DLegacyForm.php22 public function __construct(\Doku_Form $oldform) function in dokuwiki\\Form\\LegacyForm
24 parent::__construct($oldform->params);
H A DOptGroup.php14 public function __construct($label, $options) function in dokuwiki\\Form\\OptGroup
16 parent::__construct('optGroup', ['label' => $label]);
H A DTagCloseElement.php19 public function __construct($tag, $attributes = []) function in dokuwiki\\Form\\TagCloseElement
21 parent::__construct('tagclose', $tag, $attributes);
H A DTagElement.php18 public function __construct($tag, $attributes = []) function in dokuwiki\\Form\\TagElement
20 parent::__construct('tag', $tag, $attributes);
H A DTagOpenElement.php19 public function __construct($tag, $attributes = []) function in dokuwiki\\Form\\TagOpenElement
21 parent::__construct('tagopen', $tag, $attributes);
H A DTextareaElement.php20 public function __construct($name, $label) function in dokuwiki\\Form\\TextareaElement
22 parent::__construct('textarea', $name, $label);
H A DValueElement.php26 public function __construct($type, $value, $attributes = []) function in dokuwiki\\Form\\ValueElement
28 parent::__construct($type, $attributes);
/dokuwiki/inc/HTTP/
H A DDokuHTTPClient.php20 public function __construct()
25 parent::__construct();
21 public function __construct(){ global() function in dokuwiki\\HTTP\\DokuHTTPClient
H A DHTTPClient.php69 public function __construct()
68 public function __construct(){ global() function in dokuwiki\\HTTP\\HTTPClient
/dokuwiki/inc/parser/
H A Dparser.php51 public function __construct(Doku_Handler $handler = null)
61 parent::__construct($handler);
59 public function __construct(Doku_Handler $handler = null) { global() function in Doku_Parser
/dokuwiki/lib/plugins/popularity/
H A Daction.php19 public function __construct()
16 public function __construct() global() function in action_plugin_popularity
H A Dadmin.php20 public function __construct()
18 public function __construct() global() function in admin_plugin_popularity
/dokuwiki/lib/plugins/authad/adLDAP/classes/
H A DadLDAPComputers.php52 public function __construct(adLDAP $adldap) { function in adLDAPComputers
H A DadLDAPContacts.php51 public function __construct(adLDAP $adldap) { function in adLDAPContacts
H A DadLDAPExchange.php50 public function __construct(adLDAP $adldap) { function in adLDAPExchange
H A DadLDAPFolders.php50 public function __construct(adLDAP $adldap) { function in adLDAPFolders

12345678910