• Home
  • Raw
  • Download

Lines Matching +defs:set +defs:match +defs:data

476   function data(key, value) {  function
949 function data(code) { function
4146 function data(code) { function
4890 function data(code) { function
6474 function data(code) { function
7157 data: onenterdata, property
7205 data: onexitdata, property
11121 function findUrl(_, protocol, domain, path, match) { argument
11147 function findEmail(_, atext, label, match) { argument
11194 function previous(match, email) { argument
12377 return str.replace(/\$(\d{1,2})/g, function (match, index) { argument
12382 return word.replace(rule[0], function (match, index) { argument
14334 const match = /\[([\t Xx])]/.exec( constant
14439 const match = /\[([\t xX])]/.exec( constant
14675 const match = value.slice(start, end).match(label); constant
15726 const match = file.stem && file.stem.match(/^(the|teh|an?)\b/i); constant
16986 construct: function (data) { return data !== null ? data : ''; } argument
16990 construct: function (data) { return data !== null ? data : []; } argument
16994 construct: function (data) { return data !== null ? data : {}; } argument
17003 function resolveYamlNull(data) { argument
17029 function resolveYamlBoolean(data) { argument
17035 function constructYamlBoolean(data) { argument
17066 function resolveYamlInteger(data) { argument
17123 function constructYamlInteger(data) { argument
17170 function resolveYamlFloat(data) { argument
17178 function constructYamlFloat(data) { argument
17255 function resolveYamlTimestamp(data) { argument
17261 function constructYamlTimestamp(data) { argument
17303 function resolveYamlMerge(data) { argument
17311 function resolveYamlBinary(data) { argument
17322 function constructYamlBinary(data) { argument
17394 function resolveYamlOmap(data) { argument
17414 function constructYamlOmap(data) { argument
17423 function resolveYamlPairs(data) { argument
17437 function constructYamlPairs(data) { argument
17455 function resolveYamlSet(data) { argument
17465 function constructYamlSet(data) { argument
17468 var set = new type('tag:yaml.org,2002:set', { variable
17615 var match, major, minor; variable
19480 set: set, property