Home
last modified time | relevance | path

Searched refs:map_contains (Results 1 – 25 of 75) sorted by relevance

123

/dports/x11/wofi/wofi-v1.2.4/modes/
H A Drun.c74 strncmp(node->line, arg_str, strlen(arg_str)) == 0) && !map_contains(cached, full_path)) { in wofi_run_init()
102 if(map_contains(paths, str)) { in wofi_run_init()
122 !map_contains(cached, full_path) && in wofi_run_init()
123 (show_all || !map_contains(entries, entry->d_name))) { in wofi_run_init()
H A Ddmenu.c86 if(map_contains(entry_map, node->line)) { in wofi_dmenu_init()
107 if(!map_contains(cached, node->line)) { in wofi_dmenu_init()
H A Ddrun.c196 if(map_contains(entries, id)) { in create_widget()
243 if(map_contains(entries, id)) { in insert_dir()
/dports/games/xqf/xqf-xqf-1.0.6.2/src/
H A Dfilter.c183 f->map_contains = NULL; in server_filter_vars_new()
198 g_free(v->map_contains); in server_filter_vars_free()
227 f->map_contains = g_strdup(v->map_contains); in server_filter_vars_copy()
382 if (filter->map_contains && *filter->map_contains) { in server_pass_filter()
785 if (newfilter->map_contains && strlen(newfilter->map_contains)){ in server_filter_save_settings()
790 if (oldfilter->map_contains){ in server_filter_save_settings()
791 if (strcmp(newfilter->map_contains, oldfilter->map_contains)) text_changed = 1; in server_filter_save_settings()
796 oldfilter->map_contains = g_strdup(newfilter->map_contains); in server_filter_save_settings()
802 if (oldfilter->map_contains){ in server_filter_save_settings()
808 oldfilter->map_contains= NULL; in server_filter_save_settings()
[all …]
H A Dfilter.h59 char *map_contains; member
H A Dstat.c1095 if (filter->map_contains&&*filter->map_contains) { in stat_update_master_qstat()
1105 ret = snprintf(pos, bufsize,"(mapname LIKE '%%%s%%')", filter->map_contains); in stat_update_master_qstat()
1274 (filter->map_contains&&*filter->map_contains)?",map=":"", in stat_update_master_qstat()
1275 (filter->map_contains&&*filter->map_contains)?filter->map_contains:"", in stat_update_master_qstat()
/dports/dns/knot-resolver/knot-resolver-5.4.3/lib/generic/
H A Dtest_map.c77 assert_false(map_contains(tree, dict[91])); in test_delete()
88 assert_true(map_contains(tree, key)); in test_null_value()
H A Dset.h66 map_contains((set), (str))
H A Dmap.h78 int map_contains(map_t *map, const char *str);
H A Dmap.c149 EXPORT int map_contains(map_t *map, const char *str) in map_contains() function
/dports/x11/wofi/wofi-v1.2.4/inc/
H A Dmap.h36 bool map_contains(struct map* map, const char* key);
/dports/ports-mgmt/parfetch-overlay/parfetch-0.1.0/libias/
H A Dmap.h40 bool map_contains(struct Map *, const void *);
H A Dmtree.c136 if (map_contains(this->keywords, key)) { in capture_machine()
H A Dmap.c141 map_contains(struct Map *map, const void *key) in map_contains() function
H A Ddistinfo.c223 unless (map_contains(this->map, e->filename)) { in distinfo_add_entry()
/dports/ports-mgmt/portfmt/portfmt-1.1.0/libias/
H A Dmap.h40 bool map_contains(struct Map *, const void *);
H A Dmtree.c135 if (map_contains(this->keywords, key)) { in capture_machine()
H A Dmap.c141 map_contains(struct Map *map, const void *key) in map_contains() function
/dports/x11/wofi/wofi-v1.2.4/src/
H A Dmap.c90 bool map_contains(struct map* map, const char* key) { in map_contains() function
/dports/misc/frugally-deep/frugally-deep-0.15.13-p0/include/fdeep/layers/
H A Dlayer.hpp68 if (!fplus::map_contains(output_cache, conn.without_tensor_idx())) in get_output()
/dports/devel/functionalplus/FunctionalPlus-0.2.18-p0/test/
H A Dmaps_test.cpp161 REQUIRE_EQ(map_contains(intStringMap, 1), true);
162 REQUIRE_EQ(map_contains(intStringMap, 9), false);
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/py3/gen-py3/empty/
H A Dtypes.pyx30 map_contains as __map_contains,
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/inheritance/gen-py3/module/
H A Dtypes.pyx30 map_contains as __map_contains,
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/namespace/gen-py3/my/namespacing/extend/test/extend/
H A Dtypes.pyx30 map_contains as __map_contains,
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/includes/gen-py3/service/
H A Dtypes.pyx30 map_contains as __map_contains,

123