Home
last modified time | relevance | path

Searched refs:pluck (Results 1 – 25 of 39) sorted by relevance

12

/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
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');
222 assert.equal(collection.pluck('id').join(' '), '2 3 1');
227 assert.equal(collection.pluck('id').join(' '), '1 2 3');
334 assert.deepEqual(collection.pluck('id'), [3, 2, 1]);
339 assert.deepEqual(collection.pluck('id'), [1, 2, 3]);
[all …]
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
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/underscore/
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
Dunderscore.js282 _.pluck = function(obj, key) { function
376 return _.pluck(_.map(obj, function(value, index, list) {
593 result[index] = _.pluck(array, index);
Dunderscore-min.map1 …"fromIndex","guard","values","indexOf","invoke","method","args","isFunc","pluck","where","attrs","…
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/
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
Dunderscore.js292 _.pluck = function(obj, key) { function
389 return _.pluck(_.map(obj, function(value, key, list) {
603 result[index] = _.pluck(array, index);
/plugin/s5reloaded/ui/effects_support/
Dprototype.js853 function pluck(property) { function in Enumerable
879 }).pluck('value');
893 return iterator(collections.pluck(index));
935 pluck: pluck,
1148 return this.pluck('key');
1152 return this.pluck('value');
4446 if (respondersForEvent.pluck('handler').include(handler)) return false;
Deffects.js187 timestamp = this.effects.pluck('startOn').max() || timestamp;
191 timestamp = this.effects.pluck('finishOn').max() || timestamp;
/plugin/sequencediagram/bower_components/lodash/dist/
Dlodash.fp.min.js11 …Eq:"matchesProperty",pathOr:"getOr",paths:"at",pickAll:"pick",pipe:"flow",pluck:"map",prop:"get",p…
/plugin/issuetracker/
Dprototype.js972 function pluck(property) { function in Enumerable
998 }).pluck('value');
1012 return iterator(collections.pluck(index));
1054 pluck: pluck,
1263 return this.pluck('key');
1267 return this.pluck('value');
5563 if (respondersForEvent.pluck('handler').include(handler)) return false;
/plugin/freechat/phpfreechat/data/public/js/
Dprototype.js745 pluck: function(property) { method
770 }).pluck('value');
784 return iterator(collections.pluck(index));
1028 return this.pluck('key');
1032 return this.pluck('value');
3869 if (c.pluck("handler").include(handler)) return false;
/plugin/bible/bible_douayRheims/
DMicheas.txt31 …3:2. You that hate good, and love evil: that violently pluck off their skins from them and their f…
67 5:13. And I will pluck up thy groves out of the midst of thee: and will crush thy cities.
DAmos.txt146 …ts of them. And I will plant them upon their own land: and I will no more pluck them out of their …
DJeremias.txt317 …I have shared out to my people Israel: Behold I will pluck them out of their land, and I will pluc…
320 12:17. But if they will not hear, I will utterly pluck out and destroy that nation, saith the Lord.
532 …echonias the son of Joakim the king of Juda were a ring on my right hand, I would pluck him thence.
584 …nd: and I will build them up, and not pull them down: and I will plant them, and not pluck them up.
773 …31:28. And as I have watched over them, to pluck up, and to throw down, and to scatter, and destro…
1038 …nd, I will build you up, and not pull you down: I will plant you, and not pluck you up: for now I …
1097 … them whom I have built, I do destroy: and them whom I have planted, I do pluck up, and all this l…
DEcclesiastes.txt46 …3:2. A time to be born and a time to die. A time to plant, and a time to pluck up that which is pl…
DMark.txt68 …e corn fields on the sabbath, that his disciples began to go forward and to pluck the ears of corn.
369 …9:46. And if thy eye scandalize thee, pluck it out: it is better for thee with one eye to enter in…
DMatthew.txt119 …5:29. And if thy right eye scandalize thee, pluck it out and cast it from thee. For it is expedien…
346 …through the corn on the sabbath: and his disciples being hungry, began to pluck the ears, and to e…
591 …18:9. And if thy eye scandalize thee, pluck it out, and cast it from thee. It is better for thee h…
/plugin/statistics/
Ddeleted.files334 ico/browser/pluck.png
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/
Dbackbone.js1050 pluck: function(attr) { method
/plugin/datatables/assets/datatables.net-buttons/js/
DdataTables.buttons.min.js4 …Selector,t)}),e.Api.register("buttons().destroy()",function(){return this.pluck("inst").unique().e…
DdataTables.buttons.js2255 this.pluck('inst')
/plugin/aceeditor/
Dbuild.js1pluck=function(e,t){return x.map(e,function(e){return e[t]})},x.where=function(e,t,n){return x.isE…
/plugin/datatables/assets/datatables.net/js/
Djquery.dataTables.min.js4 …ngth;n<a;n++)e.push(t.call(this,this[n],n));return new B(this.context,e)},pluck:function(t){var e=…
Djquery.dataTables.js7286 pluck: function ( prop )

12