Home
last modified time | relevance | path

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

/plugin/chordsheets/js/
H A Djtab.min.js1current_offset=Raphael.fn.margin_left,Raphael.fn.string_spacing=16,Raphael.fn.strings_drawn=6,Raph…
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio-video.matroska.php242 private $current_offset = 0; variable in getid3_matroska
547 $this->current_offset = $info['avdataoffset'];
1247 $this->current_offset = $subelement['end'];
1289 $this->fseek($this->current_offset);
1290 $this->EBMLbuffer_offset = $this->current_offset;
1335 $this->current_offset += $length;
1351 $this->current_offset += $length;
1363 if ($this->current_offset >= $parent_end) {
1375 $element['offset'] = $this->current_offset;
1411 $this->current_offset = $element['end'];
[all …]