Home
last modified time | relevance | path

Searched refs:CarbonInterface (Results 1 – 25 of 93) sorted by relevance

1234

/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/nesbot/carbon/src/Carbon/Lang/
H A Duk.php12 use Carbon\CarbonInterface; alias
14 $processHoursFunction = function (CarbonInterface $date, string $format) {
133 'sameDay' => function (CarbonInterface $date) use ($processHoursFunction) {
136 'nextDay' => function (CarbonInterface $date) use ($processHoursFunction) {
139 'nextWeek' => function (CarbonInterface $date) use ($processHoursFunction) {
142 'lastDay' => function (CarbonInterface $date) use ($processHoursFunction) {
145 'lastWeek' => function (CarbonInterface $date) use ($processHoursFunction) {
189 'weekdays' => function (CarbonInterface $date, $format, $index) {
H A Des.php31 use Carbon\CarbonInterface; alias
83 'sameDay' => function (CarbonInterface $current) {
86 'nextDay' => function (CarbonInterface $current) {
89 'nextWeek' => function (CarbonInterface $current) {
92 'lastDay' => function (CarbonInterface $current) {
95 'lastWeek' => function (CarbonInterface $current) {
H A Dgl.php21 use Carbon\CarbonInterface; alias
71 'sameDay' => function (CarbonInterface $current) {
74 'nextDay' => function (CarbonInterface $current) {
77 'nextWeek' => function (CarbonInterface $current) {
80 'lastDay' => function (CarbonInterface $current) {
83 'lastWeek' => function (CarbonInterface $current) {
H A Dca.php25 use Carbon\CarbonInterface; alias
75 'sameDay' => function (CarbonInterface $current) {
78 'nextDay' => function (CarbonInterface $current) {
81 'nextWeek' => function (CarbonInterface $current) {
84 'lastDay' => function (CarbonInterface $current) {
87 'lastWeek' => function (CarbonInterface $current) {
H A Dja.php25 use Carbon\CarbonInterface; alias
62 'nextWeek' => function (CarbonInterface $current, CarbonInterface $other) {
70 'lastWeek' => function (CarbonInterface $current, CarbonInterface $other) {
H A Dru.php39 use Carbon\CarbonInterface; alias
103 'nextWeek' => function (CarbonInterface $current, CarbonInterface $other) {
126 'lastWeek' => function (CarbonInterface $current, CarbonInterface $other) {
H A Dlv.php12 use Carbon\CarbonInterface; alias
162 …'nextWeek' => function (CarbonInterface $current, CarbonInterface $other) use ($daysOfWeekLocativu…
170 'lastWeek' => function (CarbonInterface $current) use ($daysOfWeekLocativum) {
H A Dhr.php31 use Carbon\CarbonInterface; alias
73 'nextWeek' => function (CarbonInterface $date) {
86 'lastWeek' => function (CarbonInterface $date) {
H A Dsr_Cyrl.php24 use Carbon\CarbonInterface; alias
69 'nextWeek' => function (CarbonInterface $date) {
82 'lastWeek' => function (CarbonInterface $date) {
H A Dsr_Cyrl_ME.php18 use Carbon\CarbonInterface; alias
66 'nextWeek' => function (CarbonInterface $date) {
79 'lastWeek' => function (CarbonInterface $date) {
H A Dbs.php22 use Carbon\CarbonInterface; alias
61 'nextWeek' => function (CarbonInterface $current) {
74 'lastWeek' => function (CarbonInterface $current) {
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/nesbot/carbon/src/Carbon/Traits/
H A DRounding.php13 use Carbon\CarbonInterface; alias
37 * @return CarbonInterface
112 /** @var CarbonInterface $result */
131 * @return CarbonInterface
144 * @return CarbonInterface
157 * @return CarbonInterface
169 * @return CarbonInterface
181 * @return CarbonInterface
193 * @return CarbonInterface
205 * @return CarbonInterface
[all …]
H A DOptions.php13 use Carbon\CarbonInterface; alias
42 protected static $weekStartsAt = CarbonInterface::MONDAY;
49 protected static $weekEndsAt = CarbonInterface::SUNDAY;
57 CarbonInterface::SATURDAY,
58 CarbonInterface::SUNDAY,
451 if ($this instanceof CarbonInterface || $this instanceof DateTimeInterface) {
454 $infos['date'] = $this->format(CarbonInterface::MOCK_DATETIME_FORMAT);
H A DIntervalStep.php15 use Carbon\CarbonInterface; alias
59 * @return CarbonInterface
61 public function convertDate(DateTimeInterface $dateTime, bool $negated = false): CarbonInterface
63 /** @var CarbonInterface $carbonDate */
64 … $carbonDate = $dateTime instanceof CarbonInterface ? $dateTime : $this->resolveCarbon($dateTime);
H A DDate.php15 use Carbon\CarbonInterface; alias
552 CarbonInterface::SUNDAY => 'Sunday',
554 CarbonInterface::MONDAY => 'Monday',
556 CarbonInterface::TUESDAY => 'Tuesday',
558 CarbonInterface::WEDNESDAY => 'Wednesday',
560 CarbonInterface::THURSDAY => 'Thursday',
562 CarbonInterface::FRIDAY => 'Friday',
564 CarbonInterface::SATURDAY => 'Saturday',
1871 'S' => function (CarbonInterface $date) {
1874 'SS' => function (CarbonInterface $date) {
[all …]
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/nesbot/carbon/src/Carbon/Traits/
H A DRounding.php14 use Carbon\CarbonInterface; alias
38 * @return CarbonInterface
113 /** @var CarbonInterface $result */
132 * @return CarbonInterface
145 * @return CarbonInterface
158 * @return CarbonInterface
170 * @return CarbonInterface
182 * @return CarbonInterface
194 * @return CarbonInterface
209 * @return CarbonInterface
[all …]
H A DIntervalStep.php16 use Carbon\CarbonInterface; alias
60 * @return CarbonInterface
62 public function convertDate(DateTimeInterface $dateTime, bool $negated = false): CarbonInterface
64 /** @var CarbonInterface $carbonDate */
65 … $carbonDate = $dateTime instanceof CarbonInterface ? $dateTime : $this->resolveCarbon($dateTime);
H A DOptions.php14 use Carbon\CarbonInterface; alias
43 protected static $weekStartsAt = CarbonInterface::MONDAY;
50 protected static $weekEndsAt = CarbonInterface::SUNDAY;
58 CarbonInterface::SATURDAY,
59 CarbonInterface::SUNDAY,
460 $infos['date'] = $this->format(CarbonInterface::MOCK_DATETIME_FORMAT);
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/nesbot/carbon/src/Carbon/Lang/
H A Duk.php11 $processHoursFunction = function (\Carbon\CarbonInterface $date, string $format) {
130 'sameDay' => function (\Carbon\CarbonInterface $date) use ($processHoursFunction) {
133 'nextDay' => function (\Carbon\CarbonInterface $date) use ($processHoursFunction) {
136 'nextWeek' => function (\Carbon\CarbonInterface $date) use ($processHoursFunction) {
139 'lastDay' => function (\Carbon\CarbonInterface $date) use ($processHoursFunction) {
142 'lastWeek' => function (\Carbon\CarbonInterface $date) use ($processHoursFunction) {
186 'weekdays' => function (\Carbon\CarbonInterface $date, $format, $index) {
H A Des.php80 'sameDay' => function (\Carbon\CarbonInterface $current) {
83 'nextDay' => function (\Carbon\CarbonInterface $current) {
86 'nextWeek' => function (\Carbon\CarbonInterface $current) {
89 'lastDay' => function (\Carbon\CarbonInterface $current) {
92 'lastWeek' => function (\Carbon\CarbonInterface $current) {
H A Dgl.php68 'sameDay' => function (\Carbon\CarbonInterface $current) {
71 'nextDay' => function (\Carbon\CarbonInterface $current) {
74 'nextWeek' => function (\Carbon\CarbonInterface $current) {
77 'lastDay' => function (\Carbon\CarbonInterface $current) {
80 'lastWeek' => function (\Carbon\CarbonInterface $current) {
H A Dca.php72 'sameDay' => function (\Carbon\CarbonInterface $current) {
75 'nextDay' => function (\Carbon\CarbonInterface $current) {
78 'nextWeek' => function (\Carbon\CarbonInterface $current) {
81 'lastDay' => function (\Carbon\CarbonInterface $current) {
84 'lastWeek' => function (\Carbon\CarbonInterface $current) {
H A Dja.php59 'nextWeek' => function (\Carbon\CarbonInterface $current, \Carbon\CarbonInterface $other) {
67 'lastWeek' => function (\Carbon\CarbonInterface $current, \Carbon\CarbonInterface $other) {
H A Dlv.php3 use Carbon\CarbonInterface; alias
153 …'nextWeek' => function (CarbonInterface $current, CarbonInterface $other) use ($daysOfWeekLocativu…
161 'lastWeek' => function (CarbonInterface $current) use ($daysOfWeekLocativum) {
H A Dru.php100 'nextWeek' => function (\Carbon\CarbonInterface $current, \Carbon\CarbonInterface $other) {
123 'lastWeek' => function (\Carbon\CarbonInterface $current, \Carbon\CarbonInterface $other) {

1234