Home
last modified time | relevance | path

Searched refs:LastActive (Results 1 – 25 of 43) sorted by relevance

12

/dports/net/ntpa/ntpa-0.8.2/Ntp.Analyzer.Objects/
H A DPeerActivity.cs41 LastActive = adjusted.AddMinutes(zone); in PeerActivity()
48 LastActive = lastActive; in PeerActivity()
57 public DateTime LastActive { get; set; } property in Ntp.Analyzer.Objects.PeerActivity
67 switch (LastActive.Kind)
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/keybase/go-keybase-chat-bot/kbchat/types/keybase1/
H A Dteamsearch.go11 LastActive Time `codec:"lastActive" json:"lastActive"` member
28 LastActive: o.LastActive.DeepCopy(),
/dports/audio/invada-studio-plugins-lv2/invada-studio-plugins-lv2-1.2.0/plugin/
H A Dinv_testtone.c49 float LastActive; member
110 plugin->LastActive = 0; in activateITone()
116 plugin->ConvertedActive = convertParam(ITONE_ACTIVE, plugin->LastActive, plugin->SampleRate); in activateITone()
144 …checkParamChange(ITONE_ACTIVE, plugin->ControlActive, &(plugin->LastActive), &(plugin->ConvertedAc… in runITone()
/dports/security/keybase/client-v5.7.1/go/protocol/keybase1/
H A Dteamsearch.go17 LastActive Time `codec:"lastActive" json:"lastActive"` member
34 LastActive: o.LastActive.DeepCopy(),
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/games/addons/input/
H A DGameClientInput.cpp654 if (lhs->LastActive().IsValid() && !rhs->LastActive().IsValid()) in MapJoysticks()
656 if (!lhs->LastActive().IsValid() && rhs->LastActive().IsValid()) in MapJoysticks()
659 return lhs->LastActive() > rhs->LastActive(); in MapJoysticks()
/dports/security/keybase/client-v5.7.1/go/teams/opensearch/
H A Dscoring.go38 i.item.LastActive.Time(), i.score, i.item.IsDemoted)
59 maxScoringActivityHours, i.item.LastActive)*lastActiveWeight
/dports/net/ntpa/ntpa-0.8.2/Ntp.Analyzer.Data/Sql/
H A DPeerActivityDatabaseMapper.cs84 Command.Parameters.Add(CreateParameter("@lastActive", item.LastActive)); in Insert()
148 Command.Parameters.Add(CreateParameter("@lastActive", item.LastActive)); in Update()
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/lrstanley/girc/
H A Dstate.go91 LastActive time.Time `json:"last_active"` member
208 return time.Since(u.LastActive)
440 LastActive: time.Now(),
496 user.LastActive = time.Now()
/dports/net-mgmt/semaphore/semaphore-2.6.8/db/
H A DSession.go10 LastActive time.Time `db:"last_active" json:"last_active"` member
/dports/news/inn-current/inn-2.7-20211226/innd/
H A Dchan.c217 cp->LastActive = Now.tv_sec; in CHANcreate()
275 (long) cp->LastActive, (long) cp->NextLog); in CHANtracing()
1070 cp->LastActive = Now.tv_sec; in CHANhandle_read()
1113 cp->LastActive = Now.tv_sec; in CHANhandle_write()
1324 cp->LastActive = Now.tv_sec; in CHANreadloop()
1339 && cp->LastActive + REJECT_TIMEOUT < Now.tv_sec) { in CHANreadloop()
1347 && cp->LastActive + cp->NextLog < Now.tv_sec) { in CHANreadloop()
1349 silence = Now.tv_sec - cp->LastActive; in CHANreadloop()
H A Dsite.c284 cp->LastActive = Now.tv_sec; in SITEflushcheck()
312 sp->Channel->LastActive = Now.tv_sec; in SITEwrite()
1232 ctime(&cp->LastActive) + 4); in SITEinfo()
/dports/news/inn/inn-2.6.4/innd/
H A Dchan.c225 cp->LastActive = Now.tv_sec; in CHANcreate()
283 addr, (long) cp->LastActive, (long) cp->NextLog); in CHANtracing()
1076 cp->LastActive = Now.tv_sec; in CHANhandle_read()
1119 cp->LastActive = Now.tv_sec; in CHANhandle_write()
1330 cp->LastActive = Now.tv_sec; in CHANreadloop()
1345 && cp->LastActive + REJECT_TIMEOUT < Now.tv_sec) { in CHANreadloop()
1353 && cp->LastActive + cp->NextLog < Now.tv_sec) { in CHANreadloop()
1355 silence = Now.tv_sec - cp->LastActive; in CHANreadloop()
H A Dsite.c289 cp->LastActive = Now.tv_sec; in SITEflushcheck()
317 sp->Channel->LastActive = Now.tv_sec; in SITEwrite()
1227 ctime(&cp->LastActive) + 4); in SITEinfo()
/dports/sysutils/shlock/inn-2.6.4/innd/
H A Dchan.c225 cp->LastActive = Now.tv_sec; in CHANcreate()
283 addr, (long) cp->LastActive, (long) cp->NextLog); in CHANtracing()
1076 cp->LastActive = Now.tv_sec; in CHANhandle_read()
1119 cp->LastActive = Now.tv_sec; in CHANhandle_write()
1330 cp->LastActive = Now.tv_sec; in CHANreadloop()
1345 && cp->LastActive + REJECT_TIMEOUT < Now.tv_sec) { in CHANreadloop()
1353 && cp->LastActive + cp->NextLog < Now.tv_sec) { in CHANreadloop()
1355 silence = Now.tv_sec - cp->LastActive; in CHANreadloop()
H A Dsite.c289 cp->LastActive = Now.tv_sec; in SITEflushcheck()
317 sp->Channel->LastActive = Now.tv_sec; in SITEwrite()
1227 ctime(&cp->LastActive) + 4); in SITEinfo()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/peripherals/devices/
H A DPeripheralKeyboard.h33 CDateTime LastActive() override { return m_lastActive; } in LastActive() function
H A DPeripheralMouse.h33 CDateTime LastActive() override { return m_lastActive; } in LastActive() function
H A DPeripheralJoystick.h58 CDateTime LastActive() override { return m_lastActive; } in LastActive() function
H A DPeripheral.h252 virtual CDateTime LastActive() { return CDateTime(); } in LastActive() function
/dports/net-mgmt/semaphore/semaphore-2.6.8/api/
H A Dauth.go63 if time.Since(session.LastActive).Hours() > 7*24 {
H A Dlogin.go177 LastActive: time.Now(),
/dports/security/keybase/client-v5.7.1/go/client/
H A Dcmd_team_search.go66 item.Name, item.MemberCount, humanize.Time(item.LastActive.Time()))
/dports/net/ntpa/ntpa-0.8.2/Ntp.Analyzer.Process/Description/
H A DPeerStatJob.cs132 activity.LastActive = bulk.Time; in Import()
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/swarm/pss/
H A Dprotocol.go76 LastActive time.Time member
/dports/misc/estic/estic-1.61_10/spunk/
H A Dwindow.h99 Window* LastActive; // Active window chain variable

12