Home
last modified time | relevance | path

Searched refs:minTime (Results 1 – 4 of 4) sorted by relevance

/plugin/zip/pear/File/Archive/Predicate/
DMinTime.php43 var $minTime = 0; variable in File_Archive_Predicate_MinTime
46 * @param int $minTime Unix timestamp of the minimal modification date of
49 function File_Archive_Predicate_MinTime($minTime) argument
51 $this->minTime = $minTime;
60 return !isset($stat[9]) || $stat[9]>=$this->minTime;
/plugin/bez/lib/jquery.timepicker-1.11.9-0/
H A Djquery.timepicker.min.js7minTime&&(b.minTime=t(b.minTime)),b.maxTime&&(b.maxTime=t(b.maxTime)),b.durationTime&&"function"!=… property
/plugin/davcal/datetimepicker-2.4.5/
H A Djquery.datetimepicker.js469 minTime: false, property
1602 …Time).getTime() < now.getTime()) || (options.minTime !== false && _xdsoft_datetime.strtotime(optio…
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js2836 minTime: '00:00:00', property
5720 var minTime = null;
5741 minTime = moment.duration(this.opt('minTime'));
5743 activeUnzonedRange = this.adjustActiveRange(activeUnzonedRange, minTime, maxTime);
5769 minTime: minTime, property
5821 DateProfileGenerator.prototype.adjustActiveRange = function (unzonedRange, minTime, maxTime) {
5825 if (minTime < 0) {
5826 start.time(0).add(minTime);
12915 … var slotTime = moment.duration(+dateProfile.minTime); // wish there was .clone() for durations
12949 …return new UnzonedRange_1.default(dayDate.clone().add(dateProfile.minTime), dayDate.clone().add(da…
[all …]