Home
last modified time | relevance | path

Searched refs:getid3_exception (Results 1 – 8 of 8) sorted by relevance

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
Dgetid3.php375 throw new getid3_exception($this->startup_error);
418 * @throws getid3_exception
423 throw new getid3_exception($this->startup_error);
439 … throw new getid3_exception('Remote files are not supported - please copy the file locally first');
465 …throw new getid3_exception('Could not open "'.$filename.'" ('.implode('; ', $errormessagelist).')'…
502 …throw new getid3_exception('Unable to determine actual filesize. File is most likely larger than '…
506 …throw new getid3_exception('PHP seems to think the file is larger than '.round(PHP_INT_MAX / 10737…
547 catch (getid3_exception $e) {
1893 * @throws getid3_exception
1898 throw new getid3_exception('Required module.'.$name.'.php is missing.');
[all …]
Dextension.cache.dbm.php103 * @throws getid3_exception
Dextension.cache.mysql.php102 * @throws getid3_exception
Dextension.cache.sqlite3.php118 * @throws getid3_exception
Dextension.cache.mysqli.php106 * @throws getid3_exception
Dmodule.audio-video.riff.php40 * @throws getid3_exception
104 } catch (getid3_exception $e) {
1395 * @throws getid3_exception
1494 } catch (getid3_exception $e) {
1510 * @throws getid3_exception
1856 } catch (getid3_exception $e) {
Dgetid3.lib.php759 * @throws getid3_exception
766 throw new getid3_exception('Invalid algorithm ('.$algorithm.') in self::hash_data()');
Dmodule.audio-video.matroska.php1293 } catch (getid3_exception $e) {