Home
last modified time | relevance | path

Searched defs:IsDay (Results 1 – 6 of 6) sorted by relevance

/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Environment.ocd/Time.ocd/
H A DScript.c88 public func IsDay() in IsDay() function
/dports/lang/v8/v8-9.6.180.12/src/date/
H A Ddateparser.h338 static bool IsDay(int x) { return Between(x, 1, 31); } in IsDay() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/date/
H A Ddateparser.h336 static bool IsDay(int x) { return Between(x, 1, 31); } in IsDay() function
/dports/www/node10/node-v10.24.1/deps/v8/src/
H A Ddateparser.h344 static bool IsDay(int x) { return Between(x, 1, 31); } in IsDay() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/date/
H A Ddateparser.h336 static bool IsDay(int x) { return Between(x, 1, 31); } in IsDay() function
/dports/games/gemrb/gemrb-0.9.0/gemrb/core/
H A DGame.cpp2127 bool Game::IsDay() const in IsDay() function in GemRB::Game