Home
last modified time | relevance | path

Searched refs:isDependencyFor (Results 1 – 5 of 5) sorted by relevance

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.flac.php167 if (!$this->isDependencyFor('matroska')) {
252 if (!$this->isDependencyFor('matroska')) {
325 if ($this->isDependencyFor('matroska')) {
H A Dmodule.audio.dts.php62 } elseif ($this->isDependencyFor('matroska')) {
H A Dmodule.audio.ac3.php78 if (!$this->isDependencyFor('matroska')) {
H A Dmodule.audio.mp3.php940 if ($this->isDependencyFor('matroska') || $this->isDependencyFor('riff')) {
H A Dgetid3.php2179 final protected function isDependencyFor($module) { function in getid3_handler