Home
last modified time | relevance | path

Searched defs:attributes (Results 1 – 18 of 18) sorted by relevance

/dokuwiki/inc/Form/
H A DElement.php17 protected $attributes = []; variable in dokuwiki\\Form\\Element
28 public function __construct($type, $attributes = [])
93 public function attrs($attributes = null)
H A DTagCloseElement.php19 public function __construct($tag, $attributes = [])
76 public function attrs($attributes = null)
H A DFieldsetCloseElement.php17 public function __construct($attributes = [])
H A DTagElement.php18 public function __construct($tag, $attributes = [])
H A DFieldsetOpenElement.php18 public function __construct($legend = '', $attributes = [])
H A DTagOpenElement.php19 public function __construct($tag, $attributes = [])
H A DValueElement.php26 public function __construct($type, $value, $attributes = [])
H A DForm.php32 public function __construct($attributes = [], $unsafe = false)
/dokuwiki/lib/plugins/authad/adLDAP/classes/
H A DadLDAPFolders.php151 public function create($attributes)
H A DadLDAPExchange.php336 public function servers($attributes = array('cn','distinguishedname','serialnumber'))
354 …public function storageGroups($exchangeServer, $attributes = array('cn','distinguishedname'), $rec…
380 …public function storageDatabases($storageGroup, $attributes = array('cn','distinguishedname','disp…
H A DadLDAPContacts.php65 public function create($attributes)
213 public function modify($distinguishedName, $attributes) {
H A DadLDAPUsers.php77 public function create($attributes)
394 public function modify($username, $attributes, $isGUID = false)
H A DadLDAPGroups.php161 public function create($attributes)
/dokuwiki/lib/plugins/authad/adLDAP/
H A DadLDAP.php745 public function getRootDse($attributes = array("*", "+")) {
798 public function adldap_schema($attributes){
/dokuwiki/lib/plugins/authldap/
H A Dauth.php661 $attributes = null,
/dokuwiki/vendor/simplepie/simplepie/src/
H A DParser.php265 public function tag_open($parser, $tag, $attributes)
H A DSanitize.php496 public function replace_urls($document, $tag, $attributes)
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php108 private static $attributes; variable in phpseclib3\\Net\\SFTP