Home
last modified time | relevance | path

Searched defs:userState (Results 1 – 25 of 312) sorted by relevance

12345678910>>...13

/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/pkg/ingester/
H A Duser_state.go39 type userState struct { struct
40 limiter *Limiter
41 userID string
42 fpLocker *fingerprintLocker
43 fpToSeries *seriesMap
44 mapper *fpMapper
48 activeSeries *ActiveSeries
49 logger log.Logger
51 seriesInMetric *metricCounter
54 memSeries prometheus.Gauge
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/cortexproject/cortex/pkg/ingester/
H A Duser_state.go39 type userState struct { struct
40 limiter *Limiter
41 userID string
42 fpLocker *fingerprintLocker
43 fpToSeries *seriesMap
44 mapper *fpMapper
48 activeSeries *ActiveSeries
49 logger log.Logger
51 seriesInMetric *metricCounter
54 memSeries prometheus.Gauge
[all …]
/dports/security/softether-devel/v4.36-9754/src/BuildUtil/Web References/HvSignService/
H A DReference.cs182 public void HelloWorldAsync(object userState) { in HelloWorldAsync()
213 …gnAsync(string src_filename, bool driver_mode, string description, int cert_id, object userState) { in ExecSignAsync()
249 … src_filename, bool driver_mode, string description, int cert_id, int sha_mode, object userState) { in ExecSignExAsync()
269 public new void CancelAsync(object userState) { in CancelAsync()
299 …mpletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : in HelloWorldCompletedEventArgs()
325 …mpletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : in ExecSignCompletedEventArgs()
351 …mpletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : in ExecSignExCompletedEventArgs()
/dports/security/softether/v4.38-9760/src/BuildUtil/Web References/HvSignService/
H A DReference.cs182 public void HelloWorldAsync(object userState) { in HelloWorldAsync()
213 …gnAsync(string src_filename, bool driver_mode, string description, int cert_id, object userState) { in ExecSignAsync()
249 … src_filename, bool driver_mode, string description, int cert_id, int sha_mode, object userState) { in ExecSignExAsync()
269 public new void CancelAsync(object userState) { in CancelAsync()
299 …mpletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : in HelloWorldCompletedEventArgs()
325 …mpletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : in ExecSignCompletedEventArgs()
351 …mpletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : in ExecSignExCompletedEventArgs()
/dports/security/softether-devel/v4.36-9754/src/BuildUtil/Web References/SignService/
H A DReference.cs177 public void HelloWorldAsync(object userState) { in HelloWorldAsync()
208 … public void DoSignAsync(byte[] srcData, bool driverMode, string description, object userState) { in DoSignAsync()
226 public new void CancelAsync(object userState) { in CancelAsync()
256 …mpletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : in HelloWorldCompletedEventArgs()
282 …mpletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : in DoSignCompletedEventArgs()
/dports/security/softether/v4.38-9760/src/BuildUtil/Web References/SignService/
H A DReference.cs177 public void HelloWorldAsync(object userState) { in HelloWorldAsync()
208 … public void DoSignAsync(byte[] srcData, bool driverMode, string description, object userState) { in DoSignAsync()
226 public new void CancelAsync(object userState) { in CancelAsync()
256 …mpletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : in HelloWorldCompletedEventArgs()
282 …mpletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : in DoSignCompletedEventArgs()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/componentmodel/
H A DProgressChangedEventArgs.cs15 private readonly object userState; field in System.ComponentModel.ProgressChangedEventArgs
17 public ProgressChangedEventArgs(int progressPercentage, object userState) in ProgressChangedEventArgs()
H A DAsyncCompletedEventArgs.cs18 private readonly object userState; field in System.ComponentModel.AsyncCompletedEventArgs
28 public AsyncCompletedEventArgs(Exception error, bool cancelled, object userState) in AsyncCompletedEventArgs()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web.Services/System.Web.Services.Protocols/
H A DHttpWebClientProtocol.cs191 internal void RegisterMapping (object userState, WebClientAsyncResult result) in RegisterMapping()
199 internal void UnregisterMapping (object userState) in UnregisterMapping()
207 protected void CancelAsync (object userState) in CancelAsync()
239 public InvokeAsyncInfo (SendOrPostCallback callback, object userState) in InvokeAsyncInfo()
/dports/polish/kadu/kadu-4.3/plugins/encryption_otr/
H A Dotr-peer-identity-verification-service.cpp79 OtrlUserState userState = UserStateService.data()->userState(); in startQuestionAndAnswerVerification() local
93 OtrlUserState userState = UserStateService.data()->userState(); in startSharedSecretVerficiation() local
107 OtrlUserState userState = UserStateService.data()->userState(); in respondVerification() local
121 OtrlUserState userState = UserStateService.data()->userState(); in cancelVerification() local
/dports/net-im/ktp-common-internals/ktp-common-internals-21.12.3/otr-proxy/KTpProxy/
H A Dotr-utils.cpp27 Fingerprint* findFingerprint(OtrlUserState userState, const QString &fp, const QString &user) in findFingerprint()
64 …TrustLevel getTrustLevel(const SessionContext &ctx, OtrlUserState userState, otrl_instag_t instanc… in getTrustLevel()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Net/net/PeerToPeer/
H A DPeerNameResolver.cs165 …rNameResolverHelper(PeerName peerName, Cloud cloud, int MaxRecords, object userState, PeerNameReso… in PeerNameResolverHelper()
729 public void ResolveAsync(PeerName peerName, object userState) in ResolveAsync()
734 public void ResolveAsync(PeerName peerName, Cloud cloud, object userState) in ResolveAsync()
739 public void ResolveAsync(PeerName peerName, int maxRecords, object userState) in ResolveAsync()
750 public void ResolveAsync(PeerName peerName, Cloud cloud, int maxRecords, object userState) in ResolveAsync()
885 public void ResolveAsyncCancel(object userState) in ResolveAsyncCancel()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Runtime.Serialization/Test/System.Runtime.Serialization/
H A DBug675144Test.cs145 …mpletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : in GetDataCompletedEventArgs()
164 …mpletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : in GetCollectionDataCompletedEventArgs()
183 …mpletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : in GetNestedDataCompletedEventArgs()
314 public void GetDataAsync(object userState) { in GetDataAsync()
358 public void GetCollectionDataAsync(object userState) { in GetCollectionDataAsync()
402 public void GetNestedDataAsync(object userState) { in GetNestedDataAsync()
435 public void OpenAsync(object userState) { in OpenAsync()
468 public void CloseAsync(object userState) { in CloseAsync()
/dports/lang/mono/mono-5.10.1.57/external/rx/Rx/NET/Samples/HOL/CS/Excercise7/Step07/Service References/DictionarySuggestService/
H A DReference.cs430 …mpletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : in DefineCompletedEventArgs()
487 …mpletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : in MatchCompletedEventArgs()
649 public void ServerInfoAsync(object userState) { in ServerInfoAsync()
697 public void DictionaryListAsync(object userState) { in DictionaryListAsync()
745 public void DictionaryListExtendedAsync(object userState) { in DictionaryListExtendedAsync()
794 public void DictionaryInfoAsync(string dictId, object userState) { in DictionaryInfoAsync()
844 public void DefineAsync(string word, object userState) { in DefineAsync()
895 public void DefineInDictAsync(string dictId, string word, object userState) { in DefineInDictAsync()
945 public void StrategyListAsync(object userState) { in StrategyListAsync()
995 public void MatchAsync(string word, string strategy, object userState) { in MatchAsync()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/rx/Rx/NET/Samples/HOL/CS/Excercise7/Step02/Service References/DictionarySuggestService/
H A DReference.cs430 …mpletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : in DefineCompletedEventArgs()
487 …mpletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : in MatchCompletedEventArgs()
649 public void ServerInfoAsync(object userState) { in ServerInfoAsync()
697 public void DictionaryListAsync(object userState) { in DictionaryListAsync()
745 public void DictionaryListExtendedAsync(object userState) { in DictionaryListExtendedAsync()
794 public void DictionaryInfoAsync(string dictId, object userState) { in DictionaryInfoAsync()
844 public void DefineAsync(string word, object userState) { in DefineAsync()
895 public void DefineInDictAsync(string dictId, string word, object userState) { in DefineInDictAsync()
945 public void StrategyListAsync(object userState) { in StrategyListAsync()
995 public void MatchAsync(string word, string strategy, object userState) { in MatchAsync()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/rx/Rx/NET/Samples/HOL/CS/Excercise8/Step02/Service References/DictionarySuggestService/
H A DReference.cs430 …mpletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : in DefineCompletedEventArgs()
487 …mpletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : in MatchCompletedEventArgs()
649 public void ServerInfoAsync(object userState) { in ServerInfoAsync()
697 public void DictionaryListAsync(object userState) { in DictionaryListAsync()
745 public void DictionaryListExtendedAsync(object userState) { in DictionaryListExtendedAsync()
794 public void DictionaryInfoAsync(string dictId, object userState) { in DictionaryInfoAsync()
844 public void DefineAsync(string word, object userState) { in DefineAsync()
895 public void DefineInDictAsync(string dictId, string word, object userState) { in DefineInDictAsync()
945 public void StrategyListAsync(object userState) { in StrategyListAsync()
995 public void MatchAsync(string word, string strategy, object userState) { in MatchAsync()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/rx/Rx/NET/Samples/HOL/CS/Excercise8/Step06/Service References/DictionarySuggestService/
H A DReference.cs430 …mpletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : in DefineCompletedEventArgs()
487 …mpletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : in MatchCompletedEventArgs()
649 public void ServerInfoAsync(object userState) { in ServerInfoAsync()
697 public void DictionaryListAsync(object userState) { in DictionaryListAsync()
745 public void DictionaryListExtendedAsync(object userState) { in DictionaryListExtendedAsync()
794 public void DictionaryInfoAsync(string dictId, object userState) { in DictionaryInfoAsync()
844 public void DefineAsync(string word, object userState) { in DefineAsync()
895 public void DefineInDictAsync(string dictId, string word, object userState) { in DefineInDictAsync()
945 public void StrategyListAsync(object userState) { in StrategyListAsync()
995 public void MatchAsync(string word, string strategy, object userState) { in MatchAsync()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/rx/Rx/NET/Samples/HOL/CS/Excercise7/Step03/Service References/DictionarySuggestService/
H A DReference.cs430 …mpletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : in DefineCompletedEventArgs()
487 …mpletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : in MatchCompletedEventArgs()
649 public void ServerInfoAsync(object userState) { in ServerInfoAsync()
697 public void DictionaryListAsync(object userState) { in DictionaryListAsync()
745 public void DictionaryListExtendedAsync(object userState) { in DictionaryListExtendedAsync()
794 public void DictionaryInfoAsync(string dictId, object userState) { in DictionaryInfoAsync()
844 public void DefineAsync(string word, object userState) { in DefineAsync()
895 public void DefineInDictAsync(string dictId, string word, object userState) { in DefineInDictAsync()
945 public void StrategyListAsync(object userState) { in StrategyListAsync()
995 public void MatchAsync(string word, string strategy, object userState) { in MatchAsync()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/rx/Rx/NET/Samples/HOL/CS/Excercise7/Step06/Service References/DictionarySuggestService/
H A DReference.cs430 …mpletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : in DefineCompletedEventArgs()
487 …mpletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : in MatchCompletedEventArgs()
649 public void ServerInfoAsync(object userState) { in ServerInfoAsync()
697 public void DictionaryListAsync(object userState) { in DictionaryListAsync()
745 public void DictionaryListExtendedAsync(object userState) { in DictionaryListExtendedAsync()
794 public void DictionaryInfoAsync(string dictId, object userState) { in DictionaryInfoAsync()
844 public void DefineAsync(string word, object userState) { in DefineAsync()
895 public void DefineInDictAsync(string dictId, string word, object userState) { in DefineInDictAsync()
945 public void StrategyListAsync(object userState) { in StrategyListAsync()
995 public void MatchAsync(string word, string strategy, object userState) { in MatchAsync()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/rx/Rx/NET/Samples/HOL/CS/Excercise8/Step03/Service References/DictionarySuggestService/
H A DReference.cs430 …mpletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : in DefineCompletedEventArgs()
487 …mpletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : in MatchCompletedEventArgs()
649 public void ServerInfoAsync(object userState) { in ServerInfoAsync()
697 public void DictionaryListAsync(object userState) { in DictionaryListAsync()
745 public void DictionaryListExtendedAsync(object userState) { in DictionaryListExtendedAsync()
794 public void DictionaryInfoAsync(string dictId, object userState) { in DictionaryInfoAsync()
844 public void DefineAsync(string word, object userState) { in DefineAsync()
895 public void DefineInDictAsync(string dictId, string word, object userState) { in DefineInDictAsync()
945 public void StrategyListAsync(object userState) { in StrategyListAsync()
995 public void MatchAsync(string word, string strategy, object userState) { in MatchAsync()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/rx/Rx/NET/Samples/HOL/CS/Excercise8/Step09/Service References/DictionarySuggestService/
H A DReference.cs430 …mpletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : in DefineCompletedEventArgs()
487 …mpletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : in MatchCompletedEventArgs()
649 public void ServerInfoAsync(object userState) { in ServerInfoAsync()
697 public void DictionaryListAsync(object userState) { in DictionaryListAsync()
745 public void DictionaryListExtendedAsync(object userState) { in DictionaryListExtendedAsync()
794 public void DictionaryInfoAsync(string dictId, object userState) { in DictionaryInfoAsync()
844 public void DefineAsync(string word, object userState) { in DefineAsync()
895 public void DefineInDictAsync(string dictId, string word, object userState) { in DefineInDictAsync()
945 public void StrategyListAsync(object userState) { in StrategyListAsync()
995 public void MatchAsync(string word, string strategy, object userState) { in MatchAsync()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/rx/Rx/NET/Samples/HOL/CS/Excercise9/Step01/Service References/DictionarySuggestService/
H A DReference.cs430 …mpletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : in DefineCompletedEventArgs()
487 …mpletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : in MatchCompletedEventArgs()
649 public void ServerInfoAsync(object userState) { in ServerInfoAsync()
697 public void DictionaryListAsync(object userState) { in DictionaryListAsync()
745 public void DictionaryListExtendedAsync(object userState) { in DictionaryListExtendedAsync()
794 public void DictionaryInfoAsync(string dictId, object userState) { in DictionaryInfoAsync()
844 public void DefineAsync(string word, object userState) { in DefineAsync()
895 public void DefineInDictAsync(string dictId, string word, object userState) { in DefineInDictAsync()
945 public void StrategyListAsync(object userState) { in StrategyListAsync()
995 public void MatchAsync(string word, string strategy, object userState) { in MatchAsync()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/rx/Rx/NET/Samples/HOL/CS/Excercise9/Step03/Service References/DictionarySuggestService/
H A DReference.cs430 …mpletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : in DefineCompletedEventArgs()
487 …mpletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : in MatchCompletedEventArgs()
649 public void ServerInfoAsync(object userState) { in ServerInfoAsync()
697 public void DictionaryListAsync(object userState) { in DictionaryListAsync()
745 public void DictionaryListExtendedAsync(object userState) { in DictionaryListExtendedAsync()
794 public void DictionaryInfoAsync(string dictId, object userState) { in DictionaryInfoAsync()
844 public void DefineAsync(string word, object userState) { in DefineAsync()
895 public void DefineInDictAsync(string dictId, string word, object userState) { in DefineInDictAsync()
945 public void StrategyListAsync(object userState) { in StrategyListAsync()
995 public void MatchAsync(string word, string strategy, object userState) { in MatchAsync()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/rx/Rx/NET/Samples/HOL/CS/Excercise9/Step04/Service References/DictionarySuggestService/
H A DReference.cs430 …mpletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : in DefineCompletedEventArgs()
487 …mpletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : in MatchCompletedEventArgs()
649 public void ServerInfoAsync(object userState) { in ServerInfoAsync()
697 public void DictionaryListAsync(object userState) { in DictionaryListAsync()
745 public void DictionaryListExtendedAsync(object userState) { in DictionaryListExtendedAsync()
794 public void DictionaryInfoAsync(string dictId, object userState) { in DictionaryInfoAsync()
844 public void DefineAsync(string word, object userState) { in DefineAsync()
895 public void DefineInDictAsync(string dictId, string word, object userState) { in DefineInDictAsync()
945 public void StrategyListAsync(object userState) { in StrategyListAsync()
995 public void MatchAsync(string word, string strategy, object userState) { in MatchAsync()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/rx/Rx/NET/Samples/HOL/CS/Excercise8/Start/Service References/DictionarySuggestService/
H A DReference.cs430 …mpletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : in DefineCompletedEventArgs()
487 …mpletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : in MatchCompletedEventArgs()
649 public void ServerInfoAsync(object userState) { in ServerInfoAsync()
697 public void DictionaryListAsync(object userState) { in DictionaryListAsync()
745 public void DictionaryListExtendedAsync(object userState) { in DictionaryListExtendedAsync()
794 public void DictionaryInfoAsync(string dictId, object userState) { in DictionaryInfoAsync()
844 public void DefineAsync(string word, object userState) { in DefineAsync()
895 public void DefineInDictAsync(string dictId, string word, object userState) { in DefineInDictAsync()
945 public void StrategyListAsync(object userState) { in StrategyListAsync()
995 public void MatchAsync(string word, string strategy, object userState) { in MatchAsync()
[all …]

12345678910>>...13