Home
last modified time | relevance | path

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

123

/dokuwiki/lib/plugins/authpdo/
H A Dauth.php681 if (str_starts_with(strtolower($currentsql), 'select')) {
/dokuwiki/inc/
H A Dpageutils.php142 $id = PhpString::strtolower($id);
H A Dparserutils.php789 $language = strtolower($language);
H A Dutf8.php147 dbg_deprecated(PhpString::class . '::strtolower()');
148 return PhpString::strtolower($str);
H A DMailer.class.php53 $listid = strtolower(trim($listid, '.'));
153 $header = str_replace(' ', '-', ucwords(strtolower(str_replace('-', ' ', $header)))); // streamline casing
H A DPassHash.php373 $hash1 = strtolower(md5($key . md5($clear)));
573 $algo = strtolower($prefixalgo);
826 $algo = strtolower($algo);
/dokuwiki/inc/parser/
H A Dxhtml.php976 $scheme = strtolower($scheme);
/dokuwiki/inc/Menu/Item/
H A DAbstractItem.php210 $this->type = strtolower(substr(strrchr(get_class($this), '\\'), 1));
/dokuwiki/vendor/simplepie/simplepie/idn/
H A Didna_convert.class.php223 (empty($parsed['scheme']) ? '' : $parsed['scheme'].(strtolower($parsed['scheme']) == 'mailto' ? ':' : '://'))
/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/vendor/simplepie/simplepie/src/HTTP/
H A DParser.php273 $this->name = strtolower($this->name);
342 if (strtolower($this->name) === 'etag') {
/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 DParser.php359 if (strtolower($namespace) === \SimplePie\SimplePie::NAMESPACE_ITUNES) {
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/vendor/simplepie/simplepie/src/Net/
H A DIPv6.php225 if (dechex($value) !== strtolower($ipv6_part) || $value < 0 || $value > 0xFFFF) {
/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/inc/Search/
H A DIndexer.php530 PhpString::strtolower($word) : strtolower($word);
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DTar.php706 $file = strtolower($file);
/dokuwiki/inc/Subscriptions/
H A DSubscriptionSender.php34 $listid = strtolower(trim($listid, '.'));
/dokuwiki/inc/Action/Exception/
H A DActionException.php38 if (strtolower($INPUT->server->str('REQUEST_METHOD')) == 'post') {
/dokuwiki/lib/plugins/info/
H A Dsyntax.php59 return [strtolower($match)];
/dokuwiki/lib/plugins/config/core/Setting/
H A DSettingOnoff.php19 if (strtolower($value) === 'false') return 0;
20 if (strtolower($value) === 'off') return 0;
/dokuwiki/lib/plugins/extension/helper/
H A Dextension.php807 if ($cp == '.' || $cp == '..' || !str_ends_with(strtolower($cp), '.php')) continue;
/dokuwiki/
H A Ddoku.php28 $ACT = trim(strtolower($_SERVER['HTTP_X_DOKUWIKI_DO']));

123