Home
last modified time | relevance | path

Searched refs:pluck (Results 26 – 36 of 36) sorted by path

12

/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.fp.min.js11 …Eq:"matchesProperty",pathOr:"getOr",paths:"at",pickAll:"pick",pipe:"flow",pluck:"map",prop:"get",p…
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/
H A Dbackbone.js1050 pluck: function(attr) {
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
H A Dcollection.js23 assert.deepEqual(col.pluck('label'), ['a', 'b', 'c', 'd']);
29 assert.deepEqual(col.pluck('label'), ['a', 'b', 'c', 'd']);
33 assert.deepEqual(col.pluck('label'), ['d', 'c', 'b', 'a']);
44 assert.deepEqual(collection.pluck('id'), [1, 2, 3]);
147 assert.equal(col.pluck('label').join(' '), 'a b c d');
214 assert.equal(collection.pluck('id').join(' '), '3 1 2');
334 assert.deepEqual(collection.pluck('id'), [3, 2, 1]);
339 assert.deepEqual(collection.pluck('id'), [1, 2, 3]);
1063 assert.deepEqual(collection.pluck('id'), [2, 1]);
1306 assert.deepEqual(collection.pluck('id'), [2, 1]);
[all …]
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dcollections.js500 assert.deepEqual(_.pluck(people, 'name'), ['moe', 'curly'], 'pulls names out of objects');
501 …assert.deepEqual(_.pluck(people, 'address'), [void 0, void 0], 'missing properties are returned as…
503 assert.deepEqual(_.pluck([{'[object Object]': 1}], {}), [1]);
638 assert.deepEqual(_.pluck(people, 'name'), ['moe', 'curly'], 'stooges sorted by age');
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/
H A Dunderscore-min.js5pluck=function(n,t){return m.map(n,m.property(t))},m.where=function(n,t){return m.filter(n,m.match… function
H A Dunderscore.js292 _.pluck = function(obj, key) { function
389 return _.pluck(_.map(obj, function(value, key, list) {
603 result[index] = _.pluck(array, index);
/plugin/sequencediagram/bower_components/underscore/
H A Dunderscore-min.js5pluck=function(n,t){return m.map(n,m.property(t))},m.where=function(n,t){return m.filter(n,m.match… function
H A Dunderscore-min.map1 …"fromIndex","guard","values","indexOf","invoke","method","args","isFunc","pluck","where","attrs","…
H A Dunderscore.js282 _.pluck = function(obj, key) { function
376 return _.pluck(_.map(obj, function(value, index, list) {
593 result[index] = _.pluck(array, index);
/plugin/subjectindex/plugins/
H A Dbible_verses.txt5526 "In case you go into the standing grain of your fellowman, you must pluck off only the ripe ears wi…
20848 …some of the lofty treetop of the cedar; from the top of its twigs I shall pluck off a tender one a…
23491 …h the grainfields on the sabbath. His disciples got hungry and started to pluck heads of grain and…
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs25219 if(wb.Sheets) sheets = wb.Sheets.map(function pluck(x){ return x.name; }); function

12