Home
last modified time | relevance | path

Searched refs:path_is_selected (Results 1 – 25 of 85) sorted by relevance

1234

/dports/www/moodle310/moodle/backup/util/xml/parser/processors/
H A Dsimplified_parser_processor.class.php99 if ($this->path_is_selected($path)) {
127 if ($this->path_is_selected($path . '/' . $key) ||
165 if ($this->path_is_selected($path)) {
191 if ($this->path_is_selected($path)) {
239 protected function path_is_selected($path) { function in simplified_parser_processor
253 if ($this->path_is_selected($parentpath)) {
H A Dselective_exact_parser_processor.class.php41 if ($this->path_is_selected($data['path'])) {
50 protected function path_is_selected($path) { function in selective_exact_parser_processor
H A Dselective_like_parser_processor.class.php41 if ($this->path_is_selected($data['path'])) {
50 protected function path_is_selected($path) { function in selective_like_parser_processor
/dports/www/moodle311/moodle/backup/util/xml/parser/processors/
H A Dsimplified_parser_processor.class.php99 if ($this->path_is_selected($path)) {
127 if ($this->path_is_selected($path . '/' . $key) ||
165 if ($this->path_is_selected($path)) {
191 if ($this->path_is_selected($path)) {
239 protected function path_is_selected($path) { function in simplified_parser_processor
253 if ($this->path_is_selected($parentpath)) {
H A Dselective_exact_parser_processor.class.php41 if ($this->path_is_selected($data['path'])) {
50 protected function path_is_selected($path) { function in selective_exact_parser_processor
H A Dselective_like_parser_processor.class.php41 if ($this->path_is_selected($data['path'])) {
50 protected function path_is_selected($path) { function in selective_like_parser_processor
/dports/www/moodle39/moodle/backup/util/xml/parser/processors/
H A Dsimplified_parser_processor.class.php99 if ($this->path_is_selected($path)) {
127 if ($this->path_is_selected($path . '/' . $key) ||
165 if ($this->path_is_selected($path)) {
191 if ($this->path_is_selected($path)) {
239 protected function path_is_selected($path) { function in simplified_parser_processor
253 if ($this->path_is_selected($parentpath)) {
H A Dselective_exact_parser_processor.class.php41 if ($this->path_is_selected($data['path'])) {
50 protected function path_is_selected($path) { function in selective_exact_parser_processor
H A Dselective_like_parser_processor.class.php41 if ($this->path_is_selected($data['path'])) {
50 protected function path_is_selected($path) { function in selective_like_parser_processor
/dports/x11-toolkits/p5-Gtk2/Gtk2-1.24993/t/
H A DGtkTreeSelection.t63 ok($selection -> path_is_selected($path));
66 ok(not $selection -> path_is_selected($path));
H A DGtkIconView.t96 is ($iview->path_is_selected ($path), '',
99 is ($iview->path_is_selected ($path), 1,
102 is ($iview->path_is_selected ($path), '',
/dports/science/gramps/gramps-5.1.4/gramps/gui/widgets/
H A Dmultitreeview.py71 and self.get_selection().path_is_selected(target[0])):
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gtk-0.14.1/src/auto/
H A Dtree_selection.rs63 fn path_is_selected(&self, path: &TreePath) -> bool; in path_is_selected() method
175 fn path_is_selected(&self, path: &TreePath) -> bool { in path_is_selected() method
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/gtk-0.14.3/src/auto/
H A Dtree_selection.rs63 fn path_is_selected(&self, path: &TreePath) -> bool; in path_is_selected() method
175 fn path_is_selected(&self, path: &TreePath) -> bool { in path_is_selected() method
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gtk-0.14.3/src/auto/
H A Dtree_selection.rs63 fn path_is_selected(&self, path: &TreePath) -> bool; in path_is_selected() method
175 fn path_is_selected(&self, path: &TreePath) -> bool { in path_is_selected() method
/dports/www/castor/castor-0.8.16/cargo-crates/gtk-0.8.0/src/auto/
H A Dtree_selection.rs49 fn path_is_selected(&self, path: &TreePath) -> bool; in path_is_selected() method
149 fn path_is_selected(&self, path: &TreePath) -> bool { in path_is_selected() method
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/gtk-0.7.0/src/auto/
H A Dtree_selection.rs49 fn path_is_selected(&self, path: &TreePath) -> bool; in path_is_selected() method
149 fn path_is_selected(&self, path: &TreePath) -> bool { in path_is_selected() method
/dports/net-im/fractal/fractal-4.4.0/vendor/gtk/src/auto/
H A Dtree_selection.rs49 fn path_is_selected(&self, path: &TreePath) -> bool; in path_is_selected() method
149 fn path_is_selected(&self, path: &TreePath) -> bool { in path_is_selected() method
/dports/x11/sirula/sirula-1.0.0/cargo-crates/gtk-0.14.3/src/auto/
H A Dtree_selection.rs63 fn path_is_selected(&self, path: &TreePath) -> bool; in path_is_selected() method
175 fn path_is_selected(&self, path: &TreePath) -> bool { in path_is_selected() method
/dports/mail/evolution/evolution-3.42.1/src/e-util/
H A De-attachment-view.c1245 gboolean path_is_selected = FALSE; in e_attachment_view_button_press_event() local
1265 path_is_selected = e_attachment_view_path_is_selected (view, path); in e_attachment_view_button_press_event()
1281 if (path_is_selected && !busy) { in e_attachment_view_button_press_event()
1301 else if (!path_is_selected) { in e_attachment_view_button_press_event()
1444 g_return_val_if_fail (iface->path_is_selected != NULL, FALSE); in e_attachment_view_path_is_selected()
1446 return iface->path_is_selected (view, path); in e_attachment_view_path_is_selected()
H A De-attachment-view.h70 gboolean (*path_is_selected) (EAttachmentView *view, member
/dports/x11-fonts/font-manager/font-manager-0.8.7/src/font-manager/web/google/
H A DFontList.vala182 if (selection.path_is_selected(path))
202 if (!selection.path_is_selected(path))
/dports/graphics/py-mcomix/mcomix3-9eb4fc7/mcomix/mcomix/
H A Dedit_image_area.py119 if not iconview.path_is_selected(path):
/dports/x11-fonts/font-manager/font-manager-0.8.7/src/font-manager/
H A DBaseTreeView.vala85 bool pending = (selection.path_is_selected(path) && (event.state & mask) == 0);
/dports/mail/geary/geary-40.0/src/client/conversation-list/
H A Dconversation-list-view.vala373 !get_selection().path_is_selected(path)) {
488 return get_selection().path_is_selected(path);
649 set_hover_selected(path != null && get_selection().path_is_selected(path));

1234