Home
last modified time | relevance | path

Searched refs:open_dir (Results 1 – 25 of 305) sorted by relevance

12345678910>>...13

/dports/net/wireshark/wireshark-3.6.1/ui/qt/models/
H A Dpath_chooser_delegate.cpp69 char *open_dir = NULL; in browseButtonClicked() local
75 open_dir = get_last_open_dir(); in browseButtonClicked()
80 open_dir = prefs.gui_fileopen_dir; in browseButtonClicked()
85 QString file_name = WiresharkFileDialog::getOpenFileName(qw, tr("Open Pipe"), open_dir); in browseButtonClicked()
/dports/net/wireshark-lite/wireshark-3.6.1/ui/qt/models/
H A Dpath_chooser_delegate.cpp69 char *open_dir = NULL; in browseButtonClicked() local
75 open_dir = get_last_open_dir(); in browseButtonClicked()
80 open_dir = prefs.gui_fileopen_dir; in browseButtonClicked()
85 QString file_name = WiresharkFileDialog::getOpenFileName(qw, tr("Open Pipe"), open_dir); in browseButtonClicked()
/dports/net/tshark-lite/wireshark-3.6.1/ui/qt/models/
H A Dpath_chooser_delegate.cpp69 char *open_dir = NULL; in browseButtonClicked() local
75 open_dir = get_last_open_dir(); in browseButtonClicked()
80 open_dir = prefs.gui_fileopen_dir; in browseButtonClicked()
85 QString file_name = WiresharkFileDialog::getOpenFileName(qw, tr("Open Pipe"), open_dir); in browseButtonClicked()
/dports/net/tshark/wireshark-3.6.1/ui/qt/models/
H A Dpath_chooser_delegate.cpp69 char *open_dir = NULL; in browseButtonClicked() local
75 open_dir = get_last_open_dir(); in browseButtonClicked()
80 open_dir = prefs.gui_fileopen_dir; in browseButtonClicked()
85 QString file_name = WiresharkFileDialog::getOpenFileName(qw, tr("Open Pipe"), open_dir); in browseButtonClicked()
/dports/devel/py-spyder/spyder-3.2.7/spyder/plugins/
H A Dexplorer.py39 open_dir = Signal(str) variable in Explorer
74 self.main.editor.open_dir.connect(self.chdir)
81 self.open_dir.connect(
/dports/www/epiphany/epiphany-41.0/lib/
H A Dephy-flatpak-utils.c76 gboolean open_dir = GPOINTER_TO_INT (data); in opened_uri() local
79 if (open_dir) in opened_uri()
/dports/sysutils/agedu/agedu-20211129.8cd63c5/
H A Ddu.c32 int open_dir(const char *path, dirhandle *dh) in open_dir() function
119 int open_dir(const char *path, dirhandle *dh) in open_dir() function
205 if (open_dir(*path, &d) < 0) { in du_recurse()
H A Dwinscan.c31 int open_dir(char *path, dirhandle *dh) in open_dir() function
147 if ((error = open_dir(*path, &d)) < 0) { in du_recurse()
/dports/deskutils/libportal/libportal-0.5/libportal/
H A Dopenuri.c42 gboolean open_dir; member
228 call->open_dir ? "OpenDirectory" : "OpenFile", in do_open()
291 call->open_dir = FALSE; in xdp_portal_open_uri()
358 call->open_dir = TRUE; in xdp_portal_open_directory()
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/crates/wasi-common/src/fs/
H A Ddir.rs93 pub fn open_dir<P: AsRef<Path>>(&mut self, path: P) -> io::Result<Self> { in open_dir() method
193 self.open_dir(path)?.read() in read_dir()
/dports/security/aide/aide-0.17.4/src/
H A Ddb_disk.c67 static DIR *open_dir(char* path) { in open_dir() function
319 dirh=open_dir(fullname); in db_readline_disk()
397 dirh=open_dir(fullname); in db_disk_init()
/dports/audio/vorbisgain/vorbisgain-0.37/
H A Drecurse.c267 static DIRECTORY *open_dir(const char *full_path) in open_dir() function
367 static DIRECTORY *open_dir(const char *full_path) in open_dir() function
517 directory = open_dir("."); in process_directory()
/dports/audio/wavegain/WaveGain-1.2.8/
H A Drecurse.c235 static DIRECTORY *open_dir(const char *full_path) in open_dir() function
325 static DIRECTORY *open_dir(const char *full_path) in open_dir() function
459 directory = open_dir("."); in process_directory()
/dports/textproc/py-petl/petl-1.7.4/petl/io/
H A Dwhoosh.py82 index = whoosh.index.open_dir(dirname, indexname=indexname,
231 index = whoosh.index.open_dir(dirname, indexname=indexname,
417 index = whoosh.index.open_dir(dirname,
/dports/x11-toolkits/py-tktreectrl/TkinterTreectrl-2.0.2/demo/
H A Ddirtree.py84 def open_dir(event): function
102 t.notify_bind('<Expand-before>', open_dir)
/dports/textproc/py-whoosh/Whoosh-2.7.4/docs/source/
H A Dbatch.rst52 ix = index.open_dir("indexdir")
70 ix = index.open_dir("indexdir")
94 ix = index.open_dir("indexdir")
/dports/lang/gnat_util/gcc-6-20180516/libstdc++-v3/src/filesystem/
H A Ddir.cc84 open_dir(const fs::path& p, fs::directory_options options, in open_dir() function
185 _Dir dir = open_dir(p, options, ec); in directory_iterator()
344 _Dir dir = open_dir(top.entry.path(), _M_options, &ec); in increment()
/dports/devel/py-spyder/spyder-3.2.7/spyder/widgets/
H A Dcomboboxes.py194 open_dir = Signal(str) variable in PathComboBox
273 self.open_dir.emit(self.selected_text)
333 self.open_dir.emit(self.currentText())
/dports/lang/gcc6-aux/gcc-6-20180516/libstdc++-v3/src/filesystem/
H A Ddir.cc84 open_dir(const fs::path& p, fs::directory_options options, in open_dir() function
191 _Dir dir = open_dir(p, options, ec); in directory_iterator()
350 _Dir dir = open_dir(top.entry.path(), _M_options, &ec); in increment()
/dports/textproc/py-whoosh/Whoosh-2.7.4/docs/source/api/
H A Dindex.rst12 .. autofunction:: open_dir
/dports/archivers/deco/deco-1.6.4/
H A Dfs.h39 DIR *open_dir(const char *p);
/dports/x11-fm/rox-filer/rox-filer-2.11/ROX-Filer/src/
H A Daction.h14 void action_mount(GList *paths, gboolean open_dir, gboolean mount, int quiet);
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/rust/stracciatella/src/vfs/
H A Dandroid.rs51 asset_manager.open_dir(&asset_path).ok_or_else(|| { in new()
89 if self.asset_manager.open_dir(&candidate_cstring).is_some() { in canonicalize()
/dports/games/minetest/minetest-5.4.1/builtin/mainmenu/
H A Dtab_credits.lua137 core.open_dir(core.get_user_path())
/dports/java/java-subversion/subversion-1.14.1/subversion/libsvn_delta/
H A Dpath_driver.c67 open_dir(apr_array_header_t *db_stack, in open_dir() function
303 SVN_ERR(open_dir(state->db_stack, state->editor, rel, state->pool)); in svn_delta_path_driver_step()

12345678910>>...13