Searched refs:ucwords (Results 1 – 10 of 10) sorted by relevance
/dokuwiki/inc/Remote/OpenApiDoc/ |
D | OpenAPIGenerator.php | 191 'tags' => [PhpString::ucwords($call->getCategory())], 335 $name = PhpString::ucwords($name);
|
/dokuwiki/.github/ |
D | release.php | 88 $next['codename'] = ucwords(strtolower($next['codename']));
|
/dokuwiki/inc/ |
D | ActionRouter.php | 187 $class = 'dokuwiki\\Action\\' . str_replace('_', '', ucwords($load, '_'));
|
D | utf8.php | 175 return PhpString::ucwords($str);
|
D | Mailer.class.php | 153 …$header = str_replace(' ', '-', ucwords(strtolower(str_replace('-', ' ', $header)))); // streamlin…
|
D | common.php | 1141 PhpString::ucwords(curNS($id)), 1148 PhpString::ucwords($page),
|
/dokuwiki/lib/plugins/config/core/ |
D | Loader.php | 281 $strings[$prefix . $type . '_settings_name'] = ucwords(str_replace('_', ' ', $extname));
|
D | Configuration.php | 217 $modern = str_replace('_', '', ucwords($class, '_'));
|
/dokuwiki/lib/plugins/extension/ |
D | Extension.php | 237 return $this->getTag('name', PhpString::ucwords($this->getBase() . ' ' . $this->getType()));
|
/dokuwiki/inc/Utf8/ |
D | PhpString.php | 324 public static function ucwords($str) function in dokuwiki\\Utf8\\PhpString
|