| /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/ |
| D | syntax.php | 1336 $weekStart = date('Y-m-d', strtotime('monday this week')); 1343 $weekStart = date('Y-m-d'); 1346 $weekStart = date('Y-m-d', strtotime('-' . $today . ' days')); 1348 $weekEnd = date('Y-m-d', strtotime($weekStart . ' +6 days')); 1353 $start = new DateTime($weekStart); 1400 $calId = 'sidebar-' . substr(md5($namespace . $weekStart), 0, 8); 2596 $weekStart = date('Y-m-d', strtotime('monday this week')); 2603 $weekStart = date('Y-m-d'); 2606 $weekStart = date('Y-m-d', strtotime('-' . $today . ' days')); 2608 $weekEnd = date('Y-m-d', strtotime($weekStart . ' +6 days')); [all …]
|
| D | admin.php | 6960 $weekStart = $INPUT->str('week_start', 'monday'); 6964 $this->saveWeekStartDay($weekStart); 7164 private function saveWeekStartDay($weekStart) { argument 7168 if (in_array($weekStart, $validStarts)) { 7169 file_put_contents($configFile, $weekStart);
|
| D | CHANGELOG.md | 11972 if ($isImportant && $dateKey >= $weekStart && $dateKey <= $weekEnd) { 12262 if ($dateKey < $weekStart) continue; // Skip old events 12291 if ($dateKey >= $weekStart && $dateKey <= $weekEnd) { 12296 if ($isImportant && $dateKey >= $weekStart && $dateKey <= $weekEnd) { 12306 1. Skip events < weekStart ❌ 12374 $weekStart = date('Y-m-d'); // Today! 12377 $weekStart = date('Y-m-d', strtotime('-' . $today . ' days')); 12400 $weekStart = date('Y-m-d', strtotime('saturday this week')); 12406 $weekStart = date('Y-m-d'); // Today! 12409 $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:$…
|