Home
last modified time | relevance | path

Searched refs:ucfirst (Results 1 – 8 of 8) sorted by relevance

/dokuwiki/inc/Utf8/
H A DPhpString.php293 * UTF-8 aware alternative to ucfirst
301 public static function ucfirst($str)
335 $ucfirst = self::strtoupper($matches[3]);
336 $ucword = self::substr_replace(ltrim($matches[0]), $ucfirst, 0, 1);
310 public static function ucfirst($str) global() function in dokuwiki\\Utf8\\PhpString
/dokuwiki/lib/plugins/styling/
H A Dadmin.php41 $run = 'run' . ucfirst($run);
/dokuwiki/inc/
H A Dutf8.php165 dbg_deprecated(PhpString::class . '::ucfirst()');
166 return PhpString::ucfirst($str);
H A DAjax.php26 $callfn = 'call' . ucfirst($call);
H A Dcommon.php1172 PhpString::ucfirst(curNS($id)),
1176 PhpString::ucfirst($file),
1179 PhpString::ucfirst($page),
H A Dparserutils.php602 $class = 'dokuwiki\\Parsing\\ParserMode\\' . ucfirst($m);
H A Dtemplate.php655 $class = '\\dokuwiki\\Menu\\Item\\' . ucfirst($type);
/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php3281 str_replace('+', '%20', urlencode($this->hsc(ucfirst($word)))),