Lines Matching refs:j

808 				for (var j = 1; j < layout.height; j++)
811 ((layout.y + j) * ph + t.y) * s, pw * s, ph * s));
1504 var c0 = str.charCodeAt(0), j = 1, p = -1;
1518 if (uint8Array[i] != str.charCodeAt(j))
1523 j++;
1526 return j == str.length - 1? p : -1;
1675 for (var j = 0; j < all[i].attributes.length; j++)
1677 var attr = all[i].attributes[j];
2293 for (var j = 0; j < tokens.length; j++)
2295 var tmp = tokens[j];
2328 for (var j = 0; j < keys.length; j++)
2330 var current = temp[keys[j]];
2331 var value = style[keys[j]];
2335 this.setCellStyles(keys[j], value, [cells[i]]);
3025 for (var j = 0; j < attrs.length; j++)
3027 row[attrs[j].nodeName] = attrs[j].nodeValue;
3056 for (var j = 0; j < shapes.length; j++)
3058 if (shapes[j] != null && shapes[j].node != null)
3060 nodes.push(shapes[j].node);
5844 for (var j = 0; j < cells.length; j++)
5846 if (values[i][j] != null)
5848 cells[j].value = values[i][j];
6575 for (var j = 0; j < pts2.length - 1; j++)
6577 var p3 = pts2[j + 1];
6578 var p2 = pts2[j];
6581 pn = pts2[j + 2];
6583 while (j < pts2.length - 2 &&
6588 j++;
6589 pn = pts2[j + 2];
6633 for (var j = 0; j < list.length; j++)
6635 changed = addPoint(1, list[j].x, list[j].y) || changed;
7488 for (var j = 0; j < childCount; j++)
7490 this.createCellLookup([this.model.getChildAt(cell, j)], lookup);
7985 for (var j = 0; j < count; j++)
7999 for (var j = 0; j > count; j--)
8001 this.model.remove(sourceCols[sourceCols.length + j - 1]);
8008 for (var j = 0; j < cols.length; j++)
8010 var geo = this.getCellGeometry(cols[j]);
8011 var geo2 = this.getCellGeometry(sourceCols[j]);
8018 this.model.setGeometry(sourceCols[j], geo2);
8099 for (var j = 0; j < rows.length; j++)
8101 if (mxUtils.indexOf(cells, rows[j]) >= 0)
8617 for (var j = 0; j < elts.length; j++)
8619 fn(elts[j]);
8727 for (var j = 0; j < this.model.getChildCount(state.cell) && allChildren; j++)
8729 if (!dict.get(this.model.getChildAt(state.cell, j)))