Home
last modified time | relevance | path

Searched refs:check_filename (Results 1 – 25 of 123) sorted by relevance

12345

/dports/www/qutebrowser/qutebrowser-2.4.0/tests/unit/browser/webkit/http/
H A Dtest_content_disposition.py79 header_checker.check_filename(
92 header_checker.check_filename(
102 header_checker.check_filename(
212 header_checker.check_filename(
218 header_checker.check_filename(
248 header_checker.check_filename(
260 header_checker.check_filename(
274 header_checker.check_filename(
432 header_checker.check_filename(
693 header_checker.check_filename(
[all …]
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/libebackend/
H A De-db3-utils.c132 const gchar *check_filename) in resume_upgrade() argument
146 ret_val = g_unlink (check_filename); in resume_upgrade()
168 gchar *check_filename; in e_db3_utils_maybe_recover() local
171 check_filename = get_check_filename (filename); in e_db3_utils_maybe_recover()
173 if (g_file_test (check_filename, G_FILE_TEST_EXISTS)) { in e_db3_utils_maybe_recover()
180 g_free (check_filename); in e_db3_utils_maybe_recover()
196 gchar *check_filename; in e_db3_utils_upgrade_format() local
205 check_filename = get_check_filename (filename); in e_db3_utils_upgrade_format()
210 ret_val = touch_file (check_filename); in e_db3_utils_upgrade_format()
214 ret_val = g_unlink (check_filename); in e_db3_utils_upgrade_format()
[all …]
/dports/sysutils/detox/detox-1.4.5/src/
H A Ddetox.c170 char *check_filename = NULL; in main() local
180 check_filename = opts->filename; in main()
184 if (!check_filename) { in main()
185 check_filename = "iso8859_1.tbl"; in main()
193 check_filename = opts->filename; in main()
197 if (!check_filename) { in main()
198 check_filename = "unicode.tbl"; in main()
206 check_filename = opts->filename; in main()
210 if (!check_filename) { in main()
211 check_filename = "safe.tbl"; in main()
[all …]
/dports/devel/py-nbformat/nbformat-5.1.3/nbformat/v3/tests/
H A Dtest_misc.py9 def check_filename(self, path, exp_fname, exp_bname, exp_format): member in MiscTests
18 self.check_filename("test.ipynb", "test.ipynb", "test", "json")
19 self.check_filename("test.json", "test.json", "test", "json")
20 self.check_filename("test.py", "test.py", "test", "py")
23 self.check_filename("test.nb", "test.nb.ipynb", "test.nb", "json")
28 self.check_filename(abs_path, abs_path, basename, "json")
31 self.check_filename("test.nb.ipynb", "test.nb.ipynb", "test.nb",
/dports/lang/python39/Python-3.9.9/Tools/c-analyzer/c_analyzer/symbols/
H A Dfind.py31 check_filename=None, argument
50 if check_filename is None:
52 def check_filename(filename): function
56 if not check_filename(symbol.filename):
101 def check_filename(filename): function
109 check_filename=check_filename,
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/font-kit-0.6.0/tests/
H A Dselect_font.rs42 fn check_filename(handle: &Handle, filename: &str) { in check_filename() function
187 check_filename(&handle, "DejaVuSerif.ttf"); in select_best_match_serif()
195 check_filename(&handle, "DejaVuSans.ttf"); in select_best_match_sans_serif()
203 check_filename(&handle, "DejaVuSansMono.ttf"); in select_best_match_monospace()
218 check_filename(&handle, "DejaVuSans-Bold.ttf"); in select_best_match_bold_sans_serif()
232 check_filename(&handle, "DejaVuSans.ttf"); in select_best_match_by_name_after_invalid()
295 check_filename(&handle, "sazanami-gothic.ttf"); in select_localized_family_name()
/dports/lang/python39/Python-3.9.9/Tools/c-analyzer/c_analyzer/variables/
H A Dfind.py30 check_filename=None, argument
42 check_filename=check_filename,
/dports/devel/anjuta/anjuta-3.34.0/plugins/cvs-plugin/
H A Dcvs-callbacks.c40 static gboolean check_filename(GtkDialog* dialog, const gchar* filename) in check_filename() function
114 if (!check_filename(dialog, filename)) in on_cvs_add_response()
145 if (!check_filename(dialog, filename)) in on_cvs_remove_response()
197 if (!check_filename(dialog, filename)) in on_cvs_update_response()
260 if (!check_filename(dialog, filename)) in on_cvs_commit_response()
313 if (!check_filename(dialog, filename)) in on_cvs_diff_response()
350 if (!check_filename(dialog, filename)) in on_cvs_status_response()
388 if (!check_filename(dialog, filename)) in on_cvs_log_response()
/dports/mail/qmail-qfilter/qmail-qfilter-2.1/samples/
H A Ddeny-filetypes32 sub check_filename {
46 &check_filename($1)
H A Drename-filetypes32 sub check_filename {
/dports/sysutils/flashrom/flashrom-v1.2/
H A Dcli_classic.c94 static int check_filename(char *filename, const char *type) in check_filename() function
373 if ((read_it | write_it | verify_it) && check_filename(filename, "image")) in main()
375 if (layoutfile && check_filename(layoutfile, "layout")) in main()
377 if (fmapfile && check_filename(fmapfile, "fmap")) in main()
379 if (referencefile && check_filename(referencefile, "reference")) in main()
383 if (logfile && check_filename(logfile, "log")) in main()
/dports/graphics/ipe/ipe-7.2.23/src/ipelua/
H A Dipelib.cpp69 String ipelua::check_filename(lua_State *L, int index) in check_filename() function in ipelua
88 String fname = check_filename(L, 1); in document_constructor()
226 String fname = check_filename(L, 2); in document_save()
241 String fname = check_filename(L, 2); in document_exportPages()
253 String fname = check_filename(L, 2); in document_exportView()
509 String fname = check_filename(L, 1); in file_format()
595 String s = check_filename(L, 1); in ipe_fileExists()
602 String s = check_filename(L, 1); in ipe_realpath()
656 String s = check_filename(L, 1); in ipe_readImage()
/dports/devel/git-cola/git-cola-3.10.1/cola/widgets/
H A Dgitignore.py36 self.check_filename()
90 qtutils.connect_toggle(self.radio_filename, self.check_filename)
104 def check_filename(self): member in AddToGitIgnore
/dports/math/scilab/scilab-6.1.1/scilab/modules/scicos/src/xml2modelica/
H A DxML2Modelica.ml34 let check_filename () = function
36 else failwith "check_filename: Filename suffix must be 'xml'"
66 check_filename ();
/dports/lang/python39/Python-3.9.9/Lib/test/test_tools/test_c_analyzer/test_variables/
H A Dtest_find.py44 check_filename=None, argument
49 check_filename, perfilecache)))
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/scripts/
H A Dbuild-otp-tar291 check_filename () { # <file containing file name> <dir> <filename>
623 kobj=`check_filename $keep_file $dir $keep_obj`
638 restore `check_filename $skip_file $dir $rf`
653 dobj=`check_filename $delete_file $dir $delete_obj`
/dports/lang/erlang-wx/otp-OTP-24.1.7/scripts/
H A Dbuild-otp-tar291 check_filename () { # <file containing file name> <dir> <filename>
623 kobj=`check_filename $keep_file $dir $keep_obj`
638 restore `check_filename $skip_file $dir $rf`
653 dobj=`check_filename $delete_file $dir $delete_obj`
/dports/lang/erlang-java/otp-OTP-24.1.7/scripts/
H A Dbuild-otp-tar291 check_filename () { # <file containing file name> <dir> <filename>
623 kobj=`check_filename $keep_file $dir $keep_obj`
638 restore `check_filename $skip_file $dir $rf`
653 dobj=`check_filename $delete_file $dir $delete_obj`
/dports/lang/erlang/otp-OTP-24.1.7/scripts/
H A Dbuild-otp-tar291 check_filename () { # <file containing file name> <dir> <filename>
623 kobj=`check_filename $keep_file $dir $keep_obj`
638 restore `check_filename $skip_file $dir $rf`
653 dobj=`check_filename $delete_file $dir $delete_obj`
/dports/audio/checkmate/checkmate-0.21/mpck/
H A Dfilename.h27 void check_filename(file_info *file);
/dports/science/berkeleygw/BGW-2.0.0/Common/
H A Dread_rho_vxc.f90119 subroutine read_rho(wpg, gvec, kp, syms, crys, isrti, isrt, check_filename) argument
127 character(len=*), intent(in) :: check_filename !< This is the file local
153 call check_header(trim(check_filename), kp, gvec, syms, crys, 'RHO', kp_dummy, &
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/scripts/
H A Dbuild-otp-tar290 check_filename () { # <file containing file name> <dir> <filename>
602 restore `check_filename $skip_file $dir $rf`
617 dobj=`check_filename $delete_file $dir $delete_obj`
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/scripts/
H A Dbuild-otp-tar290 check_filename () { # <file containing file name> <dir> <filename>
602 restore `check_filename $skip_file $dir $rf`
617 dobj=`check_filename $delete_file $dir $delete_obj`
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/scripts/
H A Dbuild-otp-tar290 check_filename () { # <file containing file name> <dir> <filename>
602 restore `check_filename $skip_file $dir $rf`
617 dobj=`check_filename $delete_file $dir $delete_obj`
/dports/graphics/wings/wings-8d019ebe48/plugins_src/
H A Dwp9_dialogs_jp.lang4 {check_filename,

12345