Lines Matching refs:length

82 		for (var i = 0; i < this.defaultFonts.length; i++)
89 if (this.customFonts.length > 0)
91 for (var i = 0; i < this.customFonts.length; i++)
168 for (var i = 0; i < elts.length; i++)
195 for (var i = 0; i < sizes.length; i++)
202 if (this.customFontSizes.length > 0)
206 for (var i = 0; i < this.customFontSizes.length; i++)
241 if (newValue != null && newValue.length > 0)
326 layout.execute(graph.getDefaultParent(), selectionCells.length == 0 ? null : selectionCells);
336 layout.execute(graph.getDefaultParent(), selectionCells.length == 0 ? null : selectionCells);
357 if (roots != null && roots.length > 0)
396 if (roots != null && roots.length > 0)
435 if (roots != null && roots.length > 0)
559 for (var i = 0; i < scales.length; i++)
694 if (select != null && select.length > 0)
855 for (var i = 0; i < tmp.length; i++)
867 if (newTables.length == oldTables.length + 1)
870 for (var i = newTables.length - 1; i >= 0; i--)
940 for (var i = picker.rows.length; i < rows; i++)
944 for (var j = 0; j < picker.rows[0].cells.length; j++)
950 for (var i = 0; i < picker.rows.length; i++)
954 for (var j = row.cells.length; j < cols; j++)
1030 for (var i = 0; i < picker.rows.length; i++)
1034 for (var j = 0; j < r.cells.length; j++)
1097 for (var i = 0; i < cells.length; i++)
1116 for (var j = 0; j < keys.length; j++)
1143 for (i = 0; i < td.length; i++)
1199 for (var i = 0; i < keys.length; i++)
1223 for (var j = 0; j < cells.length; j++)
1267 if (newValue != null && newValue.length > 0)
1288 }), mxResources.get('enterValue') + ((hint.length > 0) ? (' ' + hint) : ''),
1308 var h = 226 + ((Math.ceil(ColorDialog.prototype.presetColors.length / 12) +
1309 Math.ceil(ColorDialog.prototype.defaultColors.length / 12)) * 17);
1432 for (var i = 0; i < keys.length; i++)
1508 if (graph.getEditableCells(graph.getSelectionCells()).length > 0)
1555 if (handler instanceof mxEdgeHandler && handler.bends != null && handler.bends.length > 2)
1560 if (index > 0 && index < handler.bends.length - 1 &&
1581 hasWaypoints = geo != null && geo.points != null && geo.points.length > 0;
1633 for (var i = 0; i < menus.length; i++)