Searched refs:container (Results 1 – 7 of 7) sorted by relevance
/dokuwiki/lib/plugins/authad/adLDAP/classes/ |
D | adLDAPUsers.php | 116 $container = "OU=" . implode(", OU=",$attributes["container"]); 119 …add($this->adldap->getLdapConnection(), "CN=" . $add["cn"][0] . ", " . $container . "," . $this->a… 645 …* @param array $container The container or containers to move the user to (please be careful here!… 649 public function move($username, $container) argument 653 if ($container === null) { return "Missing compulsory field [container]"; } 654 if (!is_array($container)) { return "Container must be an array"; } 659 $container = array_reverse($container); 660 $newContainer = "ou=" . implode(",ou=",$container);
|
D | adLDAPContacts.php | 88 $container= "OU=" . implode(",OU=", $attributes["container"]); 91 …. $this->adldap->utilities()->escapeCharacters($add["cn"][0]) . ", " . $container . "," . $this->a…
|
D | adLDAPExchange.php | 78 $container = "CN=" . implode(",CN=", $storageGroup); 86 'exchange_homemdb'=>$container.",".$baseDn,
|
D | adLDAPGroups.php | 181 $container = "OU=" . implode(",OU=", $attributes["container"]); 182 …ap_add($this->adldap->getLdapConnection(), "CN=" . $add["cn"] . ", " . $container . "," . $this->a…
|
/dokuwiki/lib/tpl/dokuwiki/css/ |
D | _fileuploader.css | 102 .qq-action-container * {
|
D | _toc.css | 9 /* toc container */
|
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/ |
D | smoothness.css | 811 …relative prevents IE scroll bug (element with position: relative inside container with overflow: a…
|