Home
last modified time | relevance | path

Searched refs:selection_name (Results 1 – 25 of 78) sorted by relevance

1234

/dports/sysutils/cinnamon-settings-daemon/cinnamon-settings-daemon-4.8.5/plugins/keyboard/
H A Ddelayed-dialog.c49 char selection_name[10]; in csd_delayed_show_dialog() local
55 snprintf (selection_name, sizeof (selection_name), "WM_S%d", in csd_delayed_show_dialog()
57 selection_atom = XInternAtom (xdisplay, selection_name, True); in csd_delayed_show_dialog()
90 char *selection_name; in message_filter() local
102 selection_name = XGetAtomName (evt->display, evt->data.l[1]); in message_filter()
104 if (strncmp (selection_name, "WM_S", 4) != 0) { in message_filter()
105 XFree (selection_name); in message_filter()
109 screen = atoi (selection_name + 4); in message_filter()
125 XFree (selection_name); in message_filter()
/dports/sysutils/mate-settings-daemon/mate-settings-daemon-1.26.0/plugins/keyboard/
H A Ddelayed-dialog.c50 char selection_name[10]; in msd_delayed_show_dialog() local
56 snprintf (selection_name, sizeof (selection_name), "WM_S%d", in msd_delayed_show_dialog()
58 selection_atom = XInternAtom (xdisplay, selection_name, True); in msd_delayed_show_dialog()
91 char *selection_name; in message_filter() local
103 selection_name = XGetAtomName (evt->display, evt->data.l[1]); in message_filter()
105 if (strncmp (selection_name, "WM_S", 4) != 0) { in message_filter()
106 XFree (selection_name); in message_filter()
110 screen = atoi (selection_name + 4); in message_filter()
126 XFree (selection_name); in message_filter()
/dports/graphics/lazpaint/lazpaint-7.1.6/resources/scripts/test/
H A Dtest_file.py10 selection_name = None variable
13 selection_name = selection.save_as("script_test_selection.png")
18 if selection_name is not None:
19 selection.load(selection_name)
/dports/x11-wm/windowmaker/WindowMaker-0.95.9/util/
H A Dwxpaste.c158 char *selection_name = NULL; in main() local
171 selection_name = argv[++i]; in main()
173 selection_name = "PRIMARY"; in main()
212 if (selection_name) { in main()
213 buf = fetchSelection(dpy, selection_name); in main()
/dports/x11-wm/libwraster/WindowMaker-0.95.9/util/
H A Dwxpaste.c158 char *selection_name = NULL; in main() local
171 selection_name = argv[++i]; in main()
173 selection_name = "PRIMARY"; in main()
212 if (selection_name) { in main()
213 buf = fetchSelection(dpy, selection_name); in main()
/dports/x11/xclipboard/xclipboard-1.1.3/
H A Dxcutsel.c59 String selection_name; member
72 Offset(selection_name), XtRString, "PRIMARY"},
281 XmuInternStrings( XtDisplay(shell), &options.selection_name, ONE, in main()
292 options.selection_name, in main()
303 options.selection_name); in main()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/base/clipboard/
H A Dclipboard_x11.cc337 ::Atom selection_name = LookupSelectionForClipboardBuffer(buffer); in RequestAndWaitForTypes()
338 if (XGetSelectionOwner(x_display_, selection_name) == x_window_) { in RequestAndWaitForTypes()
341 const SelectionFormatMap& format_map = LookupStorageForAtom(selection_name); in RequestAndWaitForTypes()
351 ::Atom selection_name = LookupSelectionForClipboardBuffer(buffer); in RequestAndWaitForTypes()
354 return selection_requestor_.RequestAndWaitForTypes(selection_name, in RequestAndWaitForTypes()
363 ::Atom selection_name = LookupSelectionForClipboardBuffer(buffer); in WaitAndGetTargetsList()
365 if (XGetSelectionOwner(x_display_, selection_name) == x_window_) { in WaitAndGetTargetsList()
367 const SelectionFormatMap& format_map = LookupStorageForAtom(selection_name); in WaitAndGetTargetsList()
377 selection_name, gfx::GetAtom(kTargets), &data, &out_data_items, in WaitAndGetTargetsList()
397 selection_name, text_atom, nullptr, nullptr, &type) && in WaitAndGetTargetsList()
/dports/lang/spidermonkey60/firefox-60.9.0/testing/firefox-ui/tests/functional/keyboard_shortcuts/
H A Dtest_browser_window.py51 selection_name = mn.execute_script("""
54 return selection_name == "input"
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/firefox-ui/tests/functional/keyboard_shortcuts/
H A Dtest_browser_window.py51 selection_name = mn.execute_script("""
54 return selection_name == "input"
/dports/x11-wm/xfce4-panel/xfce4-panel-4.16.3/plugins/systray/
H A Dsystray-manager.c299 gchar *selection_name;
309 selection_name = g_strdup_printf ("_NET_SYSTEM_TRAY_S%d",
314 selection_name);
316 g_free (selection_name);
331 gchar *selection_name; in systray_manager_register() local
358 selection_name = g_strdup_printf ("_NET_SYSTEM_TRAY_S%d", screen_number); in systray_manager_register() local
361 manager->selection_atom = gdk_atom_intern (selection_name, FALSE); in systray_manager_register()
363 g_free (selection_name); in systray_manager_register()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/base/clipboard/
H A Dclipboard_x11.cc330 x11::Atom selection_name = LookupSelectionForClipboardBuffer(buffer); in RequestAndWaitForTypes() local
331 if (GetSelectionOwner(selection_name) == x_window_) { in RequestAndWaitForTypes()
334 const SelectionFormatMap& format_map = LookupStorageForAtom(selection_name); in RequestAndWaitForTypes()
344 x11::Atom selection_name = LookupSelectionForClipboardBuffer(buffer); in RequestAndWaitForTypes() local
347 return selection_requestor_.RequestAndWaitForTypes(selection_name, in RequestAndWaitForTypes()
356 x11::Atom selection_name = LookupSelectionForClipboardBuffer(buffer); in WaitAndGetTargetsList() local
358 if (GetSelectionOwner(selection_name) == x_window_) { in WaitAndGetTargetsList()
360 const SelectionFormatMap& format_map = LookupStorageForAtom(selection_name); in WaitAndGetTargetsList()
369 selection_name, gfx::GetAtom(kTargets), &data, &out_type)) { in WaitAndGetTargetsList()
388 selection_name, text_atom, nullptr, &type) && in WaitAndGetTargetsList()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/providers/implementations/encode_decode/
H A Dencode_key2blob.c117 #define MAKE_BLOB_ENCODER(impl, type, selection_name) \ argument
138 EVP_PKEY_##selection_name); \
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/providers/implementations/encode_decode/
H A Dencode_key2blob.c117 #define MAKE_BLOB_ENCODER(impl, type, selection_name) \ argument
138 EVP_PKEY_##selection_name); \
/dports/security/acmed/acmed-0.18.0/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/providers/implementations/encode_decode/
H A Dencode_key2blob.c117 #define MAKE_BLOB_ENCODER(impl, type, selection_name) \ argument
138 EVP_PKEY_##selection_name); \
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/providers/implementations/encode_decode/
H A Dencode_key2blob.c117 #define MAKE_BLOB_ENCODER(impl, type, selection_name) \ argument
138 EVP_PKEY_##selection_name); \
/dports/security/openssl-devel/openssl-3.0.2/providers/implementations/encode_decode/
H A Dencode_key2blob.c121 #define MAKE_BLOB_ENCODER(impl, type, selection_name) \ argument
142 EVP_PKEY_##selection_name); \
/dports/security/openssl-quictls/openssl-7f2ab56a2b842b8e6fefc7b9d20eb5ff9c6ef151/providers/implementations/encode_decode/
H A Dencode_key2blob.c121 #define MAKE_BLOB_ENCODER(impl, type, selection_name) \ argument
142 EVP_PKEY_##selection_name); \
/dports/editors/emacs/emacs-27.2/src/
H A Dnsselect.m206 ns_get_local_selection (Lisp_Object selection_name,
210 local_value = assq_no_quit (selection_name, Vselection_alist);
438 (Lisp_Object selection_name, Lisp_Object target_type)
443 CHECK_SYMBOL (selection_name);
446 if (ns_get_pb_change_count (selection_name)
447 == ns_get_our_change_count_for (selection_name))
448 val = ns_get_local_selection (selection_name, target_type);
450 val = ns_get_foreign_selection (selection_name, target_type);
/dports/net/rdesktop/rdesktop-1.9.0/
H A Dxclip.c528 char *selection_name, *target_name, *property_name; in xclip_handle_SelectionNotify() local
533 selection_name = XGetAtomName(g_display, event->selection); in xclip_handle_SelectionNotify()
538 selection_name, target_name, property_name); in xclip_handle_SelectionNotify()
539 XFree(selection_name); in xclip_handle_SelectionNotify()
805 char *selection_name, *target_name, *property_name; in xclip_handle_SelectionRequest() local
807 selection_name = XGetAtomName(g_display, event->selection); in xclip_handle_SelectionRequest()
812 selection_name, target_name, property_name); in xclip_handle_SelectionRequest()
813 XFree(selection_name); in xclip_handle_SelectionRequest()
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dnsselect.m206 ns_get_local_selection (Lisp_Object selection_name,
210 local_value = assq_no_quit (selection_name, Vselection_alist);
514 (Lisp_Object selection_name, Lisp_Object target_type)
519 CHECK_SYMBOL (selection_name);
522 if (ns_get_pb_change_count (selection_name)
523 == ns_get_our_change_count_for (selection_name))
524 val = ns_get_local_selection (selection_name, target_type);
526 val = ns_get_foreign_selection (selection_name, target_type);
/dports/math/py-theano/Theano-1.0.5/theano/gpuarray/c_code/
H A Ddnn_gw.c13 selection_name = "fastest";
15 selection_name = "best suited";
36 const char* selection_name; variable
358 …fprintf(stderr, "\t(selected %s gradweight algo in %g milliseconds)\n", selection_name, timer.mill… in APPLY_SPECIFIC()
H A Ddnn_gi.c13 selection_name = "fastest";
15 selection_name = "best suited";
36 const char* selection_name; variable
368 …fprintf(stderr, "\t(selected %s gradinput algo in %g milliseconds)\n", selection_name, timer.milli… in APPLY_SPECIFIC()
H A Ddnn_fwd.c13 selection_name = "fastest";
15 selection_name = "best suited";
36 const char* selection_name; variable
410 …fprintf(stderr, "\t(selected %s fwd algo in %g milliseconds)\n", selection_name, timer.millisecond… in APPLY_SPECIFIC()
/dports/textproc/xfce4-dict-plugin/xfce4-dict-0.8.4/panel-plugin/
H A Dxfce4-dict-plugin.c140 gchar selection_name[32]; in dict_plugin_set_selection() local
150 g_snprintf(selection_name, sizeof (selection_name), in dict_plugin_set_selection()
152 …atom = XInternAtom(gdk_x11_display_get_xdisplay(gdk_display_get_default()), selection_name, False); in dict_plugin_set_selection()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/unix/classes/sun/awt/X11/
H A DXMSelection.java167 String selection_name = getName()+"_S"+screen; in selectPerScreen() local
169 log.fine("Screen = " + screen + " selection name = " + selection_name); in selectPerScreen()
171 XAtom atom = XAtom.get(selection_name); in selectPerScreen()

1234