Home
last modified time | relevance | path

Searched refs:have_file (Results 1 – 25 of 117) sorted by relevance

12345

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/qa/qa/specs/features/browser_ui/3_create/web_ide/
H A Dupload_new_file_in_web_ide_spec.rb41 expect(ide).to have_file(file_name)
47 expect(ide).to have_file(file_name)
59 expect(ide).to have_file(file_name)
65 expect(ide).to have_file(file_name)
77 expect(ide).to have_file(file_name)
83 expect(ide).to have_file(file_name)
H A Dopen_web_ide_from_diff_tab_spec.rb60 expect(ide).to have_file(files[:file_path])
73 expect(show).not_to have_file('file1')
74 expect(show).to have_file('file2')
75 expect(show).to have_file('file3')
H A Dcreate_first_file_in_web_ide_spec.rb31 expect(project).to have_file(file_name)
H A Dlink_to_line_in_web_ide_spec.rb37 expect(ide).to have_file('app.js')
/dports/games/wesnoth/wesnoth-1.14.17/data/lua/
H A Dpackage.lua21 if wesnoth.have_file(pkg_name) then return pkg_name end
27 if wesnoth.have_file("lua/" .. pkg_name) then
32 if wesnoth.have_file("./" .. pkg_name) then
52 if wesnoth.have_file(loaded_name, true) then
/dports/science/clipper/clipper-2.1/examples/
H A Dccad.cpp91 bool have_file = false; in main() local
123 if ( have_file ) { in main()
131 have_file = true; in main()
137 if ( !have_file ) exit(1); in main()
159 if ( have_file ) mtzfile.close_read(); // close old file in main()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/qa/qa/specs/features/browser_ui/3_create/merge_request/
H A Dview_merge_request_merge_ref_diff_spec.rb42 expect(mr_page).to have_file(merge_request.file_name)
43 expect(mr_page).not_to have_file(new_file_name)
67 expect(mr_page).to have_file(merge_request.file_name)
68 expect(mr_page).to have_file(new_file_name)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/qa/qa/specs/features/api/3_create/snippet/
H A Dsnippet_repository_storage_move_spec.rb25 expect(snippet).to have_file('original_file')
39 expect(snippet).to have_file('original_file')
40 expect(snippet).to have_file('new_file')
/dports/multimedia/transcode/transcode-1.1.7/libtc/
H A Diodir.c38 int have_file = 0; in tc_dirlist_next() local
53 have_file = 1; in tc_dirlist_next()
56 } while (!have_file); in tc_dirlist_next()
58 if (have_file) { in tc_dirlist_next()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/qa/qa/specs/features/api/3_create/gitaly/
H A Dchanging_repository_storage_spec.rb10 expect(project).to have_file('README.md')
22 expect(project).to have_file('README.md')
23 expect(project).to have_file('new_file')
/dports/textproc/stardict3/stardict-3.0.6/lib/src/
H A Dlib_res_store.h29 virtual bool have_file(const std::string& filename) const = 0;
58 bool have_file(const std::string& filename) const;
H A Dlib_res_store.cpp70 bool have_file(const std::string& filename) const;
334 bool resource_database::have_file(const std::string& filename) const in have_file() function in resource_database
384 bool have_file(const std::string& filename) const;
399 bool resource_files::have_file(const std::string& filename) const in have_file() function in resource_files
453 bool resource_storage::have_file(const std::string& filename) const in have_file() function in resource_storage
456 return db->have_file(filename); in have_file()
458 return files->have_file(filename); in have_file()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/qa/qa/specs/features/browser_ui/3_create/repository/
H A Dpush_over_http_spec.rb16 expect(project).to have_file('README.md')
40 expect(project_page).to have_file('README.md')
H A Dpush_http_private_token_spec.rb28 expect(project).to have_file('README.md')
/dports/devel/checkbashisms/devscripts-2.21.4/scripts/
H A Ddebsnap.pl159 sub have_file($$) { subroutine
325 if (!have_file("$opt{destdir}/$file_name", $hash)) {
368 if (!have_file("$opt{destdir}/$dsc_name", $dsc_hash)) {
411 if (!have_file("$opt{destdir}/$file_name", $file_hash)) {
/dports/graphics/bmeps/dktools-4.31.1/src/itadmin/
H A Ditaconf.c573 int have_file = 0; /* Flag: File found. */ in itadmin_config_read() local
585 have_file = 1; in itadmin_config_read()
611 have_file = 1; in itadmin_config_read()
631 have_file = 1; in itadmin_config_read()
647 if(have_file) { in itadmin_config_read()
/dports/net/samba412/samba-4.12.15/source3/torture/
H A Dtest_hidenewfiles.c75 static bool have_file(struct cli_state *cli, const char *fname) in have_file() function
142 gotit = have_file(cli, fname); in run_hidenewfiles()
/dports/graphics/xfpovray/xfpovray-1.3.1/flx/flx_filebox/
H A Dflx_filebox.c122 while (! have_file) in flx_filebox()
126 have_file = 0; in flx_filebox()
394 have_file = 1; in DblFileCB()
455 have_file = 1; in DoneCB()
460 have_file = 1; in DoneCB()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/qa/qa/specs/features/browser_ui/3_create/repository/file/
H A Ddelete_file_via_web_spec.rb26 expect(project).not_to have_file(file.name)
H A Dcreate_file_via_web_spec.rb23 expect(file).to have_file(file_name)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/qa/qa/specs/features/browser_ui/3_create/merge_request/cherry_pick/
H A Dcherry_pick_a_merge_spec.rb37 expect(merge_request).to have_file(feature_mr.file_name)
H A Dcherry_pick_commit_spec.rb38 expect(merge_request).to have_file(file_name)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/qa/qa/specs/features/browser_ui/3_create/merge_request/revert/
H A Dreverting_merge_request_spec.rb34 expect(merge_request).to have_file(revertable_merge_request.file_name)
H A Drevert_commit_spec.rb36 expect(merge_request).to have_file(file_name)
/dports/net/axa/axa-2.2.0/sratunnel/
H A Doutput.c130 bool have_file, have_fifo; in out_cmd_pcap_file() local
136 have_file = true; in out_cmd_pcap_file()
143 have_file = false; in out_cmd_pcap_file()
148 if (have_file) { in out_cmd_pcap_file()

12345