Home
last modified time | relevance | path

Searched refs:strtoupper (Results 226 – 250 of 342) sorted by path

12345678910>>...14

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dgetid3.php357 if ((strtoupper($filesize) == '<DIR>') && (strtolower($filename) == strtolower($value))) {
H A Dmodule.audio-video.asf.php1680 return strtoupper($GUIDstring);
H A Dmodule.audio-video.riff.php2376 …return getid3_lib::EmbeddedLookup('0x'.str_pad(strtoupper(dechex($wFormatTag)), 4, '0', STR_PAD_LE…
H A Dmodule.audio-video.swf.php129 …$info['swf']['bgcolor'] = strtoupper(str_pad(dechex(getid3_lib::BigEndian2Int($TagData['data'])), …
H A Dmodule.audio.aac.php345 …ot found at offset '.($this->ftell() - $substringlength).' (found 0x0'.strtoupper(dechex($info['aa…
H A Dmodule.audio.bonk.php51 …$this->error('Expecting "'.getid3_lib::PrintHexBytes("\x00".strtoupper(substr($PossibleBonkTag, 4,…
H A Dmodule.audio.dss.php108 $this->getid3->warning('unknown sample_rate_index: 0x'.strtoupper(dechex($sample_rate_index)));
H A Dmodule.audio.mp3.php283 …$encoder_options = strtoupper($info['audio']['bitrate_mode']).ceil($info['audio']['bitrate'] / 100…
287 $encoder_options = strtoupper($info['audio']['bitrate_mode']);
298 …$encoder_options = strtoupper($info['audio']['bitrate_mode']).ceil($info['audio']['bitrate'] / 100…
300 $encoder_options = strtoupper($info['audio']['bitrate_mode']);
420 $encoder_options = strtoupper($info['audio']['bitrate_mode']);
H A Dmodule.audio.ogg.php725 $ThisFileInfo_ogg_comments_raw[$i]['key'] = strtoupper($commentexploded[0]);
H A Dmodule.tag.id3v2.php1383 $frame_imagetype = strtoupper(str_replace('image/', '', strtolower($frame_mimetype)));
2039 switch (strtoupper($info['id3v2']['encoding'])) {
2165 switch (strtoupper($info['id3v2']['encoding'])) {
H A Dwrite.apetag.php81 …e']['items'][strtolower($rg_key)]['data'][0]) && !isset($this->tag_data[strtoupper($rg_key)][0])) {
82 …$this->tag_data[strtoupper($rg_key)][0] = $ThisFileInfo['ape']['items'][strtolower($rg_key)]['data…
261 switch (strtoupper($itemkey)) {
266 $itemkey = strtoupper($itemkey);
H A Dwrite.id3v2.php1876 if ((strlen($imageformat) == 3) && ($imageformat == strtoupper($imageformat))) {
H A Dwrite.metaflac.php235 …return strtoupper(preg_replace('#[^ -<>-}]#', ' ', str_replace("\x00", ' ', $originalcommentname))…
H A Dwrite.php294 if (strtoupper($tag_key) !== $tag_key) {
295 $this->tag_data[strtoupper($tag_key)] = $this->tag_data[$tag_key];
303 if (strtoupper($tag_key) !== $tag_key) {
304 …$this->ThisFileInfo['tags'][$tag_format][strtoupper($tag_key)] = $this->ThisFileInfo['tags'][$tag_…
H A Dwrite.vorbiscomment.php145 …return strtoupper(preg_replace('#[^ -<>-}]#', ' ', str_replace("\x00", ' ', $originalcommentname))…
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Logger/
H A DStreamLogger.php150 return strtoupper($level);
/plugin/jukebox/id3/
H A Dgetid3.lib.php998 if (isset($ConversionFunctionList[strtoupper($in_charset)][strtoupper($out_charset)])) {
999 $ConversionFunction = $ConversionFunctionList[strtoupper($in_charset)][strtoupper($out_charset)];
H A Dgetid3.php83 if (strtoupper(substr(PHP_OS, 0, 3)) == 'WIN') {
128 $DirPieces[$key] = strtoupper($value);
H A Dmodule.audio.mp3.php257 …$encoder_options = strtoupper($ThisFileInfo['audio']['bitrate_mode']).ceil($ThisFileInfo['audio'][…
261 $encoder_options = strtoupper($ThisFileInfo['audio']['bitrate_mode']);
272 …$encoder_options = strtoupper($ThisFileInfo['audio']['bitrate_mode']).ceil($ThisFileInfo['audio'][…
274 $encoder_options = strtoupper($ThisFileInfo['audio']['bitrate_mode']);
394 $encoder_options = strtoupper($ThisFileInfo['audio']['bitrate_mode']);
H A Dmodule.tag.id3v2.php1221 $frame_imagetype = strtoupper(str_replace('image/', '', strtolower($frame_mimetype)));
/plugin/konsole/
H A Dsyntax.php97 $type_user = strtoupper($type_user);
/plugin/mantis/lib/
H A Dclass.soap_parser.php75 if (strtoupper($xml_encoding) != $encoding) {
78 if ($encoding != 'ISO-8859-1' || strtoupper($xml_encoding) != 'UTF-8') {
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);
H A Dclass.soapclient.php494 $this->xml_encoding = strtoupper($enc);
H A Dnusoap.php3729 $this->xml_encoding = strtoupper($enc);
3758 $this->xml_encoding = strtoupper($enc);
3792 $this->xml_encoding = strtoupper($enc);
4251 $this->xml_encoding = strtoupper($enc);
6507 if (strtoupper($xml_encoding) != $encoding) {
6510 if ($encoding != 'ISO-8859-1' || strtoupper($xml_encoding) != 'UTF-8') {
7562 $this->xml_encoding = strtoupper($enc);

12345678910>>...14