Home
last modified time | relevance | path

Searched refs:target_entry (Results 1 – 25 of 149) sorted by relevance

123456

/dports/security/nmap/nmap-7.91/zenmap/zenmapGUI/
H A DScanToolbar.py117 self._pack_expand_fill(self.target_entry)
126 self.target_entry.set_focus_chain((self.target_entry.child,))
128 self.target_entry.child.connect('activate',
136 self.target_entry = TargetCombo()
148 self.target_entry.update()
151 self.target_entry.add_new_target(target)
155 return self.target_entry.selected_target.decode("UTF-8")
159 self.target_entry.selected_target = target
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gtk-0.14.1/src/
H A Dtarget_entry.rs51 let target_entry = Box::new(ffi::GtkTargetEntry { in to_glib_none() localVariable
56 Stash(&*target_entry, (target_entry, target)) in to_glib_none()
68 let mut target_entry = Box::new(ffi::GtkTargetEntry { in to_glib_none_mut() localVariable
73 StashMut(&mut *target_entry, (target_entry, target)) in to_glib_none_mut()
103 let target_entry = Self { in from_glib_full() localVariable
109 target_entry in from_glib_full()
/dports/www/castor/castor-0.8.16/cargo-crates/gtk-0.8.0/src/
H A Dtarget_entry.rs47 let target_entry = Box::new(gtk_sys::GtkTargetEntry { in to_glib_none() localVariable
52 Stash(&*target_entry, (target_entry, target)) in to_glib_none()
64 let mut target_entry = Box::new(gtk_sys::GtkTargetEntry { in to_glib_none_mut() localVariable
69 StashMut(&mut *target_entry, (target_entry, target)) in to_glib_none_mut()
99 let target_entry = TargetEntry { in from_glib_full() localVariable
105 target_entry in from_glib_full()
/dports/net-im/fractal/fractal-4.4.0/vendor/gtk/src/
H A Dtarget_entry.rs47 let target_entry = Box::new(gtk_sys::GtkTargetEntry { in to_glib_none() localVariable
52 Stash(&*target_entry, (target_entry, target)) in to_glib_none()
64 let mut target_entry = Box::new(gtk_sys::GtkTargetEntry { in to_glib_none_mut() localVariable
69 StashMut(&mut *target_entry, (target_entry, target)) in to_glib_none_mut()
99 let target_entry = TargetEntry { in from_glib_full() localVariable
105 target_entry in from_glib_full()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/gtk-0.14.3/src/
H A Dtarget_entry.rs51 let target_entry = Box::new(ffi::GtkTargetEntry { in to_glib_none() localVariable
56 Stash(&*target_entry, (target_entry, target)) in to_glib_none()
68 let mut target_entry = Box::new(ffi::GtkTargetEntry { in to_glib_none_mut() localVariable
73 StashMut(&mut *target_entry, (target_entry, target)) in to_glib_none_mut()
103 let target_entry = Self { in from_glib_full() localVariable
109 target_entry in from_glib_full()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gtk-0.14.3/src/
H A Dtarget_entry.rs51 let target_entry = Box::new(ffi::GtkTargetEntry { in to_glib_none() localVariable
56 Stash(&*target_entry, (target_entry, target)) in to_glib_none()
68 let mut target_entry = Box::new(ffi::GtkTargetEntry { in to_glib_none_mut() localVariable
73 StashMut(&mut *target_entry, (target_entry, target)) in to_glib_none_mut()
103 let target_entry = Self { in from_glib_full() localVariable
109 target_entry in from_glib_full()
/dports/x11/sirula/sirula-1.0.0/cargo-crates/gtk-0.14.3/src/
H A Dtarget_entry.rs51 let target_entry = Box::new(ffi::GtkTargetEntry { in to_glib_none() localVariable
56 Stash(&*target_entry, (target_entry, target)) in to_glib_none()
68 let mut target_entry = Box::new(ffi::GtkTargetEntry { in to_glib_none_mut() localVariable
73 StashMut(&mut *target_entry, (target_entry, target)) in to_glib_none_mut()
103 let target_entry = Self { in from_glib_full() localVariable
109 target_entry in from_glib_full()
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/gtk-0.7.0/src/
H A Dtarget_entry.rs56 let target_entry = Box::new(gtk_sys::GtkTargetEntry { in to_glib_none() localVariable
61 Stash(&*target_entry, (target_entry, target)) in to_glib_none()
73 let mut target_entry = Box::new(gtk_sys::GtkTargetEntry { in to_glib_none_mut() localVariable
78 StashMut(&mut *target_entry, (target_entry, target)) in to_glib_none_mut()
108 let target_entry = TargetEntry { in from_glib_full() localVariable
114 target_entry in from_glib_full()
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/interprocess/detail/
H A Dxsi_shared_memory_device.hpp254 std::strcpy(info->names[target_entry].buf, shmname); in priv_open_or_create_name_id()
292 int target_entry = -1; in priv_open_or_create_name_only() local
296 if(target_entry < 0 && !info->names[i].buf[0]){ in priv_open_or_create_name_only()
297 target_entry = static_cast<int>(i); in priv_open_or_create_name_only()
301 target_entry = static_cast<int>(i); in priv_open_or_create_name_only()
305 if(target_entry < 0){ in priv_open_or_create_name_only()
320 , target_entry+info_constants_t<0>::FirstID, perm); in priv_open_or_create_name_only()
328 , target_entry+info_constants_t<0>::FirstID, size, perm); in priv_open_or_create_name_only()
329 std::strcpy(info->names[target_entry].buf, shmname); in priv_open_or_create_name_only()
334 , target_entry+info_constants_t<0>::FirstID, size, perm); in priv_open_or_create_name_only()
[all …]
/dports/cad/gtkwave/gtkwave-3.3.107/contrib/rtlbrowse/
H A Dtcl_helper.c842 GtkTargetEntry target_entry[3]; in setup_dnd() local
844 target_entry[0].target = WAVE_DRAG_TAR_NAME_0; in setup_dnd()
845 target_entry[0].flags = 0; in setup_dnd()
846 target_entry[0].info = WAVE_DRAG_TAR_INFO_0; in setup_dnd()
847 target_entry[1].target = WAVE_DRAG_TAR_NAME_1; in setup_dnd()
848 target_entry[1].flags = 0; in setup_dnd()
849 target_entry[1].info = WAVE_DRAG_TAR_INFO_1; in setup_dnd()
850 target_entry[2].target = WAVE_DRAG_TAR_NAME_2; in setup_dnd()
851 target_entry[2].flags = 0; in setup_dnd()
852 target_entry[2].info = WAVE_DRAG_TAR_INFO_2; in setup_dnd()
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/interprocess/detail/
H A Dxsi_shared_memory_device.hpp258 std::strcpy(info->names[target_entry].buf, shmname); in priv_open_or_create_name_id()
296 int target_entry = -1; in priv_open_or_create_name_only() local
300 if(target_entry < 0 && !info->names[i].buf[0]){ in priv_open_or_create_name_only()
301 target_entry = static_cast<int>(i); in priv_open_or_create_name_only()
305 target_entry = static_cast<int>(i); in priv_open_or_create_name_only()
309 if(target_entry < 0){ in priv_open_or_create_name_only()
324 , target_entry+info_constants_t<0>::FirstID, perm); in priv_open_or_create_name_only()
332 , target_entry+info_constants_t<0>::FirstID, size, perm); in priv_open_or_create_name_only()
333 std::strcpy(info->names[target_entry].buf, shmname); in priv_open_or_create_name_only()
338 , target_entry+info_constants_t<0>::FirstID, size, perm); in priv_open_or_create_name_only()
[all …]
/dports/net/openldap24-server/openldap-2.4.59/contrib/slapd-modules/nops/
H A Dnops.c67 Entry *target_entry = NULL; in nops_modify() local
79 rc = be_entry_get_rw(op, &op->o_req_ndn, NULL, NULL, 0, &target_entry); in nops_modify()
82 if (rc != 0 || target_entry == NULL) in nops_modify()
109 if ((a = attr_find(target_entry->e_attrs, mc->sml_desc)) == NULL) in nops_modify()
138 if (target_entry) { in nops_modify()
140 be_entry_release_r(op, target_entry); in nops_modify()
/dports/net/openldap24-client/openldap-2.4.59/contrib/slapd-modules/nops/
H A Dnops.c67 Entry *target_entry = NULL; in nops_modify() local
79 rc = be_entry_get_rw(op, &op->o_req_ndn, NULL, NULL, 0, &target_entry); in nops_modify()
82 if (rc != 0 || target_entry == NULL) in nops_modify()
109 if ((a = attr_find(target_entry->e_attrs, mc->sml_desc)) == NULL) in nops_modify()
138 if (target_entry) { in nops_modify()
140 be_entry_release_r(op, target_entry); in nops_modify()
/dports/net/openldap25-client/openldap-2.5.9/contrib/slapd-modules/nops/
H A Dnops.c67 Entry *target_entry = NULL; in nops_modify() local
79 rc = be_entry_get_rw(op, &op->o_req_ndn, NULL, NULL, 0, &target_entry); in nops_modify()
82 if (rc != 0 || target_entry == NULL) in nops_modify()
109 if ((a = attr_find(target_entry->e_attrs, mc->sml_desc)) == NULL) in nops_modify()
138 if (target_entry) { in nops_modify()
140 be_entry_release_r(op, target_entry); in nops_modify()
/dports/net/openldap25-server/openldap-2.5.9/contrib/slapd-modules/nops/
H A Dnops.c67 Entry *target_entry = NULL; in nops_modify() local
79 rc = be_entry_get_rw(op, &op->o_req_ndn, NULL, NULL, 0, &target_entry); in nops_modify()
82 if (rc != 0 || target_entry == NULL) in nops_modify()
109 if ((a = attr_find(target_entry->e_attrs, mc->sml_desc)) == NULL) in nops_modify()
138 if (target_entry) { in nops_modify()
140 be_entry_release_r(op, target_entry); in nops_modify()
/dports/net/openldap26-client/openldap-2.6.0/contrib/slapd-modules/nops/
H A Dnops.c67 Entry *target_entry = NULL; in nops_modify() local
79 rc = be_entry_get_rw(op, &op->o_req_ndn, NULL, NULL, 0, &target_entry); in nops_modify()
82 if (rc != 0 || target_entry == NULL) in nops_modify()
109 if ((a = attr_find(target_entry->e_attrs, mc->sml_desc)) == NULL) in nops_modify()
138 if (target_entry) { in nops_modify()
140 be_entry_release_r(op, target_entry); in nops_modify()
/dports/net/openldap26-server/openldap-2.6.0/contrib/slapd-modules/nops/
H A Dnops.c67 Entry *target_entry = NULL; in nops_modify() local
79 rc = be_entry_get_rw(op, &op->o_req_ndn, NULL, NULL, 0, &target_entry); in nops_modify()
82 if (rc != 0 || target_entry == NULL) in nops_modify()
109 if ((a = attr_find(target_entry->e_attrs, mc->sml_desc)) == NULL) in nops_modify()
138 if (target_entry) { in nops_modify()
140 be_entry_release_r(op, target_entry); in nops_modify()
/dports/textproc/uim-gtk/libgcroots-d362356/
H A Dextract-news.rb13 target_entry = entries.find do |entry|
17 target_entry = entries.first
20 puts("## #{target_entry}")
/dports/textproc/uim-gtk/uim-d1ac9d9/sigscheme/libgcroots/
H A Dextract-news.rb13 target_entry = entries.find do |entry|
17 target_entry = entries.first
20 puts("## #{target_entry}")
/dports/textproc/uim-gtk3/libgcroots-d362356/
H A Dextract-news.rb13 target_entry = entries.find do |entry|
17 target_entry = entries.first
20 puts("## #{target_entry}")
/dports/textproc/uim-qt5/uim-d1ac9d9/sigscheme/libgcroots/
H A Dextract-news.rb13 target_entry = entries.find do |entry|
17 target_entry = entries.first
20 puts("## #{target_entry}")
/dports/textproc/uim-m17nlib/uim-d1ac9d9/sigscheme/libgcroots/
H A Dextract-news.rb13 target_entry = entries.find do |entry|
17 target_entry = entries.first
20 puts("## #{target_entry}")
/dports/textproc/uim-qt5/libgcroots-d362356/
H A Dextract-news.rb13 target_entry = entries.find do |entry|
17 target_entry = entries.first
20 puts("## #{target_entry}")
/dports/textproc/uim-m17nlib/libgcroots-d362356/
H A Dextract-news.rb13 target_entry = entries.find do |entry|
17 target_entry = entries.first
20 puts("## #{target_entry}")
/dports/textproc/uim-gtk3/uim-d1ac9d9/sigscheme/libgcroots/
H A Dextract-news.rb13 target_entry = entries.find do |entry|
17 target_entry = entries.first
20 puts("## #{target_entry}")

123456