Home
last modified time | relevance | path

Searched full:utf8_ucfirst (Results 1 – 12 of 12) sorted by relevance

/plugin/textinsert/
H A Dsyntax.php230 utf8_ucfirst($file),
233 utf8_ucfirst($page),
/dokuwiki/inc/
H A Dutf8.php161 if (!function_exists('utf8_ucfirst')) {
163 function utf8_ucfirst($str)
162 function utf8_ucfirst($str) global() function
/plugin/bureaucracy-au/
H A Dsyntax.php546 $this->values['__formpage_!file__'] = utf8_ucfirst($file);
549 $this->values['__formpage_!page__'] = utf8_ucfirst($page);
/plugin/bureaucracyau/
H A Dsyntax.php546 $this->values['__formpage_!file__'] = utf8_ucfirst($file);
549 $this->values['__formpage_!page__'] = utf8_ucfirst($page);
/plugin/snippets/
H A Daction.php132 utf8_ucfirst($file),
135 utf8_ucfirst($title),
/plugin/newpagetemplate/
H A Daction.php106 $ucfirst = 'utf8_ucfirst';
H A Dhelper.php118 $ucfirst = 'utf8_ucfirst';
/plugin/bibtex/OSBib/format/
H A DREADME.txt97 UTF8::utf8_ucfirst()
98 $utf8String = $utf8->utf8_ucfirst(STRING: $utf8String);
H A DBIBFORMAT.php1031 $title = $this->utf8->encodeUtf8($this->utf8->utf8_ucfirst(trim($pString)));
/plugin/bibtex/OSBib/docs/
H A Dosbib.html128 <td><p class="style3"><code><span class="style9">UTF8::utf8_ucfirst()</span><br>
129 $utf8String = $utf8-&gt;utf8_ucfirst(STRING: $utf8String);</code></p>
/plugin/bibtex/OSBib/
H A DUTF8.php272 function utf8_ucfirst($str) { function in UTF8
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dutf8.php399 if(!function_exists('utf8_ucfirst')){
409 function utf8_ucfirst($str){ function