Home
last modified time | relevance | path

Searched refs:CastAsInt (Results 1 – 25 of 39) sorted by relevance

12

/dports/www/owncloud/owncloud/lib/composer/christophwurst/id3parser/src/getID3/
H A Dgetid3_lib.php40 public static function CastAsInt($floatnum) { function in ID3Parser\\getID3\\getid3_lib
257 return self::CastAsInt($intvalue);
323 return self::CastAsInt($decvalue * $signmult);
426 return self::CastAsInt($macdate - 2082844800);
/dports/www/nextcloud/nextcloud/3rdparty/christophwurst/id3parser/src/getID3/
H A Dgetid3_lib.php40 public static function CastAsInt($floatnum) { function in ID3Parser\\getID3\\getid3_lib
257 return self::CastAsInt($intvalue);
323 return self::CastAsInt($decvalue * $signmult);
426 return self::CastAsInt($macdate - 2082844800);
/dports/audio/ampache/ampache-php74-5.0.0/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.voc.php89 …$thisfile_voc['compressed_bits_per_sample'] = getid3_lib::CastAsInt(str_replace('-bit', '', $ThisB…
H A Dmodule.graphic.jpg.php193 return getid3_lib::CastAsInt($value);
H A Dgetid3.lib.php87 public static function CastAsInt($floatnum) { function in getid3_lib
359 return self::CastAsInt($intvalue);
461 return self::CastAsInt($decvalue * $signmult);
622 return self::CastAsInt($macdate - 2082844800);
H A Dmodule.audio.mpc.php319 …$info['replay_gain']['track']['peak'] = getid3_lib::CastAsInt(round($thisfile_mpc_header['max_leve…
H A Dmodule.audio-video.flv.php293 …$info['audio'][$destkey] = getid3_lib::CastAsInt(round($info['flv']['meta']['onMetaData'][$sourcek…
H A Dmodule.audio.mp3.php1681 $info['mpeg']['audio']['frame_count'] = getid3_lib::CastAsInt($framecounter);
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.voc.php84 …$thisfile_voc['compressed_bits_per_sample'] = getid3_lib::CastAsInt(str_replace('-bit', '', $ThisB…
H A Dmodule.graphic.jpg.php186 return getid3_lib::CastAsInt($value);
H A Dgetid3.lib.php65 public static function CastAsInt($floatnum) { function in getid3_lib
288 return self::CastAsInt($intvalue);
354 return self::CastAsInt($decvalue * $signmult);
471 return self::CastAsInt($macdate - 2082844800);
H A Dmodule.audio.mpc.php311 …$info['replay_gain']['track']['peak'] = getid3_lib::CastAsInt(round($thisfile_mpc_header['max_leve…
H A Dmodule.audio-video.flv.php278 …$info['audio'][$destkey] = getid3_lib::CastAsInt(round($info['flv']['meta']['onMetaData'][$sourcek…
/dports/chinese/wordpress-zh_TW/wordpress/wp-includes/ID3/
H A Dgetid3.lib.php87 public static function CastAsInt($floatnum) { function in getid3_lib
359 return self::CastAsInt($intvalue);
460 return self::CastAsInt($decvalue * $signmult);
621 return self::CastAsInt($macdate - 2082844800);
H A Dmodule.audio-video.flv.php292 …$info['audio'][$destkey] = getid3_lib::CastAsInt(round($info['flv']['meta']['onMetaData'][$sourcek…
H A Dmodule.audio.mp3.php1637 $info['mpeg']['audio']['frame_count'] = getid3_lib::CastAsInt($framecounter);
/dports/chinese/wordpress-zh_CN/wordpress/wp-includes/ID3/
H A Dgetid3.lib.php87 public static function CastAsInt($floatnum) { function in getid3_lib
359 return self::CastAsInt($intvalue);
460 return self::CastAsInt($decvalue * $signmult);
621 return self::CastAsInt($macdate - 2082844800);
H A Dmodule.audio-video.flv.php292 …$info['audio'][$destkey] = getid3_lib::CastAsInt(round($info['flv']['meta']['onMetaData'][$sourcek…
H A Dmodule.audio.mp3.php1637 $info['mpeg']['audio']['frame_count'] = getid3_lib::CastAsInt($framecounter);
/dports/www/zenphoto/zenphoto-1.5.9/zp-core/zp-extensions/class-video/getid3/
H A Dgetid3.lib.php87 public static function CastAsInt($floatnum) { function in getid3_lib
359 return self::CastAsInt($intvalue);
460 return self::CastAsInt($decvalue * $signmult);
621 return self::CastAsInt($macdate - 2082844800);
H A Dmodule.audio-video.flv.php292 …$info['audio'][$destkey] = getid3_lib::CastAsInt(round($info['flv']['meta']['onMetaData'][$sourcek…
H A Dmodule.audio.mp3.php1637 $info['mpeg']['audio']['frame_count'] = getid3_lib::CastAsInt($framecounter);
/dports/www/xoops/XoopsCore25-2.5.10/htdocs/modules/system/class/thumbs/
H A Dphpthumb.bmp.php852 return $this->CastAsInt($decvalue * $signmult);
855 public function CastAsInt($floatnum) { function in phpthumb_bmp
/dports/www/gallery2/gallery2/modules/getid3/lib/getid3/
H A Dgetid3.lib.inc60 function CastAsInt($floatnum) {
262 return getid3_lib::CastAsInt($intvalue);
328 return getid3_lib::CastAsInt($decvalue * $signmult);
445 return getid3_lib::CastAsInt($macdate - 2082844800);
/dports/audio/ampache/ampache-php74-5.0.0/vendor/james-heinrich/getid3/demos/
H A Ddemo.mp3header.php212 function CastAsInt($floatnum) { function
426 return CastAsInt($intvalue);
490 return CastAsInt($decvalue);
973 return CastAsInt($macdate - 2082844800);

12