Lines Matching refs:floor

6892 			var week_number = 1 + Math.floor(ordinal_date / 7);
8057 colIndex = Math.floor(gantt.columnIndexByDate(date));
8068 colIndex = Math.floor(gantt.columnIndexByDate(date));
12857 hours = Math.floor(time / 60);
13911 hours = Math.floor(time / 60);
14102 offset = offset || Math.floor(range / 2);
14835 …var x = Math.abs(Math.floor(((window.innerWidth || document.documentElement.offsetWidth) - box.off…
14836 …var y = Math.abs(Math.floor(((window.innerHeight || document.documentElement.offsetHeight) - box.o…
19654 var index = Math.floor(y / config.row_height);
19877 var index = Math.floor(y / grid.getItemHeight());
20724 var d = Math.floor(size.y / 2 - size.x / 2);
21318 side = Math.floor(this._free / this._gravity * cell.gravity);
21346 side = Math.floor(this._free / this._gravity * size.gravity);
23646 var padd = Math.floor((gantt.config.row_height - height) / 2);
24361 var padding = Math.floor((gantt.config.row_height - sizes.height) / 2);
24795 shift = Math.floor(node.offsetWidth / 2);
25103 var coll = Math.floor(gantt.columnIndexByDate(date));
25223 var share = Math.floor(width * (full ? (parts[i] / full) : (1 / length)));
25410 config.col_width = Math.floor(cont_width / column_count);
25518 var width = Math.floor(cfg.width[0] * ((dates[1] - cfg.min_date) / (dates[1] - dates[0])));
25529 …var width = cfg.width[last] - Math.floor(cfg.width[last] * ((outDate - cfg.max_date) / (outDate - …
25538 var share = Math.floor(diff * (cfg.width[i] / full));
26704 var wholeCells = Math.floor(ind);
26925 i = Math.floor((low + high) / 2);
28311 var hours = Math.floor(left / 60);