Home
last modified time | relevance | path

Searched refs:tag_b (Results 26 – 50 of 126) sorted by relevance

123456

/dports/graphics/gimp-app/gimp-2.10.30/app/widgets/
H A Dgimptextbuffer.c974 guchar tag_r, tag_g, tag_b; in gimp_text_buffer_get_color_tag() local
980 gimp_rgb_get_uchar (&tag_color, &tag_r, &tag_g, &tag_b); in gimp_text_buffer_get_color_tag()
985 tag_b == b) in gimp_text_buffer_get_color_tag()
1058 guchar tag_r, tag_g, tag_b; in gimp_text_buffer_get_preedit_color_tag() local
1064 gimp_rgb_get_uchar (&tag_color, &tag_r, &tag_g, &tag_b); in gimp_text_buffer_get_preedit_color_tag()
1069 tag_b == b) in gimp_text_buffer_get_preedit_color_tag()
1140 guchar tag_r, tag_g, tag_b; in gimp_text_buffer_get_preedit_bg_color_tag() local
1146 gimp_rgb_get_uchar (&tag_color, &tag_r, &tag_g, &tag_b); in gimp_text_buffer_get_preedit_bg_color_tag()
1151 tag_b == b) in gimp_text_buffer_get_preedit_bg_color_tag()
/dports/databases/mongodb36/mongodb-src-r3.6.23/buildscripts/tests/ciconfig/
H A Dtest_tags.py159 def custom_cmp(tag_a, tag_b): argument
160 return cmp(tag_a.split("|"), tag_b.split("|"))
/dports/graphics/darktable38/darktable-3.8.0/src/libs/
H A Dmap_locations.c662 char *tag_b = NULL; in _sort_position_names_func() local
664 gtk_tree_model_get(model, b, DT_MAP_LOCATION_COL_PATH, &tag_b, -1); in _sort_position_names_func()
666 if(tag_b == NULL) tag_b = g_strdup(""); in _sort_position_names_func()
667 const gboolean sort = g_ascii_strncasecmp(tag_a, tag_b, -1); in _sort_position_names_func()
669 g_free(tag_b); in _sort_position_names_func()
H A Dtagging.c2477 char *tag_b = NULL; in _sort_tree_tag_func() local
2479 gtk_tree_model_get(model, b, DT_LIB_TAGGING_COL_TAG, &tag_b, -1); in _sort_tree_tag_func()
2481 if(tag_b == NULL) tag_b = g_strdup(""); in _sort_tree_tag_func()
2482 const gboolean sort = g_strcmp0(tag_a, tag_b); in _sort_tree_tag_func()
2484 g_free(tag_b); in _sort_tree_tag_func()
2491 char *tag_b = NULL; in _sort_tree_path_func() local
2502 if(tag_b) in _sort_tree_path_func()
2504 for(char *letter = tag_b; *letter; letter++) in _sort_tree_path_func()
2508 tag_b = g_strdup(""); in _sort_tree_path_func()
2510 const gboolean sort = g_strcmp0(tag_a, tag_b); in _sort_tree_path_func()
[all …]
/dports/graphics/darktable/darktable-3.6.1/src/libs/
H A Dmap_locations.c662 char *tag_b = NULL; in _sort_position_names_func() local
664 gtk_tree_model_get(model, b, DT_MAP_LOCATION_COL_PATH, &tag_b, -1); in _sort_position_names_func()
666 if(tag_b == NULL) tag_b = g_strdup(""); in _sort_position_names_func()
667 const gboolean sort = g_ascii_strncasecmp(tag_a, tag_b, -1); in _sort_position_names_func()
669 g_free(tag_b); in _sort_position_names_func()
H A Dtagging.c2492 char *tag_b = NULL; in _sort_tree_tag_func() local
2494 gtk_tree_model_get(model, b, DT_LIB_TAGGING_COL_TAG, &tag_b, -1); in _sort_tree_tag_func()
2496 if(tag_b == NULL) tag_b = g_strdup(""); in _sort_tree_tag_func()
2497 const gboolean sort = g_strcmp0(tag_a, tag_b); in _sort_tree_tag_func()
2499 g_free(tag_b); in _sort_tree_tag_func()
2506 char *tag_b = NULL; in _sort_tree_path_func() local
2517 if(tag_b) in _sort_tree_path_func()
2519 for(char *letter = tag_b; *letter; letter++) in _sort_tree_path_func()
2523 tag_b = g_strdup(""); in _sort_tree_path_func()
2525 const gboolean sort = g_strcmp0(tag_a, tag_b); in _sort_tree_path_func()
[all …]
/dports/editors/xed/xed-3.2.0/plugins/taglist/
H A Dxed-taglist-plugin-parser.c104 gchar *tag_b = (gchar*)((Tag *)b)->name; in tags_cmp() local
106 return g_utf8_collate (tag_a, tag_b); in tags_cmp()
/dports/editors/pluma/pluma-1.26.0/plugins/taglist/
H A Dpluma-taglist-plugin-parser.c108 gchar *tag_b = (gchar*)((Tag *)b)->name; in tags_cmp() local
110 return g_utf8_collate (tag_a, tag_b); in tags_cmp()
/dports/devel/anjuta/anjuta-3.34.0/plugins/language-support-python/
H A Dpython-assist.c105 AnjutaLanguageProposalData * tag_b = ANJUTA_LANGUAGE_PROPOSAL_DATA(b); in completion_compare() local
108 cmp = strcmp (tag_a->name, tag_b->name); in completion_compare()
109 if (cmp == 0) cmp = tag_a->type - tag_b->type; in completion_compare()
/dports/security/afl++/AFLplusplus-3.14c/dictionaries/
H A Dhtml_tags.dict21 tag_b="<b>"
/dports/security/afl/afl-2.52b/dictionaries/
H A Dhtml_tags.dict21 tag_b="<b>"
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/sofia-sip/tests/
H A Dtest_nua_params.c56 tag_typedef_t tag_b = STRTAG_TYPEDEF(b); in test_tag_filter() local
57 #define TAG_B(s) tag_b, tag_str_v((s)) in test_tag_filter()
/dports/net/sofia-sip/sofia-sip-1.13.4/tests/
H A Dtest_nua_params.c56 tag_typedef_t tag_b = STRTAG_TYPEDEF(b); in test_tag_filter() local
57 #define TAG_B(s) tag_b, tag_str_v((s)) in test_tag_filter()
/dports/finance/gnucash/gnucash-4.9/libgnucash/app-utils/
H A Doption-util.c1306 char *tag_b = gnc_option_sort_tag (ob); in compare_option_tags() local
1309 result = g_strcmp0 (tag_a, tag_b); in compare_option_tags()
1314 if (tag_b != NULL) in compare_option_tags()
1315 free (tag_b); in compare_option_tags()
/dports/x11-toolkits/gnocl/gnocl-0.9.96/src/textPango/
H A Dgimptextbuffer.c946 guchar tag_r, tag_g, tag_b; in gimp_text_buffer_get_color_tag() local
952 gimp_rgb_get_uchar ( &tag_color, &tag_r, &tag_g, &tag_b ); in gimp_text_buffer_get_color_tag()
955 if ( tag_r == r && tag_g == g && tag_b == b ) in gimp_text_buffer_get_color_tag()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dtree-data-ref.c137 tree tag_a, tag_b; in ptr_ptr_may_alias_p() local
144 tag_b = get_var_ann (SSA_NAME_VAR (ptr_b))->type_mem_tag; in ptr_ptr_may_alias_p()
145 if (!tag_b) in ptr_ptr_may_alias_p()
146 tag_b = DR_MEMTAG (drb); in ptr_ptr_may_alias_p()
147 if (!tag_b) in ptr_ptr_may_alias_p()
149 *aliased = (tag_a == tag_b); in ptr_ptr_may_alias_p()
/dports/audio/gmusicbrowser/gmusicbrowser-1.1.15/plugins/
H A Dalbuminfo.pm437 my $tag_b = $buffer->create_tag(undef, weight=>Gtk2::Pango::PANGO_WEIGHT_BOLD);
443 $buffer->insert_with_tags($iter, "$f->{long}: ",$tag_b);
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/aws/tests/integration/targets/ec2_asg/tasks/
H A Dmain.yml200 - tag_b: 'value 2'
213 - tag_b: 'value 2'
/dports/databases/mongodb36/mongodb-src-r3.6.23/buildscripts/
H A Dupdate_test_lifecycle.py271 def compare_tags(tag_a, tag_b): argument
275 return cmp(tag_a.split("|"), tag_b.split("|"))
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/sofia-sip/libsofia-sip-ua/url/
H A Dtorture_url.c975 tag_typedef_t tag_b = STRTAG_TYPEDEF(b); in test_tag_filter() local
976 #define TAG_B(s) tag_b, tag_str_v((s)) in test_tag_filter()
/dports/net/sofia-sip/sofia-sip-1.13.4/libsofia-sip-ua/url/
H A Dtorture_url.c976 tag_typedef_t tag_b = STRTAG_TYPEDEF(b); in test_tag_filter() local
977 #define TAG_B(s) tag_b, tag_str_v((s)) in test_tag_filter()
/dports/mail/claws-mail-perl/claws-mail-3.18.0/src/
H A Dtextview.c2155 const gchar *tag_b = tags_get_tag(id_b); in textview_tag_cmp_list() local
2158 return tag_b == NULL ? 0:1; in textview_tag_cmp_list()
2160 if (tag_b == NULL) in textview_tag_cmp_list()
2163 return g_utf8_collate(tag_a, tag_b); in textview_tag_cmp_list()
/dports/mail/claws-mail-tnef_parse/claws-mail-3.18.0/src/
H A Dtextview.c2155 const gchar *tag_b = tags_get_tag(id_b); in textview_tag_cmp_list() local
2158 return tag_b == NULL ? 0:1; in textview_tag_cmp_list()
2160 if (tag_b == NULL) in textview_tag_cmp_list()
2163 return g_utf8_collate(tag_a, tag_b); in textview_tag_cmp_list()
/dports/mail/claws-mail-rssyl/claws-mail-3.18.0/src/
H A Dtextview.c2155 const gchar *tag_b = tags_get_tag(id_b); in textview_tag_cmp_list() local
2158 return tag_b == NULL ? 0:1; in textview_tag_cmp_list()
2160 if (tag_b == NULL) in textview_tag_cmp_list()
2163 return g_utf8_collate(tag_a, tag_b); in textview_tag_cmp_list()
/dports/mail/claws-mail-notification/claws-mail-3.18.0/src/
H A Dtextview.c2155 const gchar *tag_b = tags_get_tag(id_b); in textview_tag_cmp_list() local
2158 return tag_b == NULL ? 0:1; in textview_tag_cmp_list()
2160 if (tag_b == NULL) in textview_tag_cmp_list()
2163 return g_utf8_collate(tag_a, tag_b); in textview_tag_cmp_list()

123456