Home
last modified time | relevance | path

Searched refs:files_match (Results 1 – 25 of 35) sorted by relevance

12

/dports/devel/p5-File-Util/File-Util-4.161950/t/
H A D018_list_dir_advancedmatch.t33 files_match => qr/\.sh$|\.js$/,
38 ], [ qw( e.sh n.js ) ], 'recursive files_match';
48 ], [ qw( e.sh n.js ) ], 'recursive OR files_match';
58 ], [ qw( e.sh ) ], 'recursive AND files_match';
74 files_match => qr/^[ijk]/,
79 'recursive dirs_match + files_match';
90 'recursive OR dirs_match + AND files_match';
114 'recursive AND parent_matches + AND files_match';
120 files_match => qr/^[def]/,
132 files_match => qr/^[jkl]/,
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/third_party/vulkan-tools/src/scripts/
H A Dgenerate_source.py75 files_match = True
79 files_match = False
82 files_match = False
87 files_match = False
90 if files_match:
/dports/lang/v8/v8-9.6.180.12/test/debugger/
H A Dtestcfg.py38 files_match = FILES_PATTERN.search(source);
41 if files_match:
42 files_list += files_match.group(1).strip().split()
43 files_match = FILES_PATTERN.search(source, files_match.end())
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/third_party/vulkan-loader/src/scripts/
H A Dgenerate_source.py79 files_match = True
83 files_match = False
86 files_match = False
91 files_match = False
94 if files_match:
/dports/lang/v8/v8-9.6.180.12/test/webkit/
H A Dtestcfg.py63 files_match = FILES_PATTERN.search(source);
66 if files_match:
67 files_list += files_match.group(1).strip().split()
68 files_match = FILES_PATTERN.search(source, files_match.end())
/dports/graphics/vulkan-loader/Vulkan-Loader-1.2.203/scripts/
H A Dgenerate_source.py80 files_match = True
84 files_match = False
87 files_match = False
92 files_match = False
95 if files_match:
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/vulkan-loader/src/scripts/
H A Dgenerate_source.py79 files_match = True
83 files_match = False
86 files_match = False
91 files_match = False
94 if files_match:
/dports/graphics/vulkan-extension-layer/Vulkan-ExtensionLayer-1.2.203/scripts/
H A Dgenerate_source.py78 files_match = True
84 files_match = False
87 files_match = False
90 files_match = False
99 if files_match:
/dports/graphics/vulkan-validation-layers/Vulkan-ValidationLayers-1.2.203/scripts/
H A Dgenerate_source.py119 files_match = True
125 files_match = False
128 files_match = False
131 files_match = False
140 if files_match:
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/vulkan-validation-layers/src/scripts/
H A Dgenerate_source.py106 files_match = True
112 files_match = False
115 files_match = False
118 files_match = False
127 if files_match:
/dports/graphics/vulkan-tools/Vulkan-Tools-1.2.203/scripts/
H A Dgenerate_source.py94 files_match = True
99 files_match = False
102 files_match = False
107 files_match = False
110 if files_match:
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/vulkan-tools/src/scripts/
H A Dgenerate_source.py94 files_match = True
99 files_match = False
102 files_match = False
107 files_match = False
110 if files_match:
/dports/lang/v8/v8-9.6.180.12/test/mjsunit/
H A Dtestcfg.py91 files_match = FILES_PATTERN.search(source);
94 if files_match:
95 files_list += files_match.group(1).strip().split()
96 files_match = FILES_PATTERN.search(source, files_match.end())
/dports/devel/p5-File-Util/File-Util-4.161950/performance/
H A Dbench_listdir.pl32 …'File::Util' => sub { $f->list_dir( $dir => { files_only => 1, files_match => qr/\.pod$/ } )…
48 … => sub { $f->list_dir( $dir => { recurse => 1, files_only => 1, files_match => qr/\.pod$/ }…
H A Dprofile_listdir.pl18 $f->list_dir( $dir => { recurse => 1, files_only => 1, files_match => qr/\.pod$/ } );
H A Dprofile_listdir_vs_file-find-rule.pl23 $f->list_dir( $dir => { recurse => 1, files_only => 1, files_match => qr/\.pod/ } );
/dports/devel/kBuild/kBuild-0.1.9998/src/kmk/kmkbuiltin/
H A Dinstall.c406 int devnull, files_match, from_fd, serrno, target; in install() local
411 files_match = 0; in install()
534 files_match = to_sb.st_size == 0; in install()
536 files_match = !compare(from_fd, (size_t)from_sb.st_size, in install()
540 if (!files_match) { in install()
546 if (!files_match) { in install()
633 files_match = 1; in install()
645 if (tempcopy && !files_match) { in install()
692 if (dopreserve && !files_match && !devnull) { in install()
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/sched/
H A Dsample_bitwise_validator.cpp68 bool files_match(FILE_CKSUM_LIST& f1, FILE_CKSUM_LIST& f2) { in files_match() function
123 match = files_match(*f1, *f2); in compare_results()
/dports/devel/py-b2sdk/b2sdk-1.12.0/b2sdk/transfer/emerge/
H A Dexecutor.py391 files_match = True
396 files_match = False
401 files_match = False
408 files_match = False
415 if not files_match or not finished_parts:
/dports/devel/b2/B2_Command_Line_Tool-1.3.8/b2/
H A Dbucket.py494 files_match = True
500 files_match = False
508 files_match = False
515 if not files_match or not finished_parts:
/dports/comms/gnuradio/gnuradio-3.8.4.0/tools/
H A Dclang_format.py59 files_match = re.compile('\\.(h|cc|c)$') variable
381 file_list = [a for a in file_list if files_match.search(a)]
707 if files_match.search(commit_file):
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/grit/grit/tool/
H A Dbuild.py433 files_match = filecmp.cmp(out_filename, tmp_filename)
434 write_file = not files_match
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/grit/grit/tool/
H A Dbuild.py433 files_match = filecmp.cmp(out_filename, tmp_filename)
434 write_file = not files_match
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/tools/grit/grit/tool/
H A Dbuild.py433 files_match = filecmp.cmp(out_filename, tmp_filename)
434 write_file = not files_match
/dports/databases/mongodb36/mongodb-src-r3.6.23/buildscripts/
H A Dclang_format.py410 files_match = re.compile('\\.(h|cpp|js)$')
431 if files_match.search(commit_file):

12