Searched refs:current_offset (Results 1 – 3 of 3) sorted by relevance
| /plugin/chordsheets/js/ |
| H A D | jtab.js | 544 Raphael.fn.current_offset = Raphael.fn.margin_left; 574 …this.path(this.svg_params(this.current_offset, 0, 0, 4)).attr({ stroke: this.color, "stroke-width"… 575 …this.path(this.svg_params(this.current_offset + this.margin_left, 0, 0, 2)).attr({ stroke: this.co… 576 …this.path(this.svg_params(this.current_offset + width - this.margin_right, 0, 0, 2)).attr({ stroke… 579 …this.path(this.svg_params(this.current_offset, this.tab_margin_top, 2, 0)).attr({ stroke: this.col… 581 …this.path(this.svg_params(this.current_offset, this.margin_top, 2, 0)).attr({ stroke: this.color, … 590 this.current_offset += w; 591 this.setSize(this.current_offset, this.total_height); 602 var fret_left = this.current_offset + this.margin_left; 645 …var stroke_path = this.path(this.svg_params(this.current_offset + this.tab_char_width, this.tab_to… [all …]
|
| H A D | jtab.min.js | 1 …current_offset=Raphael.fn.margin_left,Raphael.fn.string_spacing=16,Raphael.fn.strings_drawn=6,Raph…
|
| /plugin/jplayer/vendor/james-heinrich/getid3/getid3/ |
| D | module.audio-video.matroska.php | 242 private $current_offset = 0; variable in getid3_matroska 547 $this->current_offset = $info['avdataoffset']; 909 $this->current_offset = $element_data['end']; 1044 $attachedfile_entry['data_offset'] = $this->current_offset; 1052 $this->current_offset = $sub_subelement['end']; 1209 $cluster_block_group = array('offset' => $this->current_offset); 1247 $this->current_offset = $subelement['end']; 1285 …if (($this->current_offset - $this->EBMLbuffer_offset) >= ($this->EBMLbuffer_length - $min_data)) { 1289 $this->fseek($this->current_offset); 1290 $this->EBMLbuffer_offset = $this->current_offset; [all …]
|