Home
last modified time | relevance | path

Searched refs:tag_table (Results 1 – 25 of 392) sorted by relevance

12345678910>>...16

/dports/audio/musicpd/mpd-0.23.6/src/tag/
H A DTable.hxx27 struct tag_table { struct
40 tag_table_lookup(const tag_table *table, const char *name) noexcept; argument
44 tag_table_lookup(const tag_table *table, StringView name) noexcept;
53 tag_table_lookup_i(const tag_table *table, const char *name) noexcept;
57 tag_table_lookup_i(const tag_table *table, StringView name) noexcept;
66 tag_table_lookup(const tag_table *table, TagType type) noexcept;
H A DTable.cxx32 tag_table_lookup(const struct tag_table *table, const char *name) noexcept in tag_table_lookup()
42 tag_table_lookup(const struct tag_table *table, StringView name) noexcept in tag_table_lookup()
57 tag_table_lookup_i(const struct tag_table *table, const char *name) noexcept in tag_table_lookup_i()
67 tag_table_lookup_i(const struct tag_table *table, StringView name) noexcept in tag_table_lookup_i()
77 tag_table_lookup(const tag_table *table, TagType type) noexcept in tag_table_lookup()
/dports/misc/pinfo/pinfo-0.6.13/src/
H A Dfilehandling_functions.c421 tag_table[i - cut].offset = atoi(wsk1); in load_tag_table()
435 FirstNodeOffset = tag_table[i].offset; in load_tag_table()
1142 FirstNodeOffset = tag_table[1].offset; in create_indirect_tag_table()
1150 FirstNodeOffset = tag_table[1].offset; in create_indirect_tag_table()
1151 strcpy(FirstNodeName, tag_table[1].nodename); in create_indirect_tag_table()
1160 if (!tag_table) in create_tag_table()
1163 tag_table = xrealloc(tag_table,(TagTableEntries + 2) * sizeof(TagTable)); in create_tag_table()
1178 tag_table = xrealloc(tag_table, sizeof(TagTable) *(TagTableEntries + 1)); in create_tag_table()
1180 tag_table[TagTableEntries].offset = 0; in create_tag_table()
1202 tag_table = xrealloc(tag_table, sizeof(TagTable) *(TagTableEntries + 1)); in create_tag_table()
[all …]
H A Dmainfunction.c398 tag_table[0].offset = 0; in work()
401 if ((tag_table[i].offset > tag_table[tmpvar].offset) && in work()
492 tag_table[0].offset = 0; in work()
495 if ((tag_table[i].offset > tag_table[tmpvar].offset) && in work()
496 (tag_table[i].offset <= tokenpos)) in work()
509 fseek(id, tag_table[return_value].offset, SEEK_SET); in work()
560 rval.node = canonical_strdup(tag_table[return_value].nodename); in work()
688 if (strcmp(token, tag_table[i].nodename) == 0) in work()
701 rval.node = canonical_strdup(tag_table[return_value].nodename); in work()
1272 if (indirect[i].offset <= tag_table[tag_table_pos].offset) in getnodeoffset()
[all …]
/dports/graphics/shotwell/shotwell-0.30.14/src/tags/
H A DHierarchicalTagIndex.vala8 private Gee.Map<string, Gee.Collection<string>> tag_table;
12 this.tag_table = new Gee.HashMap<string, Gee.ArrayList<string>>();
41 if (!tag_table.has_key(tag)) {
42 tag_table.set(tag, new Gee.ArrayList<string>());
45 tag_table.get(tag).add(path);
54 return tag_table.has_key(tag);
58 return tag_table.keys;
69 Gee.Collection<string> paths = tag_table.get(name);
/dports/japanese/ebview-gtk2/ebview-0.3.6/src/
H A Dtextview.c41 static GtkTextTagTable *tag_table=NULL; variable
132 tag_table = gtk_text_tag_table_new(); in create_text_buffer()
133 text_buffer = gtk_text_buffer_new (tag_table); in create_text_buffer()
151 gtk_text_tag_table_add(tag_table, tag_bold); in create_text_buffer()
158 gtk_text_tag_table_add(tag_table, tag_link); in create_text_buffer()
165 gtk_text_tag_table_add(tag_table, tag_sound); in create_text_buffer()
172 gtk_text_tag_table_add(tag_table, tag_movie); in create_text_buffer()
179 gtk_text_tag_table_add(tag_table, tag_italic); in create_text_buffer()
201 gtk_text_tag_table_add(tag_table, tag_gaiji); in create_text_buffer()
208 gtk_text_tag_table_add(tag_table, tag_center); in create_text_buffer()
[all …]
/dports/graphics/elementary-photos/photos-2.7.1/src/tags/
H A DHierarchicalTagIndex.vala21 private Gee.Map<string, Gee.Collection<string>> tag_table;
25 this.tag_table = new Gee.HashMap<string, Gee.ArrayList<string>> ();
54 if (!tag_table.has_key (tag)) {
55 tag_table.set (tag, new Gee.ArrayList<string> ());
58 tag_table.get (tag).add (path);
67 return tag_table.has_key (tag);
71 return tag_table.keys;
82 Gee.Collection<string> paths = tag_table.get (name);
/dports/graphics/gtkam/gtkam-1.0/src/
H A Dgtkam-debug.c50 GtkTextTagTable *tag_table; member
66 if (debug->priv->tag_table) { in gtkam_debug_destroy()
67 g_object_unref (G_OBJECT (debug->priv->tag_table)); in gtkam_debug_destroy()
68 debug->priv->tag_table = NULL; in gtkam_debug_destroy()
108 debug->priv->tag_table = gtk_text_tag_table_new (); in gtkam_debug_init()
116 gtk_text_tag_table_add (debug->priv->tag_table, t); in gtkam_debug_init()
123 gtk_text_tag_table_add (debug->priv->tag_table, t); in gtkam_debug_init()
130 gtk_text_tag_table_add (debug->priv->tag_table, t); in gtkam_debug_init()
170 t = gtk_text_tag_table_lookup (d->priv->tag_table, "error"); in log_func()
175 t = gtk_text_tag_table_lookup (d->priv->tag_table, "verbose"); in log_func()
[all …]
/dports/x11-toolkits/tepl6/tepl-6.00.0/tepl/
H A Dtepl-fold-region.c38 GtkTextTagTable *tag_table; member
57 g_assert (priv->tag_table == NULL); in G_DEFINE_TYPE_WITH_PRIVATE()
67 priv->tag_table = gtk_text_buffer_get_tag_table (priv->buffer); in G_DEFINE_TYPE_WITH_PRIVATE()
70 g_object_ref (priv->tag_table); in G_DEFINE_TYPE_WITH_PRIVATE()
94 gtk_text_tag_table_remove (priv->tag_table, priv->tag); in destroy_tag()
97 g_clear_object (&priv->tag_table); in destroy_tag()
157 priv->tag_table != NULL) in tepl_fold_region_dispose()
159 gtk_text_tag_table_remove (priv->tag_table, priv->tag); in tepl_fold_region_dispose()
162 g_clear_object (&priv->tag_table); in tepl_fold_region_dispose()
444 priv->tag_table != NULL) in tepl_fold_region_set_bounds()
/dports/x11-toolkits/tepl/tepl-5.1.1/tepl/
H A Dtepl-fold-region.c38 GtkTextTagTable *tag_table; member
57 g_assert (priv->tag_table == NULL); in G_DEFINE_TYPE_WITH_PRIVATE()
67 priv->tag_table = gtk_text_buffer_get_tag_table (priv->buffer); in G_DEFINE_TYPE_WITH_PRIVATE()
70 g_object_ref (priv->tag_table); in G_DEFINE_TYPE_WITH_PRIVATE()
94 gtk_text_tag_table_remove (priv->tag_table, priv->tag); in destroy_tag()
97 g_clear_object (&priv->tag_table); in destroy_tag()
157 priv->tag_table != NULL) in tepl_fold_region_dispose()
159 gtk_text_tag_table_remove (priv->tag_table, priv->tag); in tepl_fold_region_dispose()
162 g_clear_object (&priv->tag_table); in tepl_fold_region_dispose()
444 priv->tag_table != NULL) in tepl_fold_region_set_bounds()
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/libedataserverui/
H A De-buffer-tagger.c314 GtkTextTagTable *tag_table; in get_url_at_iter() local
321 tag_table = gtk_text_buffer_get_tag_table (buffer); in get_url_at_iter()
355 GtkTextTagTable *tag_table; in remove_tag_if_present() local
362 tag_table = gtk_text_buffer_get_tag_table (buffer); in remove_tag_if_present()
422 GtkTextTagTable *tag_table; in update_mouse_cursor() local
433 tag_table = gtk_text_buffer_get_tag_table (buffer); in update_mouse_cursor()
477 GtkTextTagTable *tag_table; in textview_style_updated_cb() local
832 GtkTextTagTable *tag_table; in e_buffer_tagger_connect() local
894 GtkTextTagTable *tag_table; in e_buffer_tagger_disconnect() local
907 gtk_text_tag_table_remove (tag_table, tag); in e_buffer_tagger_disconnect()
[all …]
/dports/audio/supercollider/SuperCollider-3.11.0-Source/editors/sced/sced/
H A DLogger.py28 tag_table = log_view.buffer.get_tag_table()
46 tag_table.add(self.__tag)
47 tag_table.add(self.__good_tag)
48 tag_table.add(self.__bad_tag)
49 tag_table.add(self.__ugly_tag)
/dports/audio/supercollider/SuperCollider-3.11.0-Source/editors/sced/scedwin/py/
H A DLogger.py32 tag_table = log_view.buffer.get_tag_table()
50 tag_table.add(self.__tag)
51 tag_table.add(self.__good_tag)
52 tag_table.add(self.__bad_tag)
53 tag_table.add(self.__ugly_tag)
/dports/www/npc/npc-0.83/src/
H A Dparam.c52 } tag_table[] = { variable
219 if ((id = tag_table[n].id) >= T_BAD) in help_out()
222 help_table[id] = tag_table[n].name; in help_out()
228 p = new_str(tag_table[n].name); in help_out()
230 while (tag_table[n].name[i] != EOS) { in help_out()
231 p[i] = tolower(tag_table[n].name[i]); in help_out()
472 u = sizeof(tag_table) / sizeof(struct _TAG_TABLE) - 1; in tag_search()
476 name = tag_table[n].name; in tag_search()
480 return(tag_table[n].id); in tag_search()
485 return(tag_table[n].id); in tag_search()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/iksemel/tools/
H A Dikslint.c57 hash *tag_table; variable
70 tag_list[tag_pos] = hash_insert (tag_table, name); in tag_push()
122 if (NULL == hash_insert (tag_table, name)) exit (2); in tagHook()
184 tag_table = hash_new (367); in check_file()
185 if (!tag_table) exit (2); in check_file()
239 hash_print (tag_table, in check_file()
243 hash_delete (tag_table); in check_file()
/dports/textproc/iksemel/iksemel-978b733/tools/
H A Dikslint.c57 hash *tag_table; variable
70 tag_list[tag_pos] = hash_insert (tag_table, name); in tag_push()
122 if (NULL == hash_insert (tag_table, name)) exit (2); in tagHook()
184 tag_table = hash_new (367); in check_file()
185 if (!tag_table) exit (2); in check_file()
239 hash_print (tag_table, in check_file()
243 hash_delete (tag_table); in check_file()
/dports/japanese/freepwing/freepwing-1.4.4/src/
H A DLink.pm142 my $tag_table = {};
173 if (defined($tag_table->{$line_fields[0]})) {
179 $tag_table->{$line_fields[0]} = [hex($line_fields[1]), $file_name];
239 if (!defined($tag_table->{$line_fields[2]})) {
246 $target_position = $tag_table->{$line_fields[2]}->[0];
247 $target_file_name = $tag_table->{$line_fields[2]}->[1];
/dports/audio/pragha/pragha-1.3.3/src/
H A Dpragha-tags-dialog.c88 GtkWidget *tag_table; in pragha_tags_dialog_init() local
106 tag_table = gtk_grid_new (); in pragha_tags_dialog_init()
108 gtk_grid_set_row_spacing (GTK_GRID(tag_table), 5); in pragha_tags_dialog_init()
109 gtk_grid_set_column_spacing (GTK_GRID(tag_table), 5); in pragha_tags_dialog_init()
111 gtk_container_set_border_width (GTK_CONTAINER(tag_table), 5); in pragha_tags_dialog_init()
266 gtk_grid_attach (GTK_GRID(tag_table), hbox_title, 1, 0, 1, 1); in pragha_tags_dialog_init()
280 gtk_grid_attach (GTK_GRID(tag_table), hbox_album, 1, 2, 1, 1); in pragha_tags_dialog_init()
287 gtk_grid_attach (GTK_GRID(tag_table), hbox_genre, 1, 3, 1, 1); in pragha_tags_dialog_init()
300 gtk_grid_attach (GTK_GRID(tag_table), label_tno, 0, 4, 1, 1); in pragha_tags_dialog_init()
301 gtk_grid_attach (GTK_GRID(tag_table), hbox_spins, 1, 4, 1, 1); in pragha_tags_dialog_init()
[all …]
/dports/multimedia/gmerlin/gmerlin-1.2.0/lib/gtk/
H A Dtextview.c32 static GtkTextTagTable * tag_table = NULL; variable
66 if(!tag_table) in bg_gtk_textview_create()
68 tag_table = gtk_text_tag_table_new(); in bg_gtk_textview_create()
73 gtk_text_tag_table_add(tag_table, in bg_gtk_textview_create()
77 t->buffer = gtk_text_buffer_new(tag_table); in bg_gtk_textview_create()
/dports/graphics/libopenraw/libopenraw-0.3.0/lib/
H A Dmakernotedir.cpp239 const TagTable& tag_table) in MakerNoteDir() argument
240 : MakerNoteDir("", 0, _offset, _container, mnote_offset, id, tag_table) in MakerNoteDir()
244 MakerNoteDir::MakerNoteDir(IfdDir& ifd, const std::string& id, const TagTable& tag_table) in MakerNoteDir() argument
245 : MakerNoteDir(ifd.offset(), ifd.container(), ifd.offset(), id, tag_table) in MakerNoteDir()
255 const TagTable& tag_table) in MakerNoteDir() argument
256 : IfdDir(_offset, _container, OR_IFD_MNOTE, tag_table) in MakerNoteDir()
H A Dmakernotedir.hpp46 MakerNoteDir(IfdDir& ifd, const std::string& id, const TagTable& tag_table);
49 const TagTable& tag_table);
67 const TagTable& tag_table);
/dports/audio/musicpd/mpd-0.23.6/src/decoder/plugins/
H A DFfmpegMetaData.cxx37 static constexpr struct tag_table ffmpeg_tags[] = {
82 for (const struct tag_table *i = ffmpeg_tags; in FfmpegScanDictionary()
87 for (const struct tag_table *i = musicbrainz_txxx_tags; in FfmpegScanDictionary()
/dports/multimedia/dvdrip/dvdrip-0.98.11/lib/Video/DVDRip/GUI/Project/
H A DLogging.pm63 my $tag_table = Gtk2::TextTagTable->new;
64 $tag_table->add(
69 my $buffer = Gtk2::TextBuffer->new($tag_table);
/dports/net-mgmt/zabbix5-java/zabbix-5.0.19/ui/include/views/
H A Dconfiguration.maintenance.edit.php138 $tag_table = (new CTable()) variable
153 $tag_table->addRow([
174 $tag_table->addRow([
195 $tag_table->addRow(
241 (new CDiv($tag_table))
/dports/net-mgmt/zabbix5-proxy/zabbix-5.0.19/ui/include/views/
H A Dconfiguration.maintenance.edit.php138 $tag_table = (new CTable()) variable
153 $tag_table->addRow([
174 $tag_table->addRow([
195 $tag_table->addRow(
241 (new CDiv($tag_table))

12345678910>>...16