Home
last modified time | relevance | path

Searched refs:refreshtime (Results 1 – 25 of 102) sorted by relevance

12345

/dports/deskutils/lumina-mediaplayer/lumina-1.6.0/src-qt5/core/lumina-desktop-unified/src-screensaver/
H A DLLockScreen.cpp19 refreshtime = new QTimer(this); //timer to update the wait time display in LLockScreen()
20 refreshtime->setInterval(6000); //6 seconds (1/10 second) in LLockScreen()
27 connect(refreshtime, SIGNAL(timeout()), this, SLOT(UpdateLockInfo()) ); in LLockScreen()
47 if(refreshtime->isActive()){ refreshtime->stop(); } in aboutToHide()
55 if(refreshtime->isActive()){ refreshtime->stop(); } in aboutToShow()
57 if(!refreshtime->isActive()){ refreshtime->start(); } in aboutToShow()
103 refreshtime->start(); in TryUnlock()
H A DLLockScreen.h32 QTimer *refreshtime; variable
/dports/deskutils/lumina-textedit/lumina-1.6.0/src-qt5/core/lumina-desktop-unified/src-screensaver/
H A DLLockScreen.cpp19 refreshtime = new QTimer(this); //timer to update the wait time display in LLockScreen()
20 refreshtime->setInterval(6000); //6 seconds (1/10 second) in LLockScreen()
27 connect(refreshtime, SIGNAL(timeout()), this, SLOT(UpdateLockInfo()) ); in LLockScreen()
47 if(refreshtime->isActive()){ refreshtime->stop(); } in aboutToHide()
55 if(refreshtime->isActive()){ refreshtime->stop(); } in aboutToShow()
57 if(!refreshtime->isActive()){ refreshtime->start(); } in aboutToShow()
103 refreshtime->start(); in TryUnlock()
H A DLLockScreen.h32 QTimer *refreshtime; variable
/dports/deskutils/lumina-fm/lumina-1.6.0/src-qt5/core/lumina-desktop-unified/src-screensaver/
H A DLLockScreen.cpp19 refreshtime = new QTimer(this); //timer to update the wait time display in LLockScreen()
20 refreshtime->setInterval(6000); //6 seconds (1/10 second) in LLockScreen()
27 connect(refreshtime, SIGNAL(timeout()), this, SLOT(UpdateLockInfo()) ); in LLockScreen()
47 if(refreshtime->isActive()){ refreshtime->stop(); } in aboutToHide()
55 if(refreshtime->isActive()){ refreshtime->stop(); } in aboutToShow()
57 if(!refreshtime->isActive()){ refreshtime->start(); } in aboutToShow()
103 refreshtime->start(); in TryUnlock()
H A DLLockScreen.h32 QTimer *refreshtime; variable
/dports/deskutils/lumina-fileinfo/lumina-1.6.0/src-qt5/core/lumina-desktop-unified/src-screensaver/
H A DLLockScreen.cpp19 refreshtime = new QTimer(this); //timer to update the wait time display in LLockScreen()
20 refreshtime->setInterval(6000); //6 seconds (1/10 second) in LLockScreen()
27 connect(refreshtime, SIGNAL(timeout()), this, SLOT(UpdateLockInfo()) ); in LLockScreen()
47 if(refreshtime->isActive()){ refreshtime->stop(); } in aboutToHide()
55 if(refreshtime->isActive()){ refreshtime->stop(); } in aboutToShow()
57 if(!refreshtime->isActive()){ refreshtime->start(); } in aboutToShow()
103 refreshtime->start(); in TryUnlock()
H A DLLockScreen.h32 QTimer *refreshtime; variable
/dports/deskutils/lumina-photo/lumina-1.6.0/src-qt5/core/lumina-desktop-unified/src-screensaver/
H A DLLockScreen.cpp19 refreshtime = new QTimer(this); //timer to update the wait time display in LLockScreen()
20 refreshtime->setInterval(6000); //6 seconds (1/10 second) in LLockScreen()
27 connect(refreshtime, SIGNAL(timeout()), this, SLOT(UpdateLockInfo()) ); in LLockScreen()
47 if(refreshtime->isActive()){ refreshtime->stop(); } in aboutToHide()
55 if(refreshtime->isActive()){ refreshtime->stop(); } in aboutToShow()
57 if(!refreshtime->isActive()){ refreshtime->start(); } in aboutToShow()
103 refreshtime->start(); in TryUnlock()
H A DLLockScreen.h32 QTimer *refreshtime; variable
/dports/deskutils/lumina-screenshot/lumina-1.6.0/src-qt5/core/lumina-desktop-unified/src-screensaver/
H A DLLockScreen.cpp19 refreshtime = new QTimer(this); //timer to update the wait time display in LLockScreen()
20 refreshtime->setInterval(6000); //6 seconds (1/10 second) in LLockScreen()
27 connect(refreshtime, SIGNAL(timeout()), this, SLOT(UpdateLockInfo()) ); in LLockScreen()
47 if(refreshtime->isActive()){ refreshtime->stop(); } in aboutToHide()
55 if(refreshtime->isActive()){ refreshtime->stop(); } in aboutToShow()
57 if(!refreshtime->isActive()){ refreshtime->start(); } in aboutToShow()
103 refreshtime->start(); in TryUnlock()
H A DLLockScreen.h32 QTimer *refreshtime; variable
/dports/x11/lumina-coreutils/lumina-1.6.0/src-qt5/core/lumina-desktop-unified/src-screensaver/
H A DLLockScreen.cpp19 refreshtime = new QTimer(this); //timer to update the wait time display in LLockScreen()
20 refreshtime->setInterval(6000); //6 seconds (1/10 second) in LLockScreen()
27 connect(refreshtime, SIGNAL(timeout()), this, SLOT(UpdateLockInfo()) ); in LLockScreen()
47 if(refreshtime->isActive()){ refreshtime->stop(); } in aboutToHide()
55 if(refreshtime->isActive()){ refreshtime->stop(); } in aboutToShow()
57 if(!refreshtime->isActive()){ refreshtime->start(); } in aboutToShow()
103 refreshtime->start(); in TryUnlock()
H A DLLockScreen.h32 QTimer *refreshtime; variable
/dports/x11/lumina-core/lumina-1.6.0/src-qt5/core/lumina-desktop-unified/src-screensaver/
H A DLLockScreen.cpp19 refreshtime = new QTimer(this); //timer to update the wait time display in LLockScreen()
20 refreshtime->setInterval(6000); //6 seconds (1/10 second) in LLockScreen()
27 connect(refreshtime, SIGNAL(timeout()), this, SLOT(UpdateLockInfo()) ); in LLockScreen()
47 if(refreshtime->isActive()){ refreshtime->stop(); } in aboutToHide()
55 if(refreshtime->isActive()){ refreshtime->stop(); } in aboutToShow()
57 if(!refreshtime->isActive()){ refreshtime->start(); } in aboutToShow()
103 refreshtime->start(); in TryUnlock()
H A DLLockScreen.h32 QTimer *refreshtime; variable
/dports/deskutils/lumina-archiver/lumina-1.6.0/src-qt5/core/lumina-desktop-unified/src-screensaver/
H A DLLockScreen.cpp19 refreshtime = new QTimer(this); //timer to update the wait time display in LLockScreen()
20 refreshtime->setInterval(6000); //6 seconds (1/10 second) in LLockScreen()
27 connect(refreshtime, SIGNAL(timeout()), this, SLOT(UpdateLockInfo()) ); in LLockScreen()
47 if(refreshtime->isActive()){ refreshtime->stop(); } in aboutToHide()
55 if(refreshtime->isActive()){ refreshtime->stop(); } in aboutToShow()
57 if(!refreshtime->isActive()){ refreshtime->start(); } in aboutToShow()
103 refreshtime->start(); in TryUnlock()
H A DLLockScreen.h32 QTimer *refreshtime; variable
/dports/www/py-weboob-qt/weboob-qt-2.0/contrib/munin/
H A Dfreemobile-munin58 my $refreshtime = $ENV{'cache_expire'} || 10_800;
179 if ( time - $cache_data[0] < $refreshtime ) {
H A Dnettokom-munin67 my $refreshtime = $ENV{'cache_expire'} || 10800;
157 if ( time - $cache_data[0] < $refreshtime ) {
/dports/www/py-pyweblib/pyweblib-1.3.13/pyweblib/
H A Dhttphelper.py114 def URLRedirect(outf,url,refreshtime=0,msg='Redirecting...',additional_header=None): argument
128 """ % (refreshtime,url,url,msg)
/dports/www/py-weboob/weboob-2.0/contrib/munin/
H A Dfreemobile-munin58 my $refreshtime = $ENV{'cache_expire'} || 10_800;
179 if ( time - $cache_data[0] < $refreshtime ) {
H A Dnettokom-munin67 my $refreshtime = $ENV{'cache_expire'} || 10800;
157 if ( time - $cache_data[0] < $refreshtime ) {
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/upas/fs/
H A Dpop3.c21 int refreshtime; member
567 mb->waketime = time(0) + pop->refreshtime; in pop3sync()
576 mb->waketime = time(0) + pop->refreshtime; in pop3sync()
613 pop->refreshtime = 60; in pop3ctl()
620 pop->refreshtime = n; in pop3ctl()
683 pop->refreshtime = 60; in pop3mbox()
/dports/www/lagrange/lagrange-1.7.3/po/
H A Dlt.po59 msgid "feeds.list.refreshtime.now"
63 msgid "feeds.list.refreshtime"

12345