Home
last modified time | relevance | path

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

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.tag.apetag.php31 public $inline_attachments = true; variable in getid3_apetag
289 if ($this->inline_attachments === false) {
294 if ($this->inline_attachments === true) {
296 } elseif (is_int($this->inline_attachments)) {
297 if ($this->inline_attachments < $thisfile_ape_items_current['data_length']) {
303 } elseif (is_string($this->inline_attachments)) {
304 …$this->inline_attachments = rtrim(str_replace(array('/', '\\'), DIRECTORY_SEPARATOR, $this->inline…
305 if (!is_dir($this->inline_attachments) || !getID3::is_writable($this->inline_attachments)) {
307 …hisfile_ape_items_current['offset'].' cannot be saved to "'.$this->inline_attachments.'" (not writ…
313 if (is_string($this->inline_attachments)) {
[all …]