Lines Matching refs:j

1246     for (var j = 0; j < colCount; j++) {
1247 if (!pivotedArr[j]) {
1248 pivotedArr[j] = [];
1251 pivotedArr[j][i] = arr[i][j];
5696 …for (var c = '', i = '\x42\x3C\x48\x34\x50\x2B'.split(''), j = _cp(i.shift()); j; j = _cp(i.shift(…
5697 …--j < ''[_m] ? p = p | (_pi('' + _pi(_hd(c) + (_hd(_ss(v, Math.abs(j), 2)) + []).padStart(2, '0'))…
8924 var i = 0, j, next, locale, split;
8928 j = split.length;
8931 while (j > 0) {
8932 locale = loadLocale(split.slice(0, j).join('-'));
8936 if (next && next.length >= j && compareArrays(split, next, true) >= j - 1) {
8940 j--;
15729 var j = void 0;
15782 for (i = 0, j = 0; i < clen; i++) {
15787 … priv.columnSettings[j] = (0, _setting.columnFactory)(GridSettings, priv.columnsSettingConflicts);
15790 proto = priv.columnSettings[j].prototype;
15797 column = columnSetting[j];
15806 j++;
16599 var j = instance.countCols() - 1;
16601 while (j >= 0) {
16604 …instance.validateCell(instance.getDataAtCell(i, j), instance.getCellMeta(i, j), function (result) {
16613 j--;
17514 for (var i = 0, j = label.length - 1; i < label.length; i += 1, j -= 1) {
17515 result += Math.pow(COLUMN_LABEL_BASE_LENGTH, j) * (COLUMN_LABEL_BASE.indexOf(label[i]) + 1);
17536 j;
17541 for (j = 0; j < columns; j++) {
17542 row.push(spreadsheetColumnLabel(j) + (i + 1));
17563 j;
17568 for (j = 0; j < colCount; j++) {
17569 row['prop' + j] = spreadsheetColumnLabel(j) + (i + 1);
17590 for (var j = 0; j < columns; j++) {
17602 j,
17608 for (j = 0, jlen = input[i].length; j < jlen; j++) {
17609 if (j == olen) {
17613 output[j].push(input[i][j]);
22567 ).split(','), j = 0; es6Symbols.length > j;)wks(es6Symbols[j++]);
31230 var j = 0;
31232 while (length > j) if (isEnum.call(S, key = keys[j++])) T[key] = S[key];
38100 for (var j = 0; j < dragLength; j++) {
38101 …fillData[_i].push(selectionData[_i][(j + (selectionData[_i].length - fillOffset)) % selectionData[…
42440 var j = movePlugin.columnsMapper.getValueByIndex(i);
42446 while (j < initialCol) {
42448 j = movePlugin.columnsMapper.getValueByIndex(i);
42454 while (j <= initialCol) {
42456 j = movePlugin.columnsMapper.getValueByIndex(i);
42458 i = j;
50263 var i, j, arr,
50284 j = opts.yearRange[1] + 1;
50287 j = 1 + year + opts.yearRange;
50290 for (arr = []; i < j && i <= opts.maxYear; i++) {