| /dokuwiki/lib/plugins/authad/adLDAP/collections/ |
| H A D | adLDAPCollection.php | 90 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 D | RawTextResponse.php | 69 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 D | SettingOnoff.php | 19 if (strtolower($value) === 'false') return 0; 20 if (strtolower($value) === 'off') return 0;
|
| /dokuwiki/_test/tests/inc/ |
| H A D | utf8_strtolower.test.php | 31 $this->assertEquals($expected, \dokuwiki\Utf8\PhpString::strtolower($input));
|
| /dokuwiki/vendor/simplepie/simplepie/src/Content/Type/ |
| H A D | Sniffer.php | 76 $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 D | AbstractAction.php | 31 $this->actionname = strtolower((new \ReflectionClass($this))->getShortName());
|
| /dokuwiki/inc/Action/Exception/ |
| H A D | ActionException.php | 38 if (strtolower($INPUT->server->str('REQUEST_METHOD')) == 'post') {
|
| /dokuwiki/inc/ |
| H A D | actions.php | 67 $act = strtolower($act);
|
| H A D | fetch.functions.php | 205 if (strtolower($cache) == 'nocache') return 0; //never cache 206 if (strtolower($cache) == 'recache') return $conf['cachetime']; //use standard cache
|
| H A D | SafeFN.class.php | 81 return Unicode::toUtf8(self::safeToUnicode(strtolower($filename)));
|
| H A D | auth.php | 208 $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 D | Misc.php | 99 … $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 D | File.php | 188 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 D | Locator.php | 250 …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 D | XmlRpcServer.php | 39 $contentType = strtolower($contentType); // mime types are case-insensitive
|
| H A D | JsonRpcServer.php | 48 $contentType = strtolower($contentType); // mime types are case-insensitive
|
| /dokuwiki/vendor/simplepie/simplepie/src/Parse/ |
| H A D | Date.php | 567 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 D | AsymmetricKey.php | 238 $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 D | SubscriptionSender.php | 34 $listid = strtolower(trim($listid, '.'));
|
| /dokuwiki/inc/Utf8/ |
| H A D | PhpString.php | 258 * @see strtolower() 260 public static function strtolower($string) function in dokuwiki\\Utf8\\PhpString
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/ |
| H A D | PrivateKey.php | 141 …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 D | auth.php | 240 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 D | doku.php | 28 $ACT = trim(strtolower($_SERVER['HTTP_X_DOKUWIKI_DO']));
|
| /dokuwiki/vendor/simplepie/simplepie/src/Net/ |
| H A D | IPv6.php | 191 if (dechex($value) !== strtolower($ipv6_part)) {
|
| /dokuwiki/inc/Menu/Item/ |
| H A D | AbstractItem.php | 210 $this->type = strtolower(substr(strrchr(static::class, '\\'), 1));
|