Home
last modified time | relevance | path

Searched refs:port (Results 226 – 226 of 226) sorted by path

12345678910

/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_smart_rendering.js181 var port = this.getViewPort();
183 var firstTask = Math.floor(Math.max(0, port.y) / gantt.config.row_height) - buffer;
184 var lastTask = Math.ceil(Math.max(0, port.y_end) / gantt.config.row_height) + buffer;

12345678910