| /plugin/webdavclient/vendor/sabre/vobject/lib/Recur/ |
| D | RRuleIterator.php | 315 protected $weekStart = 'MO'; variable in Sabre\\VObject\\Recur\\RRuleIterator 406 $firstDay = $this->dayMap[$this->weekStart]; 429 … $this->currentDate->modify('last ' . $this->dayNames[$this->dayMap[$this->weekStart]]); 711 $this->weekStart = strtoupper($value);
|
| /plugin/davcard/vendor/sabre/vobject/lib/Recur/ |
| D | RRuleIterator.php | 315 protected $weekStart = 'MO'; variable in Sabre\\VObject\\Recur\\RRuleIterator 406 $firstDay = $this->dayMap[$this->weekStart]; 429 … $this->currentDate->modify('last ' . $this->dayNames[$this->dayMap[$this->weekStart]]); 711 $this->weekStart = strtoupper($value);
|
| /plugin/davcal/vendor/sabre/vobject/lib/Recur/ |
| H A D | RRuleIterator.php | 315 protected $weekStart = 'MO'; variable in Sabre\\VObject\\Recur\\RRuleIterator 406 $firstDay = $this->dayMap[$this->weekStart]; 429 … $this->currentDate->modify('last ' . $this->dayNames[$this->dayMap[$this->weekStart]]); 711 $this->weekStart = strtoupper($value);
|
| /plugin/icalevents/vendor/sabre/vobject/lib/Recur/ |
| D | RRuleIterator.php | 314 protected $weekStart = 'MO'; variable in Sabre\\VObject\\Recur\\RRuleIterator 405 $firstDay = $this->dayMap[$this->weekStart]; 428 …rrentDate = $this->currentDate->modify('last ' . $this->dayNames[$this->dayMap[$this->weekStart]]); 820 $this->weekStart = strtoupper($value);
|
| /plugin/webdav/vendor/sabre/vobject/lib/Recur/ |
| D | RRuleIterator.php | 305 protected $weekStart = 'MO'; variable in Sabre\\VObject\\Recur\\RRuleIterator 387 $firstDay = $this->dayMap[$this->weekStart]; 409 …currentDate = $this->currentDate->modify('last '.$this->dayNames[$this->dayMap[$this->weekStart]]); 784 $this->weekStart = strtoupper($value);
|
| /plugin/calendar/ |
| H A D | syntax.php | 1387 $weekStart = date('Y-m-d', strtotime('monday this week')); 1394 $weekStart = date('Y-m-d'); 1397 $weekStart = date('Y-m-d', strtotime('-' . $today . ' days')); 1399 $weekEnd = date('Y-m-d', strtotime($weekStart . ' +6 days')); 1404 $start = new DateTime($weekStart); 1451 $calId = 'sidebar-' . substr(md5($namespace . $weekStart), 0, 8); 2475 $weekStart = date('Y-m-d', strtotime('monday this week')); 2482 $weekStart = date('Y-m-d'); 2485 $weekStart = date('Y-m-d', strtotime('-' . $today . ' days')); 2487 $weekEnd = date('Y-m-d', strtotime($weekStart . ' +6 days')); [all …]
|
| H A D | admin.php | 7058 $weekStart = $INPUT->str('week_start', 'monday'); 7061 $this->saveWeekStartDay($weekStart); 7263 private function saveWeekStartDay($weekStart) { argument 7267 if (in_array($weekStart, $validStarts)) { 7268 file_put_contents($configFile, $weekStart);
|
| H A D | CHANGELOG.md | 12063 if ($isImportant && $dateKey >= $weekStart && $dateKey <= $weekEnd) { 12353 if ($dateKey < $weekStart) continue; // Skip old events 12382 if ($dateKey >= $weekStart && $dateKey <= $weekEnd) { 12387 if ($isImportant && $dateKey >= $weekStart && $dateKey <= $weekEnd) { 12397 1. Skip events < weekStart ❌ 12465 $weekStart = date('Y-m-d'); // Today! 12468 $weekStart = date('Y-m-d', strtotime('-' . $today . ' days')); 12491 $weekStart = date('Y-m-d', strtotime('saturday this week')); 12497 $weekStart = date('Y-m-d'); // Today! 12500 $weekStart = date('Y-m-d', strtotime('-' . $daysBack . ' days')); [all …]
|
| /plugin/davcal/fullcalendar-3.10.5/ |
| H A D | fullcalendar.js | 8123 var weekStart = this.getCellDate(row, 0); 8128 …{ date: weekStart, type: 'week', forceOff: this.colCnt === 1 }, weekStart.format('w') // inner HTML 12701 var weekStart = calendar.msToUtcMoment(this.dateProfile.renderUnzonedRange.startMs, true); 12704 weekText = weekStart.format(this.opt('smallWeekFormat')); 12708 …{ date: weekStart, type: 'week', forceOff: this.colCnt > 1 }, util_1.htmlEscape(weekText) // inner…
|
| /plugin/xlsx2dw/packages/exceljs/ |
| D | exceljs.js | 44174 var v = this.$locale().weekStart || 0,
|
| /plugin/mermaid/ |
| H A D | mermaid.min.js | 1 …0):F(31,11);case h:return P?F(1,U):F(0,U+1);case u:var Y=this.$locale().weekStart||0,ce=($<Y?$+7:$…
|