Home
last modified time | relevance | path

Searched refs:all_label (Results 1 – 8 of 8) sorted by relevance

/dports/multimedia/tautulli/Tautulli-2.8.0/lib/pyparsing/diagram/
H A D__init__.py43 all_label = "[ALL]" variable in EachItem
48 super().__init__(one_or_more_item, label=self.all_label)
/dports/devel/py-pyparsing/stage/usr/local/lib/python3.8/site-packages/pyparsing/diagram/
H A D__init__.py43 all_label = "[ALL]" variable in EachItem
48 super().__init__(one_or_more_item, label=self.all_label)
/dports/devel/py-pyparsing/pyparsing-3.0.6/pyparsing/diagram/
H A D__init__.py43 all_label = "[ALL]" variable in EachItem
48 super().__init__(one_or_more_item, label=self.all_label)
/dports/devel/py-pyparsing/pyparsing-3.0.6/build/lib/pyparsing/diagram/
H A D__init__.py43 all_label = "[ALL]" variable in EachItem
48 super().__init__(one_or_more_item, label=self.all_label)
/dports/audio/grip/grip-4.2.2/src/
H A Dgrip.h140 GtkWidget *all_label; member
H A Drip.c265 uinfo->all_label = gtk_label_new(_("Overall indicators:")); in MakeRipPage()
266 gtk_box_pack_start(GTK_BOX(vbox2), uinfo->all_label, FALSE, FALSE, 0); in MakeRipPage()
267 gtk_widget_show(uinfo->all_label); in MakeRipPage()
/dports/astro/p5-Astro-SpaceTrack/Astro-SpaceTrack-0.148/eg/
H A DSpaceTrackTk991 all_label => $widget->{data_frame}->Label(
1031 $widget->{spaceflight}{all_label}
/dports/mail/evolution/evolution-3.42.1/src/mail/
H A Dem-composer-utils.c4031 GtkLabel *sender_label, *list_label, *all_label; in em_utils_reply_alternative() local
4107 all_label = GTK_LABEL (gtk_label_new ("")); in em_utils_reply_alternative()
4108 add_with_label (recip_all, all_label); in em_utils_reply_alternative()
4241 populate_label_with_text (all_label, text); in em_utils_reply_alternative()
4242 gtk_widget_set_tooltip_text (GTK_WIDGET (all_label), address); in em_utils_reply_alternative()