Lines Matching refs:matching
8 library to do its matching.
80 with a matching basename. For example, `*.js` would match
85 If no matching files are found, then an empty array is returned. This
119 * `matches` `{Array<String>}` filenames found matching the pattern
127 * return: `{Array<String>}` filenames found matching the pattern
149 * `matches` `{Array<String>}` filenames found matching the pattern
179 * `end` When the matching is finished, this is emitted with all the
198 Glob to change pattern matching behavior. Also, some have been added,
226 pattern characters, but allows matching with patterns constructed
279 equivalent to `**/*.js`, matching all js files in all directories.
326 checked for validity. Since those two are valid, matching proceeds.
349 in `/foo/*` matching `C:\foo\bar.txt`.