Searched defs:attributes (Results 1 – 17 of 17) sorted by relevance
/dokuwiki/inc/Form/ |
H A D | Element.php | 17 protected $attributes = array(); variable in dokuwiki\\Form\\Element 28 public function __construct($type, $attributes = array()) 93 public function attrs($attributes = null)
|
H A D | TagCloseElement.php | 19 public function __construct($tag, $attributes = array()) 76 public function attrs($attributes = null)
|
H A D | FieldsetCloseElement.php | 17 public function __construct($attributes = array())
|
H A D | FieldsetOpenElement.php | 19 public function __construct($legend='', $attributes = array())
|
H A D | TagElement.php | 18 public function __construct($tag, $attributes = array())
|
H A D | TagOpenElement.php | 19 public function __construct($tag, $attributes = array())
|
H A D | ValueElement.php | 26 public function __construct($type, $value, $attributes = array())
|
H A D | Form.php | 32 public function __construct($attributes = array(), $unsafe = false)
|
/dokuwiki/lib/plugins/authad/adLDAP/classes/ |
H A D | adLDAPExchange.php | 336 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 D | adLDAPContacts.php | 65 public function create($attributes) 213 public function modify($distinguishedName, $attributes) {
|
H A D | adLDAPFolders.php | 151 public function create($attributes)
|
H A D | adLDAPUsers.php | 77 public function create($attributes) 394 public function modify($username, $attributes, $isGUID = false)
|
H A D | adLDAPGroups.php | 161 public function create($attributes)
|
/dokuwiki/lib/plugins/authad/adLDAP/ |
H A D | adLDAP.php | 745 public function getRootDse($attributes = array("*", "+")) { 798 public function adldap_schema($attributes){
|
/dokuwiki/vendor/simplepie/simplepie/library/SimplePie/ |
H A D | Parser.php | 277 public function tag_open($parser, $tag, $attributes)
|
H A D | Sanitize.php | 427 public function replace_urls($document, $tag, $attributes)
|
/dokuwiki/lib/plugins/authldap/ |
H A D | auth.php | 651 $attributes = null,
|