Lines Matching refs:matching
19 1. Extended wildcard pattern matching now supported in exclude files
34 Exclude all files matching "*.gz" in the top level directory "test".
41 Using extended wildcards, negative matching is also possible.
45 Exclude all files matching "*.gz" in top level directory "test",
51 often useful to exclude a file matching anywhere in the source directories.
59 Exclude files matching "*.gz" anywhere in the source directories.
65 Exclude files matching "*.gz" inside directories called "Test" or
68 Again, using extended wildcards, negative matching is also possible.
72 Exclude all files matching "*.gz" anywhere in the source directories,
75 2. Regular expression pattern matching now supported in exclude files
78 card pattern matching, except patterns are considered to be regular
115 2. Extended wildcard pattern matching now supported in extract files
124 Extract all files matching "*.gz" in the top level directory "test".
131 Using extended wildcards, negative matching is also possible.
135 Extract all files matching "*.gz" in top level directory "test",
138 3. Regular expression pattern matching now supported in extract files
141 card pattern matching, except patterns are considered to be regular