• Home
  • Raw
  • Download

Lines Matching +defs:match +defs:string +defs:no +defs:properties

1519 const stringReplaceAll$1 = (string, substring, replacer) => {  argument
1538 const stringEncaseCRLFWithFirstIndex$1 = (string, prefix, postfix, index) => { argument
1664 const string = chunk.join(''); constant
1850 const applyStyle = (self, string) => { argument
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
4402 if (typeof str !== 'string' || str === '') { field in ReaddirpStream
4406 var match; variable
7524 const toUnix = (string) => { argument
8653 function repeat$1(string, count) { argument
8762 function padStart(string, max) { argument
9907 var match, major, minor; variable
11579 function indentString(string, spaces) { argument
11723 function codePointAt(string, pos) { argument
11736 function needIndentIndicator(string) { argument
11754 function chooseScalarStyle(string, singleLineOnly, indentPerLevel, lineWidth, argument
11832 function writeScalar(state, string, level, iskey, inblock) { argument
11858 function testAmbiguity(string) { argument
11884 function blockHeader(string, indentPerLevel) { argument
11896 function dropEndingNewline(string) { argument
11902 function foldString(string, width) { argument
11979 function escapeString(string) { argument
12478 var errorEx$1 = function errorEx(name, properties) { argument
12738 function LinesAndColumns(string) { argument
12815 jsTokens.matchToToken = function(match) { argument
15093 const maybeHighlight = (chalkFn, string) => { argument
15177 const parseJson = (string, reviver, filename) => { 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
27453 function fromString (string, encoding) { argument
29560 function stripAnsi(string) { argument
29614 function stringWidth(string) { argument
30558 const preserveCamelCase = (string, locale) => { argument
36742 no: '¬', property
42072 const string = { variable
42109 string: string, property
42143 string: create(string$1), property
46832 return str.replace(/\$(\d{1,2})/g, function (match, index) { argument
46845 return word.replace(rule[0], function (match, index) { argument
56260 function escapeStringRegexp(string) { argument
57895 { no: "hostname", yes: "host name" }, property
57897 { no: "[Ll]ong[ -][Tt]erm [Ss]upport", yes: "Long Term Support" }, property
57898 { no: "Node", yes: "Node.js", ignoreNextTo: "-API" }, property
57900 { no: "Node[Jj][Ss]", yes: "Node.js" }, property
57901 { no: "Node\\.js's?", yes: "the Node.js" }, property
57902 { no: "[Nn]ote that", yes: "<nothing>" }, property
57904 { no: "[Rr][Ff][Cc]\\d+", yes: "RFC <number>" }, property
60398 function findUrl(_, protocol, domain, path, match) { argument
60444 function findEmail(_, atext, label, match) { argument
60519 function previous(match, email) { argument