Home
last modified time | relevance | path

Searched refs:source_label (Results 1 – 25 of 29) sorted by relevance

12

/dports/math/py-networkx/networkx-2.6.3/networkx/generators/tests/
H A Dtest_trees.py14 def source_label(v): function
57 assert source_label(a) == "a"
58 assert source_label(i) == "i"
59 assert source_label(t) == "t"
60 assert source_label(in_) == "n"
61 assert source_label(inn) == "n"
62 assert source_label(to) == "o"
63 assert source_label(te) == "e"
64 assert source_label(tea) == "a"
65 assert source_label(ted) == "d"
[all …]
/dports/x11-fm/nautilus/nautilus-41.1/src/
H A Dnautilus-operations-ui-manager.c243 GString *source_label; in set_file_labels() local
303 source_label = g_string_new (NULL); in set_file_labels()
306 g_string_append_printf (source_label, "<b>%s</b>\n", in set_file_labels()
309 g_string_append_printf (source_label, "%s %s\n", _("Contents:"), source_size); in set_file_labels()
313 g_string_append_printf (source_label, "<b>%s</b>\n", _("Replace with")); in set_file_labels()
314 g_string_append_printf (source_label, "%s %s\n", _("Size:"), source_size); in set_file_labels()
319 g_string_append_printf (source_label, "%s %s\n", _("Type:"), source_type); in set_file_labels()
322 g_string_append_printf (source_label, "%s %s", _("Last modified:"), source_date); in set_file_labels()
326 source_label->str); in set_file_labels()
329 g_string_free (source_label, TRUE); in set_file_labels()
H A Dnautilus-file-conflict-dialog.h45 gchar *source_label);
H A Dnautilus-file-conflict-dialog.c124 gchar *source_label) in nautilus_file_conflict_dialog_set_file_labels() argument
134 gtk_label_set_markup (GTK_LABEL (label), source_label); in nautilus_file_conflict_dialog_set_file_labels()
/dports/mail/evolution/evolution-3.42.1/src/calendar/gui/
H A De-comp-editor-page-general.c40 GtkWidget *source_label; member
1359 page_general->priv->source_label = widget; in ecep_general_constructed()
1644 const gchar *source_label, in e_comp_editor_page_general_new() argument
1659 "source-label", source_label, in e_comp_editor_page_general_new()
1672 if (page_general->priv->source_label) in e_comp_editor_page_general_get_source_label()
1680 const gchar *source_label) in e_comp_editor_page_general_set_source_label() argument
1683 g_return_if_fail (source_label != NULL); in e_comp_editor_page_general_set_source_label()
1685 if (page_general->priv->source_label) { in e_comp_editor_page_general_set_source_label()
1686 …if (g_strcmp0 (source_label, gtk_label_get_text (GTK_LABEL (page_general->priv->source_label))) !=… in e_comp_editor_page_general_set_source_label()
1687 gtk_label_set_text (GTK_LABEL (page_general->priv->source_label), source_label); in e_comp_editor_page_general_set_source_label()
[all …]
H A De-comp-editor-page-general.h79 const gchar *source_label,
88 const gchar *source_label);
/dports/deskutils/synapse/synapse-0.2.99.4/src/ui/
H A Dview-side-doish.vala86 source_label.size = SmartLabel.string_to_size (tmax);
87 source_label.min_size = SmartLabel.string_to_size (tmin);
100 private SmartLabel source_label;
138 source_label = new SmartLabel ();
139 source_label.set_ellipsize (Pango.EllipsizeMode.END);
140 source_label.size = SmartLabel.Size.MEDIUM;
141 source_label.min_size = SmartLabel.Size.SMALL;
143 source_label.xalign = 0.0f;
144 source_label.yalign = 0.5f;
192 spane.pack_start (source_label, true, true, 3);
[all …]
H A Dview-doish.vala82 source_label.size = SmartLabel.string_to_size (tmax);
83 source_label.min_size = SmartLabel.string_to_size (tmin);
96 private SmartLabel source_label;
137 source_label = new SmartLabel ();
138 source_label.set_ellipsize (Pango.EllipsizeMode.END);
139 source_label.size = SmartLabel.Size.MEDIUM;
140 source_label.min_size = SmartLabel.Size.SMALL;
141 source_label.set_state_flags (Gtk.StateFlags.SELECTED, false);
142 source_label.xalign = 0.5f;
188 spane.pack_start (source_label, false);
[all …]
/dports/devel/allegro5/allegro5-5.2.7.0/examples/
H A Dex_pixelformat.cpp76 Label source_label; member in Prog
97 source_label(Label("Source")), in Prog()
107 d.add(source_label, 11, 0, 4, 1); in Prog()
H A Dex_blend2.cpp29 Label source_label; member in Prog
56 source_label(Label("Source", false)), in Prog()
64 d.add(source_label, 1, 15, 6, 2); in Prog()
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/workspace/apps/archive_extractor/
H A Darchive_extractor.py160 self.source_label = workspace.ui.Label(
163 col.add(self.source_label)
/dports/multimedia/vlc/vlc-3.0.16/doc/libvlc/
H A Dlibvlc_DVD_ripper.c213 GtkWidget *source_label, *source_button, *source_folder_button; in main() local
242 source_label = gtk_label_new("Input file or folder:"); in main()
249 … gtk_table_attach(GTK_TABLE(choose_table), source_label, 0, 1, 0, 1, GTK_SHRINK, GTK_SHRINK, 0, 0); in main()
/dports/science/py-dlib/dlib-19.22/dlib/graph_cuts/
H A Dfind_max_factor_graph_potts.h129 node_label source_label, sink_label; variable
143 source_label = FREE_NODE; in potts_flow_graph()
396 source_label = value; in set_label()
408 return source_label; in get_label()
/dports/science/dlib-cpp/dlib-19.22/dlib/graph_cuts/
H A Dfind_max_factor_graph_potts.h129 node_label source_label, sink_label; variable
143 source_label = FREE_NODE; in potts_flow_graph()
396 source_label = value; in set_label()
408 return source_label; in get_label()
/dports/deskutils/py-py3status/py3status-3.40/tests/
H A Dtest_module_doc.py183 def _gen_diff(source, target, source_label="Source", target_label="Target"): argument
200 format_str.format(source_label, middle_orig, target_label),
/dports/audio/xmix/xmix/
H A Dxmix.c144 Widget sources, line_src, mic_src, cd_src, source_label; variable
617 source_label = MW ("source_label", labelWidgetClass, sources, in main()
620 XtNfromVert, source_label, NULL); in main()
623 XtNfromVert, source_label, in main()
H A Dxmix.c-orig153 Widget sources, line_src, mic_src, cd_src, source_label;
335 source_label = MW ("source_label", labelWidgetClass, sources,
338 XtNfromVert, source_label, NULL);
341 XtNfromVert, source_label,
/dports/devel/py-spyder/spyder-3.2.7/spyder/plugins/
H A Dhelp.py380 source_label = QLabel(" " + txt)
382 source_label = QLabel(txt)
383 layout_edit.addWidget(source_label)
390 source_label.hide()
/dports/net/smb4k/smb4k-992987421af68f2695867722b8dc4ca30a4669ec/core/
H A Dsmb4ksynchronizer_p.cpp705 QLabel *source_label = new QLabel(i18n("Source:"), this); in Smb4KSynchronizationDialog() local
727 layout->addWidget(source_label, 1, 0); in Smb4KSynchronizationDialog()
/dports/finance/gnucash/gnucash-4.9/gnucash/gnome-utils/
H A Ddialog-commodity.c89 GtkWidget * source_label; member
689 gtk_widget_set_sensitive(cw->source_label, get_quote && allow_src); in gnc_ui_commodity_quote_info_cb()
918 retval->source_label = GTK_WIDGET(gtk_builder_get_object (builder, "source_label")); in gnc_ui_build_commodity_dialog()
/dports/devel/godot2-tools/godot-2.1.6-stable/editor/io_plugins/
H A Deditor_texture_import_plugin.cpp249 Label *source_label; member in EditorTextureImportDialog
557 source_label->set_text(TTR("Source Texture")); in _mode_changed()
562 source_label->set_text(TTR("Source Texture(s)")); in _mode_changed()
651 source_label = vbc->get_child(source_mc->get_index() - 1)->cast_to<Label>(); in EditorTextureImportDialog()
/dports/devel/godot2/godot-2.1.6-stable/editor/io_plugins/
H A Deditor_texture_import_plugin.cpp249 Label *source_label; member in EditorTextureImportDialog
557 source_label->set_text(TTR("Source Texture")); in _mode_changed()
562 source_label->set_text(TTR("Source Texture(s)")); in _mode_changed()
651 source_label = vbc->get_child(source_mc->get_index() - 1)->cast_to<Label>(); in EditorTextureImportDialog()
/dports/deskutils/gnome-calendar/gnome-calendar-41.2/src/gui/event-editor/
H A Dgcal-event-editor-dialog.c65 GtkWidget *source_label; member
/dports/audio/exaile/exaile-4.1.1/xlgui/
H A Dcover.py1056 self.source_label = self.builder.get_object('source_label')
1183 self.source_label.set_text(getattr(provider, 'title', source))
/dports/x11/lxpanel/lxpanel-0.9.3/plugins/weather/
H A Dweatherwidget.c1343 GtkWidget * source_label = gtk_label_new(_("Source:")); in gtk_weather_create_preferences_dialog() local
1364 source_label, in gtk_weather_create_preferences_dialog()

12