Home
last modified time | relevance | path

Searched refs:maxMinutes (Results 1 – 7 of 7) sorted by relevance

/dports/www/domoticz/domoticz-2020.2/dzVents/runtime/
H A DHistoricalStorage.lua60 local function HistoricalStorage(data, maxItems, maxHours, maxMinutes, getData)
77 maxMinutes = maxMinutes and maxMinutes or 0
79 maxMinutes = maxMinutes + maxHours * 60
94 if (maxMinutes > 0 and t.minutesAgo > maxMinutes) then
H A DEventHelpers.lua106 …ar] = HistoricalStorage(fileStorage[var], def.maxItems, def.maxHours, def.maxMinutes, def.getValue)
133 …ar] = HistoricalStorage(fileStorage[var], def.maxItems, def.maxHours, def.maxMinutes, def.getValue)
/dports/deskutils/kalarm/kalarm-21.12.3/src/lib/
H A Dtimeperiod.cpp29 static const int maxMinutes = 1000*60-1; // absolute maximum value for hours:minutes = 999H59M variable
53 mTimeSpinBox->setRange(1, maxMinutes); // max 999H59M in TimePeriod()
119 if (hourmin > maxMinutes) in setMaximum()
120 hourmin = maxMinutes; in setMaximum()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime/tests/System/
H A DTimeSpanTests.cs386 double maxMinutes = long.MaxValue / (TimeSpan.TicksPerMillisecond / 1000.0 / 60.0); in FromMinutes_Invalid()
391 …Assert.Throws<OverflowException>(() => TimeSpan.FromMinutes(maxMinutes)); // Value > TimeSpan.MaxV… in FromMinutes_Invalid()
392 …Assert.Throws<OverflowException>(() => TimeSpan.FromMinutes(-maxMinutes)); // Value < TimeSpan.Min… in FromMinutes_Invalid()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/globalization/
H A Dtimespanparse.cs81 internal const int maxMinutes = 59; field in System.Globalization.TimeSpanParse
508 || minutes.IsInvalidNumber(maxMinutes, unlimitedDigits) in TryTimeToTicks()
/dports/www/domoticz/domoticz-2020.2/dzVents/documentation/
H A DREADME.md1730 var1 = { history = true, maxItems = 10, maxHours = 1, maxMinutes = 5 }
1733 …ls how many items are stored in the variable. maxItems has precedence over maxHours and maxMinutes.
1735 - **maxMinutes**: *Number*. Same as maxHours but, you guessed it: for minutes this time..
H A DREADME.wiki1702 var1 = { history = true, maxItems = 10, maxHours = 1, maxMinutes = 5 }
1704 …ls how many items are stored in the variable. maxItems has precedence over maxHours and maxMinutes.
1706 * '''maxMinutes''': ''Number''. Same as maxHours but, you guessed it: for minutes this time.. All t…