Home
last modified time | relevance | path

Searched refs:path_entry (Results 1 – 25 of 329) sorted by relevance

12345678910>>...14

/dports/x11-fm/thunar/thunar-4.16.10/thunar/
H A Dthunar-path-entry.c231 path_entry->working_directory = NULL; in thunar_path_entry_init()
371 …if (!path_entry->has_completion && gtk_editable_get_position (GTK_EDITABLE (path_entry)) == gtk_en… in thunar_path_entry_focus()
397 path_entry->drag_x = event->x; in thunar_path_entry_icon_press_event()
398 path_entry->drag_y = event->y; in thunar_path_entry_icon_press_event()
415 path_entry->drag_button = 0; in thunar_path_entry_icon_release_event()
431 if (path_entry->drag_button > 0 in thunar_path_entry_motion_notify_event()
434 … && gtk_drag_check_threshold (widget, path_entry->drag_x, path_entry->drag_y, event->x, event->y)) in thunar_path_entry_motion_notify_event()
458 path_entry->drag_button = 0; in thunar_path_entry_motion_notify_event()
478 …if (!path_entry->has_completion && gtk_editable_get_position (GTK_EDITABLE (path_entry)) == gtk_en… in thunar_path_entry_key_press_event()
921 ThunarPathEntry *path_entry; in thunar_path_entry_match_func() local
[all …]
H A Dthunar-location-entry.c94 GtkWidget *path_entry; member
190 location_entry->path_entry = thunar_path_entry_new (); in thunar_location_entry_init()
194 gtk_widget_show (location_entry->path_entry); in thunar_location_entry_init()
197 gtk_entry_set_icon_from_icon_name (GTK_ENTRY (location_entry->path_entry), in thunar_location_entry_init()
199 gtk_entry_set_icon_tooltip_text (GTK_ENTRY (location_entry->path_entry), in thunar_location_entry_init()
201 g_signal_connect (G_OBJECT (location_entry->path_entry), "icon-release", in thunar_location_entry_init()
306 gtk_widget_grab_focus (location_entry->path_entry); in thunar_location_entry_accept_focus()
365 thunar_dialogs_show_error (location_entry->path_entry, error, in thunar_location_entry_open_or_launch()
402 thunar_location_entry_activate (GtkWidget *path_entry, in thunar_location_entry_activate() argument
408 _thunar_return_if_fail (location_entry->path_entry == path_entry); in thunar_location_entry_activate()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/diagnosis/
H A Dcrbug_1001171.py25 for path_index, path_entry in enumerate(sys.path):
27 if not os.path.exists(path_entry):
29 elif os.path.islink(path_entry):
30 desc = 'link -> %s' % os.path.realpath(path_entry)
31 elif os.path.isfile(path_entry):
33 elif os.path.isdir(path_entry):
35 print(' sys.path[%d]: %s (%s)' % (path_index, path_entry, desc))
37 real_path_entry = os.path.realpath(path_entry)
38 if (path_entry.endswith(os.path.join('lib', 'python2.7'))
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/diagnosis/
H A Dcrbug_1001171.py25 for path_index, path_entry in enumerate(sys.path):
27 if not os.path.exists(path_entry):
29 elif os.path.islink(path_entry):
30 desc = 'link -> %s' % os.path.realpath(path_entry)
31 elif os.path.isfile(path_entry):
33 elif os.path.isdir(path_entry):
35 print(' sys.path[%d]: %s (%s)' % (path_index, path_entry, desc))
37 real_path_entry = os.path.realpath(path_entry)
38 if (path_entry.endswith(os.path.join('lib', 'python2.7'))
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dexport_filename_selector.cc71 path_hbox.pack_start (path_entry, true, true, 3); in ExportFilenameSelector()
75 path_entry.set_activates_default (); in ExportFilenameSelector()
144 path_entry.set_text (filename->get_folder ()); in load_state()
256 filename->set_folder (path_entry.get_text ()); in update_folder()
267 if (!Glib::file_test (path_entry.get_text (), Glib::FILE_TEST_IS_DIR | Glib::FILE_TEST_EXISTS)) { in check_folder()
270 path_entry.get_text ())); in check_folder()
272 path_entry.set_text (Glib::path_get_dirname (path_entry.get_text ())); in check_folder()
273 filename->set_folder (path_entry.get_text ()); in check_folder()
394 const std::string& dir (path_entry.get_text ()); in open_folder()
409 dialog.set_filename (path_entry.get_text ()); in open_browse_dialog()
[all …]
H A Dtranscode_video_dialog.cc102 path_entry.set_width_chars(38); in TranscodeVideoDialog()
108 path_entry.set_text (dstfn); in TranscodeVideoDialog()
198 path_entry.set_sensitive (true); in TranscodeVideoDialog()
203 path_entry.set_text (""); in TranscodeVideoDialog()
208 path_entry.set_sensitive (false); in TranscodeVideoDialog()
213 path_entry.set_text (""); in TranscodeVideoDialog()
217 path_entry.set_sensitive (false); in TranscodeVideoDialog()
338 ::g_unlink(path_entry.get_text().c_str()); in finished()
405 std::string outfn = path_entry.get_text(); in launch_transcode()
546 dialog.set_filename (path_entry.get_text()); in open_browse_dialog()
[all …]
/dports/devel/nuitka/Nuitka-0.6.17/lib/
H A Dhints.py55 for path_entry in paths:
56 path_entry = os.path.normcase(path_entry)
58 if os.path.normcase(path).startswith(path_entry):
59 if best is None or len(path_entry) > len(best):
60 best = path_entry
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/test/chromedriver/chrome/
H A Dchrome_finder.cc97 for (auto& path_entry : path_entries) { in GetPathsFromEnvironment() local
99 size_t size = path_entry.size(); in GetPathsFromEnvironment()
100 if (size >= 2 && path_entry[0] == '"' && path_entry[size - 1] == '"') { in GetPathsFromEnvironment()
101 path_entry.erase(0, 1); in GetPathsFromEnvironment()
102 path_entry.erase(size - 2, 1); in GetPathsFromEnvironment()
105 if (path_entry.size() > 0) in GetPathsFromEnvironment()
106 paths->emplace_back(path_entry); in GetPathsFromEnvironment()
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/landlock/
H A Dfs_test.c2518 path_entry = *path_list[++i])
2648 const char *path_entry; in TEST_F_FORK() local
2658 ASSERT_EQ(0, test_open(path_entry, O_RDONLY)); in TEST_F_FORK()
2664 for_each_path(lower_sub_files, path_entry, i) { in TEST_F_FORK()
2687 ASSERT_EQ(0, test_open(path_entry, O_RDWR)); in TEST_F_FORK()
2693 ASSERT_EQ(0, test_open(path_entry, O_RDWR)); in TEST_F_FORK()
2704 ASSERT_EQ(0, test_open(path_entry, O_RDWR)); in TEST_F_FORK()
2710 ASSERT_EQ(0, test_open(path_entry, O_RDWR)); in TEST_F_FORK()
2735 ASSERT_EQ(0, test_open(path_entry, O_RDWR)); in TEST_F_FORK()
2762 ASSERT_EQ(0, test_open(path_entry, O_RDWR)); in TEST_F_FORK()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/landlock/
H A Dfs_test.c2518 path_entry = *path_list[++i])
2648 const char *path_entry; in TEST_F_FORK() local
2658 ASSERT_EQ(0, test_open(path_entry, O_RDONLY)); in TEST_F_FORK()
2664 for_each_path(lower_sub_files, path_entry, i) { in TEST_F_FORK()
2687 ASSERT_EQ(0, test_open(path_entry, O_RDWR)); in TEST_F_FORK()
2693 ASSERT_EQ(0, test_open(path_entry, O_RDWR)); in TEST_F_FORK()
2704 ASSERT_EQ(0, test_open(path_entry, O_RDWR)); in TEST_F_FORK()
2710 ASSERT_EQ(0, test_open(path_entry, O_RDWR)); in TEST_F_FORK()
2735 ASSERT_EQ(0, test_open(path_entry, O_RDWR)); in TEST_F_FORK()
2762 ASSERT_EQ(0, test_open(path_entry, O_RDWR)); in TEST_F_FORK()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/landlock/
H A Dfs_test.c2518 path_entry = *path_list[++i])
2648 const char *path_entry; in TEST_F_FORK() local
2658 ASSERT_EQ(0, test_open(path_entry, O_RDONLY)); in TEST_F_FORK()
2664 for_each_path(lower_sub_files, path_entry, i) { in TEST_F_FORK()
2687 ASSERT_EQ(0, test_open(path_entry, O_RDWR)); in TEST_F_FORK()
2693 ASSERT_EQ(0, test_open(path_entry, O_RDWR)); in TEST_F_FORK()
2704 ASSERT_EQ(0, test_open(path_entry, O_RDWR)); in TEST_F_FORK()
2710 ASSERT_EQ(0, test_open(path_entry, O_RDWR)); in TEST_F_FORK()
2735 ASSERT_EQ(0, test_open(path_entry, O_RDWR)); in TEST_F_FORK()
2762 ASSERT_EQ(0, test_open(path_entry, O_RDWR)); in TEST_F_FORK()
[all …]
/dports/net-p2p/deluge-cli/deluge-2.0.3/deluge/ui/gtk3/
H A Dpath_combo_chooser.py548 if not self.path_entry.get_realized():
555 if not self.path_entry.get_realized():
651 screen = self.path_entry.get_screen()
715 self.path_entry.set_text(
758 self.path_entry = path_entry
866 text = self.path_entry.get_text()
914 self.path_entry = path_entry
992 self.path_entry = path_entry
1010 if self.path_entry.get_realized():
1094 self.path_entry.set_text(
[all …]
/dports/devel/nuitka/Nuitka-0.6.17/nuitka/importing/
H A DImporting.py478 def _unpackPathElement(path_entry): argument
479 if not path_entry:
482 if os.path.isfile(path_entry) and path_entry.lower().endswith(".egg"):
483 if path_entry not in _egg_files:
484 with open(path_entry, "rb") as f:
489 zip_ref = zipfile.ZipFile(path_entry, "r")
493 _egg_files[path_entry] = target_dir
495 return _egg_files[path_entry]
497 return path_entry
/dports/x11-fm/thunar/thunar-4.16.10/plugins/thunar-apr/
H A Dthunar-apr-desktop-page.c81 GtkWidget *path_entry; member
206 desktop_page->path_entry = gtk_entry_new (); in thunar_apr_desktop_page_init()
210 gtk_widget_set_hexpand (desktop_page->path_entry, TRUE); in thunar_apr_desktop_page_init()
211 gtk_grid_attach (GTK_GRID (grid), desktop_page->path_entry, 1, 2, 1, 1); in thunar_apr_desktop_page_init()
212 gtk_widget_show (desktop_page->path_entry); in thunar_apr_desktop_page_init()
217 object = gtk_widget_get_accessible (desktop_page->path_entry); in thunar_apr_desktop_page_init()
455 gtk_widget_show (desktop_page->path_entry); in thunar_apr_desktop_page_file_changed()
480 gtk_widget_hide (desktop_page->path_entry); in thunar_apr_desktop_page_file_changed()
489 gtk_widget_hide (desktop_page->path_entry); in thunar_apr_desktop_page_file_changed()
518 gtk_widget_hide (desktop_page->path_entry); in thunar_apr_desktop_page_file_changed()
[all …]
/dports/mail/claws-mail-pgp/claws-mail-3.18.0/src/plugins/address_keeper/
H A Daddress_keeper_prefs.c89 GtkWidget *path_entry; in addkeeper_prefs_create_widget_func() local
117 path_entry = gtk_entry_new(); in addkeeper_prefs_create_widget_func()
118 gtk_entry_set_text(GTK_ENTRY(path_entry), addkeeperprefs.addressbook_folder); in addkeeper_prefs_create_widget_func()
119 gtk_box_pack_start(GTK_BOX(path_hbox), path_entry, TRUE, TRUE, 0); in addkeeper_prefs_create_widget_func()
120 gtk_widget_show(path_entry); in addkeeper_prefs_create_widget_func()
121 CLAWS_SET_TIP(path_entry, _("Address book path where addresses are kept")); in addkeeper_prefs_create_widget_func()
128 path_entry); in addkeeper_prefs_create_widget_func()
136 page->addressbook_folder = path_entry; in addkeeper_prefs_create_widget_func()
/dports/mail/claws-mail-spamassassin/claws-mail-3.18.0/src/plugins/address_keeper/
H A Daddress_keeper_prefs.c89 GtkWidget *path_entry; in addkeeper_prefs_create_widget_func() local
117 path_entry = gtk_entry_new(); in addkeeper_prefs_create_widget_func()
118 gtk_entry_set_text(GTK_ENTRY(path_entry), addkeeperprefs.addressbook_folder); in addkeeper_prefs_create_widget_func()
119 gtk_box_pack_start(GTK_BOX(path_hbox), path_entry, TRUE, TRUE, 0); in addkeeper_prefs_create_widget_func()
120 gtk_widget_show(path_entry); in addkeeper_prefs_create_widget_func()
121 CLAWS_SET_TIP(path_entry, _("Address book path where addresses are kept")); in addkeeper_prefs_create_widget_func()
128 path_entry); in addkeeper_prefs_create_widget_func()
136 page->addressbook_folder = path_entry; in addkeeper_prefs_create_widget_func()
/dports/mail/claws-mail-notification/claws-mail-3.18.0/src/plugins/address_keeper/
H A Daddress_keeper_prefs.c89 GtkWidget *path_entry; in addkeeper_prefs_create_widget_func() local
117 path_entry = gtk_entry_new(); in addkeeper_prefs_create_widget_func()
118 gtk_entry_set_text(GTK_ENTRY(path_entry), addkeeperprefs.addressbook_folder); in addkeeper_prefs_create_widget_func()
119 gtk_box_pack_start(GTK_BOX(path_hbox), path_entry, TRUE, TRUE, 0); in addkeeper_prefs_create_widget_func()
120 gtk_widget_show(path_entry); in addkeeper_prefs_create_widget_func()
121 CLAWS_SET_TIP(path_entry, _("Address book path where addresses are kept")); in addkeeper_prefs_create_widget_func()
128 path_entry); in addkeeper_prefs_create_widget_func()
136 page->addressbook_folder = path_entry; in addkeeper_prefs_create_widget_func()
/dports/mail/claws-mail-perl/claws-mail-3.18.0/src/plugins/address_keeper/
H A Daddress_keeper_prefs.c89 GtkWidget *path_entry; in addkeeper_prefs_create_widget_func() local
117 path_entry = gtk_entry_new(); in addkeeper_prefs_create_widget_func()
118 gtk_entry_set_text(GTK_ENTRY(path_entry), addkeeperprefs.addressbook_folder); in addkeeper_prefs_create_widget_func()
119 gtk_box_pack_start(GTK_BOX(path_hbox), path_entry, TRUE, TRUE, 0); in addkeeper_prefs_create_widget_func()
120 gtk_widget_show(path_entry); in addkeeper_prefs_create_widget_func()
121 CLAWS_SET_TIP(path_entry, _("Address book path where addresses are kept")); in addkeeper_prefs_create_widget_func()
128 path_entry); in addkeeper_prefs_create_widget_func()
136 page->addressbook_folder = path_entry; in addkeeper_prefs_create_widget_func()
/dports/mail/claws-mail-pdf_viewer/claws-mail-3.18.0/src/plugins/address_keeper/
H A Daddress_keeper_prefs.c89 GtkWidget *path_entry; in addkeeper_prefs_create_widget_func() local
117 path_entry = gtk_entry_new(); in addkeeper_prefs_create_widget_func()
118 gtk_entry_set_text(GTK_ENTRY(path_entry), addkeeperprefs.addressbook_folder); in addkeeper_prefs_create_widget_func()
119 gtk_box_pack_start(GTK_BOX(path_hbox), path_entry, TRUE, TRUE, 0); in addkeeper_prefs_create_widget_func()
120 gtk_widget_show(path_entry); in addkeeper_prefs_create_widget_func()
121 CLAWS_SET_TIP(path_entry, _("Address book path where addresses are kept")); in addkeeper_prefs_create_widget_func()
128 path_entry); in addkeeper_prefs_create_widget_func()
136 page->addressbook_folder = path_entry; in addkeeper_prefs_create_widget_func()
/dports/mail/claws-mail-spam_report/claws-mail-3.18.0/src/plugins/address_keeper/
H A Daddress_keeper_prefs.c89 GtkWidget *path_entry; in addkeeper_prefs_create_widget_func() local
117 path_entry = gtk_entry_new(); in addkeeper_prefs_create_widget_func()
118 gtk_entry_set_text(GTK_ENTRY(path_entry), addkeeperprefs.addressbook_folder); in addkeeper_prefs_create_widget_func()
119 gtk_box_pack_start(GTK_BOX(path_hbox), path_entry, TRUE, TRUE, 0); in addkeeper_prefs_create_widget_func()
120 gtk_widget_show(path_entry); in addkeeper_prefs_create_widget_func()
121 CLAWS_SET_TIP(path_entry, _("Address book path where addresses are kept")); in addkeeper_prefs_create_widget_func()
128 path_entry); in addkeeper_prefs_create_widget_func()
136 page->addressbook_folder = path_entry; in addkeeper_prefs_create_widget_func()
/dports/mail/claws-mail-newmail/claws-mail-3.18.0/src/plugins/address_keeper/
H A Daddress_keeper_prefs.c89 GtkWidget *path_entry; in addkeeper_prefs_create_widget_func() local
117 path_entry = gtk_entry_new(); in addkeeper_prefs_create_widget_func()
118 gtk_entry_set_text(GTK_ENTRY(path_entry), addkeeperprefs.addressbook_folder); in addkeeper_prefs_create_widget_func()
119 gtk_box_pack_start(GTK_BOX(path_hbox), path_entry, TRUE, TRUE, 0); in addkeeper_prefs_create_widget_func()
120 gtk_widget_show(path_entry); in addkeeper_prefs_create_widget_func()
121 CLAWS_SET_TIP(path_entry, _("Address book path where addresses are kept")); in addkeeper_prefs_create_widget_func()
128 path_entry); in addkeeper_prefs_create_widget_func()
136 page->addressbook_folder = path_entry; in addkeeper_prefs_create_widget_func()
/dports/mail/claws-mail-bsfilter/claws-mail-3.18.0/src/plugins/address_keeper/
H A Daddress_keeper_prefs.c89 GtkWidget *path_entry; in addkeeper_prefs_create_widget_func() local
117 path_entry = gtk_entry_new(); in addkeeper_prefs_create_widget_func()
118 gtk_entry_set_text(GTK_ENTRY(path_entry), addkeeperprefs.addressbook_folder); in addkeeper_prefs_create_widget_func()
119 gtk_box_pack_start(GTK_BOX(path_hbox), path_entry, TRUE, TRUE, 0); in addkeeper_prefs_create_widget_func()
120 gtk_widget_show(path_entry); in addkeeper_prefs_create_widget_func()
121 CLAWS_SET_TIP(path_entry, _("Address book path where addresses are kept")); in addkeeper_prefs_create_widget_func()
128 path_entry); in addkeeper_prefs_create_widget_func()
136 page->addressbook_folder = path_entry; in addkeeper_prefs_create_widget_func()
/dports/mail/claws-mail-att_remover/claws-mail-3.18.0/src/plugins/address_keeper/
H A Daddress_keeper_prefs.c89 GtkWidget *path_entry; in addkeeper_prefs_create_widget_func() local
117 path_entry = gtk_entry_new(); in addkeeper_prefs_create_widget_func()
118 gtk_entry_set_text(GTK_ENTRY(path_entry), addkeeperprefs.addressbook_folder); in addkeeper_prefs_create_widget_func()
119 gtk_box_pack_start(GTK_BOX(path_hbox), path_entry, TRUE, TRUE, 0); in addkeeper_prefs_create_widget_func()
120 gtk_widget_show(path_entry); in addkeeper_prefs_create_widget_func()
121 CLAWS_SET_TIP(path_entry, _("Address book path where addresses are kept")); in addkeeper_prefs_create_widget_func()
128 path_entry); in addkeeper_prefs_create_widget_func()
136 page->addressbook_folder = path_entry; in addkeeper_prefs_create_widget_func()
/dports/mail/claws-mail-litehtml_viewer/claws-mail-3.18.0/src/plugins/address_keeper/
H A Daddress_keeper_prefs.c89 GtkWidget *path_entry; in addkeeper_prefs_create_widget_func() local
117 path_entry = gtk_entry_new(); in addkeeper_prefs_create_widget_func()
118 gtk_entry_set_text(GTK_ENTRY(path_entry), addkeeperprefs.addressbook_folder); in addkeeper_prefs_create_widget_func()
119 gtk_box_pack_start(GTK_BOX(path_hbox), path_entry, TRUE, TRUE, 0); in addkeeper_prefs_create_widget_func()
120 gtk_widget_show(path_entry); in addkeeper_prefs_create_widget_func()
121 CLAWS_SET_TIP(path_entry, _("Address book path where addresses are kept")); in addkeeper_prefs_create_widget_func()
128 path_entry); in addkeeper_prefs_create_widget_func()
136 page->addressbook_folder = path_entry; in addkeeper_prefs_create_widget_func()
/dports/mail/claws-mail-managesieve/claws-mail-3.18.0/src/plugins/address_keeper/
H A Daddress_keeper_prefs.c89 GtkWidget *path_entry; in addkeeper_prefs_create_widget_func() local
117 path_entry = gtk_entry_new(); in addkeeper_prefs_create_widget_func()
118 gtk_entry_set_text(GTK_ENTRY(path_entry), addkeeperprefs.addressbook_folder); in addkeeper_prefs_create_widget_func()
119 gtk_box_pack_start(GTK_BOX(path_hbox), path_entry, TRUE, TRUE, 0); in addkeeper_prefs_create_widget_func()
120 gtk_widget_show(path_entry); in addkeeper_prefs_create_widget_func()
121 CLAWS_SET_TIP(path_entry, _("Address book path where addresses are kept")); in addkeeper_prefs_create_widget_func()
128 path_entry); in addkeeper_prefs_create_widget_func()
136 page->addressbook_folder = path_entry; in addkeeper_prefs_create_widget_func()

12345678910>>...14