Home
last modified time | relevance | path

Searched refs:strtolower (Results 1 – 25 of 69) 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/vendor/simplepie/simplepie/src/HTTP/
H A DRawTextResponse.php69 return isset($this->headers[strtolower($name)]);
74 return isset($this->headers[strtolower($name)]) ? $this->headers[$name] : [];
82 strtolower($name) => (array) $value,
91 return isset($this->headers[strtolower($name)]) ? implode(", ", $this->headers[$name]) : '';
/dokuwiki/lib/plugins/config/core/Setting/
H A DSettingOnoff.php19 if (strtolower($value) === 'false') return 0;
20 if (strtolower($value) === 'off') return 0;
/dokuwiki/_test/tests/inc/
H A Dutf8_strtolower.test.php31 $this->assertEquals($expected, \dokuwiki\Utf8\PhpString::strtolower($input));
/dokuwiki/vendor/simplepie/simplepie/src/Content/Type/
H A DSniffer.php76 $official = trim(strtolower($official));
132 if (strtolower(substr($body, $ws, 14)) === '<!doctype html'
133 || strtolower(substr($body, $ws, 5)) === '<html'
134 || strtolower(substr($body, $ws, 7)) === '<script') {
/dokuwiki/inc/Action/
H A DAbstractAction.php31 $this->actionname = strtolower((new \ReflectionClass($this))->getShortName());
/dokuwiki/inc/Action/Exception/
H A DActionException.php38 if (strtolower($INPUT->server->str('REQUEST_METHOD')) == 'post') {
/dokuwiki/inc/
H A Dactions.php67 $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 Dauth.php208 $headers[strtolower(substr($key, 5))] = $value;
654 $user = PhpString::strtolower($user);
655 $groups = array_map(PhpString::strtolower(...), $groups);
669 if (!$auth->isCaseSensitive()) $member = PhpString::strtolower($member);
761 $user = PhpString::strtolower($user);
762 $groups = array_map(PhpString::strtolower(...), $groups);
788 $acl[1] = PhpString::strtolower($acl[1]);
818 $acl[1] = PhpString::strtolower($acl[1]);
/dokuwiki/vendor/simplepie/simplepie/src/
H A DMisc.php99 … $return[$i]['attribs'][strtolower($attrib[1])]['data'] = Misc::entities_decode(end($attrib));
118 $key = strtolower($key);
189 } elseif ($http === 3 && strtolower($parsed['scheme']) === 'http') {
191 } elseif ($http === 4 && strtolower($parsed['scheme']) === 'http') {
396 … switch (strtolower((string) preg_replace('/(?:[^a-zA-Z0-9]+|([^0-9])0+)/', '\1', $charset))) {
1834 if (isset($attribs['']['mode']) && strtolower(trim($attribs['']['mode'])) === 'base64') {
1840 switch (strtolower(trim($attribs['']['type']))) {
1868 switch (strtolower(trim($attribs['']['type']))) {
1892 $type = strtolower(trim($attribs['']['type']));
H A DFile.php188 if (isset($url_parts['scheme']) && strtolower($url_parts['scheme']) === 'https') {
253 … switch (strtolower(trim($contentEncodingHeader, "\x09\x0A\x0D\x20"))) {
340 return $this->parsed_headers[strtolower($name)] ?? [];
349 strtolower($name) => (array) $value,
H A DLocator.php250 …y_unique($this->registry->call(Misc::class, 'space_separated_tokens', [strtolower($link->getAttrib…
262 …n_array('stylesheet', $rel) && $link->hasAttribute('type') && in_array(strtolower($this->registry-…
373 $rel_values = explode(' ', strtolower($link->getAttribute('rel')));
394 … if ($extension !== false && in_array(strtolower($extension), ['.rss', '.rdf', '.atom', '.xml'])) {
/dokuwiki/inc/Remote/
H A DXmlRpcServer.php39 $contentType = strtolower($contentType); // mime types are case-insensitive
H A DJsonRpcServer.php48 $contentType = strtolower($contentType); // mime types are case-insensitive
/dokuwiki/vendor/simplepie/simplepie/src/Parse/
H A DDate.php567 if (strtolower(substr($method, 0, 5)) === 'date_') {
801 $month = $this->month[strtolower($match[3])];
877 $month = $this->month[strtolower($match[3])];
940 $month = $this->month[strtolower($match[2])];
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DAsymmetricKey.php238 $format = strtolower($type);
317 $type = strtolower($type);
351 self::$plugins[static::ALGORITHM][$format][strtolower($name)] = $type;
400 self::$plugins[static::ALGORITHM]['Keys'][strtolower($shortname)] = $fullname;
402 self::$invisiblePlugins[static::ALGORITHM][] = strtolower($shortname);
/dokuwiki/inc/Subscriptions/
H A DSubscriptionSender.php34 $listid = strtolower(trim($listid, '.'));
/dokuwiki/inc/Utf8/
H A DPhpString.php258 * @see strtolower()
260 public static function strtolower($string) function in dokuwiki\\Utf8\\PhpString
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/
H A DPrivateKey.php141 …return $shortFormat == 'SSH2' ? Strings::packSSH2('ss', 'ssh-' . strtolower($this->getCurve()), $r…
165 … ? Strings::packSSH2('ss', 'ssh-' . strtolower($this->getCurve()), $result)
205 …return $shortFormat == 'SSH2' ? Strings::packSSH2('ss', 'ssh-' . strtolower($this->getCurve()), $R…
/dokuwiki/lib/plugins/authad/
H A Dauth.php240 if (isset($result[0][strtolower($field)])) {
241 $info[$field] = $result[0][strtolower($field)][0];
312 $group = PhpString::strtolower(trim($group));
337 $domain = PhpString::strtolower(trim($domain));
338 $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.php191 if (dechex($value) !== strtolower($ipv6_part)) {
/dokuwiki/inc/Menu/Item/
H A DAbstractItem.php210 $this->type = strtolower(substr(strrchr(static::class, '\\'), 1));

123