Home
last modified time | relevance | path

Searched refs:strtolower (Results 1 – 25 of 57) sorted by relevance

123

/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/config/core/Setting/
H A DSettingOnoff.php19 if (strtolower($value) === 'false') return 0;
20 if (strtolower($value) === 'off') return 0;
/dokuwiki/inc/Action/
H A DAbstractAction.php31 $this->actionname = strtolower(substr(strrchr(get_class($this), '\\'), 1));
/dokuwiki/vendor/simplepie/simplepie/src/Content/Type/
H A DSniffer.php102 $official = trim(strtolower($official));
154 if (strtolower(substr($this->file->body, $ws, 14)) === '<!doctype html'
155 || strtolower(substr($this->file->body, $ws, 5)) === '<html'
156 || strtolower(substr($this->file->body, $ws, 7)) === '<script') {
/dokuwiki/inc/Action/Exception/
H A DActionException.php38 if (strtolower($INPUT->server->str('REQUEST_METHOD')) == 'post') {
/dokuwiki/inc/
H A Dactions.php64 $act = strtolower($act);
H A Dfetch.functions.php205 if (strtolower($cache) == 'nocache') return 0; //never cache
206 if (strtolower($cache) == 'recache') return $conf['cachetime']; //use standard cache
H A DSafeFN.class.php81 return Unicode::toUtf8(self::safeToUnicode(strtolower($filename)));
H A Dconfutils.php40 $ext = strtolower(substr($file, $ext + 1));
242 $conf[strtolower($line[0])] = $line[1];
H A DActionRouter.php183 $actionname = strtolower($actionname); // FIXME is this needed here? should we run a cleanup somewhere else?
H A Dfulltext.php110 $text = PhpString::strtolower($evdata['text']);
397 PhpString::strtolower($title),
398 PhpString::strtolower($search)
738 PhpString::strtolower($query),
H A Dauth.php626 $user = PhpString::strtolower($user);
627 $groups = array_map([PhpString::class, 'strtolower'], $groups);
641 if (!$auth->isCaseSensitive()) $member = PhpString::strtolower($member);
733 $user = PhpString::strtolower($user);
734 $groups = array_map([PhpString::class, 'strtolower'], $groups);
760 $acl[1] = PhpString::strtolower($acl[1]);
790 $acl[1] = PhpString::strtolower($acl[1]);
H A DJpegMeta.php146 $lower_field = strtolower($field);
205 $lower_field = strtolower($field);
225 $lower_field = strtolower($field);
431 if(strlen($field) >= 8 && str_starts_with(strtolower($field), 'datetime')) {
/dokuwiki/vendor/simplepie/simplepie/src/Parse/
H A DDate.php608 if (strtolower(substr($method, 0, 5)) === 'date_') {
839 $month = $this->month[strtolower($match[3])];
910 $month = $this->month[strtolower($match[3])];
965 $month = $this->month[strtolower($match[2])];
/dokuwiki/vendor/simplepie/simplepie/src/
H A DMisc.php124 $return[$i]['attribs'][strtolower($attribs[$j][1])]['data'] = Misc::entities_decode(end($attribs[$j]));
136 $key = strtolower($key);
197 } elseif ($http === 3 && strtolower($parsed['scheme']) === 'http') {
199 } elseif ($http === 4 && strtolower($parsed['scheme']) === 'http') {
382 switch (strtolower(preg_replace('/(?:[^a-zA-Z0-9]+|([^0-9])0+)/', '\1', $charset))) {
1806 if (isset($attribs['']['mode']) && strtolower(trim($attribs['']['mode'])) === 'base64') {
1812 switch (strtolower(trim($attribs['']['type']))) {
1836 switch (strtolower(trim($attribs['']['type']))) {
1856 $type = strtolower(trim($attribs['']['type']));
H A DLocator.php212 $rel = array_unique($this->registry->call(Misc::class, 'space_separated_tokens', [strtolower($link->getAttribute('rel'))]));
224 if (!in_array($href, $done) && in_array('feed', $rel) || (in_array('alternate', $rel) && !in_array('stylesheet', $rel) && $link->hasAttribute('type') && in_array(strtolower($this->registry->call(Misc::class, 'parse_mime', [$link->getAttribute('type')])), ['text/html', 'application/rss+xml', 'application/atom+xml'])) && !isset($feeds[$href])) {
315 $rel_values = explode(' ', strtolower($link->getAttribute('rel')));
330 if (in_array(strtolower(strrchr($value, '.')), ['.rss', '.rdf', '.atom', '.xml'])) {
H A DFile.php148 if (isset($url_parts['scheme']) && strtolower($url_parts['scheme']) === 'https') {
209 switch (strtolower(trim($this->headers['content-encoding'], "\x09\x0A\x0D\x20"))) {
H A DSanitize.php337 return (strtolower(substr($url, 0, 7)) === 'http://') &&
522 if (isset($match[4]) && !in_array(strtolower($match[1]), ['script', 'style'])) {
529 } elseif (isset($match[4]) && !in_array(strtolower($match[1]), ['script', 'style'])) {
/dokuwiki/inc/Subscriptions/
H A DSubscriptionSender.php34 $listid = strtolower(trim($listid, '.'));
/dokuwiki/inc/Utf8/
H A DPhpString.php249 * This is a unicode aware replacement for strtolower()
258 * @see strtolower()
260 public static function strtolower($string)
269 public static function strtolower($string) global() function in dokuwiki\\Utf8\\PhpString
/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/
H A Ddoku.php28 $ACT = trim(strtolower($_SERVER['HTTP_X_DOKUWIKI_DO']));
/dokuwiki/vendor/simplepie/simplepie/src/Net/
H A DIPv6.php225 if (dechex($value) !== strtolower($ipv6_part) || $value < 0 || $value > 0xFFFF) {
/dokuwiki/inc/Menu/Item/
H A DAbstractItem.php210 $this->type = strtolower(substr(strrchr(get_class($this), '\\'), 1));
/dokuwiki/vendor/simplepie/simplepie/src/HTTP/
H A DParser.php273 $this->name = strtolower($this->name);
342 if (strtolower($this->name) === 'etag') {

123