Home
last modified time | relevance | path

Searched refs:ds_type (Results 1 – 25 of 276) sorted by relevance

12345678910>>...12

/dports/net-mgmt/collectd5/collectd-5.12.0/src/utils/match/
H A Dmatch.c80 if (data->ds_type & UTILS_MATCH_DS_TYPE_GAUGE) { in default_callback()
84 if (data->ds_type & UTILS_MATCH_CF_GAUGE_INC) { in default_callback()
97 if (data->ds_type & UTILS_MATCH_CF_GAUGE_DIST) { in default_callback()
104 (data->ds_type & UTILS_MATCH_CF_GAUGE_LAST) || in default_callback()
128 if (data->ds_type & UTILS_MATCH_CF_COUNTER_INC) { in default_callback()
141 if (data->ds_type & UTILS_MATCH_CF_COUNTER_SET) in default_callback()
155 if (data->ds_type & UTILS_MATCH_CF_DERIVE_INC) { in default_callback()
168 if (data->ds_type & UTILS_MATCH_CF_DERIVE_SET) in default_callback()
189 if (data->ds_type & UTILS_MATCH_CF_ABSOLUTE_SET) in default_callback()
266 user_data->ds_type = match_ds_type; in match_create_simple()
[all …]
/dports/net-mgmt/collectd5/collectd-5.12.0/src/
H A Dtail.c76 char const *ds_type = ci->values[0].value.string; in ctail_config_add_match_dstype() local
79 if (strcasecmp("GaugeAverage", ds_type) == 0) in ctail_config_add_match_dstype()
81 else if (strcasecmp("GaugeMin", ds_type) == 0) in ctail_config_add_match_dstype()
83 else if (strcasecmp("GaugeMax", ds_type) == 0) in ctail_config_add_match_dstype()
85 else if (strcasecmp("GaugeLast", ds_type) == 0) in ctail_config_add_match_dstype()
87 else if (strcasecmp("GaugeInc", ds_type) == 0) in ctail_config_add_match_dstype()
89 else if (strcasecmp("GaugeAdd", ds_type) == 0) in ctail_config_add_match_dstype()
103 if (strcasecmp("CounterSet", ds_type) == 0) in ctail_config_add_match_dstype()
113 if (strcasecmp("DeriveSet", ds_type) == 0) in ctail_config_add_match_dstype()
115 else if (strcasecmp("DeriveAdd", ds_type) == 0) in ctail_config_add_match_dstype()
[all …]
H A Dutils_lua.c163 value_t luaC_tovalue(lua_State *L, int idx, int ds_type) /* {{{ */ in luaC_tovalue() argument
170 if (ds_type == DS_TYPE_GAUGE) in luaC_tovalue()
172 else if (ds_type == DS_TYPE_DERIVE) in luaC_tovalue()
174 else if (ds_type == DS_TYPE_COUNTER) in luaC_tovalue()
176 else if (ds_type == DS_TYPE_ABSOLUTE) in luaC_tovalue()
266 int luaC_pushvalue(lua_State *L, value_t v, int ds_type) /* {{{ */ in luaC_pushvalue() argument
268 if (ds_type == DS_TYPE_GAUGE) in luaC_pushvalue()
270 else if (ds_type == DS_TYPE_DERIVE) in luaC_pushvalue()
272 else if (ds_type == DS_TYPE_COUNTER) in luaC_pushvalue()
274 else if (ds_type == DS_TYPE_ABSOLUTE) in luaC_pushvalue()
/dports/www/netsurf/netsurf-3.10/content/handlers/html/
H A Dforms.c257 if (ds_type != NULL) in parse_button_element()
291 if (ds_type != NULL && dom_string_caseless_lwc_isequal(ds_type, in parse_input_element()
294 } else if (ds_type != NULL && dom_string_caseless_lwc_isequal(ds_type, in parse_input_element()
297 } else if (ds_type != NULL && dom_string_caseless_lwc_isequal(ds_type, in parse_input_element()
300 } else if (ds_type != NULL && dom_string_caseless_lwc_isequal(ds_type, in parse_input_element()
303 } else if (ds_type != NULL && dom_string_caseless_lwc_isequal(ds_type, in parse_input_element()
306 } else if (ds_type != NULL && dom_string_caseless_lwc_isequal(ds_type, in parse_input_element()
309 } else if (ds_type != NULL && dom_string_caseless_lwc_isequal(ds_type, in parse_input_element()
312 } else if (ds_type != NULL && dom_string_caseless_lwc_isequal(ds_type, in parse_input_element()
315 } else if (ds_type != NULL && dom_string_caseless_lwc_isequal(ds_type, in parse_input_element()
[all …]
/dports/net-mgmt/collectd5/collectd-5.12.0/src/utils/format_stackdriver/
H A Dformat_stackdriver.c133 switch (ds_type) { in format_typed_value()
183 switch (ds_type) { in format_metric_kind()
261 if ((ds_type == DS_TYPE_DERIVE) || (ds_type == DS_TYPE_COUNTER)) { in format_time_interval()
278 int ds_type = ds->ds[ds_index].type; in read_cumulative_state() local
279 if ((ds_type != DS_TYPE_DERIVE) && (ds_type != DS_TYPE_COUNTER)) { in read_cumulative_state()
289 if ((status == 0) && ((ds_type != DS_TYPE_DERIVE) || in read_cumulative_state()
295 if (ds_type == DS_TYPE_DERIVE) { in read_cumulative_state()
327 int ds_type = ds->ds[ds_index].type; in format_point() local
402 int ds_type = ds->ds[ds_index].type; in format_time_series() local
415 if (ds_type == DS_TYPE_GAUGE) { in format_time_series()
[all …]
/dports/dns/rbldnsd/rbldnsd-0.998/
H A Drbldnsd_combined.c35 ds->ds_type->dst_resetfn(ds->ds_dsd, freeall); in ds_combined_reset()
42 ds->ds_type->dst_resetfn(ds->ds_dsd, 1); in ds_combined_reset()
63 dssub->ds_type->dst_finishfn(dssub, dsc); in ds_combined_finishlast()
128 dssub->ds_type = dst; in ds_combined_newset()
134 else if (strcmp(dssub->ds_type->dst_name, p) == 0) { in ds_combined_newset()
143 dssub->ds_type->dst_resetfn(dssub->ds_dsd, 1); in ds_combined_newset()
179 dssub->ds_type->dst_resetfn(dssub->ds_dsd, 0); in ds_combined_newset()
182 dssub->ds_type->dst_startfn(dssub); in ds_combined_newset()
221 dsl->dsl_ds->ds_type->dst_dumpfn(dsl->dsl_ds, NULL/*XXX*/, f); in ds_combined_dump()
H A Drbldnsd_zones.c45 ds->ds_type = *dstp; in newdataset()
114 zone->z_dstflags |= ds->ds_type->dst_flags; in connectdataset()
141 if (!isdstype(ds->ds_type, acl)) in addzone()
149 if (isdstype(ds->ds_type, acl)) { in addzone()
172 if (isdstype(ds->ds_type, acl)) in ds_special()
214 if (isdstype(ds->ds_type, acl)) in ds_special()
319 if (!isdstype(ds->ds_type, combined)) in ds_special()
392 linefn = dscur->ds_type->dst_linefn; in readdslines()
407 ds->ds_type->dst_resetfn(ds->ds_dsd, 0); in freedataset()
442 ds->ds_type->dst_startfn(ds); in loaddataset()
[all …]
/dports/science/hdf5-18/hdf5-1.8.21/c++/test/
H A Dttypes.cpp389 DataType *ds_type = NULL; in test_named() local
477 iscommitted = ds_type->committed(); in test_named()
481 ds_type->close(); in test_named()
482 delete ds_type; in test_named()
488 iscommitted = ds_type->committed(); in test_named()
496 ds_type->close(); in test_named()
498 delete ds_type; in test_named()
503 iscommitted = ds_type->committed(); in test_named()
506 ds_type->close(); in test_named()
527 if(ds_type) in test_named()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/disjoint_sets/test/
H A Ddisjoint_set_test.cpp66 find_with_path_halving> ds_type; in test_main() typedef
67 test_disjoint_set<ds_type>::do_test(); in test_main()
72 find_with_full_path_compression> ds_type; in test_main() typedef
73 test_disjoint_set<ds_type>::do_test(); in test_main()
/dports/devel/boost-python-libs/boost_1_72_0/libs/disjoint_sets/test/
H A Ddisjoint_set_test.cpp66 find_with_path_halving> ds_type; in test_main() typedef
67 test_disjoint_set<ds_type>::do_test(); in test_main()
72 find_with_full_path_compression> ds_type; in test_main() typedef
73 test_disjoint_set<ds_type>::do_test(); in test_main()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/disjoint_sets/
H A Ddisjoint_set_test.cpp66 find_with_path_halving> ds_type; in test_main() typedef
67 test_disjoint_set<ds_type>::do_test(); in test_main()
72 find_with_full_path_compression> ds_type; in test_main() typedef
73 test_disjoint_set<ds_type>::do_test(); in test_main()
/dports/databases/percona57-server/boost_1_59_0/libs/disjoint_sets/
H A Ddisjoint_set_test.cpp66 find_with_path_halving> ds_type; in test_main() typedef
67 test_disjoint_set<ds_type>::do_test(); in test_main()
72 find_with_full_path_compression> ds_type; in test_main() typedef
73 test_disjoint_set<ds_type>::do_test(); in test_main()
/dports/databases/xtrabackup/boost_1_59_0/libs/disjoint_sets/
H A Ddisjoint_set_test.cpp66 find_with_path_halving> ds_type; in test_main() typedef
67 test_disjoint_set<ds_type>::do_test(); in test_main()
72 find_with_full_path_compression> ds_type; in test_main() typedef
73 test_disjoint_set<ds_type>::do_test(); in test_main()
/dports/databases/percona57-client/boost_1_59_0/libs/disjoint_sets/
H A Ddisjoint_set_test.cpp66 find_with_path_halving> ds_type; in test_main() typedef
67 test_disjoint_set<ds_type>::do_test(); in test_main()
72 find_with_full_path_compression> ds_type; in test_main() typedef
73 test_disjoint_set<ds_type>::do_test(); in test_main()
/dports/devel/boost-libs/boost_1_72_0/libs/disjoint_sets/test/
H A Ddisjoint_set_test.cpp66 find_with_path_halving> ds_type; in test_main() typedef
67 test_disjoint_set<ds_type>::do_test(); in test_main()
72 find_with_full_path_compression> ds_type; in test_main() typedef
73 test_disjoint_set<ds_type>::do_test(); in test_main()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/disjoint_sets/
H A Ddisjoint_set_test.cpp66 find_with_path_halving> ds_type; in test_main() typedef
67 test_disjoint_set<ds_type>::do_test(); in test_main()
72 find_with_full_path_compression> ds_type; in test_main() typedef
73 test_disjoint_set<ds_type>::do_test(); in test_main()
/dports/devel/hyperscan/boost_1_75_0/libs/graph/test/
H A Ddisjoint_set_test.cpp64 ds_type; in main() typedef
65 test_disjoint_set< ds_type >::do_test(); in main()
70 ds_type; in main() typedef
71 test_disjoint_set< ds_type >::do_test(); in main()
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/grafana/tests/integration/targets/grafana_datasource/tasks/
H A Dredis.yml9 ds_type: redis-datasource
35 ds_type: redis-datasource
60 ds_type: redis-datasource
85 ds_type: redis-datasource
101 ds_type: redis-datasource
/dports/devel/boost-docs/boost_1_72_0/boost/geometry/strategies/concepts/
H A Dsimplify_concept.hpp43 typedef typename Strategy::distance_strategy_type ds_type; typedef
66 (concepts::PointSegmentDistanceStrategy<ds_type, Point, Point>) in apply()
87 checker::apply(&ds_type::template apply<Point, Point>); in BOOST_CONCEPT_USAGE()
/dports/devel/hyperscan/boost_1_75_0/boost/geometry/strategies/concepts/
H A Dsimplify_concept.hpp48 typedef typename Strategy::distance_strategy_type ds_type; typedef
71 (concepts::PointSegmentDistanceStrategy<ds_type, Point, Point>) in apply()
92 checker::apply(&ds_type::template apply<Point, Point>); in BOOST_CONCEPT_USAGE()
/dports/devel/boost-python-libs/boost_1_72_0/boost/geometry/strategies/concepts/
H A Dsimplify_concept.hpp43 typedef typename Strategy::distance_strategy_type ds_type; typedef
66 (concepts::PointSegmentDistanceStrategy<ds_type, Point, Point>) in apply()
87 checker::apply(&ds_type::template apply<Point, Point>); in BOOST_CONCEPT_USAGE()
/dports/devel/R-cran-BH/BH/inst/include/boost/geometry/strategies/concepts/
H A Dsimplify_concept.hpp48 typedef typename Strategy::distance_strategy_type ds_type; typedef
71 (concepts::PointSegmentDistanceStrategy<ds_type, Point, Point>) in apply()
92 checker::apply(&ds_type::template apply<Point, Point>); in BOOST_CONCEPT_USAGE()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/geometry/strategies/concepts/
H A Dsimplify_concept.hpp43 typedef typename Strategy::distance_strategy_type ds_type;
66 (concept::PointSegmentDistanceStrategy<ds_type, Point, Point>)
87 checker::apply(&ds_type::template apply<Point, Point>);
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/geometry/strategies/concepts/
H A Dsimplify_concept.hpp48 typedef typename Strategy::distance_strategy_type ds_type; typedef
71 (concepts::PointSegmentDistanceStrategy<ds_type, Point, Point>) in apply()
92 checker::apply(&ds_type::template apply<Point, Point>); in BOOST_CONCEPT_USAGE()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/geometry/strategies/concepts/
H A Dsimplify_concept.hpp48 typedef typename Strategy::distance_strategy_type ds_type; typedef
71 (concepts::PointSegmentDistanceStrategy<ds_type, Point, Point>) in apply()
92 checker::apply(&ds_type::template apply<Point, Point>); in BOOST_CONCEPT_USAGE()

12345678910>>...12