| /plugin/davcal/vendor/sabre/dav/bin/ |
| H A D | migrateto17.php | 260 $maxDate = new DateTime(\Sabre\CalDAV\Backend\PDO::MAX_DATE); 262 $lastOccurence = $maxDate->getTimeStamp(); 265 while($it->valid() && $end < $maxDate) {
|
| /plugin/davcal/datetimepicker-2.4.5/ |
| H A D | jquery.datetimepicker.js | 468 maxDate: false, property 1033 if (options.maxDate && /^\+(.*)$/.test(options.maxDate)) { 1034 … options.maxDate = _xdsoft_datetime.strToDateTime(options.maxDate).dateFormat(options.formatDate); 1374 var currentDate = _xdsoft_datetime.getCurrentTime(), minDate, maxDate; 1381 maxDate = _xdsoft_datetime.strToDate(options.maxDate); 1382 maxDate = new Date(maxDate.getFullYear(), maxDate.getMonth(), maxDate.getDate()); 1383 if (currentDate > maxDate) { 1462 maxDate = false, 1495 if (options.maxDate !== false) { 1496 maxDate = _xdsoft_datetime.strToDate(options.maxDate); property [all …]
|
| /plugin/icalevents/vendor/sabre/vobject/lib/ |
| D | Settings.php | 37 static $maxDate = '2100-01-01'; variable in Sabre\\VObject\\Settings
|
| D | FreeBusyGenerator.php | 183 $end = new DateTimeImmutable(Settings::$maxDate);
|
| /plugin/webdav/vendor/sabre/vobject/lib/ |
| D | Settings.php | 37 public static $maxDate = '2100-01-01'; variable in Sabre\\VObject\\Settings
|
| D | FreeBusyGenerator.php | 171 $end = new DateTimeImmutable(Settings::$maxDate);
|
| /plugin/structgantt/meta/ |
| D | Gantt.php | 34 protected $maxDate; variable in dokuwiki\\plugin\\structgantt\\meta\\Gantt 193 $this->maxDate = $max; 251 $headers = $this->makeHeaders($this->minDate, $this->maxDate); 296 $r3 = $this->listDays($end, $this->maxDate);
|
| /plugin/davcal/vendor/sabre/dav/lib/CalDAV/Backend/ |
| H A D | PDO.php | 572 $maxDate = new \DateTime(self::MAX_DATE); 574 $lastOccurence = $maxDate->getTimeStamp(); 577 while ($it->valid() && $end < $maxDate) {
|
| /plugin/webdav/vendor/sabre/dav/lib/CalDAV/Backend/ |
| D | PDO.php | 677 $maxDate = new \DateTime(self::MAX_DATE); 679 $lastOccurence = $maxDate->getTimeStamp(); 682 while ($it->valid() && $end < $maxDate) {
|
| /plugin/webdavclient/ |
| D | helper.php | 1695 $maxDate = new \DateTime('2038-01-01'); 1698 $lastOccurence = $maxDate->getTimeStamp(); 1703 while ($it->valid() && $end < $maxDate)
|
| /plugin/davcal/ |
| H A D | helper.php | 1829 $maxDate = new \DateTime('2038-01-01'); 1832 $lastOccurence = $maxDate->getTimeStamp(); 1837 while ($it->valid() && $end < $maxDate)
|
| /plugin/edittable/lib/ |
| D | handsontable.full.js | 50124 maxDate: null, property 50586 if (!isDate(opts.maxDate)) { 50587 opts.maxDate = false; 50589 if ((opts.minDate && opts.maxDate) && opts.maxDate < opts.minDate) { 50590 opts.maxDate = opts.minDate = false; 50595 if (opts.maxDate) { 50596 this.setMaxDate(opts.maxDate); 50670 max = this._o.maxDate; 50826 this._o.maxDate = value; 50830 this._o.maxDate = defaults.maxDate; [all …]
|
| /plugin/zwidoku/files/ |
| H A D | js.js | 1 …maxDate:null,yearRange:10,showWeekNumber:false,minYear:0,maxYear:9999,minMonth:undefined,maxMonth:…
|
| H A D | jquery.js | 9 …eek:!1,calculateWeek:this.iso8601Week,shortYearCutoff:"+10",minDate:null,maxDate:null,duration:"fa… property
|
| /plugin/jsontable/script/ |
| D | handsontable.full.min.js | 35 …maxDate:null,yearRange:10,showWeekNumber:!1,minYear:0,maxYear:9999,minMonth:void 0,maxMonth:void 0…
|
| /plugin/yuriigantt/3rd/dhtmlxgantt/sources/ |
| D | dhtmlxgantt.js | 25318 …prepareConfigs: function (scales, min_coll_width, container_width, scale_height, minDate, maxDate,… argument 25325 var cfg = this.initScaleConfig(scales[i], minDate, maxDate);
|
| /plugin/achart/assets/ |
| D | apexcharts.min.js | 6 …maxDate:parseInt(n[2],10),minMonth:parseInt(o[1],10)-1,maxMonth:parseInt(n[1],10)-1,minYear:parseI…
|
| /plugin/yuriigantt/3rd/dhtmlxgantt/ |
| D | dhtmlxgantt.js.map | 1 …maxDate","rtl","heights","configs","main_scale","cfg","initScaleConfig","processIgnores","initColS…
|