Home
last modified time | relevance | path

Searched refs:pullAllBy (Results 1 – 6 of 6) sorted by relevance

/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.fp.min.js16 …With:[1,2,0],padChars:[2,1,0],padCharsEnd:[2,1,0],padCharsStart:[2,1,0],pullAllBy:[2,1,0],pullAllW…
17 …rt:1},without:{start:1},zipAll:{start:0}},e.mutate={array:{fill:!0,pull:!0,pullAll:!0,pullAllBy:!0,
H A Dlodash.js7749 function pullAllBy(array, values, iteratee) {
16616 lodash.pullAllBy = pullAllBy;
H A Dlodash.min.js103 …turn function(t){return null==n?T:kt(n,t)}},An.pull=Oo,An.pullAll=Ke,An.pullAllBy=function(n,t,r){… function
/plugin/sequencediagram/bower_components/lodash/
H A Dlodash.js7749 function pullAllBy(array, values, iteratee) {
16616 lodash.pullAllBy = pullAllBy;
/plugin/sequencediagram/bower_components/lodash/doc/
H A DREADME.md38 * <a href="#_pullallbyarray-values-iteratee_identity">`_.pullAllBy`</a>
549 **Note:** Unlike `_.pullAllBy`, this method returns a new array.
1380 <h3 id="_pullallbyarray-values-iteratee_identity"><code>_.pullAllBy(array, values, [iteratee=_.iden…
1405 _.pullAllBy(array, [{ 'x': 1 }, { 'x': 3 }], 'x');
8600 `pickBy`, `plant`, `property`, `propertyOf`, `pull`, `pullAll`, `pullAllBy`,
/plugin/sequencediagram/bower_components/lodash/test/
H A Dtest.js12602 assert.deepEqual(_.pullAllBy(objects.slice(), [{ 'a': 1, 'b': 0 }]), [objects[0]]);
18243 var actual = _.pullAllBy(array, [{ 'x': 1 }, { 'x': 3 }], function(object) {
18256 _.pullAllBy(array, [{ 'x': 1 }, { 'x': 3 }], function() {