Home
last modified time | relevance | path

Searched refs:client_query (Results 1 – 25 of 63) sorted by relevance

123

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/prometheus/queries/
H A Ddeployment_query.rb22 memory_before: client_query(memory_avg_query, time: deployment.created_at.to_f),
23 memory_after: client_query(memory_avg_query, time: timeframe_end),
26 cpu_before: client_query(cpu_avg_query, time: deployment.created_at.to_f),
27 cpu_after: client_query(cpu_avg_query, time: timeframe_end)
H A Denvironment_query.rb19 memory_current: client_query(memory_query, time: timeframe_end),
21 cpu_current: client_query(cpu_query, time: timeframe_end)
H A Dvalidate_query.rb8 client_query(query)
H A Dquery_additional_metrics.rb63 client_query(query[:query], time: context[:timeframe_end])
/dports/devel/py-dj32-graphene-django/graphene-django-2.15.0/graphene_django/tests/
H A Dtest_utils.py79 def client_query(client): function
86 def test_pytest_fixture_usage(client_query): argument
/dports/devel/py-graphene-django/graphene-django-2.15.0/graphene_django/tests/
H A Dtest_utils.py79 def client_query(client): function
86 def test_pytest_fixture_usage(client_query): argument
/dports/www/bareos19-webui/bareos-Release-19.2.11/core/src/tests/
H A Dcatalog.cc150 std::string client_query{ in TEST_F() local
158 ASSERT_TRUE(db->SqlQuery(client_query.c_str(), 0)); in TEST_F()
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/core/src/tests/
H A Dcatalog.cc150 std::string client_query{ in TEST_F() local
158 ASSERT_TRUE(db->SqlQuery(client_query.c_str(), 0)); in TEST_F()
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/core/src/tests/
H A Dcatalog.cc150 std::string client_query{ in TEST_F() local
158 ASSERT_TRUE(db->SqlQuery(client_query.c_str(), 0)); in TEST_F()
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/core/src/tests/
H A Dcatalog.cc150 std::string client_query{ in TEST_F() local
158 ASSERT_TRUE(db->SqlQuery(client_query.c_str(), 0)); in TEST_F()
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/core/src/tests/
H A Dcatalog.cc150 std::string client_query{ in TEST_F() local
158 ASSERT_TRUE(db->SqlQuery(client_query.c_str(), 0)); in TEST_F()
/dports/sysutils/bareos-client/bareos-Release-20.0.3/core/src/tests/
H A Dcatalog.cc150 std::string client_query{ in TEST_F() local
158 ASSERT_TRUE(db->SqlQuery(client_query.c_str(), 0)); in TEST_F()
/dports/sysutils/bareos-server/bareos-Release-20.0.3/core/src/tests/
H A Dcatalog.cc150 std::string client_query{ in TEST_F() local
158 ASSERT_TRUE(db->SqlQuery(client_query.c_str(), 0)); in TEST_F()
/dports/www/bareos-webui/bareos-Release-20.0.3/core/src/tests/
H A Dcatalog.cc150 std::string client_query{ in TEST_F() local
158 ASSERT_TRUE(db->SqlQuery(client_query.c_str(), 0)); in TEST_F()
/dports/mail/vpopmail/vpopmail-5.4.33/
H A Dclient.h28 int client_query(void *, const char *, uint16_t, storage_t *, storage_t *);
H A Dclient.c260 int client_query(void *vhandle, const char *entry, uint16_t len, storage_t *susage, storage_t *cusa… in client_query() function
390 ret = client_query(handle, entry, strlen(entry), susage, cusage); in client_query_quick()
H A Dvusagec.c61 ret = client_query(handle, argv[i], strlen(argv[i]), &uusage, &musage); in main()
/dports/dns/dnsdist/dnsdist-1.6.1/
H A Ddnstap.hh36 …ry = 1, auth_response = 2, resolver_query = 3, resolver_response = 4, client_query = 5, client_res… enumerator
/dports/net/freeradius3/freeradius-server-3.0.25/raddb/mods-config/sql/main/sqlite/
H A Dqueries.conf123 client_query = "\
/dports/net/freeradius3/freeradius-server-3.0.25/raddb/mods-config/sql/main/mysql/
H A Dqueries.conf141 client_query = "\
/dports/net/freeradius3/freeradius-server-3.0.25/raddb/mods-config/sql/main/postgresql/
H A Dqueries.conf143 client_query = "\
/dports/net/freeradius3/freeradius-server-3.0.25/raddb/mods-config/sql/main/oracle/
H A Dqueries.conf120 client_query = "\
/dports/net-mgmt/riemann-c-client/riemann-c-client-riemann-c-client-1.10.5/src/
H A Driemann-client.c86 { "query", client_query, strcasecmp },
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/tasks/gitlab/
H A Dgraphql.rake50 if summary == :client_query
86 when :client_query
/dports/dns/drool/drool-1.1.0/src/
H A Dclient.h110 const drool_query_t* client_query(const drool_client_t* client);

123