Home
last modified time | relevance | path

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

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