Searched refs:attribute (Results 1 – 11 of 11) sorted by relevance
/dokuwiki/lib/plugins/authad/adLDAP/collections/ |
D | adLDAPCollection.php | 83 * @param string $attribute 86 public function __get($attribute) argument 90 if (strtolower($keyAttr) == strtolower($attribute)) { 91 if ($this->info[0][strtolower($attribute)]['count'] == 1) { 92 return $this->info[0][strtolower($attribute)][0]; 96 foreach ($this->info[0][strtolower($attribute)] as $key => $value) { 114 * @param string $attribute 118 abstract public function __set($attribute, $value); argument 123 * @param string $attribute 126 public function __isset($attribute) { argument [all …]
|
D | adLDAPGroupCollection.php | 41 public function __set($attribute, $value) argument
|
D | adLDAPComputerCollection.php | 41 public function __set($attribute, $value) argument
|
D | adLDAPContactCollection.php | 41 public function __set($attribute, $value) argument
|
D | adLDAPUserCollection.php | 41 public function __set($attribute, $value) argument
|
/dokuwiki/vendor/simplepie/simplepie/src/ |
D | Sanitize.php | 505 foreach ($attributes as $attribute) { 506 if ($element->hasAttribute($attribute)) { 507 …->registry->call(Misc::class, 'absolutize_url', [$element->getAttribute($attribute), $this->base]); 510 $element->setAttribute($attribute, $value);
|
D | Parser.php | 271 [$attrib_namespace, $attribute] = $this->split_ns($name); 272 $attribs[$attrib_namespace][$attribute] = $value;
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/ |
D | X509.php | 3428 foreach ($attributes as $key => $attribute) { 3429 if ($attribute['type'] == $id) { 3430 $n = count($attribute['value']); 3481 foreach ($attributes as $key => $attribute) { 3482 if ($attribute['type'] == $id) { 3483 $n = count($attribute['value']); 3489 return $attribute['value']; 3494 return $attribute['value'][$disposition]; 3540 foreach ($attributes as $attribute) { 3541 $attrs[] = $attribute['type']; [all …]
|
/dokuwiki/vendor/simplepie/simplepie/ |
D | CHANGELOG.md | 110 - Add audio, video @src elements/attribute for URL resolution by @rdalverny in [#716](https://githu…
|
/dokuwiki/vendor/geshi/geshi/ |
D | CHANGELOG | 427 * Fixed a problem with tag and attribute names in XML highlighting (SF#2276119, BenBE) 964 - Links can have a target attribute (Andreas Gohr)
|
/dokuwiki/lib/scripts/jquery/ |
D | jquery-ui.min.js | 6 …attribute||"id")||"").match(e.expression||/(.+)[\-=_](.+)/);t&&i.push((e.key||t[1]+"[]")+"="+(e.ke…
|