Home
last modified time | relevance | path

Searched refs:lastprogress (Results 1 – 20 of 20) sorted by relevance

/dports/www/moodle310/moodle/lib/classes/progress/
H A Ddb_updater.php99 $lastprogress = $this->lastprogresstime != 0 ? $this->lastprogresstime : $now;
111 $this->nextupdate = $lastprogress + $this->interval;
/dports/www/moodle39/moodle/lib/classes/progress/
H A Ddb_updater.php99 $lastprogress = $this->lastprogresstime != 0 ? $this->lastprogresstime : $now;
111 $this->nextupdate = $lastprogress + $this->interval;
/dports/www/moodle311/moodle/lib/classes/progress/
H A Ddb_updater.php99 $lastprogress = $this->lastprogresstime != 0 ? $this->lastprogresstime : $now;
111 $this->nextupdate = $lastprogress + $this->interval;
/dports/www/moodle39/moodle/search/classes/
H A Dengine.php233 $lastprogress = manager::get_current_time();
273 if ($now - $lastprogress >= manager::DISPLAY_INDEXING_PROGRESS_EVERY) {
274 $lastprogress = $now;
/dports/www/moodle310/moodle/search/classes/
H A Dengine.php251 $lastprogress = manager::get_current_time();
306 if ($now - $lastprogress >= manager::DISPLAY_INDEXING_PROGRESS_EVERY) {
307 $lastprogress = $now;
/dports/www/moodle311/moodle/search/classes/
H A Dengine.php252 $lastprogress = manager::get_current_time();
307 if ($now - $lastprogress >= manager::DISPLAY_INDEXING_PROGRESS_EVERY) {
308 $lastprogress = $now;
/dports/games/redeclipse16/base-1.6.0/src/engine/
H A Dmain.cpp847 int lastprogress = 0; variable
853 if(lastprogress > 0 && ticks < 0) lastprogress = 1-INT_MAX;
854 if((vsync || !progressupdate || bar1 > 0) && ticks-lastprogress < progressdelay) return;
855 lastprogress = ticks;
H A Dtexture.cpp2820 int lastprogress = SDL_GetTicks(); in genenvmaps() local
2827 if(millis - lastprogress >= 250) in genenvmaps()
2830 lastprogress = millis; in genenvmaps()
/dports/games/hyperrogue/hyperrogue-12.0f/
H A Dhistory.cpp164 int lastprogress; variable
174 if(tick > lastprogress + 250) { in progress()
175 lastprogress = tick; in progress()
/dports/games/redeclipse/base-2.0.0/src/engine/
H A Dmain.cpp828 int lastprogress = 0; variable
840 …og = progressfps >= 0 ? progressfps : refresh, ticks = SDL_GetTicks(), diff = ticks - lastprogress;
842 lastprogress = ticks;
/dports/games/sauerbraten/sauerbraten/src/engine/
H A Dmain.cpp334 static int lastprogress = 0; in renderprogress() local
335 int ticks = SDL_GetTicks(), diff = ticks - lastprogress; in renderprogress()
337 lastprogress = ticks; in renderprogress()
H A Dtexture.cpp2773 int lastprogress = SDL_GetTicks(); in genenvmaps() local
2780 if(millis - lastprogress >= 250) in genenvmaps()
2783 lastprogress = millis; in genenvmaps()
/dports/emulators/mess/mame-mame0226/src/tools/
H A Dchdman.cpp559 static clock_t lastprogress = 0; variable
811 lastprogress = 0; in report_error()
824 if (!forceit && lastprogress != 0 && curtime - lastprogress < CLOCKS_PER_SEC / 2) in progress()
826 lastprogress = curtime; in progress()
/dports/emulators/mame/mame-mame0226/src/tools/
H A Dchdman.cpp559 static clock_t lastprogress = 0; variable
811 lastprogress = 0; in report_error()
824 if (!forceit && lastprogress != 0 && curtime - lastprogress < CLOCKS_PER_SEC / 2) in progress()
826 lastprogress = curtime; in progress()
/dports/security/fwbuilder/fwbuilder-5.3.7/src/libgui/
H A DDiscoveryDruid.cpp2383 m_dialog->lastprogress->setValue(0); in createRealObjects()
2384 m_dialog->lastprogress->setMaximum( Objects.size()); in createRealObjects()
2597 m_dialog->lastprogress->setValue(t++); in createRealObjects()
2600 m_dialog->lastprogress->setValue(Objects.size()); in createRealObjects()
/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/tests/integration/
H A DSdkTest_test.cpp3679 m_off_t lastprogress = 0, pausecount = 0; in TEST_F() local
3683 if (onTransferUpdate_progress > lastprogress) in TEST_F()
3689 lastprogress = onTransferUpdate_progress; in TEST_F()
3716 m_off_t lastprogress = 0; in TEST_F() local
3723 if (onTransferUpdate_progress > lastprogress + onTransferUpdate_filesize/6) in TEST_F()
3740 lastprogress = onTransferUpdate_progress; in TEST_F()
3749 lastprogress = 0; in TEST_F()
/dports/games/hyperrogue/hyperrogue-12.0f/rogueviz/
H A Dkohonen.cpp1156 unsigned lastprogress; variable
1158 if(SDL_GetTicks() >= lastprogress + (noGUI ? 500 : 100)) { in progress()
1166 lastprogress = SDL_GetTicks(); in progress()
/dports/games/bloodfrontier/bloodfrontier/src/engine/
H A Dtexture.cpp1705 int lastprogress = SDL_GetTicks(); in genenvmaps() local
1712 if(millis - lastprogress >= 250) in genenvmaps()
1715 lastprogress = millis; in genenvmaps()
/dports/games/tesseract-data/tesseract/src/engine/
H A Dtexture.cpp2683 int lastprogress = SDL_GetTicks(); in genenvmaps() local
2691 if(millis - lastprogress >= 250) in genenvmaps()
2694 lastprogress = millis; in genenvmaps()
/dports/games/tesseract/tesseract/src/engine/
H A Dtexture.cpp2683 int lastprogress = SDL_GetTicks(); in genenvmaps() local
2691 if(millis - lastprogress >= 250) in genenvmaps()
2694 lastprogress = millis; in genenvmaps()