Searched refs:mapKeys (Results 1 – 10 of 10) sorted by relevance
/plugin/sequencediagram/bower_components/lodash/dist/ |
H A D | lodash.fp.min.js | 15 …rEach:1,forEachRight:1,forIn:1,forInRight:1,forOwn:1,forOwnRight:1,map:1,mapKeys:1,mapValues:1,par… 16 transform:2},e.iterateeRearg={mapKeys:[1],reduceRight:[1,0]},e.methodRearg={assignInAllWith:[1,0],a…
|
H A D | lodash.js | 13358 function mapKeys(object, iteratee) { 16587 lodash.mapKeys = mapKeys;
|
H A D | lodash.min.js | 101 …keMap=Zo,An.iteratee=Fu,An.keyBy=qo,An.keys=Wu,An.keysIn=Bu,An.map=ru,An.mapKeys=function(n,t){var… function
|
/plugin/sequencediagram/bower_components/lodash/lib/fp/template/doc/ |
H A D | wiki.jst | 67 The iteratee of `mapKeys` is capped to one argument: `(key)`
|
/plugin/sequencediagram/bower_components/lodash/test/ |
H A D | test-fp.js | 1400 fp.mapKeys(function() {
|
H A D | test.js | 12522 assert.deepEqual(_.mapKeys({ 'a': { 'b': 2 } }), { '2': { 'b': 2 } }); 13626 var actual = _.mapKeys(object, String); 13633 var actual = _.mapKeys(array, String); 13640 var actual = _.mapKeys({ 'a': { 'b': 'c' } }, 'b'); 13652 return index ? _.mapKeys(object, value) : _.mapKeys(object);
|
/plugin/sequencediagram/bower_components/lodash/ |
H A D | lodash.js | 13358 function mapKeys(object, iteratee) { 16587 lodash.mapKeys = mapKeys;
|
/plugin/sequencediagram/bower_components/lodash/doc/ |
H A D | README.md | 269 * <a href="#_mapkeysobject-iteratee_identity">`_.mapKeys`</a> 7836 <h3 id="_mapkeysobject-iteratee_identity"><code>_.mapKeys(object, [iteratee=_.identity])</code></h3> 7856 _.mapKeys({ 'a': 1, 'b': 2 }, function(value, key) { 8596 `keys`, `keysIn`, `map`, `mapKeys`, `mapValues`, `matches`, `matchesProperty`,
|
/plugin/dirtylittlehelper/script/ |
H A D | mermaid.min.js.map | 1 …eration.\n * @returns {Object} Returns the new mapped object.\n * @see _.mapKeys\n * @example\n *\…
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | bundle.js.map | 1 …eration.\n * @returns {Object} Returns the new mapped object.\n * @see _.mapKeys\n * @example\n *\…
|