Home
last modified time | relevance | path

Searched defs:label (Results 51 – 75 of 84614) sorted by last modified time

12345678910>>...3385

/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/hw/xfree86/common/
H A Dxf86Xinput.c1482 xf86InitValuatorAxisStruct(DeviceIntPtr dev, int axnum, Atom label, int minval, in xf86InitValuatorAxisStruct()
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/hw/xfree86/common/
H A Dxf86Xinput.c1482 xf86InitValuatorAxisStruct(DeviceIntPtr dev, int axnum, Atom label, int minval, in xf86InitValuatorAxisStruct()
/dports/x11-servers/xorg-nestserver/xorg-server-1.20.13/hw/xfree86/common/
H A Dxf86Xinput.c1482 xf86InitValuatorAxisStruct(DeviceIntPtr dev, int axnum, Atom label, int minval, in xf86InitValuatorAxisStruct()
/dports/x11-servers/xephyr/xorg-server-1.20.13/hw/xfree86/common/
H A Dxf86Xinput.c1482 xf86InitValuatorAxisStruct(DeviceIntPtr dev, int axnum, Atom label, int minval, in xf86InitValuatorAxisStruct()
/dports/x11-fm/nautilus/nautilus-41.1/src/
H A Dnautilus-files-view.c1782 GtkWidget *label; in select_pattern() local
5095 char *name, *label; in build_menu_for_extension_menu_items() local
5636 g_autofree char *label = NULL; in add_template_to_templates_menus() local
5831 g_autofree char *label = NULL; in update_directory_in_templates_menu() local
/dports/x11-fm/gentoo/gentoo-0.20.7/src/
H A Dodmultibutton.c382 static void od_multibutton_reset_label(const ODMultiButton *mb, guint index, GtkLabel *label, const… in od_multibutton_reset_label()
H A Dcfg_paths.c174 GtkWidget *grid, *label, *vbox; in cpt_init() local
176 const gchar *label; in cpt_init() member
/dports/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.39.0/test/
H A Dfake-symbols.c232 InitValuatorAxisStruct(DeviceIntPtr dev, int axnum, Atom label, in InitValuatorAxisStruct()
240 InitValuatorAxisStruct(DeviceIntPtr dev, int axnum, Atom label, in InitValuatorAxisStruct()
248 InitValuatorAxisStruct(DeviceIntPtr dev, int axnum, Atom label, in InitValuatorAxisStruct()
/dports/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.39.0/src/
H A Dxf86Wacom.c134 static void wcmInitAxis(DeviceIntPtr dev, int axis, Atom label, int min, int max, int res, int min_… in wcmInitAxis()
161 Atom label; in wcmInitAxes() local
/dports/x11-clocks/wmtime/wmtime.app/wmgeneral/
H A Dwmgeneral.h17 const char *label; member
/dports/x11-clocks/wmtimer/wmtimer-2.92/wmgeneral/
H A Dwmgeneral.h18 const char *label; member
27 const char *label; member
/dports/x11/cinnamon/cinnamon-4.8.6/files/usr/local/share/cinnamon/cinnamon-settings/bin/
H A DSettingsWidgets.py153 def __init__(self, label, schema=None, key=None, dep_key=None, binfiles=None, packages=None): argument
271 def __init__(self, label, mod_id, icon, category, keywords, content_box): argument
288 def __init__(self, label, mod_id, icon, category, keywords, content_box): argument
331 def __init__(self, label, event_sounds=True, size_group=None, dep_key=None, tooltip=""): argument
429 def __init__(self, label, size_group=None, dep_key=None, tooltip=""): argument
448 def __init__(self, label, possible=None, size_group=None, dep_key=None, tooltip=""): argument
466 def __init__(self, label, size_group=None, dep_key=None, tooltip=""): argument
495 def __init__(self, label, size_group=None, dep_key=None, tooltip=""): argument
524 def __init__(self, label, num_bind=2, size_group=None, dep_key=None, tooltip=""): argument
581 def __init__(self, label, schema, key, *args, **kwargs): argument
H A DChooserButtonWidgets.py171 def set_button_label(self, label): argument
H A DTreeListWidgets.py103 def __init__(self, label=None, columns=None, height=200, size_group=None, \ argument
/dports/x11/cinnamon/cinnamon-4.8.6/files/usr/local/share/cinnamon/cinnamon-settings/modules/
H A Dcs_keyboard.py676 def __init__(self, label, int_name, parent, icon): argument
690 def __init__(self, label, schema, key, category): argument
730 def __init__(self, path, label, action, binding): argument
H A Dcs_panel.py419 def __init__(self, label, schema, key, panel_id, *args, **kwargs): argument
445 def __init__(self, label, schema, key, panel_id, *args, **kwargs): argument
470 def __init__(self, label, schema, key, panel_id, zone, *args, **kwargs): argument
515 def __init__(self, label, schema, key, panel_id, *args, **kwargs): argument
528 def __init__(self, label, schema, key, panel_id, zone, *args, **kwargs): argument
564 def __init__(self, label, schema, key, panel_id, *args, **kwargs): argument
H A Dcs_power.py642 def __init__(self, section, proxy, label): argument
757 …def __init__(self, label, schema, key1, key2, options, valtype="string", dep_key=None, size_group=… argument
H A Dcs_default.py186 def addRow(self, label, button): argument
605 def __init__(self, label, schema, key): argument
/dports/x11/cinnamon/cinnamon-4.8.6/files/usr/local/share/cinnamon/cinnamon-settings-users/
H A Dcinnamon-settings-users.py55 def __init__ (self, label, value, parent = None): argument
/dports/x11/cinnamon/cinnamon-4.8.6/files/usr/local/share/cinnamon/cinnamon-looking-glass/
H A Dcinnamon-looking-glass.py499 def on_close_tab(self, label, content): argument
/dports/x11/nxcomp/nx-libs-3.5.0.32/nxcomp/
H A DLoop.cpp4532 int ListenConnection(int port, const char *label) in ListenConnection()
4620 static int AcceptConnection(int fd, int domain, const char *label) in AcceptConnection()
4733 int KillProcess(int pid, const char *label, int signal, int wait) in KillProcess()
4777 int CheckProcess(int pid, const char *label) in CheckProcess()
6292 int WaitChild(int child, const char* label, int force) in WaitChild()
16326 const char *label = NULL; in handleReadableInLoop() local
/dports/x11/gtkchtheme/gtk-chtheme-0.3.1/
H A Dutil.c37 GtkLabel* label; in gtk_label_new_from_pango_markup() local
/dports/x11/mate-screensaver/mate-screensaver-1.26.1/src/
H A Dmate-screensaver-preferences.c342 GtkWidget *label; in preview_set_theme() local
1335 GtkWidget *label; in setup_for_root_user() local
1601 GtkWidget *label; in init_capplet() local
/dports/x11/nwg-bar/nwg-bar-0.0.1/config/
H A Dbar.json3 "label": "Lock", string
8 "label": "Logout", string
13 "label": "Reboot", string
18 "label": "Shutdown", string
/dports/x11/xapp/xapp-2.2.6/libxapp/
H A Dxapp-icon-chooser-dialog.c882 GtkWidget *label; in xapp_icon_chooser_dialog_add_custom_category() local
1088 GtkWidget *label; in load_categories() local

12345678910>>...3385