Home
last modified time | relevance | path

Searched refs:mapKeys (Results 1 – 10 of 10) sorted by relevance

/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.fp.min.js15 …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 Dlodash.js13358 function mapKeys(object, iteratee) {
16587 lodash.mapKeys = mapKeys;
H A Dlodash.min.js101 …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 Dwiki.jst67 The iteratee of `mapKeys` is capped to one argument: `(key)`
/plugin/sequencediagram/bower_components/lodash/test/
H A Dtest-fp.js1400 fp.mapKeys(function() {
H A Dtest.js12522 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 Dlodash.js13358 function mapKeys(object, iteratee) {
16587 lodash.mapKeys = mapKeys;
/plugin/sequencediagram/bower_components/lodash/doc/
H A DREADME.md269 * <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 Dmermaid.min.js.map1 …eration.\n * @returns {Object} Returns the new mapped object.\n * @see _.mapKeys\n * @example\n *\…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1 …eration.\n * @returns {Object} Returns the new mapped object.\n * @see _.mapKeys\n * @example\n *\…