Home
last modified time | relevance | path

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

/plugin/textinsert/
H A Dsyntax.php230 utf8_ucfirst($file),
233 utf8_ucfirst($page),
/plugin/snippets/
H A Daction.php132 utf8_ucfirst($file),
135 utf8_ucfirst($title),
/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/bibtex/OSBib/
H A DUTF8.php272 function utf8_ucfirst($str) { function in UTF8
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dutf8.php409 function utf8_ucfirst($str){ function
/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)));