Home
last modified time | relevance | path

Searched refs:toFuncList (Results 1 – 2 of 2) sorted by relevance

/plugin/sequencediagram/bower_components/lodash/lib/fp/template/doc/
H A Dwiki.jst62 <%= toFuncList(_.keys(_.pickBy(mapping.iterateeAry, _.partial(_.eq, _, 1)))) %>
65 <%= toFuncList(_.keys(_.pickBy(mapping.iterateeAry, _.partial(_.eq, _, 2)))) %>
85 <%= toFuncList(_.difference(mapping.aryMethod[1], _.keys(mapping.skipFixed))) %>
88 <%= toFuncList(_.difference(mapping.aryMethod[2], _.keys(mapping.skipFixed))) %>
91 <%= toFuncList(_.difference(mapping.aryMethod[3], _.keys(mapping.skipFixed))) %>
94 <%= toFuncList(_.difference(mapping.aryMethod[4], _.keys(mapping.skipFixed))) %>
127 <%= toFuncList(_.keys(mapping.methodSpread)) %>
130 <%= toFuncList(_.keys(mapping.skipRearg)) %>
147 <%= toFuncList(_.keys(mapping.remap)) %>
/plugin/sequencediagram/bower_components/lodash/lib/fp/
H A Dbuild-doc.js19 toFuncList
45 function toFuncList(funcNames) { function