Home
last modified time | relevance | path

Searched refs:select_file (Results 1 – 25 of 299) sorted by relevance

12345678910>>...12

/dports/devel/p5-Term-Clui/Term-Clui-1.76/examples/
H A Dlinux_admin61 $file = &select_file(-TextFile=>1, -TopDir=>$task);
184 my $site = &select_file
189 my $site = &select_file (-Title=>'which site ?', -TextFile=>1,
195 my $site = &select_file (-Title=>'which site ?', -TextFile=>1,
201 my $module = &select_file (-Title=>'which module ?', -FPat=>'*.load',
207 my $module = &select_file (-Title=>'which module ?', -FPat=>'*.load',
297 my $daemon = &select_file
H A Daudio_stuff140 my @files = select_file(-FPat=>'{*.wav,*.WAV}',-Path=>$ENV{PWD},-Chdir=>0);
168 my $f = select_file(SelDir=>1,-Title=>"looking");
174 my $f = select_file(-TopDir=>$tmp_dir -SelDir=>1,
395 my @files = select_file(-FPat=>'*.wav', -Path=>$ENV{PWD}, -Chdir=>0);
404 my @files = select_file(-FPat=>'*.wav', -Path=>$ENV{PWD}, -Chdir=>0);
416 my @files = select_file(-FPat=>'*.mp3', -Path=>$ENV{PWD}, -Chdir=>0);
430 my @files = select_file(-FPat=>'*.mid', -Path=>$ENV{PWD}, -Chdir=>0);
448 my @files = select_file(-FPat=>'*.mid', -Path=>$ENV{PWD}, -Chdir=>0);
465 my $file = select_file(-Readable=>1, -Path=>$ENV{PWD},
652 my $newdir = select_file(-Path=>$ENV{PWD}, -Directory=>1);
[all …]
H A Dtest_script216 my @files = &select_file(-Chdir=>0, %opts);
219 print STDERR "You selected " .&select_file(%opts), "\n";
/dports/benchmarks/uperf/uperf-1.0.7/src/
H A Dsendfilev.c103 select_file(sfv_list_t *s) in select_file() function
169 r = select_file(s); in do_sendfilev_chunked()
205 int r = select_file(s); in do_sendfilev()
227 int r = select_file(s);
282 select_file(s);
/dports/devel/gdb/gdb-11.1/gdb/testsuite/gdb.perf/
H A Dgmonster-select-file.py33 utils.select_file(None)
34 utils.select_file(binfile)
H A Dgmonster-runto-main.py35 utils.select_file(this_run_binfile)
H A Dgmonster-null-lookup.py38 utils.select_file(this_run_binfile)
/dports/misc/orange3/orange3-3.29.1/Orange/widgets/model/
H A Dowloadmodel.py45 self.file_combo.activated[int].connect(self.select_file)
69 def select_file(self, n): member in OWLoadModel
70 super().select_file(n)
/dports/science/v_sim/v_sim-3.8.0/lib/plug-ins/abinit/
H A Dm_profiling_abi.F9078 character(fnlen),save :: select_file = NONE_STRING variable
161 if (len_trim(filename) > 0) select_file = filename
295 if (len_trim(filename) > 0) select_file = filename
520 if (select_file /= NONE_STRING) do_log = (select_file == file)
/dports/misc/clifm/clifm-1.3/src/
H A Dselection.c96 select_file(char *file) in select_file() function
268 new_sel += select_file(matches[i]); in sel_glob()
280 new_sel += select_file(tmp); in sel_glob()
287 new_sel += select_file(tmp); in sel_glob()
346 new_sel += select_file(tmp_path); in sel_regex()
348 new_sel += select_file(tmp_path); in sel_regex()
392 new_sel += select_file(tmp_path); in sel_regex()
394 new_sel += select_file(tmp_path); in sel_regex()
575 new_sel += select_file(tmp); in sel_function()
584 new_sel += select_file(args[i]); in sel_function()
/dports/security/opensc/OpenSC-0.22.0/src/libopensc/
H A Dcard-akis.c80 select_file(sc_card_t *card, sc_apdu_t *apdu, const sc_path_t *path, in select_file() function
127 r = select_file(card, &apdu, path, path->len == 2 ? 0 : 8, file_out); in akis_select_file()
135 r = select_file(card, &apdu, path, 2, file_out); in akis_select_file()
137 r = select_file(card, &apdu, path, 0, file_out); in akis_select_file()
142 return iso_ops->select_file(card, path, file_out); in akis_select_file()
538 akis_ops.select_file = akis_select_file; in sc_get_driver()
H A Dcard-idprime.c128 return iso_ops->select_file(card, &idprime_path, NULL); in idprime_select_idprime()
147 r = iso_ops->select_file(card, &index_path, &file); in idprime_select_index()
419 r = iso_ops->select_file(card, &cardid_path, &file); in idprime_get_serial()
458 r = iso_ops->select_file(card, &tinfo_path, &file); in idprime_get_token_name()
538 r = iso_ops->select_file(card, in_path, file_out); in idprime_select_file()
829 idprime_ops.select_file = idprime_select_file; in sc_get_driver()
/dports/games/wesnoth/wesnoth-1.14.17/src/gui/dialogs/editor/
H A Dcustom_tod.cpp143 …std::bind(&custom_tod::select_file<tod_getter_image>, this, std::ref(window), "data/core/images/mi… in pre_show()
147 …std::bind(&custom_tod::select_file<tod_getter_mask>, this, std::ref(window), "data/core/images")); in pre_show()
151 …std::bind(&custom_tod::select_file<tod_getter_sound>, this, std::ref(window), "data/core/sounds/am… in pre_show()
189 void custom_tod::select_file(window& window, const std::string& default_dir) in select_file() function in gui2::dialogs::custom_tod
/dports/misc/orange3/orange3-3.29.1/Orange/widgets/unsupervised/
H A Dowdistancefile.py38 self.file_combo.activated[int].connect(self.select_file)
73 def select_file(self, n): member in OWDistanceFile
74 super().select_file(n)
/dports/devel/p5-Term-Clui/Term-Clui-1.76/py/
H A Dtest_script183 files = select_file(**opts)
187 print("You selected " +str(select_file(**opts)), file=sys.stderr)
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/blast/seqdb_reader/
H A Dseqdbcol.cpp183 ESelectFile select_file, in x_GetFileRange() argument
188 bool index = (select_file == e_Index); in x_GetFileRange()
189 _ASSERT(index || (select_file == e_Data)); in x_GetFileRange()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objtools/blast/seqdb_reader/
H A Dseqdbcol.cpp183 ESelectFile select_file, in x_GetFileRange() argument
188 bool index = (select_file == e_Index); in x_GetFileRange()
189 _ASSERT(index || (select_file == e_Data)); in x_GetFileRange()
/dports/x11-fm/thunar/thunar-4.16.10/thunar/
H A Dthunar-view.c314 gboolean select_file, in thunar_view_scroll_to_file() argument
323 …(*THUNAR_VIEW_GET_IFACE (view)->scroll_to_file) (view, file, select_file, use_align, row_align, co… in thunar_view_scroll_to_file()
/dports/sysutils/multitail/multitail-6.5.0/
H A Dselbox.h4 char * select_file(char *input, int what_help);
/dports/security/clamtk/clamtk-1f026f0/lib/
H A DShortcuts.pm42 undef, sub { ClamTk::GUI::select_file() },
/dports/graphics/qgis/qgis-3.22.3/python/plugins/MetaSearch/dialogs/
H A Dmanageconnectionsdialog.py52 self.btnBrowse.clicked.connect(self.select_file)
68 def select_file(self): member in ManageConnectionsDialog
/dports/graphics/qgis-ltr/qgis-3.16.16/python/plugins/MetaSearch/dialogs/
H A Dmanageconnectionsdialog.py52 self.btnBrowse.clicked.connect(self.select_file)
68 def select_file(self): member in ManageConnectionsDialog
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bwm/algo/
H A Dbwm_utils.h15 static std::string select_file();
/dports/devel/gdb/gdb-11.1/gdb/testsuite/gdb.perf/lib/perftest/
H A Dutils.py34 def select_file(file_name): function
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/qa/qa/specs/features/browser_ui/3_create/web_ide/
H A Dlink_to_line_in_web_ide_spec.rb28 ide.select_file('app.js')

12345678910>>...12