Home
last modified time | relevance | path

Searched refs:ucwords (Results 1 – 7 of 7) sorted by path

/dokuwiki/inc/
H A DActionRouter.php187 $class = 'dokuwiki\\Action\\' . str_replace('_', '', ucwords($load, '_'));
H A DMailer.class.php153 $header = str_replace(' ', '-', ucwords(strtolower(str_replace('-', ' ', $header)))); // streamline casing
H A Dcommon.php1173 PhpString::ucwords(curNS($id)),
1180 PhpString::ucwords($page),
H A Dutf8.php174 dbg_deprecated(PhpString::class . '::ucwords()');
175 return PhpString::ucwords($str);
/dokuwiki/inc/Utf8/
H A DPhpString.php315 * UTF-8 aware alternative to ucwords
321 * @see http://php.net/ucwords
324 public static function ucwords($str)
328 // This corresponds to the definition of a "word" defined at http://php.net/ucwords
333 public static function ucwords($str) global() function in dokuwiki\\Utf8\\PhpString
/dokuwiki/lib/plugins/config/core/
H A DConfiguration.php217 $modern = str_replace('_', '', ucwords($class, '_'));
H A DLoader.php281 $strings[$prefix . $type . '_settings_name'] = ucwords(str_replace('_', ' ', $extname));