Home
last modified time | relevance | path

Searched refs:strtoupper (Results 176 – 200 of 342) sorted by relevance

12345678910>>...14

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dgetid3.lib.php1214 …if ((strtoupper($in_charset) == 'UTF-16') && (substr($string, 0, 2) != "\xFE\xFF") && (substr($str…
1218 if ((strtoupper($in_charset) == 'UTF-16') && (strtoupper($out_charset) == 'UTF-8')) {
1269 if (isset($ConversionFunctionList[strtoupper($in_charset)][strtoupper($out_charset)])) {
1270 $ConversionFunction = $ConversionFunctionList[strtoupper($in_charset)][strtoupper($out_charset)];
H A Dmodule.audio-video.swf.php129 …$info['swf']['bgcolor'] = strtoupper(str_pad(dechex(getid3_lib::BigEndian2Int($TagData['data'])), …
H A Dwrite.metaflac.php235 …return strtoupper(preg_replace('#[^ -<>-}]#', ' ', str_replace("\x00", ' ', $originalcommentname))…
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Logger/
H A DStreamLogger.php150 return strtoupper($level);
/plugin/pureldap/vendor/freedsx/socket/src/FreeDSx/Socket/
H A DSocketServer.php110 \strtoupper($this->options['transport']),
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DUriNormalizer.php188 return strtoupper($match[0]);
/plugin/combo/ComboStrap/
H A DDateTag.php51 $derivedLocale = strtolower($lang) . $localeSeparator . strtoupper($lang);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DImg.php401 if (isset($properties['FLOAT']) && (strtoupper($properties['FLOAT']) === 'RIGHT' || strtoupper($properties['FLOAT']) === 'LEFT')) {
402 $objattr['float'] = strtoupper(substr($properties['FLOAT'], 0, 1));
H A DPageFooter.php137 if ($attr['LINE'] == '1' || strtoupper($attr['LINE']) === 'ON') {
/plugin/issuetracker/
H A Daction.php1112 $a_product = strtoupper($this->_get_one_value($issue,'product'));
1113 $a_version = strtoupper($this->_get_one_value($issue,'version'));
1114 $a_component = strtoupper($this->_get_one_value($issue,'component'));
1115 $a_tblock = strtoupper($this->_get_one_value($issue,'tblock'));
1116 $a_assignee = strtoupper($this->_get_one_value($issue,'assignee'));
1117 $a_reporter = strtoupper($this->_get_one_value($issue,'user_name'));
1139 else { $status_img = $style.strtoupper($a_status); }
1147 else { $severity_img = $style.strtoupper($a_severity); }
2899 $usenames = (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN') ? false : true;
3062 { if ($this->_get_one_value($count,strtoupper($status))=='')
[all …]
/plugin/tools/
H A Daction.php70 $bm = 'TOOLS_SHOW_'.strtoupper($bm);
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.dirscan.php108 $ext[] = strtoupper(trim($new));
/plugin/aichat/
H A Dhelper.php342 $replace['{{' . strtoupper($key) . '}}'] = $val;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
H A DKoblitzPrime.php99 echo strtoupper($basis['a']->toHex(true)) . "\n";
100 echo strtoupper($basis['b']->toHex(true)) . "\n\n";
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DBarcode1D.php98 switch (strtoupper($type)) {
286 $code = strtoupper($code);
457 $code = strtoupper($code);
932 switch(strtoupper($type)) {
1561 $code = strtoupper($code);
1694 $code = 'A'.strtoupper($code).'A';
2087 array_push($hex, strtoupper(dechex(bcmod($number, '16'))));
/plugin/bookmarkme/
H A Daction.php142 $bm = 'BOOKMARKME_SHOW_'.strtoupper($bm);
/plugin/mantis/lib/
H A Dclass.soap_server.php320 $this->xml_encoding = strtoupper($enc);
349 $this->xml_encoding = strtoupper($enc);
383 $this->xml_encoding = strtoupper($enc);
813 $this->xml_encoding = strtoupper($enc);
/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/mediathumbnails/
H A Dthumbnail.php117 } else if (self::supportsImages() && in_array(strtoupper($sourceFileSuffix), self::$formats)) {
/plugin/nsindex/
H A Dsyntax.php220 $first = strtoupper(substr($data[$i]['sortkey'],0,1));
/plugin/userpagecreate/
H A Daction.php136 $content = str_replace('@' . strtoupper($k) . '@', $v, $content);
/plugin/evesso/phpoauthlib/src/OAuth/
H A DServiceFactory.php189 $key = strtoupper('SCOPE_' . $scope);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DBarcode.php29 switch (strtoupper($type)) {
/plugin/photogallery/phpThumb/demo/
H A DphpThumb.demo.check.php500 if (strtoupper(substr($memory_limit, -1, 1)) == 'M') {
502 } elseif (strtoupper(substr($memory_limit, -1, 1)) == 'G') {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DPKCS1.php200 $iv = strtoupper(Hex::encode($iv));

12345678910>>...14