| /plugin/sequencediagram/bower_components/lodash/test/ |
| D | test-fp.js | 25 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);
|
| D | test.js | 88 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/ |
| D | behave.js | 293 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/ |
| D | collections.js | 304 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/ |
| D | rsalib.js | 665 if (e < 256 || m.isEven()) 686 BigInteger.prototype.isEven = bnpIsEven; method in BigInteger
|
| /plugin/xlsx2dw/packages/exceljs/ |
| D | exceljs.js | 31934 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/ |
| D | ogg.js | 15 …isEven())z=new Classic(m);else z=new Montgomery(m);return this.exp(e,z)}BigInteger.prototype.copyT… method in BigInteger
|
| D | vorbis.js | 19 …isEven())z=new Classic(m);else z=new Montgomery(m);return this.exp(e,z)}BigInteger.prototype.copyT… method in BigInteger
|
| D | opus.js | 23 …isEven())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/ |
| D | README.md | 4046 function isEven(n) { 4050 _.filter([1, 2, 3, 4, 5, 6], _.negate(isEven));
|
| /plugin/diagramsnet/lib/js/orgchart/ |
| D | bridge.min.js | 8 …his.unsigned||0<=this.high};n.isOdd=function(){return 1==(this.low&1)};n.isEven=function(){return … function
|
| /plugin/diagramsnet/lib/js/ |
| D | orgchart.min.js | 8 …his.unsigned||0<=this.high};n.isOdd=function(){return 1==(this.low&1)};n.isEven=function(){return … function
|
| /plugin/pdfjs/pdfjs/build/ |
| D | pdf.worker.js | 49643 function isEven(i) { 49867 if (isEven(levels[i])) {
|
| D | pdf.worker.js.map | 1 …isEven","highestLevel","lowestOddLevel","reverseValues","getMetrics","IsEvalSupportedCached","crea…
|
| /plugin/strata/ |
| D | plotly-2.25.2.min.js | 8 …isEven()&&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/ |
| D | pdfmake.min.js.map | 1 …t * function isEven(n) {\n\t * return n % 2 == 0;\n\t * }\n\t *\n\t * _.filt…
|