Lines Matching +defs:replace +defs:match
2894 const match = /^\\+/.exec(remaining()); constant
3322 const match = REGEX_NON_SPECIAL_CHARS.exec(remaining()); constant
3604 const match = /^(.*?)\.(\w+)$/.exec(str); constant
3692 const result = { glob, state, regex, posix, input, output, match, isMatch }; property
3752 let match = input === glob; variable
4406 var match; variable
9907 var match, major, minor; variable
12815 jsTokens.matchToToken = function(match) { argument
19463 function emitFolderMapDeprecation(match, pjsonUrl, isExports, base) { argument
19849 match, argument
24252 minimatch$3.match = function (list, pattern, options) { function
24264 Minimatch$1.prototype.match = match; method in Minimatch$1
24265 function match (f, partial) { function
46832 return str.replace(/\$(\d{1,2})/g, function (match, index) { argument
46844 function replace (word, rule) { function
46845 return word.replace(rule[0], function (match, index) { argument
58565 function replace(value) { function
60102 * ((tree: Node, find: Find, replace?: Replace, options?: Options) => Node) & argument
60290 function toFunction(replace) { argument
60398 function findUrl(_, protocol, domain, path, match) { argument
60444 function findEmail(_, atext, label, match) { argument
60519 function previous(match, email) { argument
60923 function replace($0, $1) { function