Home
last modified time | relevance | path

Searched refs:range (Results 1 – 25 of 230) sorted by relevance

12345678910

/template/battlehorse/js/
H A Dslider.js33 this.range = this.options.range || $R(0,1);
81 slider.range.start), i);
123 if(value > this.range.end) return this.range.end;
124 if(value < this.range.start) return this.range.start;
156 ((this.trackLength-this.handleLength)/(this.range.end-this.range.start)) *
161 (this.range.end-this.range.start)) + this.range.start);
163 getRange: function(range) { argument
165 range = range || 0;
166 return $R(v[range],v[range+1]);
195 span.style.height = this.translateToPx(range.end - range.start + this.range.start);
[all …]
H A Dprototype.js1181 var range = element.ownerDocument.createRange();
1182 range.selectNodeContents(element);
1184 range.createContextualFragment(html.stripScripts()), element);
1638 this.range = this.element.ownerDocument.createRange();
1640 this.insertContent([this.range.createContextualFragment(this.content)]);
1658 this.range.setStartBefore(this.element);
1671 this.range.selectNodeContents(this.element);
1672 this.range.collapse(true);
1685 this.range.selectNodeContents(this.element);
1686 this.range.collapse(this.element);
[all …]
/template/a_new_day/js/
H A Dslider.js33 this.range = this.options.range || $R(0,1);
81 slider.range.start), i);
123 if(value > this.range.end) return this.range.end;
124 if(value < this.range.start) return this.range.start;
156 ((this.trackLength-this.handleLength)/(this.range.end-this.range.start)) *
161 (this.range.end-this.range.start)) + this.range.start);
163 getRange: function(range) { argument
165 range = range || 0;
166 return $R(v[range],v[range+1]);
195 span.style.height = this.translateToPx(range.end - range.start + this.range.start);
[all …]
H A Dprototype.js1181 var range = element.ownerDocument.createRange();
1182 range.selectNodeContents(element);
1184 range.createContextualFragment(html.stripScripts()), element);
1638 this.range = this.element.ownerDocument.createRange();
1640 this.insertContent([this.range.createContextualFragment(this.content)]);
1658 this.range.setStartBefore(this.element);
1671 this.range.selectNodeContents(this.element);
1672 this.range.collapse(true);
1685 this.range.selectNodeContents(this.element);
1686 this.range.collapse(this.element);
[all …]
/template/kajukkd/css/
H A Dmobile.css16 /* for screen widths in the tablet range ******** ********************************/
26 /* for screen widths in the smartphone range ****** ***** **************/
/template/argon-alt/assets/js/
H A Dargon-design-system.min.js119 range: {
128 range: {
/template/argon/assets/js/
H A Dargon-design-system.min.js119 range: {
128 range: {
/template/congrid/css/
H A Dmobile.less14 /* for screen widths in the tablet range
114 /* for screen widths in the smartphone range
/template/dokufreech/css/
H A Dmobile.css14 /* for screen widths in the tablet range
120 /* for screen widths in the smartphone range
/template/lisps/css/
H A Dmobile.css14 /* for screen widths in the tablet range
120 /* for screen widths in the smartphone range
/template/codowik/css/
H A Dmobile.less14 /* for screen widths in the tablet range
122 /* for screen widths in the smartphone range
/template/docnavwiki/css/
H A Dmobile.less14 /* for screen widths in the tablet range
141 /* for screen widths in the smartphone range
/template/binkytestinstance/css/
H A Dmobile.less14 /* for screen widths in the tablet range
140 /* for screen widths in the smartphone range
/template/adoradark/css/
H A Dmobile.less14 /* for screen widths in the tablet range
141 /* for screen widths in the smartphone range
/template/kkh/css/
H A Dmobile.less14 /* for screen widths in the tablet range
141 /* for screen widths in the smartphone range
/template/simplewiki/css/
H A Dmobile.less14 /* for screen widths in the tablet range
141 /* for screen widths in the smartphone range
/template/20cones/css/
H A Dmobile.less14 /* for screen widths in the tablet range
141 /* for screen widths in the smartphone range
/template/daily/css/
H A Dmobile.less14 /* for screen widths in the tablet range
154 /* for screen widths in the smartphone range
/template/darkblue/css/
H A Dmobile.less14 /* for screen widths in the tablet range
141 /* for screen widths in the smartphone range
/template/byu_2017_theme/css/
H A Dmobile.less14 /* for screen widths in the tablet range
141 /* for screen widths in the smartphone range
/template/bs4simple/css/
H A Dmobile.less14 /* for screen widths in the tablet range
141 /* for screen widths in the smartphone range
/template/notes/css/
H A Dmobile.less14 /* for screen widths in the tablet range
143 /* for screen widths in the smartphone range
/template/ramtop/css/
H A Dmobile.less14 /* for screen widths in the tablet range
140 /* for screen widths in the smartphone range
/template/flat/css/
H A Dmobile.less14 /* for screen widths in the tablet range
141 /* for screen widths in the smartphone range
/template/dokuwikibee/dokuwikibee/css/
H A Dmobile.less14 /* for screen widths in the tablet range
141 /* for screen widths in the smartphone range

12345678910