Home
last modified time | relevance | path

Searched refs:utf8_strtoupper (Results 1 – 10 of 10) sorted by relevance

/plugin/bibtex/OSBib/
H A DUTF8.php213 * @see utf8_strtoupper()
236 * @see utf8_strtoupper()
238 function utf8_strtoupper($string){ function in UTF8
274 return $this->utf8_strtoupper($fc) . $this->utf8_substr($str, 1, $this->utf8_strlen($str));
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dutf8.php361 * @see utf8_strtoupper()
386 * @see utf8_strtoupper()
391 function utf8_strtoupper($string){ function
414 return utf8_strtoupper($str);
417 return utf8_strtoupper($matches[1]).$matches[2];
448 * @see utf8_strtoupper
455 $ucfirst = utf8_strtoupper($matches[3]);
/plugin/textinsert/
H A Dsyntax.php231 utf8_strtoupper($file),
235 utf8_strtoupper($page),
/plugin/alphaindex/
H A Dsyntax.php283 $begin = str_replace("{{letter}}" ,utf8_strtoupper($key), $beginLetterTpl);
291 $end = str_replace("{{letter}}" ,utf8_strtoupper($key), $endLetterTpl);
/plugin/snippets/
H A Daction.php133 utf8_strtoupper($file),
137 utf8_strtoupper($title)
/plugin/nspages/printers/
H A DprinterNice.php
/plugin/bureaucracy-au/
H A Dsyntax.php547 $this->values['__formpage_!file!__'] = utf8_strtoupper($file);
551 $this->values['__formpage_!page!__'] = utf8_strtoupper($page);
/plugin/bureaucracyau/
H A Dsyntax.php547 $this->values['__formpage_!file!__'] = utf8_strtoupper($file);
551 $this->values['__formpage_!page!__'] = utf8_strtoupper($page);
/plugin/bibtex/OSBib/format/
H A DBIBFORMAT.php770 $nameString = $this->utf8->utf8_strtoupper($nameString);
879 … $firstNameInitialMake .= $this->utf8->utf8_strtoupper($this->utf8->utf8_substr($nameparts, 0, 1));
884 $initials[] = $this->utf8->utf8_strtoupper($this->utf8->utf8_substr(trim($name), 0, 1));
H A DREADME.txt89 UTF8::utf8_strtoupper()
90 $utf8String = $utf8->utf8_strtoupper(STRING: $utf8String);