Home
last modified time | relevance | path

Searched refs:expand_cb (Results 1 – 10 of 10) sorted by path

/dports/audio/easytag/easytag-2.4.3/
H A DChangeLog1607 Use g_file_enumerator_get_child() in expand_cb()
11125 The lack of error-checking in expand_cb() was found by Coverity (CID
/dports/audio/easytag/easytag-2.4.3/data/
H A Dbrowser.ui133 … <signal name="row-expanded" handler="expand_cb" swapped="true"/>
/dports/audio/easytag/easytag-2.4.3/src/
H A Dbrowser.c3518 expand_cb (EtBrowser *self, GtkTreeIter *iter, GtkTreePath *gtreePath, GtkTreeView *tree) in expand_cb() function
4994 gtk_widget_class_bind_template_callback (widget_class, expand_cb); in et_browser_class_init()
/dports/games/libretro-scummvm/scummvm-7b1e929/devtools/tasmrecover/tasm/
H A Dcpp.py94 def expand_cb(self, match): member in cpp
233 expr = re.sub(r'\b[a-zA-Z_][a-zA-Z0-9_]+\b', self.expand_cb, expr)
/dports/games/scummvm/scummvm-2.5.1/devtools/tasmrecover/tasm/
H A Dcpp.py94 def expand_cb(self, match): member in cpp
233 expr = re.sub(r'\b[a-zA-Z_][a-zA-Z0-9_]+\b', self.expand_cb, expr)
/dports/graphics/kludge3d/kludge3d-20040822/src/
H A Dframe.c29 gint expand_cb( GtkWidget *widget, gpointer data ) ;
35 gint expand_cb( GtkWidget *widget, gpointer data ) { in expand_cb() function
100 G_CALLBACK( expand_cb ), ( gpointer ) vbox ); in frame_new()
/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/imap/
H A Dhttp_caldav.c5121 static int expand_cb(icalcomponent *comp, in expand_cb() function
5218 icalcomponent_myforeach(*ical, range, NULL, expand_cb, expanded_ical); in expand_caldata()
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/imap/
H A Dhttp_caldav.c5438 static int expand_cb(icalcomponent *comp, in expand_cb() function
5535 icalcomponent_myforeach(*ical, range, NULL, expand_cb, expanded_ical); in expand_caldata()
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/imap/
H A Dhttp_caldav.c5526 static int expand_cb(icalcomponent *comp, in expand_cb() function
5623 icalcomponent_myforeach(*ical, range, NULL, expand_cb, expanded_ical); in expand_caldata()
/dports/multimedia/quodlibet/quodlibet-4.3.0/quodlibet/ext/songsmenu/fingerprint/
H A Dsubmit.py68 def expand_cb(expand, *args): function
70 stats.connect("unmap", expand_cb)