Home
last modified time | relevance | path

Searched refs:strtolower (Results 51 – 57 of 57) sorted by last modified time

123

/dokuwiki/inc/
H A Dindexer.php379 return strtolower($name);
/dokuwiki/inc/Extension/
H A DPluginController.php356 !str_ends_with(strtolower($component), '.php')
/dokuwiki/inc/HTTP/
H A DHTTPClient.php784 $key = strtolower($key);
/dokuwiki/lib/plugins/authad/adLDAP/classes/
H A DadLDAPUsers.php661 $newBaseDn = strtolower($newContainer) . "," . $this->adldap->getBaseDn();
/dokuwiki/lib/plugins/authad/adLDAP/collections/
H A DadLDAPCollection.php90 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) {
129 if (strtolower($keyAttr) == strtolower($attribute)) {
/dokuwiki/lib/plugins/authad/
H A Dauth.php239 if (isset($result[0][strtolower($field)])) {
240 $info[$field] = $result[0][strtolower($field)][0];
311 $group = PhpString::strtolower(trim($group));
336 $domain = PhpString::strtolower(trim($domain));
337 $user = PhpString::strtolower(trim($user));
/dokuwiki/lib/plugins/extension/helper/
H A Dlist.php155 if (strtolower(parse_url($url, PHP_URL_HOST)) == 'www.dokuwiki.org') {
322 if (strtolower(parse_url($bugtrackerURL, PHP_URL_HOST)) == 'www.dokuwiki.org') {

123