Home
last modified time | relevance | path

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

1234567891011

/template/strap/vendor/dragonmantank/cron-expression/src/Cron/
H A DAbstractField.php89 $range = explode('-', $parts[0], 2);
90 $offset = $range[0];
91 $to = isset($range[1]) ? $range[1] : $dateValue;
128 $range = array_map('trim', explode('/', $expression, 2));
129 $stepSize = isset($range[1]) ? $range[1] : 0;
130 $range = $range[0];
131 $range = explode('-', $range, 2);
132 $offset = $range[0];
133 $to = isset($range[1]) ? $range[1] : $max;
H A DMonthField.php20 range(1, 12),
H A DDayOfWeekField.php137 range(0, 6),
/template/a_new_day/js/
Dslider.js33 this.range = this.options.range || $R(0,1);
43 this.maximum = this.options.maximum || this.range.end;
44 this.minimum = this.options.minimum || this.range.start;
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)) *
157 (value - this.range.start)) + "px";
161 (this.range.end-this.range.start)) + this.range.start);
163 getRange: function(range) { argument
[all …]
/template/battlehorse/js/
Dslider.js33 this.range = this.options.range || $R(0,1);
43 this.maximum = this.options.maximum || this.range.end;
44 this.minimum = this.options.minimum || this.range.start;
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)) *
157 (value - this.range.start)) + "px";
161 (this.range.end-this.range.start)) + this.range.start);
163 getRange: function(range) { argument
[all …]
/template/strap/ComboStrap/
H A DEditButton.php372 $range = "";
374 $range = $this->startPosition;
376 $range = "$range-";
378 $range = "$range{$this->endPosition}";
380 return $range;
/template/kajukkd/css/
Dmobile.css16 /* for screen widths in the tablet range ******** ********************************/
26 /* for screen widths in the smartphone range ****** ***** **************/
/template/argon/assets/js/
Dargon-design-system.min.js119 range: { property
128 range: { property
/template/argon-alt/assets/js/
Dargon-design-system.min.js119 range: { property
128 range: { property
/template/congrid/css/
Dmobile.less14 /* for screen widths in the tablet range
114 /* for screen widths in the smartphone range
/template/codowik/css/
Dmobile.less14 /* for screen widths in the tablet range
122 /* for screen widths in the smartphone range
/template/lisps/css/
Dmobile.css14 /* for screen widths in the tablet range
120 /* for screen widths in the smartphone range
/template/dokufreech/css/
Dmobile.css14 /* for screen widths in the tablet range
120 /* for screen widths in the smartphone range
/template/simplewiki/css/
Dmobile.less14 /* for screen widths in the tablet range
141 /* for screen widths in the smartphone range
/template/adoradark/css/
Dmobile.less14 /* for screen widths in the tablet range
141 /* for screen widths in the smartphone range
/template/daily/css/
Dmobile.less14 /* for screen widths in the tablet range
154 /* for screen widths in the smartphone range
/template/mantinedoku/css/
Dmobile.less14 /* for screen widths in the tablet range
141 /* for screen widths in the smartphone range
/template/ghw/css/
Dmobile.less14 /* for screen widths in the tablet range
139 /* for screen widths in the smartphone range
/template/dokuwikibee/dokuwikibee/css/
Dmobile.less14 /* for screen widths in the tablet range
141 /* for screen widths in the smartphone range
/template/notes/css/
Dmobile.less14 /* for screen widths in the tablet range
143 /* for screen widths in the smartphone range
/template/binkytestinstance/css/
Dmobile.less14 /* for screen widths in the tablet range
140 /* for screen widths in the smartphone range
/template/20cones/css/
Dmobile.less14 /* for screen widths in the tablet range
141 /* for screen widths in the smartphone range
/template/kkh/css/
Dmobile.less14 /* for screen widths in the tablet range
141 /* for screen widths in the smartphone range
/template/docnavwiki/css/
Dmobile.less14 /* for screen widths in the tablet range
141 /* for screen widths in the smartphone range
/template/bs4simple/css/
Dmobile.less14 /* for screen widths in the tablet range
141 /* for screen widths in the smartphone range

1234567891011