Home
last modified time | relevance | path

Searched refs:strtolower (Results 51 – 57 of 57) sorted by path

123

/dokuwiki/vendor/simplepie/simplepie/src/
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 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 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/vendor/splitbrain/php-archive/src/
H A DTar.php706 $file = strtolower($file);

123