Home
last modified time | relevance | path

Searched refs:strtoupper (Results 326 – 342 of 342) sorted by last modified time

1...<<11121314

/plugin/translator/
H A Dhelper.php826 $ascii .= sprintf('\u%04s', strtoupper(bin2hex($utf16)));
838 $ascii .= sprintf('\u%04s', strtoupper(bin2hex($utf16)));
851 $ascii .= sprintf('\u%04s', strtoupper(bin2hex($utf16)));
865 $ascii .= sprintf('\u%04s', strtoupper(bin2hex($utf16)));
880 $ascii .= sprintf('\u%04s', strtoupper(bin2hex($utf16)));
/plugin/dokugource/
H A Daction.php43 $c = strtoupper($m[2]);
/plugin/farm/install/
H A Dfarmstructurecreator.php57 if(!isset($lang[$code])) return '{'.strtoupper($code).'}';
/plugin/farm/
H A Daction.php169 if(!isset($lang[$code])) return '{'.strtoupper($code).'}';
/plugin/offline/
H A Dcreate.php740 …$indexStr .= '</div><a name="' . strtolower($currentFirstChar) . '"></a><h2>' . strtoupper($curren…
752 … $navigationBarStr .= '<a href="#' . $currentChar . '">' . strtoupper($currentChar) . '</a>&nbsp;';
754 $navigationBarStr .= strtoupper($currentChar) . '&nbsp;';
/plugin/bookmarkme/
H A Daction.php142 $bm = 'BOOKMARKME_SHOW_'.strtoupper($bm);
/plugin/complex_lists/complex_lists/
H A Dsyntax.php199 $numtext = strtoupper($this->latinNum($n));
207 $numtext = strtoupper($this->romanNum($n));
/plugin/nroff/
H A Drenderer.php115 strtoupper($this->toc[0]).' '.
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php48 if ( strtoupper( substr( $os, 0, 3 ) ) === 'WIN' )
H A Dphpcompat.php15 strtoupper(substr(PHP_OS, 0, 3) == 'WIN') ? '\\' : '/'
/plugin/gcalendar/inc/
H A Dgcal_show.php192 $cat[] = strtoupper($event["categories"]);
H A Dgcal_read.php109 $category = strtoupper($subpattern[1]);
114 if(is_string($section) && strlen($section)>0 && (strtoupper($section)!=$category)) continue;
135 $cat = strtoupper(trim($category." ".fetch_inline_category($buffer)));
257 return strtoupper($match[1]);
263 return strtoupper($match[1]);
/plugin/bibtex/OSBib/format/
H A DBIBFORMAT.php104 $lc = $stylePath . strtolower($style) . "/" . strtoupper($style) . ".xml";
/plugin/googlesearch/
H A Dnusoap.php3342 $this->xml_encoding = strtoupper($enc);
3371 $this->xml_encoding = strtoupper($enc);
3405 $this->xml_encoding = strtoupper($enc);
3822 $this->xml_encoding = strtoupper($enc);
5859 if (strtoupper($xml_encoding) != $encoding) {
5862 if ($encoding != 'ISO-8859-1' || strtoupper($xml_encoding) != 'UTF-8') {
6828 $this->xml_encoding = strtoupper($enc);
/plugin/bibtex/OSBib/
H A DLOADSTYLE.php41 $fileName = strtoupper($dir) . ".xml";
48 $array[strtoupper($dir)] = $matches[1];
H A DUTF8.php235 * @see strtoupper()
/plugin/bibtex/OSBib/create/
H A DADMINSTYLE.php305 $fileName = $dirName . "/" . strtoupper(trim($this->vars['styleShortName'])) . ".xml";
1154 $fileName = $dirName . "/" . strtoupper(trim($this->vars['styleShortName'])) . ".xml";
1284 else if(array_key_exists(strtoupper(trim($this->vars['styleShortName'])), $this->styles))

1...<<11121314