Home
last modified time | relevance | path

Searched refs:queueKey (Results 1 – 4 of 4) sorted by relevance

/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/PushNotification/Type/
H A DPushNotificationData.php55 if(count($xml->queueKey))
56 $this->queueKey = (string)$xml->queueKey;
72 public $queueKey = null; variable in Kaltura\\Client\\Plugin\\PushNotification\\Type\\PushNotificationData
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/controller/serviceaccount/
H A Dtokens_controller.go736 queueKey, ok := key.(serviceAccountQueueKey)
737 if !ok || len(queueKey.namespace) == 0 || len(queueKey.name) == 0 || len(queueKey.uid) == 0 {
740 return queueKey, nil
766 queueKey, ok := key.(secretQueueKey)
767 …if !ok || len(queueKey.namespace) == 0 || len(queueKey.name) == 0 || len(queueKey.uid) == 0 || len…
770 return queueKey, nil
/dports/www/grafana8/grafana-8.3.6/pkg/tsdb/cloudwatch/
H A Dlive.go154 func (e *cloudWatchExecutor) getQueue(queueKey string, pluginCtx backend.PluginContext) (chan bool,…
158 if queue, ok := e.logsService.queues[queueKey]; ok {
162 concurrentQueriesQuota := e.fetchConcurrentQueriesQuota(queueKey, pluginCtx)
165 e.logsService.queues[queueKey] = queueChannel
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/news/src/
H A DnsNNTPProtocol.cpp2210 nsCString queueKey; in BeginAuthorization() local
2212 server->GetKey(queueKey); in BeginAuthorization()
2216 queueKey += groupName; in BeginAuthorization()
2224 rv = asyncPrompter->QueueAsyncAuthPrompt(queueKey, didAuthFail, this); in BeginAuthorization()