Home
last modified time | relevance | path

Searched defs:queryHandler (Results 1 – 20 of 20) sorted by relevance

/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/serf/client/
H A Drpc_client.go569 type queryHandler struct { struct
570 client *RPCClient
571 closed bool
572 init bool
573 initCh chan<- error
574 ackCh chan<- string
575 respCh chan<- NodeResponse
576 seq uint64
579 func (qh *queryHandler) Handle(resp *responseHeader) {
619 func (qh *queryHandler) Cleanup() {
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/serf/client/
H A Drpc_client.go569 type queryHandler struct { struct
570 client *RPCClient
571 closed bool
572 init bool
573 initCh chan<- error
574 ackCh chan<- string
575 respCh chan<- NodeResponse
576 seq uint64
579 func (qh *queryHandler) Handle(resp *responseHeader) {
619 func (qh *queryHandler) Cleanup() {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/serf/client/
H A Drpc_client.go569 type queryHandler struct { struct
570 client *RPCClient
571 closed bool
572 init bool
573 initCh chan<- error
574 ackCh chan<- string
575 respCh chan<- NodeResponse
576 seq uint64
579 func (qh *queryHandler) Handle(resp *responseHeader) {
619 func (qh *queryHandler) Cleanup() {
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/serf/serf-0.7.0/client/
H A Drpc_client.go553 type queryHandler struct { struct
554 client *RPCClient
555 closed bool
556 init bool
557 initCh chan<- error
558 ackCh chan<- string
559 respCh chan<- NodeResponse
560 seq uint64
563 func (qh *queryHandler) Handle(resp *responseHeader) {
603 func (qh *queryHandler) Cleanup() {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/serf/client/
H A Drpc_client.go569 type queryHandler struct { struct
570 client *RPCClient
571 closed bool
572 init bool
573 initCh chan<- error
574 ackCh chan<- string
575 respCh chan<- NodeResponse
576 seq uint64
579 func (qh *queryHandler) Handle(resp *responseHeader) {
619 func (qh *queryHandler) Cleanup() {
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/serf/client/
H A Drpc_client.go569 type queryHandler struct { struct
570 client *RPCClient
571 closed bool
572 init bool
573 initCh chan<- error
574 ackCh chan<- string
575 respCh chan<- NodeResponse
576 seq uint64
579 func (qh *queryHandler) Handle(resp *responseHeader) {
619 func (qh *queryHandler) Cleanup() {
/dports/sysutils/serf/serf-0.8.5/client/
H A Drpc_client.go569 type queryHandler struct { struct
570 client *RPCClient
571 closed bool
572 init bool
573 initCh chan<- error
574 ackCh chan<- string
575 respCh chan<- NodeResponse
576 seq uint64
579 func (qh *queryHandler) Handle(resp *responseHeader) {
619 func (qh *queryHandler) Cleanup() {
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/hashicorp/serf/client/
H A Drpc_client.go553 type queryHandler struct { struct
554 client *RPCClient
555 closed bool
556 init bool
557 initCh chan<- error
558 ackCh chan<- string
559 respCh chan<- NodeResponse
560 seq uint64
563 func (qh *queryHandler) Handle(resp *responseHeader) {
603 func (qh *queryHandler) Cleanup() {
/dports/x11/albert/albert-0.16.1/src/app/
H A Dextensionmanager.cpp154 void Core::ExtensionManager::registerQueryHandler(Core::QueryHandler *queryHandler) { in registerQueryHandler()
161 void Core::ExtensionManager::unregisterQueryHandler(Core::QueryHandler *queryHandler) { in unregisterQueryHandler()
H A Dqueryexecution.cpp129 function<pair<QueryHandler*,uint>(QueryHandler*)> func = [this](QueryHandler* queryHandler){ in runBatchHandlers()
191 function<pair<QueryHandler*,uint>(QueryHandler*)> func = [this](QueryHandler* queryHandler){ in runRealtimeHandlers()
/dports/net-mgmt/promscale/promscale-0.6.2/pkg/api/
H A Dquery.go22 func queryHandler(queryEngine *promql.Engine, queryable promql.Queryable, metrics *Metrics) http.Ha… func
/dports/www/firefox-esr/firefox-91.8.0/remote/test/puppeteer/src/common/
H A DJSHandle.ts789 const { updatedSelector, queryHandler } = constant
801 const { updatedSelector, queryHandler } = constant
884 const { updatedSelector, queryHandler } = constant
H A DQueryHandler.ts229 const queryHandler = _queryHandlers.get(name); constant
/dports/mail/thunderbird/thunderbird-91.8.0/remote/test/puppeteer/src/common/
H A DJSHandle.ts789 const { updatedSelector, queryHandler } = constant
801 const { updatedSelector, queryHandler } = constant
884 const { updatedSelector, queryHandler } = constant
H A DQueryHandler.ts229 const queryHandler = _queryHandlers.get(name); constant
H A DDOMWorld.ts487 const { updatedSelector, queryHandler } = constant
/dports/www/firefox/firefox-99.0/remote/test/puppeteer/src/common/
H A DJSHandle.ts930 const { updatedSelector, queryHandler } = constant
942 const { updatedSelector, queryHandler } = constant
1025 const { updatedSelector, queryHandler } = constant
H A DQueryHandler.ts229 const queryHandler = _queryHandlers.get(name); constant
H A DDOMWorld.ts509 const { updatedSelector, queryHandler } = constant
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/search/java/org/mozilla/search/
H A DSearchActivity.java75 private AsyncQueryHandler queryHandler; field in SearchActivity