Home
last modified time | relevance | path

Searched refs:setDate (Results 1 – 25 of 89) sorted by relevance

1234

/plugin/combo/vendor/dragonmantank/cron-expression/src/Cron/
H A DDayOfWeekField.php41 $tdate->setDate($currentYear, $currentMonth, $lastDayOfMonth);
46 ->setDate($currentYear, $currentMonth, --$lastDayOfMonth);
74 $tdate->setDate($currentYear, $currentMonth, 1);
83 $tdate->setDate($currentYear, $currentMonth, ++$currentDay);
H A DYearField.php22 $date->setDate($date->format('Y'), 12, 31);
26 $date->setDate($date->format('Y'), 1, 1);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DMandrillHandler.php64 $message->setDate(new \DateTimeImmutable());
67 $message->setDate(time());
H A DSwiftMailerHandler.php104 $message->setDate(new \DateTimeImmutable());
107 $message->setDate(time());
/plugin/zotero/tests/
H A DZoteroRepositoryTest.php19 $e->setDate("2011");
26 $e->setDate("2012");
/plugin/datepicker/script/jscalendar-1.0/
H A Dcalendar.js355 cal.setDate(date);
365 cal.setDate(date);
637 date.setDate(max);
711 cal.setDate(date);
931 date.setDate(d);
1033 cal.setDate(date);
1038 cal.setDate(date);
1125 date.setDate(1);
1129 date.setDate(-day1);
1754 this.setDate(1);
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
H A DChromeOsDeviceActiveTimeRanges.php48 public function setDate($date) function in Google\\Service\\Directory\\ChromeOsDeviceActiveTimeRanges
/plugin/icalevents/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php494 $this->currentDate = $this->currentDate->setDate(
595 $date->setDate($currentYear, 1, 1);
662 $this->currentDate = $this->currentDate->setDate(
671 $this->currentDate = $this->currentDate->setDate(
690 $this->currentDate = $this->currentDate->setDate(
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/
H A DCustomerSearchApplicationStats.php46 public function setDate(Date $date) function in Google\\Service\\CloudSearch\\CustomerSearchApplicationStats
H A DCustomerSessionStats.php32 public function setDate(Date $date) function in Google\\Service\\CloudSearch\\CustomerSessionStats
H A DSearchApplicationSessionStats.php32 public function setDate(Date $date) function in Google\\Service\\CloudSearch\\SearchApplicationSessionStats
H A DCustomerIndexStats.php31 public function setDate(Date $date) function in Google\\Service\\CloudSearch\\CustomerIndexStats
H A DCustomerQueryStats.php31 public function setDate(Date $date) function in Google\\Service\\CloudSearch\\CustomerQueryStats
H A DDataSourceIndexStats.php31 public function setDate(Date $date) function in Google\\Service\\CloudSearch\\DataSourceIndexStats
H A DSearchApplicationQueryStats.php31 public function setDate(Date $date) function in Google\\Service\\CloudSearch\\SearchApplicationQueryStats
H A DCustomerUserStats.php40 public function setDate(Date $date) function in Google\\Service\\CloudSearch\\CustomerUserStats
H A DSearchApplicationUserStats.php40 public function setDate(Date $date) function in Google\\Service\\CloudSearch\\SearchApplicationUserStats
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyer/
H A DCreativeFilteringReasons.php27 public function setDate($date) function in Google\\Service\\AdExchangeBuyer\\CreativeFilteringReasons
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/
H A DEventDateTime.php38 public function setDate($date) function in Google\\Service\\Calendar\\EventDateTime
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Adsense/
H A DPayment.php50 public function setDate(Date $date) function in Google\\Service\\Adsense\\Payment
/plugin/webdav/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php477 $this->currentDate = $this->currentDate->setDate(
573 $date = $date->setDate($currentYear, 1, 1);
636 $this->currentDate = $this->currentDate->setDate(
644 $this->currentDate = $this->currentDate->setDate(
661 $this->currentDate = $this->currentDate->setDate(
/plugin/davcard/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php495 …$this->currentDate->setDate($this->currentDate->format('Y'), $this->currentDate->format('n'), $occ…
581 $this->currentDate->setDate($currentYear, $currentMonth, $currentDayOfMonth);
586 $this->currentDate->setDate($currentYear, $currentMonth, $occurrence);
601 $this->currentDate->setDate($currentYear, $currentMonth, $currentDayOfMonth);
/plugin/webdavclient/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php495 …$this->currentDate->setDate($this->currentDate->format('Y'), $this->currentDate->format('n'), $occ…
581 $this->currentDate->setDate($currentYear, $currentMonth, $currentDayOfMonth);
586 $this->currentDate->setDate($currentYear, $currentMonth, $occurrence);
601 $this->currentDate->setDate($currentYear, $currentMonth, $currentDayOfMonth);
/plugin/davcal/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php495 …$this->currentDate->setDate($this->currentDate->format('Y'), $this->currentDate->format('n'), $occ…
581 $this->currentDate->setDate($currentYear, $currentMonth, $currentDayOfMonth);
586 $this->currentDate->setDate($currentYear, $currentMonth, $occurrence);
601 $this->currentDate->setDate($currentYear, $currentMonth, $currentDayOfMonth);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PeopleService/
H A DBirthday.php34 public function setDate(Date $date) function in Google\\Service\\PeopleService\\Birthday

1234