Home
last modified time | relevance | path

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

12345678910

/template/20cones/
H A DCOPYING223 generous contributions to the wide range of software distributed
/template/20cones/css/
H A Dmobile.less14 /* for screen widths in the tablet range
141 /* for screen widths in the smartphone range
/template/a_free_worldic/
H A DCOPYING220 generous contributions to the wide range of software distributed
/template/a_new_day/js/
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 …]
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 …]
/template/able/
H A DCOPYING220 generous contributions to the wide range of software distributed
/template/ad-hominem/
H A DLICENSE220 generous contributions to the wide range of software distributed
/template/adoradark/css/
H A Dmobile.less14 /* for screen widths in the tablet range
141 /* for screen widths in the smartphone range
/template/apricot/
H A DCOPYING220 generous contributions to the wide range of software distributed
/template/aran/
H A DCOPYING220 generous contributions to the wide range of software distributed
/template/arcade-basic/
H A DCOPYING220 generous contributions to the wide range of software distributed
/template/arcadebasic/
H A DCOPYING220 generous contributions to the wide range of software distributed
/template/arcadebasic/css/
H A Darcadebasic.css1630 input[type="range"] {
/template/arctic-mbo/
H A DCOPYING220 generous contributions to the wide range of software distributed
/template/arctic/
H A DCOPYING220 generous contributions to the wide range of software distributed
/template/arctictut/
H A DLICENSE220 generous contributions to the wide range of software distributed
/template/argon-alt/assets/css/
H A Dargon-design-system.css2130 .form-control-range {
4505 .custom-range {
4513 .custom-range:focus {
4521 .custom-range:focus::-moz-range-thumb {
4566 .custom-range::-moz-range-thumb {
4578 .custom-range::-moz-range-thumb {
4583 .custom-range::-moz-range-thumb:active {
4587 .custom-range::-moz-range-track {
4652 .custom-range:disabled::-moz-range-thumb {
4656 .custom-range:disabled::-moz-range-track {
[all …]
H A Ddoku.css2139 .form-control-range {
5410 .custom-range {
5418 .custom-range:focus {
5426 .custom-range:focus::-moz-range-thumb {
5470 .custom-range::-moz-range-thumb {
5482 .custom-range::-moz-range-thumb {
5486 .custom-range::-moz-range-thumb:active {
5490 .custom-range::-moz-range-track {
5554 .custom-range:disabled::-moz-range-thumb {
5558 .custom-range:disabled::-moz-range-track {
[all …]
/template/argon-alt/assets/js/
H A Dargon-design-system.min.js119 range: {
128 range: {
/template/argon/assets/css/
H A Dargon-design-system.css2149 .form-control-range {
4078 .custom-range {
4085 .custom-range:focus {
4091 .custom-range:focus::-moz-range-thumb {
4129 .custom-range::-moz-range-thumb {
4140 .custom-range::-moz-range-thumb {
4144 .custom-range::-moz-range-thumb:active {
4147 .custom-range::-moz-range-track {
4203 .custom-range:disabled::-moz-range-thumb {
4206 .custom-range:disabled::-moz-range-track {
[all …]
H A Ddoku.css2228 .form-control-range {
5172 .custom-range {
5180 .custom-range:focus {
5188 .custom-range:focus::-moz-range-thumb {
5232 .custom-range::-moz-range-thumb {
5244 .custom-range::-moz-range-thumb {
5248 .custom-range::-moz-range-thumb:active {
5252 .custom-range::-moz-range-track {
5316 .custom-range:disabled::-moz-range-thumb {
5320 .custom-range:disabled::-moz-range-track {
[all …]
/template/argon/assets/js/
H A Dargon-design-system.min.js119 range: {
128 range: {
/template/artforwater/
H A DCOPYING220 generous contributions to the wide range of software distributed
/template/basical/
H A DCOPYING220 generous contributions to the wide range of software distributed
/template/battlehorse/js/
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 …]

12345678910