Home
last modified time | relevance | path

Searched defs:next_day (Results 1 – 25 of 88) sorted by relevance

1234

/dports/mail/squirrelmail/squirrelmail.stable/squirrelmail/plugins/calendar/
H A Dday.php164 $next_day = date ('d',$next_date); variable
/dports/games/7kaa/7kaa-2.15.4p1/src/
H A DOWEATHER.cpp90 void Weather::next_day() in next_day() function in Weather
460 void MagicWeather::next_day() in next_day() function in MagicWeather
H A DOF_MINE.cpp314 void FirmMine::next_day() in next_day() function in FirmMine
H A DOREGION.cpp128 void RegionArray::next_day() in next_day() function in RegionArray
H A DORAWRES.cpp121 void RawRes::next_day() in next_day() function in RawRes
H A DOREBEL.cpp225 void RebelArray::next_day() in next_day() function in RebelArray
543 void Rebel::next_day() in next_day() function in Rebel
H A DOF_BASE.cpp436 void FirmBase::next_day() in next_day() function in FirmBase
H A DOF_FACT.cpp299 void FirmFactory::next_day() in next_day() function in FirmFactory
H A DOINFO.cpp208 void Info::next_day() in next_day() function in Info
H A DOF_RESE.cpp458 void FirmResearch::next_day() in next_day() function in FirmResearch
H A DOF_INN.cpp496 void FirmInn::next_day() in next_day() function in FirmInn
H A DOSPYA.cpp172 void SpyArray::next_day() in next_day() function in SpyArray
/dports/graphics/gtkam/gtkam-1.0/src/
H A Dgtkam-clock.h46 void (* next_day) (GtkamClock *clock); member
/dports/deskutils/phpicalendar/phpicalendar-2.4/
H A Dday.php30 $next_day = date('Ymd', strtotime("+1 day", $unix_time)); variable
H A Dweek.php24 $next_day = date('Ymd', strtotime("+1 day", $unix_time)); variable
/dports/net-mgmt/net-snmp/net-snmp-5.9/agent/mibgroup/disman/schedule/
H A DschedCore.c211 int next_day, i; in _bit_next_day() local
/dports/devel/R-cran-pkgcache/pkgcache/R/
H A Drepo-set.R326 next_day <- function(x) { function
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/geom/src/
H A Dtime.rs60 let next_day = if hours >= 24 { in ampm_tostring() localVariable
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/comm/action/
H A Dpertype.php217 $next_day = $day; variable
265 $next_day = $day; variable
H A Dperuser.php217 $next_day = $next['day']; variable
268 $next_day = $next['day']; variable
H A Dindex.php284 $next_day = 7 - ($max_day_in_month + 1 - $tmpday) % 7; variable
304 $next_day = $next['day']; variable
323 $next_day = $next['day']; variable
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/comm/action/
H A Dpertype.php248 $next_day = $day; variable
334 $next_day = $day; variable
H A Dperuser.php254 $next_day = $next['day']; variable
342 $next_day = $next['day']; variable
H A Dindex.php321 $next_day = 7 - ($max_day_in_month + 1 - $tmpday) % 7; variable
342 $next_day = $next['day']; variable
360 $next_day = $next['day']; variable
/dports/databases/postgresql-orafce/orafce-VERSION_3_13_4/
H A Dorafce--3.13.sql18 CREATE FUNCTION pg_catalog.next_day(value date, weekday text) function
24 CREATE FUNCTION pg_catalog.next_day(value date, weekday integer) function
430 CREATE FUNCTION oracle.next_day(TIMESTAMP WITH TIME ZONE,INTEGER) function
435 CREATE FUNCTION oracle.next_day(TIMESTAMP WITH TIME ZONE,TEXT) function

1234