Searched refs:intPrecision (Results 1 – 2 of 2) sorted by relevance
| /plugin/edittable/lib/ |
| D | handsontable.full.js | 12715 intPrecision, 12784 intPrecision = format.split('.')[0].match(/[0-9]+/g) || ['0']; property 12785 intPrecision = parseInt(intPrecision[0], 10); 12806 if (intPrecision && abs !== 0) { 12807 pow = 3 * ~~((Math.min(intPrecision, totalLength) - minimumPrecision) / 3); 12811 if (totalLength !== intPrecision) { 12832 if (intPrecision && length < intPrecision && format.indexOf('.') === -1) { 12834 format += zeroes(intPrecision - length);
|
| /plugin/zwidoku/files/ |
| H A D | js.js | 1 …intPrecision,precision,prefix,postfix,thousands,d='',forcedNeg=false,neg=false,indexOpenP,indexMin…
|