Home
last modified time | relevance | path

Searched refs:exclude_files (Results 1 – 25 of 354) sorted by relevance

12345678910>>...15

/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/test/qa-tests/buildscripts/resmokelib/
H A Dselector.py27 exclude_files = utils.default_if_none(exclude_files, [])
42 elif exclude_files:
55 exclude_files=None): argument
109 exclude_files=None, argument
117 exclude_files = utils.default_if_none(exclude_files, [])
167 elif exclude_files:
186 if exclude_files:
206 elif not utils.is_string_list(exclude_files):
208 elif include_files and exclude_files:
227 elif exclude_files:
[all …]
/dports/sysutils/inotify-tools/inotify-tools-3.21.9.6/src/
H A Dcommon.c84 for (int i = 0; list->exclude_files[i]; ++i) { in free_list()
85 if (list->exclude_files[i] < start_of_stack || in free_list()
86 list->exclude_files[i] > end_of_stack) { in free_list()
87 free((void*)list->exclude_files[i]); in free_list()
91 free(list->exclude_files); in free_list()
99 list->exclude_files = 0; in construct_path_list()
127 &list->exclude_files); in construct_path_list()
128 list->exclude_files[exclude_count++] = strdup(&name[1]); in construct_path_list()
146 &list->exclude_files); in construct_path_list()
147 list->exclude_files[exclude_count++] = &argv[i][1]; in construct_path_list()
[all …]
/dports/archivers/engrampa/engrampa-1.26.0/src/
H A Ddlg-add-folder.c152 exclude_files = NULL; in file_sel_response_cb()
165 exclude_files, in file_sel_response_cb()
276 if (exclude_files != NULL) in sync_widgets_with_options()
347 exclude_files, in dlg_add_folder_load_options()
358 g_free (exclude_files); in dlg_add_folder_load_options()
394 exclude_files, in dlg_add_folder_load_last_options()
403 g_free (exclude_files); in dlg_add_folder_load_last_options()
431 *exclude_files = ""; in get_options_from_widgets()
446 const char *exclude_files; in dlg_add_folder_save_current_options() local
457 &exclude_files, in dlg_add_folder_save_current_options()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/buildscripts/resmokelib/
H A Dselector.py180 def exclude_files(self, exclude_files): member in _TestList
191 for path in exclude_files:
320 include_files=None, exclude_files=None, argument
346 self.exclude_files = utils.default_if_none(exclude_files, [])
421 test_list.exclude_files(selector_config.exclude_files)
438 include_files=None, exclude_files=None, argument
442 include_files=include_files, exclude_files=exclude_files,
464 include_files=None, exclude_files=None): argument
469 include_files=include_files, exclude_files=exclude_files)
472 include_files=include_files, exclude_files=exclude_files)
[all …]
/dports/x11-toolkits/wlroots/wlroots-0.12.0/include/
H A Dmeson.build3 exclude_files = ['meson.build', 'config.h.in', 'version.h.in'] variable
5 exclude_files += 'backend/x11.h'
8 exclude_files += 'xwayland.h'
13 exclude_files: exclude_files,
/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/steps/
H A Dmswin.py54 exclude_files=None, argument
64 self.exclude_files = exclude_files
65 if exclude and not exclude_files:
66 self.exclude_files = exclude
85 if self.exclude_files:
87 command += self.exclude_files
/dports/archivers/file-roller/file-roller-3.40.0/src/
H A Ddlg-add.c72 const char *exclude_files; in file_selector_response_cb() local
120 exclude_files = NULL; in file_selector_response_cb()
132 exclude_files, in file_selector_response_cb()
283 if (exclude_files != NULL) in sync_widgets_with_options()
375 exclude_files, in dlg_add_folder_load_options()
387 g_free (exclude_files); in dlg_add_folder_load_options()
431 exclude_files, in dlg_add_folder_load_last_options()
440 g_free (exclude_files); in dlg_add_folder_load_last_options()
480 *exclude_files = ""; in get_options_from_widgets()
520 &exclude_files, in dlg_add_folder_save_current_options()
[all …]
/dports/www/luakit-devel/luakit-2.3-20-g4b10e55/tests/style/
H A Dtest_source_format.lua128 local exclude_files = { "lib/markdown%.lua" }
132 local file_list = test.find_files("lib", "%.lua$", exclude_files)
177 local exclude_files = {
186 local file_list = test.find_files("lib", "%.lua$", exclude_files)
227 local exclude_files = {
233 local file_list = test.find_files("lib", "%.lua$", exclude_files)
267 local exclude_files = { "lib/markdown%.lua" }
270 local file_list = test.find_files("", {"%.lua$", "%.[ch]$"}, exclude_files)
293 local exclude_files = { "lib/markdown%.lua" }
296 local file_list = test.find_files("", {"%.lua$", "%.[ch]$"}, exclude_files)
/dports/www/luakit/luakit-2.3/tests/style/
H A Dtest_source_format.lua128 local exclude_files = { "lib/markdown%.lua" }
132 local file_list = test.find_files("lib", "%.lua$", exclude_files)
177 local exclude_files = {
186 local file_list = test.find_files("lib", "%.lua$", exclude_files)
227 local exclude_files = {
233 local file_list = test.find_files("lib", "%.lua$", exclude_files)
267 local exclude_files = { "lib/markdown%.lua" }
270 local file_list = test.find_files("", {"%.lua$", "%.[ch]$"}, exclude_files)
293 local exclude_files = { "lib/markdown%.lua" }
296 local file_list = test.find_files("", {"%.lua$", "%.[ch]$"}, exclude_files)
/dports/devel/cflow/cflow-2.0/
H A Dcflow.sh79 exclude_files=""
114 if [ "$exclude_files" ]; then
118 for i in $exclude_files
185 exclude_files="$exclude_files $OPTARG"
200 if [ "$exclude_files" ]; then
/dports/devel/py-python-distutils-extra/python-distutils-extra/DistUtilsExtra/command/
H A Dpylint.py32 self.exclude_files = None
38 if self.exclude_files is None:
39 self.exclude_files = "[]"
66 excludes = eval(self.exclude_files)
/dports/archivers/lha-ac/lha-1.14i-ac20050924p1/src/
H A Dlharc.c93 exclude_files = NULL; in init_variable()
323 for (i = 0; exclude_files && exclude_files[i]; i++) in parse_suboption()
325 exclude_files = (char**)xrealloc(exclude_files, in parse_suboption()
330 exclude_files[i] = optarg; in parse_suboption()
331 exclude_files[i+1] = 0; in parse_suboption()
336 for (i = 0; exclude_files && exclude_files[i]; i++) in parse_suboption()
338 exclude_files = (char**)xrealloc(exclude_files, in parse_suboption()
341 exclude_files[i] = xstrdup(".*"); in parse_suboption()
342 exclude_files[i+1] = 0; in parse_suboption()
1070 for (i = 0; exclude_files && exclude_files[i]; i++) {
[all …]
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydev_runfiles/
H A Dpydev_runfiles.py29 exclude_files=None, argument
47 if exclude_files:
48 assert isinstance(exclude_files, (list, tuple))
53 self.exclude_files = exclude_files
94 self.exclude_files,
139 exclude_files = None
195 exclude_files = value.split(',')
250 exclude_files = exclude_tests = include_files = None
263 exclude_files=exclude_files,
441 elif self.configuration.exclude_files:
[all …]
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/pydev/_pydev_runfiles/
H A Dpydev_runfiles.py29 exclude_files=None, argument
47 if exclude_files:
48 assert isinstance(exclude_files, (list, tuple))
53 self.exclude_files = exclude_files
94 self.exclude_files,
139 exclude_files = None
195 exclude_files = value.split(',')
250 exclude_files = exclude_tests = include_files = None
263 exclude_files=exclude_files,
441 elif self.configuration.exclude_files:
[all …]
/dports/devel/py-pydevd/pydevd-1.1.1/_pydev_runfiles/
H A Dpydev_runfiles.py29 exclude_files=None, argument
47 if exclude_files:
48 assert isinstance(exclude_files, (list, tuple))
53 self.exclude_files = exclude_files
94 self.exclude_files,
139 exclude_files = None
195 exclude_files = value.split(',')
250 exclude_files = exclude_tests = include_files = None
263 exclude_files=exclude_files,
441 elif self.configuration.exclude_files:
[all …]
/dports/devel/py-debugpy/debugpy-1.5.1/src/debugpy/_vendored/pydevd/_pydev_runfiles/
H A Dpydev_runfiles.py29 exclude_files=None, argument
47 if exclude_files:
48 assert isinstance(exclude_files, (list, tuple))
53 self.exclude_files = exclude_files
94 self.exclude_files,
139 exclude_files = None
195 exclude_files = value.split(',')
250 exclude_files = exclude_tests = include_files = None
263 exclude_files=exclude_files,
441 elif self.configuration.exclude_files:
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/postprocess/signing/
H A Dsigning.pl38 my %exclude_files = (); # list of not signable dll and exe files
93 $exclude_files{$line} = 1; # fill hash
94 print "$line - $exclude_files{$line}\n" if ($debug);
118 if ( ! $exclude_files{$lib} ) {
/dports/editors/libreoffice6/libreoffice-6.4.7.2/postprocess/signing/
H A Dsigning.pl38 my %exclude_files = (); # list of not signable dll and exe files
93 $exclude_files{$line} = 1; # fill hash
94 print "$line - $exclude_files{$line}\n" if ($debug);
118 if ( ! $exclude_files{$lib} ) {
/dports/devel/glibmm/glibmm-2.64.2/tools/defs_gen/
H A Ddocextract_to_xml.py75 exclude_files = [] variable
85 exclude_files.append(arg)
103 docs = docextract.extract(source_dirs, exclude_files);
104 docextract.extract_tmpl(source_dirs, exclude_files, docs); #Try the tmpl sgml files too.
/dports/math/p5-Math-Int128/Math-Int128-0.22/
H A Ddist.ini10 exclude_files = c_api.h key
11 exclude_files = c_api_client/*.h key
12 exclude_files = c_api_client/*.c key
/dports/math/p5-Math-Int64/Math-Int64-0.54/
H A Ddist.ini11 exclude_files = c_api.h key
12 exclude_files = c_api_client/*.h key
13 exclude_files = c_api_client/*.c key
/dports/multimedia/onevpl/oneVPL-2022.0.6/tools/
H A DCPPLINT.cfg1 exclude_files=legacy
2 exclude_files=tracer
/dports/astro/siril/siril/scripts/
H A Dmeson.build6 install_subdir('.', install_dir : 'scripts', exclude_files: 'meson.build',
10 exclude_files: 'meson.build', strip_directory : true)
/dports/www/luakit/luakit-2.3/tests/async/
H A Dtest_lua_files_load_successfully.lua10 local exclude_files = { "config/rc.lua", "_wm%.lua$", "unique_instance%.lua" }
11 local files = test.find_files({"config/", "lib/"}, ".+%.lua$", exclude_files)
/dports/www/luakit-devel/luakit-2.3-20-g4b10e55/tests/async/
H A Dtest_lua_files_load_successfully.lua10 local exclude_files = { "config/rc.lua", "_wm%.lua$", "unique_instance%.lua" }
11 local files = test.find_files({"config/", "lib/"}, ".+%.lua$", exclude_files)

12345678910>>...15