Home
last modified time | relevance | path

Searched refs:DropTime (Results 1 – 17 of 17) sorted by relevance

/dports/devel/upp/upp/uppsrc/CtrlLib/
H A DDateTimeCtrl.h548 class DropTime : public DateTimeCtrl<EditTime>
551 DropTime();
552 DropTime& SetTime(int y, int m, int d, int h, int n, int s);
553DropTime& Seconds(bool b = true) { DateTimeCtrl<EditTime>::Seconds(b); E…
554 DropTime& NoSeconds() { return Seconds(false); } in NoSeconds()
H A DDateTimeCtrl.cpp1363 DropTime::DropTime() : DateTimeCtrl<EditTime>(CalendarClock::MODE_TIME) in DropTime() function in Upp::DropTime
1366 DropTime& DropTime::SetTime(int y, int m, int d, int h, int n, int s) in SetTime()
H A DCtrlLib.usc1350 ctrl DropTime {
/dports/devel/upp/upp/reference/GridCtrlTest/
H A DGridCtrlTest.h33 DropTime dt;
/dports/games/zdoom/zdoom-2.8.1/src/g_strife/
H A Da_coin.cpp106 tossed->DropTime = 30; in CreateTossable()
H A Da_rebels.cpp86 static_cast<AInventory *>(self)->DropTime = 0; in DEFINE_ACTION_FUNCTION()
/dports/games/vavoom/vavoom-1.33/progs/common/linespec/
H A DInventory.vc50 float DropTime;
142 if (DropTime)
144 DropTime -= DeltaTime;
145 if (DropTime <= 0.0)
147 DropTime = 0.0;
435 DropTime = 1.0;
444 Copy.DropTime = 1.0;
H A DCoin.vc120 Copy.DropTime = 1.0;
/dports/games/zdoom/zdoom-2.8.1/src/g_shared/
H A Da_pickups.cpp442 if (DropTime) in DECLARE_POINTER()
444 if (--DropTime == 0) in DECLARE_POINTER()
726 DropTime = 30; in CreateTossable()
735 copy->DropTime = 30; in CreateTossable()
H A Da_armor.cpp209 arc << DropTime; in Serialize()
H A Da_pickups.h181 int DropTime; // Countdown after dropping variable
/dports/devel/upp/upp/bazaar/StylerTest/
H A DAllCtrlTest.lay35 ITEM(DropTime, dtm, LeftPosZ(156, 120).TopPosZ(212, 19))
H A DStylerTest.lay35 ITEM(DropTime, dtm, LeftPosZ(156, 120).TopPosZ(212, 19))
/dports/devel/upp/upp/bazaar/CtrlPropTest/
H A DCtrlPropTest.lay35 ITEM(DropTime, dtm, LeftPosZ(156, 120).TopPosZ(212, 19))
/dports/devel/upp/upp/bazaar/ValueCtrl/
H A DValueCtrl.cpp40 map.Add(ValueEditKey(TIME_V), Instancer<Ctrl>::Typed<DropTime>::GetInstancer());
/dports/net/kea/kea-2.0.1/src/bin/perfdhcp/tests/
H A Dcommand_options_unittest.cc535 TEST_F(CommandOptionsTest, DropTime) { in TEST_F() argument
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Media/MediaFoundation/
H A Dmod.rs30627 pub unsafe fn DropTime(&self, hnsamounttodrop: i64) -> ::windows::runtime::Result<()> {
30685 pub unsafe fn DropTime(&self, hnsamounttodrop: i64) -> ::windows::runtime::Result<()> {