Home
last modified time | relevance | path

Searched refs:isEven (Results 1 – 16 of 16) sorted by relevance

/plugin/sequencediagram/bower_components/lodash/test/
Dtest-fp.js25 isEven = function(n) { return n % 2 == 0; }, function
26 isEvenIndex = function(n, index) { return isEven(index); },
103 actual = remove(isEven)(array);
116 return isEven(index);
130 actual = lodash.remove(isEven)(array);
194 actual = remove(isEven);
203 actual = remove(isEven)(value);
210 actual = remove(value)(isEven);
557 return isEven(value);
1119 return isEven(value);
Dtest.js88 isEven = function(n) { return n % 2 == 0; }, function
3701 var actual = _(array).countBy().map(square).filter(isEven).take().value();
3703 assert.deepEqual(actual, _.take(_.filter(_.map(_.countBy(array), square), isEven)));
5136 predicate = function(value) { values.push(value); return isEven(value); },
5224 predicate = function(value) { values.push(value); return isEven(value); },
5858 assert.deepEqual(_.filter(array, isEven), [2]);
5982 wrapped = _(array).filter(isEven);
5984 assert.strictEqual(wrapped[methodName](), func(lodashStable.filter(array, isEven)));
6059 predicate = function(value) { findCount++; return isEven(value); },
6729 predicate = function(value) { filterCount++; return isEven(value); };
[all …]
/plugin/behave/
Dbehave.js293 isEven: function(_this,i){
323 …toDecrement += left.split(quoteMap[j]).filter(utils.isEven).join('').split(charSettings.keyMap[i].…
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
Dcollections.js304 var isEven = function(num){ return num % 2 === 0; }; function
306 assert.deepEqual(_.filter(evenArray, isEven), [2, 4, 6]);
307 assert.deepEqual(_.filter(evenObject, isEven), [2], 'can filter objects');
/plugin/securelogin/
Drsalib.js665 if (e < 256 || m.isEven())
686 BigInteger.prototype.isEven = bnpIsEven; method in BigInteger
/plugin/xlsx2dw/packages/exceljs/
Dexceljs.js31934 while (x.isEven() && y.isEven()) {
32082 for (var shift = 0; a.isEven() && b.isEven(); shift++) {
32088 while (a.isEven()) {
32092 while (b.isEven()) {
32118 BN.prototype.isEven = function isEven() {
35634 while (x.isEven() && y.isEven()) {
35782 for (var shift = 0; a.isEven() && b.isEven(); shift++) {
35788 while (a.isEven()) {
35792 while (b.isEven()) {
35818 BN.prototype.isEven = function isEven() {
[all …]
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
Dogg.js15isEven())z=new Classic(m);else z=new Montgomery(m);return this.exp(e,z)}BigInteger.prototype.copyT… method in BigInteger
Dvorbis.js19isEven())z=new Classic(m);else z=new Montgomery(m);return this.exp(e,z)}BigInteger.prototype.copyT… method in BigInteger
Dopus.js23isEven())z=new Classic(m);else z=new Montgomery(m);return this.exp(e,z)}BigInteger.prototype.copyT… method in BigInteger
/plugin/sequencediagram/bower_components/lodash/doc/
DREADME.md4046 function isEven(n) {
4050 _.filter([1, 2, 3, 4, 5, 6], _.negate(isEven));
/plugin/diagramsnet/lib/js/orgchart/
Dbridge.min.js8 …his.unsigned||0<=this.high};n.isOdd=function(){return 1==(this.low&1)};n.isEven=function(){return … function
/plugin/diagramsnet/lib/js/
Dorgchart.min.js8 …his.unsigned||0<=this.high};n.isOdd=function(){return 1==(this.low&1)};n.isEven=function(){return … function
/plugin/pdfjs/pdfjs/build/
Dpdf.worker.js49643 function isEven(i) {
49867 if (isEven(levels[i])) {
Dpdf.worker.js.map1isEven","highestLevel","lowestOddLevel","reverseValues","getMetrics","IsEvalSupportedCached","crea…
/plugin/strata/
Dplotly-2.25.2.min.js8isEven()&&r.isEven();)e.iushrn(1),r.iushrn(1),++u;for(var c=r.clone(),f=e.clone();!e.isZero();){fo…
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
Dpdfmake.min.js.map1 …t * function isEven(n) {\n\t * return n % 2 == 0;\n\t * }\n\t *\n\t * _.filt…