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