Home
last modified time | relevance | path

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

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.tag.lyrics3.php134 * @param int $endoffset
140 public function getLyrics3Data($endoffset, $version, $length) { argument
145 if (!getid3_lib::intValueSupported($endoffset)) {
150 $this->fseek($endoffset);
160 $ParsedLyrics3['tag_offset_start'] = $endoffset;
161 $ParsedLyrics3['tag_offset_end'] = $endoffset + $length - 1;
166 …$this->warning('"LYRICSBEGIN" expected at '.$endoffset.' but actually found at '.($endoffset + str…
167 $info['avdataend'] = $endoffset + strpos($rawdata, 'LYRICSBEGIN');
175 …$this->error('"LYRICSBEGIN" expected at '.$endoffset.' but found "'.substr($rawdata, 0, 11).'" ins…
/plugin/photogallery/phpThumb/
H A Dphpthumb.functions.php872 $endoffset = count($directory_elements);
873 for ($i = $startoffset; $i <= $endoffset; $i++) {