Lines Matching refs:i

703 			for (var i = 0; i < cand.length; i++)
705 if (graph.view.getState(cand[i]) != null)
707 cells.push(cand[i]);
1764 for (var i = 0; i < formats.length; i++)
1766 var f = formats[i];
1783 for (var i = 0; i < formats.length; i++)
1785 var f = formats[i];
2253 for (var i = 0; i < hints.length; i++)
2255 if (hints[i].ext.length > 0 && nameInput.value.toLowerCase().substring(
2256 nameInput.value.length - hints[i].ext.length - 1) == '.' + hints[i].ext)
2258 hint.setAttribute('title', mxResources.get(hints[i].title));
2297 for (var i = 0; i < types.length; i++)
2300 typeOption.setAttribute('value', i);
2301 mxUtils.write(typeOption, mxResources.get(types[i].description) +
2302 ' (.' + types[i].extension + ')');
2344 for (var i = 0; i < types.length; i++)
2346 var ext = types[i].extension;
2358 active = i;
2552 for (var i = 1; i < this.gridSteps; i++)
2554 var tmp3 = i * tmp;
2630 for (var i = 0; i <= count; i++)
2633 [new mxPoint(Math.round(bounds2.x), Math.round(bounds2.y + (i + 1) * bounds.height)),
2634 new mxPoint(Math.round(right), Math.round(bounds2.y + (i + 1) * bounds.height))] :
2635 [new mxPoint(Math.round(bounds2.x + (i + 1) * bounds.width), Math.round(bounds2.y)),
2636 new mxPoint(Math.round(bounds2.x + (i + 1) * bounds.width), Math.round(bottom))];
2638 if (breaks[i] != null)
2640 breaks[i].points = pts;
2641 breaks[i].redraw();
2652 breaks[i] = pageBreak;
2656 for (var i = count; i < breaks.length; i++)
2658 breaks[i].destroy();
2673 for (var i = 0; i < cells.length; i++)
2675 if (this.graph.isTableCell(cells[i]) || this.graph.isTableRow(cells[i]))
2679 else if (this.graph.getModel().isVertex(cells[i]))
2681 var geo = this.graph.getCellGeometry(cells[i]);