Home
last modified time | relevance | path

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

12345678910>>...14

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.bonk.php51 …$this->error('Expecting "'.getid3_lib::PrintHexBytes("\x00".strtoupper(substr($PossibleBonkTag, 4,…
H A Dwrite.metaflac.php235 …return strtoupper(preg_replace('#[^ -<>-}]#', ' ', str_replace("\x00", ' ', $originalcommentname))…
H A Dwrite.vorbiscomment.php145 …return strtoupper(preg_replace('#[^ -<>-}]#', ' ', str_replace("\x00", ' ', $originalcommentname))…
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 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 Dmodule.audio-video.asf.php1680 return strtoupper($GUIDstring);
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'])) {
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.dirscan.php108 $ext[] = strtoupper(trim($new));
H A Ddemo.audioinfo.class.php149 $this->result['format_name'] = strtoupper($this->info['audio']['dataformat']);
287 $this->result['format_name'] = strtoupper($this->info['audio']['dataformat']);
H A Ddemo.mysqli.php2101 $string[0] = strtoupper($string[0]);
2105 $string[$i] = strtoupper($string[$i]);
2109 $string[$i] = strtoupper($string[$i]);
2121 } elseif (in_array(strtoupper(str_replace('(', '', $ThisWord)), $UpperCaseWords)) {
2122 $ThisWord = strtoupper($ThisWord);
2124 $ThisWord[2] = strtoupper($ThisWord[2]);
2126 $ThisWord[3] = strtoupper($ThisWord[3]);
H A Ddemo.mp3header.php874 return strtoupper($GUIDstring);
1345 …eaderHexBytes" value="'.htmlentities(isset($_POST['HeaderHexBytes']) ? strtoupper($_POST['HeaderHe…
1507 …echo strtoupper(str_pad(dechex(bindec(substr($headerbitstream, 0, 8))), 2, '0', STR_PAD_LEFT)).' …
1508 …echo strtoupper(str_pad(dechex(bindec(substr($headerbitstream, 8, 8))), 2, '0', STR_PAD_LEFT)).' …
1509 …echo strtoupper(str_pad(dechex(bindec(substr($headerbitstream, 16, 8))), 2, '0', STR_PAD_LEFT)).' …
1510 …echo strtoupper(str_pad(dechex(bindec(substr($headerbitstream, 24, 8))), 2, '0', STR_PAD_LEFT)).'<…
2882 …echo '<div style="color: '.($isvalid ? 'green' : 'red').';">'.str_pad(strtoupper(dechex($i)), 2, '…
/plugin/filelist/
H A Dsyntax.php
/plugin/backup/
H A Dadmin.php20 return (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN') ? true : false;
/plugin/codemirror/dist/modes/
H A Dphp.min.js.map1 … phpcredits strnatcmp strnatcasecmp substr_count strspn strcspn strtok strtoupper strtolower strpo…
/plugin/phpipam/
H A Dphpipam-api.php514 $this->api_server_method = strtoupper($method);
525 if(!in_array(strtoupper($method), $this->api_server_valid_methods)) {
/plugin/authmantis/
H A Dauth.php156 $t_project_name = strtoupper( $t_project_name[1] );
161 $t_access_level_string = strtoupper(
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1 …rev strripos strrpos strspn strstr strtok strtolower strtotime ' +\n 'strtoupper strtr strval sub…
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php192 … if (isset($component->TRANSP) && (strtoupper($component->TRANSP) === 'TRANSPARENT')) {
196 $status = strtoupper($component->STATUS);
280 … $fbType = isset($freebusy['FBTYPE'])?strtoupper($freebusy['FBTYPE']):'BUSY';
H A DVCardConverter.php184 if (strtoupper($property->getValue()) === 'COMPANY') {
189 if (strtoupper($property->getValue()) === 'GROUP') {
289 strtoupper($typePart),
391 if (strtoupper($paramPart)==='PREF') {
434 if (strtoupper($param->getValue())!=='QUOTED-PRINTABLE') {
H A DComponent.php52 $this->name = strtoupper($name);
219 $name = strtoupper($name);
229 strtoupper($child->name) === $name
230 … && (is_null($group) || ( $child instanceof Property && strtoupper($child->group) === $group))
234 … $name === '' && $child instanceof Property && strtoupper($child->group) === $group
533 $name = strtoupper($child->name);
/plugin/webdavclient/vendor/sabre/vobject/lib/ITip/
H A DBroker.php868 strtoupper($vevent->ORGANIZER['SCHEDULE-FORCE-SEND']) :
872 strtoupper((string)$vevent->ORGANIZER['SCHEDULE-AGENT']) :
885 $status = strtoupper($vevent->STATUS->getValue());
901 strtoupper($attendee['SCHEDULE-AGENT']->getValue()) === 'CLIENT'
907 strtoupper($attendee['PARTSTAT']) :
912 strtoupper($attendee['SCHEDULE-FORCE-SEND']) :
/plugin/webdavclient/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php113 switch(strtoupper($line)) {
134 if (strtoupper(substr($line,0,4)) === 'END:') {
144 $name = strtoupper(substr($line, 4));
161 if (strtoupper(substr($line, 0, 6)) === 'BEGIN:') {
169 if (strtoupper(substr($line,0,4)) === 'END:') {
179 $name = strtoupper(substr($line, 4));
357 $lastParam = strtoupper($match['paramName']);
368 $property['name'] = strtoupper($match['name']);
410 if (strtoupper($propObj['ENCODING']) === 'QUOTED-PRINTABLE') {
/plugin/webdavclient/vendor/sabre/vobject/lib/Component/
H A DVFreeBusy.php33 … if (isset($freebusy['FBTYPE']) && strtoupper(substr((string)$freebusy['FBTYPE'],0,4))!=='BUSY') {

12345678910>>...14