Home
last modified time | relevance | path

Searched refs:lastCheck (Results 1 – 25 of 178) sorted by relevance

12345678

/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/commands/
H A Dhealth_helper.go13 lastCheck time.Time member
28 lastCheck: time.Now(),
44 if time.Since(health.lastCheck) > common.HealthCheckInterval*time.Second {
47 health.lastCheck = time.Now()
61 health.lastCheck = time.Now()
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/graph/iterator/
H A Doptional.go47 lastCheck bool member
66 it.lastCheck = false
104 if it.lastCheck {
123 it.lastCheck = checked
134 if it.lastCheck == false {
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/thanos-io/thanos/pkg/ui/react-app/src/thanos/pages/stores/__testdata__/
H A Dtestdata.ts16 lastCheck: '2020-06-14T15:17:38.588378384Z',
24 lastCheck: '2020-06-14T15:17:38.588206741Z',
57 lastCheck: '2020-06-14T15:17:38.588246826Z',
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/editors/code/src/
H A Dpersistent_state.ts6 const { lastCheck, nightlyReleaseId, serverVersion } = this; constant
7 log.info("PersistentState:", { lastCheck, nightlyReleaseId, serverVersion });
13 get lastCheck(): number | undefined { method in PersistentState
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/editors/code/src/
H A Dpersistent_state.ts6 const { lastCheck, nightlyReleaseId, serverVersion } = this; constant
7 log.info("PersistentState:", { lastCheck, nightlyReleaseId, serverVersion });
13 get lastCheck(): number | undefined { method in PersistentState
/dports/graphics/aseprite/aseprite-1.2.9/src/app/
H A Dcheck_update.cpp80 time_t lastCheck = (time_t)m_preferences.updater.lastCheck(); in CheckUpdateThreadLauncher() local
84 if (now < lastCheck+int(double(60*60*24*waitDays)) && in CheckUpdateThreadLauncher()
85 now > lastCheck) { // <- Avoid broken clocks in CheckUpdateThreadLauncher()
173 m_preferences.updater.lastCheck((int)std::time(NULL)); in onMonitoringTick()
/dports/editors/texstudio/texstudio-4.1.2/src/
H A Dupdatechecker.cpp27 QDateTime lastCheck = ConfigManager::getInstance()->getOption("Update/LastCheck").toDateTime(); in lastCheckAsString() local
28 return lastCheck.isValid() ? lastCheck.toString("d.M.yyyy hh:mm") : tr("Never", "last update"); in lastCheckAsString()
36 QDateTime lastCheck = cfg->getOption("Update/LastCheck").toDateTime(); in autoCheck() local
38 if (!lastCheck.isValid() || lastCheck.addDays(checkInterval) < QDateTime::currentDateTime()) { in autoCheck()
/dports/security/openssl-unsafe/openssl-c9ba19c/MacOS/
H A DRandomizer.cpp258 unsigned long lastCheck; // Ticks since mouse was last in AddCurrentMouse() local
282 lastCheck = TickCount() - mLastPeriodicTicks; in AddCurrentMouse()
283 if (lastCheck <= 0) in AddCurrentMouse()
284 lastCheck = 1; in AddCurrentMouse()
286 (kTypicalMouseIdleTicks/(double)lastCheck); in AddCurrentMouse()
/dports/security/openssl-legacy-static/openssl-1.0.2u/MacOS/
H A DRandomizer.cpp258 unsigned long lastCheck; // Ticks since mouse was last in AddCurrentMouse() local
282 lastCheck = TickCount() - mLastPeriodicTicks; in AddCurrentMouse()
283 if (lastCheck <= 0) in AddCurrentMouse()
284 lastCheck = 1; in AddCurrentMouse()
286 (kTypicalMouseIdleTicks/(double)lastCheck); in AddCurrentMouse()
/dports/biology/ncbi-toolkit/ncbi/connect/mitsock/
H A DOTidle.c307 static UInt32 lastCheck = 0; in Idle() local
319 if(now > (lastCheck + gIdleFrequency)) in Idle()
331 lastCheck = now; in Idle()
337 if(now > (lastCheck + gIdleFrequency)) in Idle()
363 lastCheck = now; in Idle()
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/air/ApplicationUpdater/src/ApplicationUpdater/air/update/descriptors/
H A DStateDescriptor.as51 <lastCheck>{new Date()}</lastCheck>
64 return stringToDate_defaultNull(xml.lastCheck.toString());
69 xml.lastCheck = value.toString();
145 if (xml.lastCheck.toString() == "")
147 throw new Error("lastCheck must have a non-empty value", Constants.ERROR_LAST_CHECK_MISSING);
150 if (!validateDate(xml.lastCheck.toString()))
152 throw new Error("Invalid date format for state/lastCheck", Constants.ERROR_LAST_CHECK_INVALID);
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/thanos-io/thanos/pkg/ui/react-app/src/thanos/pages/stores/
H A DStorePoolPanel.tsx46 const { name, minTime, maxTime, labelSets, lastCheck, lastError } = store;
65 <td data-testid="lastCheck">
66 {parseTime(lastCheck) >= MAX_TIME ? (
69 formatRelative(lastCheck, now())
/dports/www/writefreely/writefreely-0.13.1/
H A Dupdates_test.go44 prevLastCheck := cache.lastCheck
56 if prevLastCheck == cache.lastCheck {
60 if cache.lastCheck.Before(prevLastCheck) {
H A Dupdates.go31 lastCheck time.Time member
46 uc.lastCheck = time.Now()
62 if time.Since(uc.lastCheck) > uc.frequency {
/dports/www/mediawiki135/mediawiki-1.35.5/vendor/wikimedia/wait-condition-loop/src/
H A DWaitConditionLoop.php85 $lastCheck = false;
106 } elseif ( $lastCheck ) {
120 $lastCheck = ( $elapsed >= $this->timeout );
/dports/www/mediawiki136/mediawiki-1.36.3/vendor/wikimedia/wait-condition-loop/src/
H A DWaitConditionLoop.php89 $lastCheck = false;
110 } elseif ( $lastCheck ) {
126 $lastCheck = ( $elapsed >= $this->timeout );
/dports/www/mediawiki137/mediawiki-1.37.1/vendor/wikimedia/wait-condition-loop/src/
H A DWaitConditionLoop.php89 $lastCheck = false;
111 } elseif ( $lastCheck ) {
127 $lastCheck = ( $elapsed >= $this->timeout );
/dports/www/owncloud/owncloud/lib/private/User/
H A DBasicAuthModule.php76 $lastCheck = $this->session->get('last_check_timeout');
78 $lastCheck = 0;
83 if ($lastCheck > ($now - 60 * $last_check_timeout)) {
/dports/www/nextcloud/nextcloud/apps-pkg/support/lib/BackgroundJobs/
H A DCheckSubscription.php43 $lastCheck = $this->config->getAppValue('support', 'last_check', 0);
45 if (time() - $lastCheck > 23 * 60 * 60) {
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/lang/Character/
H A DCharCheck.java103 lastCheck = (plane << 16) - 1; in check()
136 while (lastCheck < rangeLimit) checkOneCharDefined(++lastCheck, "?", false); in check()
142 static int lastCheck = -1; field in CharCheck
158 if (lastCheck >= lowerLimit && (lastCheck+1) != c) { in checkOneChar()
159 for (int i=lastCheck+1; i<c; ++i) in checkOneChar()
163 lastCheck = c; in checkOneChar()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/lang/Character/
H A DCharCheck.java103 lastCheck = (plane << 16) - 1; in check()
136 while (lastCheck < rangeLimit) checkOneCharDefined(++lastCheck, "?", false); in check()
142 static int lastCheck = -1; field in CharCheck
158 if (lastCheck >= lowerLimit && (lastCheck+1) != c) { in checkOneChar()
159 for (int i=lastCheck+1; i<c; ++i) in checkOneChar()
163 lastCheck = c; in checkOneChar()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/lang/Character/
H A DCharCheck.java103 lastCheck = (plane << 16) - 1; in check()
136 while (lastCheck < rangeLimit) checkOneCharDefined(++lastCheck, "?", false); in check()
142 static int lastCheck = -1; field in CharCheck
158 if (lastCheck >= lowerLimit && (lastCheck+1) != c) { in checkOneChar()
159 for (int i=lastCheck+1; i<c; ++i) in checkOneChar()
163 lastCheck = c; in checkOneChar()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/lang/Character/
H A DCharCheck.java103 lastCheck = (plane << 16) - 1; in check()
136 while (lastCheck < rangeLimit) checkOneCharDefined(++lastCheck, "?", false); in check()
142 static int lastCheck = -1; field in CharCheck
158 if (lastCheck >= lowerLimit && (lastCheck+1) != c) { in checkOneChar()
159 for (int i=lastCheck+1; i<c; ++i) in checkOneChar()
163 lastCheck = c; in checkOneChar()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/lang/Character/
H A DCharCheck.java103 lastCheck = (plane << 16) - 1; in check()
136 while (lastCheck < rangeLimit) checkOneCharDefined(++lastCheck, "?", false); in check()
142 static int lastCheck = -1; field in CharCheck
158 if (lastCheck >= lowerLimit && (lastCheck+1) != c) { in checkOneChar()
159 for (int i=lastCheck+1; i<c; ++i) in checkOneChar()
163 lastCheck = c; in checkOneChar()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/lang/Character/
H A DCharCheck.java103 lastCheck = (plane << 16) - 1; in check()
136 while (lastCheck < rangeLimit) checkOneCharDefined(++lastCheck, "?", false); in check()
142 static int lastCheck = -1; field in CharCheck
158 if (lastCheck >= lowerLimit && (lastCheck+1) != c) { in checkOneChar()
159 for (int i=lastCheck+1; i<c; ++i) in checkOneChar()
163 lastCheck = c; in checkOneChar()

12345678