Home
last modified time | relevance | path

Searched refs:container (Results 1 – 7 of 7) sorted by relevance

/dokuwiki/lib/plugins/authad/adLDAP/classes/
DadLDAPUsers.php116 $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);
DadLDAPContacts.php88 $container= "OU=" . implode(",OU=", $attributes["container"]);
91 …. $this->adldap->utilities()->escapeCharacters($add["cn"][0]) . ", " . $container . "," . $this->a…
DadLDAPExchange.php78 $container = "CN=" . implode(",CN=", $storageGroup);
86 'exchange_homemdb'=>$container.",".$baseDn,
DadLDAPGroups.php181 $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.css102 .qq-action-container * {
D_toc.css9 /* toc container */
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/
Dsmoothness.css811 …relative prevents IE scroll bug (element with position: relative inside container with overflow: a…