Home
last modified time | relevance | path

Searched refs:ServerTime (Results 1 – 25 of 243) sorted by relevance

12345678910

/dports/net-im/matterhorn/matterhorn-50200.13.0/src/Matterhorn/
H A DTimeUtils.hs25 import Network.Mattermost.Types ( ServerTime(..) )
44 justAfter :: ServerTime -> ServerTime
45 justAfter = ServerTime . justAfterUTC . withServerTime
50 justBefore :: ServerTime -> ServerTime
51 justBefore = ServerTime . justBeforeUTC . withServerTime
/dports/security/keybase/client-v5.7.1/go/kbfs/kbfsedits/
H A Duser_history.go90 history.ServerTime = keybase1.ToTime(
103 history.History[i].Edits[j].ServerTime = keybase1.ToTime(n.Time)
120 history.History[i].Deletes[j].ServerTime = keybase1.ToTime(n.Time)
145 iTime := hc[i].ServerTime
146 jTime := hc[j].ServerTime
151 iTime = hc[i].History[0].Deletes[0].ServerTime
154 jTime = hc[j].History[0].Deletes[0].ServerTime
197 serverTime = wh.Edits[0].ServerTime
201 ServerTime: serverTime,
/dports/irc/inspircd/inspircd-3.11.0/include/modules/
H A Dircv3_servertime.h25 namespace ServerTime
49 class IRCv3::ServerTime::Manager : public DataProvider
85 class IRCv3::ServerTime::API : public dynamic_reference_nocheck<Manager>
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/mattermost-api-50200.11.0/src/Network/Mattermost/
H A DTypes.hs221 , teamCreateAt :: ServerTime
222 , teamUpdateAt :: ServerTime
223 , teamDeleteAt :: ServerTime
802 , postUpdateAt :: ServerTime
803 , postEditAt :: ServerTime
805 , postCreateAt :: ServerTime
909 , fileInfoCreateAt :: ServerTime
910 , fileInfoUpdateAt :: ServerTime
911 , fileInfoDeleteAt :: ServerTime
964 timeToServer :: ServerTime -> Int
[all …]
/dports/irc/inspircd/inspircd-3.11.0/src/modules/
H A Dm_ircv3_servertime.cpp27 : public IRCv3::ServerTime::Manager
45 … lasttimestring = IRCv3::ServerTime::FormatTime(currtime, (currtimens ? currtimens / 1000000 : 0)); in RefreshTimeString()
53 : IRCv3::ServerTime::Manager(mod) in ServerTimeTag()
/dports/security/keybase/client-v5.7.1/go/protocol/keybase1/
H A Dkbfs_common.go222 ServerTime Time `codec:"serverTime" json:"serverTime"` member
229 ServerTime: o.ServerTime.DeepCopy(),
269 ServerTime Time `codec:"serverTime" json:"serverTime"` member
276 ServerTime: o.ServerTime.DeepCopy(),
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/keybase/go-keybase-chat-bot/kbchat/types/keybase1/
H A Dkbfs_common.go221 ServerTime Time `codec:"serverTime" json:"serverTime"` member
228 ServerTime: o.ServerTime.DeepCopy(),
268 ServerTime Time `codec:"serverTime" json:"serverTime"` member
275 ServerTime: o.ServerTime.DeepCopy(),
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/rio/
H A Dprintevent.c110 ServerTime(Time time) in ServerTime() function
468 printf("time=%s%s", ServerTime(ev->time), sep); in VerbMotion()
482 printf("time=%s%s", ServerTime(ev->time), sep); in VerbButton()
505 printf("time=%s%s", ServerTime(ev->time), sep); in VerbCrossing()
569 printf("time=%s%s", ServerTime(ev->time), sep); in VerbKey()
583 printf("time=%s%s", ServerTime(ev->time), sep); in VerbKey()
596 printf("time=%s%s", ServerTime(ev->time), sep); in VerbProperty()
735 printf("time=%s\n", ServerTime(ev->time)); in VerbSelectionClear()
745 printf("time=%s\n", ServerTime(ev->time)); in VerbSelection()
756 printf("time=%s\n", ServerTime(ev->time)); in VerbSelectionRequest()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/rio/showevent/
H A DShowEvent.c63 static char *ServerTime(time) in ServerTime() function
415 printf("time=%s%s", ServerTime(ev->time), sep); in VerbMotion()
428 printf("time=%s%s", ServerTime(ev->time), sep); in VerbButton()
449 printf("time=%s%s", ServerTime(ev->time), sep); in VerbCrossing()
506 printf("time=%s%s", ServerTime(ev->time), sep); in VerbKey()
518 printf("time=%s%s", ServerTime(ev->time), sep); in VerbProperty()
642 printf("time=%s\n", ServerTime(ev->time)); in VerbSelectionClear()
651 printf("time=%s\n", ServerTime(ev->time)); in VerbSelection()
661 printf("time=%s\n", ServerTime(ev->time)); in VerbSelectionRequest()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/johannesboyne/gofakes3/
H A Derror_test.go21 `<ServerTime>0001-01-01T00:00:00Z</ServerTime>` +
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/johannesboyne/gofakes3/
H A Derror_test.go21 `<ServerTime>0001-01-01T00:00:00Z</ServerTime>` +
/dports/security/vault/vault-1.8.2/vendor/github.com/jackc/pgx/
H A Dreplication.go67 ServerTime uint64 member
75 return time.Unix(0, (int64(w.ServerTime)*1000)+epochNano)
93 ServerTime uint64 member
100 return time.Unix(0, (int64(s.ServerTime)*1000)+epochNano)
257 ServerTime: serverTime,
269 …h := &ServerHeartbeat{ServerWalEnd: serverWalEnd, ServerTime: serverTime, ReplyRequested: replyNow}
/dports/security/vault/vault-1.8.2/vendor/github.com/joyent/triton-go/vendor/github.com/jackc/pgx/
H A Dreplication.go65 ServerTime uint64 member
73 return time.Unix(0, (int64(w.ServerTime)*1000)+epochNano)
91 ServerTime uint64 member
98 return time.Unix(0, (int64(s.ServerTime)*1000)+epochNano)
251 ServerTime: serverTime,
263 …h := &ServerHeartbeat{ServerWalEnd: serverWalEnd, ServerTime: serverTime, ReplyRequested: replyNow}
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/jackc/pgx/
H A Dreplication.go66 ServerTime uint64 member
74 return time.Unix(0, (int64(w.ServerTime)*1000)+epochNano)
92 ServerTime uint64 member
99 return time.Unix(0, (int64(s.ServerTime)*1000)+epochNano)
252 ServerTime: serverTime,
264 …h := &ServerHeartbeat{ServerWalEnd: serverWalEnd, ServerTime: serverTime, ReplyRequested: replyNow}
/dports/misc/concourse/vault-bdd38fca2cff/vendor/github.com/jackc/pgx/
H A Dreplication.go67 ServerTime uint64 member
75 return time.Unix(0, (int64(w.ServerTime)*1000)+epochNano)
93 ServerTime uint64 member
100 return time.Unix(0, (int64(s.ServerTime)*1000)+epochNano)
257 ServerTime: serverTime,
269 …h := &ServerHeartbeat{ServerWalEnd: serverWalEnd, ServerTime: serverTime, ReplyRequested: replyNow}
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/vendor/github.com/jackc/pgx/
H A Dreplication.go67 ServerTime uint64 member
75 return time.Unix(0, (int64(w.ServerTime)*1000)+epochNano)
93 ServerTime uint64 member
100 return time.Unix(0, (int64(s.ServerTime)*1000)+epochNano)
257 ServerTime: serverTime,
269 …h := &ServerHeartbeat{ServerWalEnd: serverWalEnd, ServerTime: serverTime, ReplyRequested: replyNow}
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/vault/vendor/github.com/jackc/pgx/
H A Dreplication.go67 ServerTime uint64 member
75 return time.Unix(0, (int64(w.ServerTime)*1000)+epochNano)
93 ServerTime uint64 member
100 return time.Unix(0, (int64(s.ServerTime)*1000)+epochNano)
257 ServerTime: serverTime,
269 …h := &ServerHeartbeat{ServerWalEnd: serverWalEnd, ServerTime: serverTime, ReplyRequested: replyNow}
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/hashicorp/vault/vendor/github.com/jackc/pgx/
H A Dreplication.go67 ServerTime uint64 member
75 return time.Unix(0, (int64(w.ServerTime)*1000)+epochNano)
93 ServerTime uint64 member
100 return time.Unix(0, (int64(s.ServerTime)*1000)+epochNano)
257 ServerTime: serverTime,
269 …h := &ServerHeartbeat{ServerWalEnd: serverWalEnd, ServerTime: serverTime, ReplyRequested: replyNow}
/dports/sysutils/gomplate/vault-sdk-v0.1.13/vendor/github.com/jackc/pgx/
H A Dreplication.go67 ServerTime uint64 member
75 return time.Unix(0, (int64(w.ServerTime)*1000)+epochNano)
93 ServerTime uint64 member
100 return time.Unix(0, (int64(s.ServerTime)*1000)+epochNano)
257 ServerTime: serverTime,
269 …h := &ServerHeartbeat{ServerWalEnd: serverWalEnd, ServerTime: serverTime, ReplyRequested: replyNow}
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/hashicorp/vault/vault-api-v1.0.4/vendor/github.com/jackc/pgx/
H A Dreplication.go67 ServerTime uint64 member
75 return time.Unix(0, (int64(w.ServerTime)*1000)+epochNano)
93 ServerTime uint64 member
100 return time.Unix(0, (int64(s.ServerTime)*1000)+epochNano)
257 ServerTime: serverTime,
269 …h := &ServerHeartbeat{ServerWalEnd: serverWalEnd, ServerTime: serverTime, ReplyRequested: replyNow}
/dports/devel/gitlab-runner/vault-sdk-v0.1.13/vendor/github.com/jackc/pgx/
H A Dreplication.go67 ServerTime uint64 member
75 return time.Unix(0, (int64(w.ServerTime)*1000)+epochNano)
93 ServerTime uint64 member
100 return time.Unix(0, (int64(s.ServerTime)*1000)+epochNano)
257 ServerTime: serverTime,
269 …h := &ServerHeartbeat{ServerWalEnd: serverWalEnd, ServerTime: serverTime, ReplyRequested: replyNow}
/dports/sysutils/istio/vault-sdk-v0.1.12/vendor/github.com/jackc/pgx/
H A Dreplication.go67 ServerTime uint64 member
75 return time.Unix(0, (int64(w.ServerTime)*1000)+epochNano)
93 ServerTime uint64 member
100 return time.Unix(0, (int64(s.ServerTime)*1000)+epochNano)
257 ServerTime: serverTime,
269 …h := &ServerHeartbeat{ServerWalEnd: serverWalEnd, ServerTime: serverTime, ReplyRequested: replyNow}
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/vault/vendor/github.com/jackc/pgx/
H A Dreplication.go66 ServerTime uint64 member
74 return time.Unix(0, (int64(w.ServerTime)*1000)+epochNano)
92 ServerTime uint64 member
99 return time.Unix(0, (int64(s.ServerTime)*1000)+epochNano)
252 ServerTime: serverTime,
264 …h := &ServerHeartbeat{ServerWalEnd: serverWalEnd, ServerTime: serverTime, ReplyRequested: replyNow}
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/jackc/pgx/
H A Dreplication.go67 ServerTime uint64 member
75 return time.Unix(0, (int64(w.ServerTime)*1000)+epochNano)
93 ServerTime uint64 member
100 return time.Unix(0, (int64(s.ServerTime)*1000)+epochNano)
257 ServerTime: serverTime,
269 …h := &ServerHeartbeat{ServerWalEnd: serverWalEnd, ServerTime: serverTime, ReplyRequested: replyNow}
/dports/net/grive2/grive2-ffb744a/libgrive/src/base/
H A DSyncer.cc47 if ( res->ServerTime() != DateTime() ) in Download()
48 os::SetFileTime( file, res->ServerTime() ) ; in Download()

12345678910