Home
last modified time | relevance | path

Searched refs:repeatInterval (Results 1 – 25 of 168) sorted by relevance

1234567

/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-tools/hadoop-sls/src/main/java/org/apache/hadoop/yarn/sls/scheduler/
H A DTaskRunner.java43 private long repeatInterval; field in TaskRunner.Task
49 public void init(long startTime, long endTime, long repeatInterval) { in init() argument
55 if (repeatInterval < 0) { in init()
57 "repeatInterval[{0}] cannot be less than 1", repeatInterval)); in init()
59 if ((endTime - startTime) % repeatInterval != 0) { in init()
63 endTime, startTime, repeatInterval)); in init()
67 this.repeatInterval = repeatInterval; in init()
91 nextRun += repeatInterval; in run()
97 nextRun += repeatInterval; in run()
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Storagetransfer/
H A DSchedule.php22 public $repeatInterval; variable in Google_Service_Storagetransfer_Schedule
44 public function setRepeatInterval($repeatInterval) argument
46 $this->repeatInterval = $repeatInterval;
50 return $this->repeatInterval;
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/
H A DTimer.h44 void start(double nextFireInterval, double repeatInterval);
46 void startRepeating(double repeatInterval) { start(repeatInterval, repeatInterval); } in startRepeating() argument
53 double repeatInterval() const { return m_repeatInterval; } in repeatInterval() function
H A DRunLoopTimer.h48 void start(double nextFireInterval, double repeatInterval);
50 void startRepeating(double repeatInterval) { start(repeatInterval, repeatInterval); } in startRepeating() argument
/dports/www/domoticz/domoticz-2020.2/hardware/
H A DTellstickFactory.cpp12 bool CTellstick::Create(CTellstick** tellstick, const int ID, int repeats, int repeatInterval) in Create() argument
30 CTellstick* obj = new CTellstick(td, ID, repeats, repeatInterval); in Create()
79 bool CTellstick::Create(CTellstick** tellstick, const int ID, int repeats, int repeatInterval) in Create() argument
98 CTellstick* obj = new CTellstick(g_functions, ID, repeats, repeatInterval); in Create()
109 bool CTellstick::Create(CTellstick** tellstick, const int ID, int repeats, int repeatInterval) in Create() argument
H A DTellstick.h11 static bool Create(CTellstick** tellstick, const int ID, int repeats, int repeatInterval);
13 void SetSettings(int repeats, int repeatInterval);
16 …licit CTellstick(const TelldusFunctions& functions, const int ID, int repeats, int repeatInterval);
H A DTellstick.cpp12 …stick::CTellstick(const TelldusFunctions& functions, const int ID, int repeats, int repeatInterval) in CTellstick() argument
18 m_repeatInterval(repeatInterval) in CTellstick()
25 void CTellstick::SetSettings(int repeats, int repeatInterval) in SetSettings() argument
28 m_repeatInterval = std::chrono::milliseconds(repeatInterval); in SetSettings()
331 int repeatInterval = atoi(repeatIntervalStr.c_str()); in Cmd_TellstickApplySettings() local
334 repeats, repeatInterval, hwID); in Cmd_TellstickApplySettings()
342 pTellstick->SetSettings(repeats, repeatInterval); in Cmd_TellstickApplySettings()
/dports/games/meandmyshadow/meandmyshadow-0.5a/src/
H A DScriptDelayExecution.cpp27 , func(LUA_REFNIL), time(0), repeatCount(0), repeatInterval(0) in ScriptDelayExecution()
40 …LUA_REFNIL), time(other.time), repeatCount(other.repeatCount), repeatInterval(other.repeatInterval) in ScriptDelayExecution()
138 if (repeatInterval <= 0) { in updateTimer()
155 time = (repeatInterval <= 0) ? 0x40000000 : repeatInterval; in updateTimer()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/page/
H A DDOMTimer.cpp128 if (repeatInterval() && repeatInterval() < minimumInterval) { in fired()
131 augmentRepeatInterval(minimumInterval - repeatInterval()); in fired()
178 if (repeatInterval()) { in adjustMinimumTimerInterval()
179 augmentRepeatInterval(newClampedInterval - repeatInterval()); in adjustMinimumTimerInterval()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.context.support/src/main/java/org/springframework/scheduling/quartz/
H A DSimpleTriggerFactoryBean.java83 private long repeatInterval; field in SimpleTriggerFactoryBean
157 public void setRepeatInterval(long repeatInterval) { in setRepeatInterval() argument
158 this.repeatInterval = repeatInterval; in setRepeatInterval()
260 pvs.add("repeatInterval", this.repeatInterval); in afterPropertiesSet()
/dports/devel/folly/folly-2021.12.27.00/folly/
H A DTimeoutQueue.cpp60 if (event.repeatInterval >= 0) { in runInternal()
63 now + event.repeatInterval, in runInternal()
64 event.repeatInterval, in runInternal()
/dports/audio/rosegarden/rosegarden-21.06.1/src/gui/editors/segment/compositionview/
H A DChangingSegment.cpp54 timeT repeatInterval = m_segment.getEndMarkerTime() - startTime; in getRepeatTimeAt() local
56 int repeatWidth = int(nearbyint(grid.getRulerScale()->getXForTime(repeatInterval))); in getRepeatTimeAt()
64 return startTime + count * repeatInterval; in getRepeatTimeAt()
/dports/lang/gnustep-base/libs-base-base-1_27_0/Source/
H A DNSUserNotification.m202 NSDateComponents *repeatInterval = [un deliveryRepeatInterval];
203 if (!repeatInterval)
206 NSCalendar *cal = [[repeatInterval calendar] copy];
209 if ([repeatInterval timeZone])
210 [cal setTimeZone:[repeatInterval timeZone]];
215 = [cal dateByAddingComponents: repeatInterval
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/cf/
H A DRunLoopTimerCF.cpp48 void RunLoopTimerBase::start(double nextFireInterval, double repeatInterval) in start() argument
53 …RunLoopTimerCreate(0, CFAbsoluteTimeGetCurrent() + nextFireInterval, repeatInterval, 0, 0, timerFi… in start()
/dports/www/grafana8/grafana-8.3.6/public/app/features/alerting/unified/components/amroutes/
H A DAmRootRouteRead.tsx19 const repeatInterval = routes.repeatIntervalValue
35 … Group wait: {groupWait} | Group interval: {groupInterval} | Repeat interval: {repeatInterval}
H A DAmRoutesExpandedRead.tsx30 const repeatInterval = routes.repeatIntervalValue
44 <div className={gridStyles.valueCell}>{repeatInterval}</div>
/dports/x11/libX11/libX11-1.7.2/src/xkb/
H A DXKBCtrls.c65 req->repeatInterval = interval; in XkbSetAutoRepeatRate()
99 *intervalp = rep.repeatInterval; in XkbGetAutoRepeatRate()
228 ctrls->repeat_interval = rep.repeatInterval; in XkbGetControls()
303 req->repeatInterval = ctrls->repeat_interval; in XkbSetControls()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/Platform/
H A DRunLoop.h77 void startRepeating(double repeatInterval) { start(repeatInterval, true); } in startRepeating() argument
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/air/ApplicationUpdater/src/ApplicationUpdaterDialogs/assets/
H A Dstyles.css63 repeatInterval: 35;
181 repeatInterval: 35;
322 repeatInterval: 35;
418 repeatInterval: 35;
524 repeatInterval: 35;
681 repeatInterval: 35;
779 repeatInterval: 35;
869 repeatInterval: 35;
956 repeatInterval: 35;
1053 repeatInterval: 35;
[all …]
H A Dstyles4.css65 repeatInterval: 35;
183 repeatInterval: 35;
324 repeatInterval: 35;
420 repeatInterval: 35;
526 repeatInterval: 35;
683 repeatInterval: 35;
781 repeatInterval: 35;
871 repeatInterval: 35;
958 repeatInterval: 35;
1055 repeatInterval: 35;
[all …]
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/mx/src/mx/controls/
H A DVScrollBar.as47 * <code>repeatInterval</code>.
67 [Style(name="repeatInterval", type="Number", format="Time", inherit="no")]
126 * repeatInterval="35"
/dports/devel/flex-sdk35/flex-sdk3-3.5.0.12683_1/frameworks/projects/framework/src/mx/controls/
H A DVScrollBar.as42 * <code>repeatInterval</code>.
52 [Style(name="repeatInterval", type="Number", format="Time", inherit="no")]
109 * repeatInterval="35"
H A DHScrollBar.as42 * <code>repeatInterval</code>.
52 [Style(name="repeatInterval", type="Number", format="Time", inherit="no")]
109 * repeatInterval="35"
/dports/deskutils/simpleagenda/SimpleAgenda-0.43/
H A DAlarm.m224 - (NSTimeInterval)repeatInterval
259 …@>", [[self absoluteTrigger] description], [self repeatCount], [self repeatInterval], [self desc]];
260 …description <%@>", [self relativeTrigger], [self repeatCount], [self repeatInterval], [self desc]];
/dports/deskutils/kalarm/kalarm-21.12.3/src/
H A Dkalarmapp.h99 const KCalendarCore::Duration& repeatInterval, int repeatCount,
106 reminderMinutes, recurrence, repeatInterval, repeatCount,
240 const KCalendarCore::Duration& repeatInterval, int repeatCount,

1234567