Searched refs:filedata (Results 1 – 6 of 6) sorted by relevance
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/ |
H A D | module.audio.ogg.php | 60 $filedata = $this->fread($oggpageinfo['page_length']); 63 if (substr($filedata, 0, 4) == 'fLaC') { 69 } elseif (substr($filedata, 1, 6) == 'vorbis') { 73 } elseif (substr($filedata, 0, 8) == 'OpusHead') { 79 } elseif (substr($filedata, 0, 8) == 'Speex ') { 225 if (substr($filedata, 0, 8) == "fisbone\x00") { 247 } elseif (substr($filedata, 1, 6) == 'theora') { 333 if(substr($filedata, 0, 8) != 'OpusTags') { 414 * @param string $filedata 471 * @param string $filedata [all …]
|
H A D | module.misc.cue.php | 62 $filedata = file_get_contents($filename); 63 return $this->readCueSheet($filedata); 69 * @param string $filedata 73 public function readCueSheet(&$filedata) argument 76 foreach (explode("\n", str_replace("\r", null, $filedata)) as $line)
|
H A D | getid3.php | 1369 * @param string $filedata 1374 public function GetFileFormat(&$filedata, $filename='') { argument 1384 if (!empty($info['pattern']) && preg_match('#'.$info['pattern'].'#s', $filedata)) { 1398 …\.cue$#i', $filename) && preg_match('#FILE "[^"]+" (BINARY|MOTOROLA|AIFF|WAVE|MP3)#', $filedata)) {
|
/plugin/swiftmail/Swift/Plugin/ |
H A D | FileEmbedder.php | 341 $filedata = @file_get_contents($url); 343 if (!$filedata) 348 $att = new Swift_Message_EmbeddedFile($filedata, $filename, $this->getType($ext));
|
/plugin/jukebox/id3/ |
H A D | getid3.php | 938 function GetFileFormat(&$filedata, $filename='') { argument 949 if (preg_match('/'.$info['pattern'].'/s', $filedata)) {
|
/plugin/photogallery/phpThumb/ |
H A D | phpthumb.functions.php | 1069 function file_put_contents($filename, $filedata) { argument 1071 fwrite($fp, $filedata);
|