Searched refs:acc (Results 1 – 5 of 5) sorted by relevance
25 var entries = linkList.reduce(function(acc, entry) { argument26 if (!entry || entry.length == 0) return acc;29 return acc + link;
168 var args = Object.keys(filters).reduce(function(acc, key) { argument170 return acc + '&' + key + '=' + encodeURIComponent(filters[key].value);172 return acc;
27 var entries = linkList.reduce(function(acc, entry) { argument28 if (!entry || entry.length == 0) return acc;31 return acc + link;
117 acc = 0120 self._string_table[acc] = string121 acc += len(string) + len(self.STRING_TABLE_TERMINATOR)
92 var entries = logEntries.reduce(function(acc, entry) {93 if (!entry || entry.length == 0) return acc;96 return acc + link;