Home
last modified time | relevance | path

Searched refs:nextDay (Results 1 – 25 of 171) sorted by relevance

1234567

/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/scheduler/Classes/CronCommand/
H A DCronCommand.php210 $nextDay = $now + 60 * 60 * 25;
211 $nextDay = mktime(0, 0, 0, date('n', $nextDay), date('j', $nextDay), date('Y', $nextDay));
212 return $nextDay - $now;
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/scheduler/Classes/CronCommand/
H A DCronCommand.php214 $nextDay = $now + 60 * 60 * 25;
215 …$nextDay = mktime(0, 0, 0, (int)date('n', $nextDay), (int)date('j', $nextDay), (int)date('Y', $nex…
216 return $nextDay - $now;
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/scheduler/Classes/CronCommand/
H A DCronCommand.php214 $nextDay = $now + 60 * 60 * 25;
215 …$nextDay = mktime(0, 0, 0, (int)date('n', $nextDay), (int)date('j', $nextDay), (int)date('Y', $nex…
216 return $nextDay - $now;
/dports/irc/quassel-core/quassel-0.14-rc2/src/client/
H A Dmessagemodel.cpp159 qint64 nextDay = nextTs.toMSecsSinceEpoch() / DAY_IN_MSECS; in insertMessageGroup() local
161 if (nextDay != prevDay) { in insertMessageGroup()
162 nextTs.setMSecsSinceEpoch(nextDay * DAY_IN_MSECS); in insertMessageGroup()
251 qint64 nextDay = nextTs.toMSecsSinceEpoch() / DAY_IN_MSECS; in insertMessagesGracefully() local
253 if (nextDay != prevDay) { in insertMessagesGracefully()
254 nextTs.setMSecsSinceEpoch(nextDay * DAY_IN_MSECS); in insertMessagesGracefully()
283 qint64 nextDay = nextTs.toMSecsSinceEpoch() / DAY_IN_MSECS; in insertMessagesGracefully() local
285 if (nextDay != prevDay) { in insertMessagesGracefully()
286 nextTs.setMSecsSinceEpoch(nextDay * DAY_IN_MSECS); in insertMessagesGracefully()
/dports/irc/quassel/quassel-0.14-rc2/src/client/
H A Dmessagemodel.cpp159 qint64 nextDay = nextTs.toMSecsSinceEpoch() / DAY_IN_MSECS; in insertMessageGroup() local
161 if (nextDay != prevDay) { in insertMessageGroup()
162 nextTs.setMSecsSinceEpoch(nextDay * DAY_IN_MSECS); in insertMessageGroup()
251 qint64 nextDay = nextTs.toMSecsSinceEpoch() / DAY_IN_MSECS; in insertMessagesGracefully() local
253 if (nextDay != prevDay) { in insertMessagesGracefully()
254 nextTs.setMSecsSinceEpoch(nextDay * DAY_IN_MSECS); in insertMessagesGracefully()
283 qint64 nextDay = nextTs.toMSecsSinceEpoch() / DAY_IN_MSECS; in insertMessagesGracefully() local
285 if (nextDay != prevDay) { in insertMessagesGracefully()
286 nextTs.setMSecsSinceEpoch(nextDay * DAY_IN_MSECS); in insertMessagesGracefully()
/dports/cad/sumo/sumo-1.2.0/src/activitygen/activities/
H A DAGFreeTime.cpp173 int nextDay = 0; in typeFromHomeNight() local
189 nextDay = departureTime.getDay(); in typeFromHomeNight()
191 …(), destination, myHousehold->getCars().front().getName(), departureTime.getTime(), day + nextDay); in typeFromHomeNight()
194 nextDay = returnTime.getDay(); in typeFromHomeNight()
196 …old->getPosition(), myHousehold->getCars().front().getName(), returnTime.getTime(), day + nextDay); in typeFromHomeNight()
/dports/deskutils/simpleagenda/SimpleAgenda-0.43/Resources/Agenda.gorm/
H A Ddata.classes22 "nextDay:",
76 "nextDay:",
/dports/comms/hylafax/hylafax-6.0.7/libhylafax/
H A DTimeOfDay.c++201 _tod::nextDay(int d, int wday) const in nextDay() function in _tod
216 int d = (days & BIT(wday)) ? 0 : nextDay(1, wday); in nextTime()
223 d = nextDay(d+1, wday); in nextTime()
H A DTimeOfDay.h37 int nextDay(int d, int wday) const;
/dports/www/nextcloud-calendar/calendar/lib/Service/Appointments/
H A DDailyLimitFilter.php75 $nextDay = $day->modify('+1 day');
77 $query->setTimerangeEnd($nextDay);
/dports/java/jfreechart/jfreechart-1.0.17/source/org/jfree/data/time/
H A DHour.java307 Day nextDay = (Day) this.day.next(); in next() local
308 if (nextDay != null) { in next()
309 result = new Hour(FIRST_HOUR_IN_DAY, nextDay); in next()
/dports/devel/py-epsilon/epsilon-0.8.0/epsilon/test/
H A Dtest_extime.py389 nextDay = extime.Time.fromStructTime((2004, 12, 7, 14, 15, 16, 0, 0, 0))
391 self._createReference().asHumanly(now=nextDay),
394 self._createReference().asHumanly(tzinfo=self.MST(), now=nextDay),
397 self._createReference().asHumanly(tzinfo=self.CET(), now=nextDay),
434 nextDay = extime.Time.fromStructTime((2004, 12, 7, 14, 15, 16, 0, 0, 0))
439 self.assertEquals(self._createReference().asHumanly(now=nextDay),
441 self.assertEquals(self._createReference().asHumanly(now=nextDay,
/dports/mail/libvmime/vmime-0.9.2/src/vmime/utility/
H A DdatetimeUtils.cpp63 static inline void nextDay(datetime& d) in nextDay() function
97 nextDay(d); in nextHour()
135 nextDay(d); in addHoursAndMinutes()
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/moment/moment/typing-tests/
H A Dmoment-tests.ts303 nextDay: '[Tomorrow]',
314 nextDay: '[Tomorrow]',
379 nextDay: '[Tomorrow at] LT',
530 nextDay : function () {
/dports/mail/thunderbird/thunderbird-91.8.0/comm/calendar/base/modules/
H A DcalExtract.jsm947 nextDay.setTime(nextDay.getTime() + 60 * 60 * 24 * 1000);
948 guess.year = nextDay.getFullYear();
949 guess.month = nextDay.getMonth() + 1;
950 guess.day = nextDay.getDate();
1010 nextDay.setTime(nextDay.getTime() + 60 * 60 * 24 * 1000);
1011 guess.year = nextDay.getFullYear();
1012 guess.month = nextDay.getMonth() + 1;
1013 guess.day = nextDay.getDate();
1027 nextDay.setTime(nextDay.getTime() + 60 * 60 * 24 * 1000);
1028 guess.year = nextDay.getFullYear();
[all …]
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/sdk/auth/signers/
H A Dsigner_ecs_ram_role_test.go150 nextDay := time.Now().AddDate(0, 0, 1)
157 }`, nextDay.Format("2006-01-02T15:04:05Z")))
/dports/security/vault/vault-1.8.2/vendor/github.com/aliyun/alibaba-cloud-sdk-go/sdk/auth/signers/
H A Dsigner_ecs_ram_role_test.go150 nextDay := time.Now().AddDate(0, 0, 1)
157 }`, nextDay.Format("2006-01-02T15:04:05Z")))
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/aliyun/alibaba-cloud-sdk-go/sdk/auth/signers/
H A Dsigner_ecs_ram_role_test.go150 nextDay := time.Now().AddDate(0, 0, 1)
157 }`, nextDay.Format("2006-01-02T15:04:05Z")))
/dports/deskutils/calindori/calindori-1.4/src/contents/ui/
H A DDayPage.qml36 onTriggered: dayView.nextDay()
/dports/astro/xtide/xtide-2.15.3/libxtide/
H A DDate.cc35 _timestamp.nextDay (timezoneLocalVar); in operator ++()
/dports/deskutils/kalendar/kalendar-0.4.0/src/contents/ui/
H A DScheduleView.qml285 … let nextDay = DateUtils.getLastDayOfWeek( DateUtils.nextWeek(periodStartDate) );
286 if (nextDay.getMonth() !== periodStartDate.getMonth()) {
287nextDay = new Date(nextDay.getFullYear(), nextDay.getMonth(), 0);
290 …iodStartDate.toLocaleDateString(Qt.locale(), "dddd <b>dd</b>") + " - " + nextDay.toLocaleDateStrin…
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/moment/moment/ts3.1-typing-tests/
H A Dmoment-tests.ts299 nextDay: '[Tomorrow]',
367 nextDay: '[Tomorrow at] LT',
518 nextDay : function () {
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
H A Dbugprone-misplaced-widening-cast-explicit-only.cpp77 void nextDay(DaysEnum day) { in nextDay() function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dbugprone-misplaced-widening-cast-explicit-only.cpp77 void nextDay(DaysEnum day) { in nextDay() function
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/extra/test/clang-tidy/checkers/
H A Dbugprone-misplaced-widening-cast-explicit-only.cpp77 void nextDay(DaysEnum day) { in nextDay() function

1234567