/plugin/icalevents/vendor/sabre/vobject/lib/ |
H A D | Settings.php | 28 static $minDate = '1900-01-01'; variable in Sabre\\VObject\\Settings
|
H A D | FreeBusyGenerator.php | 180 $start = new DateTimeImmutable(Settings::$minDate);
|
/plugin/webdav/vendor/sabre/vobject/lib/ |
H A D | Settings.php | 28 public static $minDate = '1900-01-01'; variable in Sabre\\VObject\\Settings
|
H A D | FreeBusyGenerator.php | 168 $start = new DateTimeImmutable(Settings::$minDate);
|
/plugin/davcal/datetimepicker-2.4.5/ |
H A D | jquery.datetimepicker.js | 467 minDate: false, property in default_options 1029 if (options.minDate && /^-(.*)$/.test(options.minDate)) { 1030 … options.minDate = _xdsoft_datetime.strToDateTime(options.minDate).dateFormat(options.formatDate); 1376 minDate = _xdsoft_datetime.strToDate(options.minDate); 1377 minDate = new Date(minDate.getFullYear(), minDate.getMonth(), minDate.getDate()); 1378 if (currentDate < minDate) { 1463 minDate = false, 1500 if (options.minDate !== false) { 1501 minDate = _xdsoft_datetime.strToDate(options.minDate); 1502 minDate = new Date(minDate.getFullYear(), minDate.getMonth(), minDate.getDate()); [all …]
|
/plugin/structgantt/meta/ |
H A D | Gantt.php | 31 protected $minDate; 192 $this->minDate = $min; 251 $headers = $this->makeHeaders($this->minDate, $this->maxDate); 294 $r1 = $this->listDays($this->minDate, $start); 53 protected $minDate; global() variable in dokuwiki\\plugin\\structgantt\\meta\\Gantt
|
/plugin/achart/assets/ |
H A D | apexcharts.min.js | 6 …minDate:parseInt(o[2],10),maxDate:parseInt(n[2],10),minMonth:parseInt(o[1],10)-1,maxMonth:parseInt… property in AnonymousFunction1cae5b5135800.AnonymousFunction1cae5b5135900.m
|
/plugin/edittable/lib/ |
H A D | handsontable.full.js | 50122 minDate: null, 50583 if (!isDate(opts.minDate)) { 50584 opts.minDate = false; 50589 if ((opts.minDate && opts.maxDate) && opts.maxDate < opts.minDate) { 50590 opts.maxDate = opts.minDate = false; 50592 if (opts.minDate) { 50593 this.setMinDate(opts.minDate); 50669 var min = this._o.minDate, 50806 this._o.minDate = value; 50810 this._o.minDate = defaults.minDate; [all …]
|
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ |
H A D | dhtmlxgantt.js | 25318 …prepareConfigs: function (scales, min_coll_width, container_width, scale_height, minDate, maxDate,… 25325 var cfg = this.initScaleConfig(scales[i], minDate, maxDate);
|
/plugin/yuriigantt/3rd/dhtmlxgantt/ |
H A D | dhtmlxgantt.js.map | 1 …minDate","maxDate","rtl","heights","configs","main_scale","cfg","initScaleConfig","processIgnores"…
|