Home
last modified time | relevance | path

Searched refs:isSynced (Results 1 – 25 of 204) sorted by relevance

123456789

/dports/www/grafana8/grafana-8.3.6/public/app/features/explore/
H A DTimeSyncButton.tsx5 isSynced: boolean;
10 const { onClick, isSynced } = props;
13 const { isSynced } = props;
14 const tooltip = isSynced ? 'Unsync all views' : 'Sync all views to this time range';
22 variant={isSynced ? 'active' : 'default'}
23 aria-label={isSynced ? 'Synced times' : 'Unsynced times'}
H A DTimeSyncButton.test.tsx5 const setup = (isSynced: boolean) => {
7 return mount(<TimeSyncButton onClick={onClick} isSynced={isSynced} />);
H A DExploreTimeControls.tsx79 …const timeSyncButton = splitted ? <TimeSyncButton onClick={onChangeTimeSync} isSynced={syncedTimes…
94 isSynced={syncedTimes}
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/swarm/storage/mru/
H A Dresource.go48 func (r *resource) isSynced() bool { func
54 if !r.isSynced() {
H A Dhandler.go143 if rsrc == nil || !rsrc.isSynced() {
154 } else if !rsrc.isSynced() {
165 } else if !rsrc.isSynced() {
289 if !rsrc.isSynced() {
/dports/devel/util-linux/util-linux-2.36/tests/expected/logger/
H A Derrors-check_socket11 …31:30.123456+00:00 test-hostname rfc5424_exceed_size - - [timeQuality tzKnown="1" isSynced="0"] abc
28 <13>1 2009-02-13T23:31:30.123456+00:00 test-hostname A B - - [timeQuality tzKnown="1" isSynced="0"]…
H A Dformats-rfc5424_nohost.err1 <13>1 2009-02-13T23:31:30.123456+00:00 - rfc5424 - - [timeQuality tzKnown="1" isSynced="0"] message
H A Derrors-rfc5424_exceed_size.err1 …31:30.123456+00:00 test-hostname rfc5424_exceed_size - - [timeQuality tzKnown="1" isSynced="0"] abc
H A Dformats-rfc5424_simple.err1 <13>1 2009-02-13T23:31:30.123456+00:00 test-hostname rfc5424 - - [timeQuality tzKnown="1" isSynced=…
H A Dformats-rfc5424_msgid.err1 …T23:31:30.123456+00:00 test-hostname rfc5424 - MSGID [timeQuality tzKnown="1" isSynced="0"] message
H A Derrors-tag_with_space.err2 <13>1 2009-02-13T23:31:30.123456+00:00 test-hostname A B - - [timeQuality tzKnown="1" isSynced="0"]…
/dports/math/blaze/blaze-3.8/blaze/math/adaptors/symmetricmatrix/
H A DSymmetricElement.h163 inline bool isSynced() const;
215 BLAZE_INTERNAL_ASSERT( isSynced(), "Missing matrix element detected" ); in SymmetricElement()
393 inline bool SymmetricElement<MT>::isSynced() const in isSynced() function
/dports/math/blaze/blaze-3.8/blaze/math/adaptors/hermitianmatrix/
H A DHermitianElement.h168 inline bool isSynced() const;
220 BLAZE_INTERNAL_ASSERT( isSynced(), "Missing matrix element detected" ); in HermitianElement()
424 inline bool HermitianElement<MT>::isSynced() const in isSynced() function
/dports/devel/opendht/opendht-1.10.1/src/
H A Dop_cache.h70 bool isSynced() const { return nodes > 0 and syncedNodes == nodes; } in isSynced() function
137 bool isSynced() const { in isSynced() function
138 return cache.isSynced(); in isSynced()
H A Dsearch.h111 bool isSynced(const time_point& now) const { in isSynced() function
437 bool isSynced(time_point now) const;
786 Dht::Search::isSynced(time_point now) const in isSynced() function
792 if (not n.isSynced(now)) in isSynced()
/dports/devel/py-opendht/opendht-1.10.1/src/
H A Dop_cache.h70 bool isSynced() const { return nodes > 0 and syncedNodes == nodes; } in isSynced() function
137 bool isSynced() const { in isSynced() function
138 return cache.isSynced(); in isSynced()
H A Dsearch.h111 bool isSynced(const time_point& now) const { in isSynced() function
437 bool isSynced(time_point now) const;
786 Dht::Search::isSynced(time_point now) const in isSynced() function
792 if (not n.isSynced(now)) in isSynced()
/dports/games/spring/spring_98.0/rts/Sim/Projectiles/
H A DProjectile.cpp88 bool isSynced, in CProjectile() argument
94 , synced(isSynced) in CProjectile()
/dports/science/jmol/jmol-14.32.7/src/org/jmol/viewer/
H A DStatusManager.java575 return (isSynced && drivingSync && !syncDisabled); in doSync()
587 private boolean isSynced; field in StatusManager
620 isSynced = true; in setSyncDriver()
625 isSynced = true; in setSyncDriver()
629 isSynced = true; in setSyncDriver()
633 isSynced = false; in setSyncDriver()
638 "; synced? " + isSynced + "; driving? " + drivingSync + "; disabled? " + syncDisabled); in setSyncDriver()
684 return (!isSynced ? SYNC_OFF : drivingSync ? SYNC_DRIVER : SYNC_SLAVE); in getSyncMode()
/dports/www/grafana8/grafana-8.3.6/packages/grafana-ui/src/components/DateTimePickers/
H A DTimeRangePicker.tsx38 isSynced?: boolean;
64 isSynced,
92 const variant = isSynced ? 'active' : 'default';
/dports/devel/okteta/okteta-0.26.6/libs/kasten/core/system/
H A Ddocumentsyncmanager_p.cpp212 const bool isSynced = JobManager::executeJob(syncJob); in canClose() local
214 canClose = isSynced; in canClose()
/dports/games/hedgewars-server/hedgewars-src-1.0.0/hedgewars/
H A DuTeams.pas922 isSynced: boolean;
924 isSynced:= s[1] = 's';
936 if isSynced then
966 isSynced: boolean;
968 isSynced:= s[1] = 's';
978 if isSynced then
/dports/games/hedgewars/hedgewars-src-1.0.0/hedgewars/
H A DuTeams.pas922 isSynced: boolean;
924 isSynced:= s[1] = 's';
936 if isSynced then
966 isSynced: boolean;
968 isSynced:= s[1] = 's';
978 if isSynced then
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/suggestions/mostvisited/
H A DMostVisitedSitesHost.java386 public void setIsSyncedForTesting(boolean isSynced) { in setIsSyncedForTesting() argument
387 mIsSynced = isSynced; in setIsSyncedForTesting()
/dports/databases/cego/cego-2.47.11/src/
H A DCegoTableManager.h141 …ng deleteDataTable(CegoTableObject& oe, CegoPredDesc* pPred, CegoProcBlock* pBlock, bool isSynced);
146 CegoPredDesc* pPred, CegoProcBlock* pBlock, bool isSynced);
158 bool isSynced);

123456789