Home
last modified time | relevance | path

Searched refs:idleTimer (Results 1 – 25 of 689) sorted by relevance

12345678910>>...28

/dports/net-mgmt/icingaweb2-module-reactbundle/icingaweb2-module-reactbundle-0.9.0/vendor/clue/redis-react/src/
H A DLazyClient.php22 private $idleTimer; variable in Clue\\React\\Redis\\LazyClient
52 $idleTimer=& $this->idleTimer;
73 if ($idleTimer !== null) {
75 $idleTimer = null;
175 if ($this->idleTimer !== null) {
177 $this->idleTimer = null;
191 if ($this->idleTimer !== null) {
193 $this->idleTimer = null;
205 $idleTimer =& $this->idleTimer;
207 … $idleTimer = $this->loop->addTimer($this->idlePeriod, function () use (&$idleTimer, &$promise) {
[all …]
/dports/net-mgmt/icingaweb2-module-reactbundle/icingaweb2-module-reactbundle-0.9.0/vendor/react/dns/src/Query/
H A DTcpTransportExecutor.php126 private $idleTimer; variable in React\\Dns\\Query\\TcpTransportExecutor
190 if ($this->idleTimer !== null) {
191 $this->loop->cancelTimer($this->idleTimer);
192 $this->idleTimer = null;
318 if ($this->idleTimer !== null) {
319 $this->loop->cancelTimer($this->idleTimer);
320 $this->idleTimer = null;
339 if ($this->idleTimer === null && !$this->names) {
341 $this->idleTimer = $this->loop->addTimer($this->idlePeriod, function () use ($that) {
/dports/net-im/qxmpp-qt5/qxmpp-1.4.0/src/server/
H A DQXmppIncomingClient.cpp46 QTimer *idleTimer; member in QXmppIncomingClientPrivate
122 d->idleTimer = new QTimer(this); in QXmppIncomingClient()
123 d->idleTimer->setSingleShot(true); in QXmppIncomingClient()
124 connect(d->idleTimer, &QTimer::timeout, in QXmppIncomingClient()
160 d->idleTimer->stop(); in setInactivityTimeout()
162 if (d->idleTimer->interval()) in setInactivityTimeout()
163 d->idleTimer->start(); in setInactivityTimeout()
179 if (d->idleTimer->interval()) in handleStream()
180 d->idleTimer->start(); in handleStream()
233 if (d->idleTimer->interval()) in handleStanza()
[all …]
/dports/finance/qtbitcointrader/QtBitcoinTrader-1.40.55/src/
H A Djulyscrolluponidle.cpp38 idleTimer = new QTimer(this); in JulyScrollUpOnIdle()
39 connect(idleTimer, SIGNAL(timeout()), this, SLOT(timeOut())); in JulyScrollUpOnIdle()
56 idleTimer->start(30000); in valueChanged()
58 idleTimer->stop(); in valueChanged()
H A Djulyscrolluponidle.h48 QTimer* idleTimer;
/dports/audio/ampache/ampache-php74-5.0.0/vendor/react/dns/src/Query/
H A DTcpTransportExecutor.php126 private $idleTimer; variable in React\\Dns\\Query\\TcpTransportExecutor
193 if ($this->idleTimer !== null) {
194 $this->loop->cancelTimer($this->idleTimer);
195 $this->idleTimer = null;
339 if ($this->idleTimer !== null) {
340 $this->loop->cancelTimer($this->idleTimer);
341 $this->idleTimer = null;
361 if ($this->idleTimer === null && !$this->names) {
363 $this->idleTimer = $this->loop->addTimer($this->idlePeriod, function () use ($that) {
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Net/
H A DServicePoint.cs63 Timer idleTimer; field in System.Net.ServicePoint
138 if (idleTimer != null)
139 idleTimer.Change (maxIdleTime, maxIdleTime);
316 if (idleTimer != null) { in CheckAvailableForRecycling()
317 idleTimer.Dispose (); in CheckAvailableForRecycling()
318 idleTimer = null; in CheckAvailableForRecycling()
395 if (idleTimer == null) in SendRequest()
396 idleTimer = new Timer (IdleTimerCallback, null, maxIdleTime, maxIdleTime); in SendRequest()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel.Internals/System/Runtime/Collections/
H A DObjectCache.cs28 IOThreadTimer idleTimer; field in System.Runtime.Collections.TValue
180 if (this.idleTimer == null) in StartTimerIfNecessary()
187 this.idleTimer = new IOThreadTimer(onIdle, this, false); in StartTimerIfNecessary()
190 this.idleTimer.Set(this.settings.IdleTimeout); in StartTimerIfNecessary()
274 idleTimer.Set(this.settings.IdleTimeout); in GatherExpiredItems()
312 if (this.idleTimer != null) in Dispose()
314 this.idleTimer.Cancel(); in Dispose()
315 this.idleTimer = null; in Dispose()
/dports/net-im/openfire/Openfire-4.7.1/xmppserver/src/main/java/org/jivesoftware/openfire/mediaproxy/
H A DMediaProxySession.java76 private Timer idleTimer = null; field in MediaProxySession
249 if (idleTimer != null) { in stopAgent()
250 idleTimer.cancel(); in stopAgent()
251 idleTimer.purge(); in stopAgent()
252 idleTimer = null; in stopAgent()
455 if (idleTimer != null) return; in addKeepAlive()
456 idleTimer = new Timer(); in addKeepAlive()
457 idleTimer.scheduleAtFixedRate(new TimerTask() { in addKeepAlive()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Channels/
H A DIdlingCommunicationPool.cs106 IOThreadTimer idleTimer; field in System.ServiceModel.Channels.IdlingCommunicationPool.IdleTimeoutEndpointConnectionPool.IdleTimeoutIdleConnectionPool
183 if (this.idleTimer != null) in CancelTimer()
185 this.idleTimer.Cancel(); in CancelTimer()
193 if (idleTimer == null) in StartTimerIfNecessary()
200 idleTimer = new IOThreadTimer(onIdle, this, false); in StartTimerIfNecessary()
203 idleTimer.Set(idleTimeout); in StartTimerIfNecessary()
283 idleTimer.Set(idleTimeout); in Prune()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/qtfred/src/
H A DFredApplication.cpp36 auto idleTimer = new QTimer(this); in FredApplication() local
37 connect(idleTimer, &QTimer::timeout, this, &FredApplication::idleFunction); in FredApplication()
38 idleTimer->start(5); in FredApplication()
/dports/net/rclone/rclone-1.57.0/lib/kv/
H A Dbolt.go41 idleTimer *time.Timer member
92 idleTimer: time.NewTimer(initTime),
173 _ = db.idleTimer.Reset(db.idleTime)
181 _ = db.idleTimer.Stop()
199 _ = db.idleTimer.Reset(db.idleTime)
201 case <-db.idleTimer.C:
/dports/net/rclone/rclone-1.57.0/backend/dropbox/
H A Dbatcher.go276 idleTimer = time.NewTimer(b.timeout)
286 defer idleTimer.Stop()
287 idleTimer.Stop()
298 idleTimer.Stop()
302 idleTimer.Reset(b.timeout)
304 case <-idleTimer.C:
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/src/surge_synth_juce/
H A DSurgeSynthEditor.cpp28 idleTimer = std::make_unique<IdleTimer>(this); in SurgeSynthEditor()
29 idleTimer->startTimer(1000 / 60); in SurgeSynthEditor()
36 idleTimer->stopTimer(); in ~SurgeSynthEditor()
H A DSurgeSynthEditor.h54 std::unique_ptr<IdleTimer> idleTimer;
/dports/net-im/kopete/kopete-21.12.3/libkopete/
H A Dkopetestatusmanager.cpp66 Kopete::IdleTimer *idleTimer; member in Kopete::StatusManager::Private
75 d->idleTimer = 0; in StatusManager()
94 delete d->idleTimer; in ~StatusManager()
465 Kopete::IdleTimer *idleTimer = Kopete::IdleTimer::self(); in checkIdleTimer() local
466 idleTimer->unregisterTimeout(this); in checkIdleTimer()
471idleTimer->registerTimeout(d->awayTimeout, this, SLOT(askAndSetActive()), SLOT(setAutoAway())); in checkIdleTimer()
473idleTimer->registerTimeout(d->awayTimeout, this, SLOT(setActive()), SLOT(setAutoAway())); in checkIdleTimer()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/qt3support/network/
H A Dq3http.cpp77 idleTimer( 0 ) in Q3HttpPrivate()
106 int idleTimer; member in Q3HttpPrivate
1174 d->idleTimer = startTimer( 0 ); in init()
1802 d->idleTimer = startTimer( 0 ); in slotClosed()
2054 d->idleTimer = startTimer( 0 ); in slotReadyRead()
2099 killTimer( d->idleTimer ); in timerEvent()
2100 d->idleTimer = 0; in timerEvent()
2115 if (d->idleTimer) in killIdleTimer()
2116 killTimer( d->idleTimer ); in killIdleTimer()
2117 d->idleTimer = 0; in killIdleTimer()
[all …]
/dports/net/tigervnc-server/tigervnc-1.12.0/common/rfb/
H A DVNCSConnectionST.cxx54 continuousUpdates(false), encodeManager(this), idleTimer(this), in VNCSConnectionST()
64 idleTimer.start(secsToMillis(15)); in VNCSConnectionST()
66 idleTimer.start(secsToMillis(rfb::Server::idleTimeout)); in VNCSConnectionST()
424 idleTimer.start(secsToMillis(rfb::Server::idleTimeout)); in authSuccess()
451 idleTimer.start(secsToMillis(rfb::Server::idleTimeout)); in clientInit()
471 idleTimer.start(secsToMillis(rfb::Server::idleTimeout)); in pointerEvent()
505 idleTimer.start(secsToMillis(rfb::Server::idleTimeout)); in keyEvent()
790 if (t == &idleTimer) in handleTimeout()
H A DVNCServerST.cxx84 idleTimer(this), disconnectTimer(this), connectTimer(this), in VNCServerST()
91 idleTimer.start(secsToMillis(rfb::Server::maxIdleTime)); in VNCServerST()
465 idleTimer.start(secsToMillis(rfb::Server::maxIdleTime)); in keyEvent()
484 idleTimer.start(secsToMillis(rfb::Server::maxIdleTime)); in pointerEvent()
629 } else if (t == &idleTimer) { in handleTimeout()
/dports/net/tigervnc-viewer/tigervnc-1.12.0/common/rfb/
H A DVNCSConnectionST.cxx54 continuousUpdates(false), encodeManager(this), idleTimer(this), in VNCSConnectionST()
64 idleTimer.start(secsToMillis(15)); in VNCSConnectionST()
66 idleTimer.start(secsToMillis(rfb::Server::idleTimeout)); in VNCSConnectionST()
424 idleTimer.start(secsToMillis(rfb::Server::idleTimeout)); in authSuccess()
451 idleTimer.start(secsToMillis(rfb::Server::idleTimeout)); in clientInit()
471 idleTimer.start(secsToMillis(rfb::Server::idleTimeout)); in pointerEvent()
505 idleTimer.start(secsToMillis(rfb::Server::idleTimeout)); in keyEvent()
790 if (t == &idleTimer) in handleTimeout()
H A DVNCServerST.cxx84 idleTimer(this), disconnectTimer(this), connectTimer(this), in VNCServerST()
91 idleTimer.start(secsToMillis(rfb::Server::maxIdleTime)); in VNCServerST()
465 idleTimer.start(secsToMillis(rfb::Server::maxIdleTime)); in keyEvent()
484 idleTimer.start(secsToMillis(rfb::Server::maxIdleTime)); in pointerEvent()
629 } else if (t == &idleTimer) { in handleTimeout()
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/src/au/
H A Daulayer_cocoaui.mm50 CFRunLoopTimerRef idleTimer; field
110 idleTimer = nil;
177 idleTimer = CFRunLoopTimerCreate(kCFAllocatorDefault, FireTime, TIMER_INTERVAL, 0, 0,
179 if (idleTimer)
180 CFRunLoopAddTimer(CFRunLoopGetMain(), idleTimer, kCFRunLoopCommonModes);
216 if (idleTimer)
218 CFRunLoopTimerInvalidate(idleTimer);
/dports/deskutils/basket/basket-2.49a-46-g60e38c6/src/
H A Dregiongrabber.cpp33 handleSize(10), mouseOverHandle(0), idleTimer(), in RegionGrabber()
46 connect(&idleTimer, SIGNAL(timeout()), this, SLOT(displayHelp())); in RegionGrabber()
47 idleTimer.start(3000); in RegionGrabber()
177 idleTimer.stop(); in mousePressEvent()
273 idleTimer.start(); in mouseReleaseEvent()
H A Dregiongrabber.h67 QTimer idleTimer; variable
/dports/textproc/dikt/dikt-2s4/src/net/
H A Ddict.cpp59 connect(&idleTimer, SIGNAL(timeout()), SLOT(quit())); in setupTimers()
66 idleTimer.setInterval(qMax(idle, 240) * 1000); in setTimeouts()
137 idleTimer.start(); in send()
173 idleTimer.start(); in cancel()
662 idleTimer.stop(); in socketState()

12345678910>>...28