Home
last modified time | relevance | path

Searched defs:afterDateTime (Results 1 – 4 of 4) sorted by relevance

/dports/databases/postgresql12-docs/postgresql-12.9/src/interfaces/ecpg/test/expected/
H A Dpgtypeslib-num_test.c67 /* exec sql begin declare section */ in getMaxOffset()
68 in getMaxOffset()
69 /* = {0, 0, 0, 0, 0, NULL, NULL} ; */ in getMaxOffset()
81 /* exec sql whenever sqlerror do sqlprint ( ) ; */ in getMaxOffset()
/dports/www/cutelyst/cutelyst-3.2.0/tests/
H A Dtestvalidator.cpp107 void afterDateTime(Context *c) { in afterDateTime() function in ValidatorTest
/dports/net/kalarmcal/kalarmcal-21.12.3/src/
H A Dkaevent.cpp3280 KAEvent::OccurType KAEvent::previousOccurrence(const KADateTime &afterDateTime, DateTime &result, b… in previousOccurrence() argument
3285 KAEvent::OccurType KAEventPrivate::previousOccurrence(const KADateTime &afterDateTime, DateTime &re… in previousOccurrence()
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyQt5/
H A DQtCore.py12763 def nextTransition(self, afterDateTime): argument