Home
last modified time | relevance | path

Searched refs:getRange (Results 76 – 77 of 77) sorted by last modified time

1234

/plugin/projects/
H A Dcodemirror-compressed.js1 …){sn(e)&&jn("",{line:e,ch:0},hr({line:e+1,ch:0}))}),replaceRange:pi(jn),getRange:function(e,t,n){r… variable
/plugin/s5reloaded/ui/effects_support/
H A Dslider.js161 getRange: function(range) {
182 …$R(0, this.spans.length-1).each(function(r) { slider.setSpan(slider.spans[r], slider.getRange(r)) …
185 $R(0, this.values.length>1 ? this.getRange(0).min() : this.value ));
188 … $R(this.values.length>1 ? this.getRange(this.spans.length-1).max() : this.value, this.maximum));

1234