Home
last modified time | relevance | path

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

123

/dokuwiki/inc/parser/
H A Dhandler.php848 [$link[0], $link[1], strtolower($interwiki[0]), $interwiki[1]],
H A Dxhtml.php976 $scheme = strtolower($scheme);
/dokuwiki/inc/
H A Dparserutils.php789 $language = strtolower($language);
H A Dutf8.php147 dbg_deprecated(PhpString::class . '::strtolower()');
148 return PhpString::strtolower($str);
/dokuwiki/
H A Dinstall.php324 $d['superuser'] = isset($d['superuser']) ? strtolower($d['superuser']) : "";
/dokuwiki/lib/exe/
H A Dcss.php391 $exts[] = strtolower($match[1]);
/dokuwiki/lib/plugins/authad/adLDAP/classes/
H A DadLDAPUsers.php661 $newBaseDn = strtolower($newContainer) . "," . $this->adldap->getBaseDn();
/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/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/lib/plugins/authpdo/
H A Dauth.php681 if (str_starts_with(strtolower($currentsql), 'select')) {
/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;
H A Dlist.php155 if (strtolower(parse_url($url, PHP_URL_HOST)) == 'www.dokuwiki.org') {
322 if (strtolower(parse_url($bugtrackerURL, PHP_URL_HOST)) == 'www.dokuwiki.org') {
/dokuwiki/lib/plugins/info/
H A Dsyntax.php59 return [strtolower($match)];
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG495 * Keyword Linking now uses considerably less strtolower calls (milian)
/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php638 $language = strtolower($language);
785 $language = strtolower($language);
1449 $extension = strtolower($extension);
1900 $this->encoding = strtolower($encoding);
3225 return strtolower($instr);
3255 // Old system: strtolower
3256 //$keyword = ( $this->language_data['CASE_SENSITIVE'][$group] ) ? $keyword : strtolower($keyword);
3279 str_replace('+', '%20', urlencode($this->hsc(strtolower($word)))),
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DHash.php288 $this->hashParam = $hash = strtolower($hash);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php1435 ->withHash(preg_replace('#^ecdsa-with-#', '', strtolower($signatureAlgorithm)));
1448 ->withHash(preg_replace('#^id-dsa-with-#', '', strtolower($signatureAlgorithm)));
1545 switch (strtolower($propName)) {
1852 $attr['value'] = strtolower(trim($v));
1867 return strtolower(Strings::bin2hex(pack('N', $hash)));
3059 if (is_string($date) && strtolower($date) === 'lifetime') {
/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/
H A DEnclosure.php1060 $type = strtolower($this->type);
1072 switch (strtolower($extension)) {
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 DIRI.php783 $this->scheme = strtolower($scheme);
901 $ihost[$position] = strtolower($ihost[$position]);
H A DItem.php871 if (!isset($links[0]['attribs']['']['isPermaLink']) || strtolower(trim($links[0]['attribs']['']['isPermaLink'])) === 'true') {
1322 if (isset($restriction['data']) && strtolower($restriction['data']) === 'yes') {
1348 if (isset($restriction['data']) && strtolower($restriction['data']) === 'yes') {
/dokuwiki/vendor/simplepie/simplepie/src/HTTP/
H A DParser.php273 $this->name = strtolower($this->name);
342 if (strtolower($this->name) === 'etag') {

123