Home
last modified time | relevance | path

Searched defs:QueryFunc (Results 1 – 25 of 64) sorted by relevance

123

/dports/devel/cquery/cquery-20180718/src/
H A Dquery.h187 struct QueryFunc : QueryEntity<QueryFunc, FuncDefDefinitionData<QueryId>> { struct
197 explicit QueryFunc(const Usr& usr) : usr(usr) {} in QueryFunc() argument
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/prometheus/prometheus/template/
H A Dtemplate.go79 type QueryFunc func(context.Context, string, time.Time) (promql.Vector, error) type
81 func query(ctx context.Context, q string, ts time.Time, queryFn QueryFunc) (queryResult, error) {
116 queryFunc QueryFunc,
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/prometheus/prometheus/template/
H A Dtemplate.go79 type QueryFunc func(context.Context, string, time.Time) (promql.Vector, error) type
81 func query(ctx context.Context, q string, ts time.Time, queryFn QueryFunc) (queryResult, error) {
116 queryFunc QueryFunc,
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/prometheus/prometheus/template/
H A Dtemplate.go79 type QueryFunc func(context.Context, string, time.Time) (promql.Vector, error) type
81 func query(ctx context.Context, q string, ts time.Time, queryFn QueryFunc) (queryResult, error) {
116 queryFunc QueryFunc,
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/prometheus/prometheus/template/
H A Dtemplate.go79 type QueryFunc func(context.Context, string, time.Time) (promql.Vector, error) type
81 func query(ctx context.Context, q string, ts time.Time, queryFn QueryFunc) (queryResult, error) {
127 queryFunc QueryFunc,
/dports/net-mgmt/prometheus2/prometheus-2.30.3/template/
H A Dtemplate.go79 type QueryFunc func(context.Context, string, time.Time) (promql.Vector, error) type
81 func query(ctx context.Context, q string, ts time.Time, queryFn QueryFunc) (queryResult, error) {
127 queryFunc QueryFunc,
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/github.com/prometheus/prometheus/template/
H A Dtemplate.go79 type QueryFunc func(context.Context, string, time.Time) (promql.Vector, error) type
81 func query(ctx context.Context, q string, ts time.Time, queryFn QueryFunc) (queryResult, error) {
128 queryFunc QueryFunc,
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/prometheus/prometheus/template/
H A Dtemplate.go79 type QueryFunc func(context.Context, string, time.Time) (promql.Vector, error) type
81 func query(ctx context.Context, q string, ts time.Time, queryFn QueryFunc) (queryResult, error) {
128 queryFunc QueryFunc,
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/prometheus/prometheus/template/
H A Dtemplate.go79 type QueryFunc func(context.Context, string, time.Time) (promql.Vector, error) type
81 func query(ctx context.Context, q string, ts time.Time, queryFn QueryFunc) (queryResult, error) {
128 queryFunc QueryFunc,
/dports/devel/ccls/ccls-0.20210330/src/
H A Dquery.hh69 struct QueryFunc : QueryEntity<QueryFunc, FuncDef<Vec>> { struct
70 Usr usr;
71 llvm::SmallVector<Def, 1> def;
72 std::vector<DeclRef> declarations;
73 std::vector<Usr> derived;
74 std::vector<Use> uses;
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/pkg/ruler/
H A Dmemstore_test.go35 func testStore(queryFunc rules.QueryFunc) *MemStore {
/dports/net/storj/storj-1.45.3/vendor/github.com/jackc/pgx/v4/
H A Dtx.go162QueryFunc(ctx context.Context, sql string, args []interface{}, scans []interface{}, f func(QueryFu… methodSpec
293 func (tx *dbTx) QueryFunc(ctx context.Context, sql string, args []interface{}, scans []interface{},… func
412 func (sp *dbSavepoint) QueryFunc(ctx context.Context, sql string, args []interface{}, scans []inter… func
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/jackc/pgx/v4/
H A Dtx.go162QueryFunc(ctx context.Context, sql string, args []interface{}, scans []interface{}, f func(QueryFu… methodSpec
293 func (tx *dbTx) QueryFunc(ctx context.Context, sql string, args []interface{}, scans []interface{},… func
412 func (sp *dbSavepoint) QueryFunc(ctx context.Context, sql string, args []interface{}, scans []inter… func
/dports/games/automuteus/automuteus-6.15.2/vendor/github.com/jackc/pgx/v4/
H A Dtx.go157QueryFunc(ctx context.Context, sql string, args []interface{}, scans []interface{}, f func(QueryFu… methodSpec
288 func (tx *dbTx) QueryFunc(ctx context.Context, sql string, args []interface{}, scans []interface{},… func
407 func (sp *dbSavepoint) QueryFunc(ctx context.Context, sql string, args []interface{}, scans []inter… func
/dports/net/storj/storj-1.45.3/vendor/github.com/jackc/pgx/v4/pgxpool/
H A Dtx.go69 func (tx *Tx) QueryFunc(ctx context.Context, sql string, args []interface{}, scans []interface{}, f… func
H A Dconn.go61 func (c *Conn) QueryFunc(ctx context.Context, sql string, args []interface{}, scans []interface{}, … func
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/jackc/pgx/v4/pgxpool/
H A Dtx.go69 func (tx *Tx) QueryFunc(ctx context.Context, sql string, args []interface{}, scans []interface{}, f… func
H A Dconn.go61 func (c *Conn) QueryFunc(ctx context.Context, sql string, args []interface{}, scans []interface{}, … func
/dports/games/automuteus/automuteus-6.15.2/vendor/github.com/jackc/pgx/v4/pgxpool/
H A Dtx.go69 func (tx *Tx) QueryFunc(ctx context.Context, sql string, args []interface{}, scans []interface{}, f… func
H A Dconn.go61 func (c *Conn) QueryFunc(ctx context.Context, sql string, args []interface{}, scans []interface{}, … func
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/cortexproject/cortex/pkg/ruler/
H A Dcompat.go148 func MetricsQueryFunc(qf rules.QueryFunc, queries, failedQueries prometheus.Counter) rules.QueryFun…
180 func RecordAndReportRuleQueryMetrics(qf rules.QueryFunc, queryTime prometheus.Counter, logger log.L…
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/pkg/ruler/
H A Dcompat.go148 func MetricsQueryFunc(qf rules.QueryFunc, queries, failedQueries prometheus.Counter) rules.QueryFun…
180 func RecordAndReportRuleQueryMetrics(qf rules.QueryFunc, queryTime prometheus.Counter, logger log.L…
/dports/databases/gnats4/gnats-4.1.0/gnats/
H A Dquery.h77 typedef void (*QueryFunc)(int, PR *, QueryFormat *); typedef
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/prometheus/prometheus/rules/
H A Dmanager.go122 type QueryFunc func(ctx context.Context, q string, t time.Time) (promql.Vector, error) type
156 Eval(context.Context, time.Time, QueryFunc, *url.URL) (promql.Vector, error) argument
627 QueryFunc QueryFunc member
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/prometheus/prometheus/rules/
H A Dmanager.go159 type QueryFunc func(ctx context.Context, q string, t time.Time) (promql.Vector, error) type
195 Eval(context.Context, time.Time, QueryFunc, *url.URL) (promql.Vector, error) argument
730 QueryFunc QueryFunc member

123