Home
last modified time | relevance | path

Searched refs:filename_check (Results 1 – 22 of 22) sorted by path

/dports/audio/easytag/easytag-2.4.3/data/
H A Dcddb_dialog.ui553 <object class="GtkCheckButton" id="filename_check">
/dports/audio/easytag/easytag-2.4.3/src/
H A Dcddb_dialog.c93 GtkWidget *filename_check; member
2760 init_set_field_check (priv->filename_check); in create_cddb_dialog()
3602 filename_check); in et_cddb_dialog_class_init()
/dports/devel/ga/ga-5.8/pario/dra/
H A Dperfn.c88 void filename_check(char *result, const char *fname, const char *fname_alt) in filename_check() function
212 filename_check(filename1, FNAME1, FNAME1_ALT); in test_io_dbl()
269 filename_check(filename, FNAME, FNAME_ALT); in test_io_dbl()
316 filename_check(filename, FNAME, FNAME_ALT); in test_io_dbl()
361 filename_check(filename1, FNAME1, FNAME1_ALT); in test_io_dbl()
545 filename_check(filename2, FNAME2, FNAME2_ALT); in test_io_dbl()
/dports/emulators/mame/mame-mame0226/src/tools/imgtool/modules/
H A Dhp85_tape.cpp124 static bool filename_check(const uint8_t *filename);
692 if (!filename_check(&new_entry.filename[ 0 ])) { in decode_dir()
837 bool tape_image_85::filename_check(const uint8_t *filename) in filename_check() function in tape_image_85
H A Dhp9845_tape.cpp254 static bool filename_check(const uint8_t *filename);
813 bool tape_image_t::filename_check(const uint8_t *filename) in filename_check() function in tape_image_t
917 if (!filename_check(new_entry.filename)) { in decode_dir()
/dports/emulators/mess/mame-mame0226/src/tools/imgtool/modules/
H A Dhp85_tape.cpp124 static bool filename_check(const uint8_t *filename);
692 if (!filename_check(&new_entry.filename[ 0 ])) { in decode_dir()
837 bool tape_image_85::filename_check(const uint8_t *filename) in filename_check() function in tape_image_85
H A Dhp9845_tape.cpp254 static bool filename_check(const uint8_t *filename);
813 bool tape_image_t::filename_check(const uint8_t *filename) in filename_check() function in tape_image_t
917 if (!filename_check(new_entry.filename)) { in decode_dir()
/dports/graphics/blender/blender-2.91.0/build_files/cmake/
H A Dcmake_consistency_check.py67 def source_list(path, filename_check=None): argument
73 if filename_check is None or filename_check(filename):
H A Dcmake_netbeans_project.py60 files = list(source_list(SOURCE_DIR, filename_check=is_project_file))
H A Dcmake_qtcreator_project.py56 files = list(source_list(SOURCE_DIR, filename_check=is_project_file))
134 files = list(source_list(SOURCE_DIR, filename_check=is_py))
H A Dproject_info.py94 def source_list(path, filename_check=None): argument
101 if filename_check is None or filename_check(filepath):
/dports/graphics/blender/blender-2.91.0/release/scripts/modules/bpy_extras/
H A Dimage_utils.py140 def _recursive_search(paths, filename_check): argument
149 if filename_check(filename):
/dports/graphics/blender/blender-2.91.0/source/tools/check_source/
H A Dcheck_header_duplicate.py74 def source_list(path, filename_check=None): argument
81 if filename_check is None or filename_check(filepath):
H A Dcheck_spelling.py403 def source_list(path, filename_check=None): argument
411 if filename_check is None or filename_check(filepath):
/dports/graphics/blender/blender-2.91.0/source/tools/utils/
H A Dautopep8_clean.py19 def path_iter(path, filename_check=None): argument
28 if filename_check is None or filename_check(filepath):
32 def path_expand(paths, filename_check=None): argument
37 yield from path_iter(f, filename_check)
/dports/graphics/blender/blender-2.91.0/source/tools/utils_maintenance/
H A Dtrailing_space_clean.py26 def path_iter(path, filename_check=None): argument
35 if filename_check is None or filename_check(filepath):
39 def path_expand(paths, filename_check=None): argument
44 yield from path_iter(f, filename_check)
/dports/graphics/blender/blender-2.91.0/tests/
H A Dcheck_deprecated.py54 def source_list(path, filename_check=None): argument
60 if filename_check is None or filename_check(filename):
/dports/graphics/blender/blender-2.91.0/tests/python/
H A Dbl_load_py_modules.py95 def source_list(path, filename_check=None): argument
103 if filename_check is None or filename_check(filepath):
209 source_files.extend(source_list(mod_dir, filename_check=lambda f: f.endswith(".py")))
H A Dbl_run_operators.py116 def file_list(path, filename_check=None): argument
123 if filename_check is None or filename_check(filepath):
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/CMakeScripts/
H A Dcmake_consistency_check.py62 def source_list(path, filename_check=None): argument
70 if filename_check is None or filename_check(filename):
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/scripts/
H A Dcmake_consistency_check.py53 def source_list(path, filename_check=None): argument
61 if filename_check is None or filename_check(filename):
/dports/graphics/openexr/openexr-3.1.4/src/bin/exrmultipart/
H A Dexrmultipart.cpp236 filename_check (vector <string> names, const char* aname) in filename_check() function
519 filename_check (fornamecheck, outname); in combine()
630 filename_check (fornamecheck, in[0]); in separate()