Lines Matching refs:dir

5640 process.chdir = function (dir) {  argument
8088 if (config.dir && config.dir == 'future')
8090 if (config.dir && config.dir == 'past')
8104 task.start_date = this.getClosestWorkTime({date: task.start_date, dir: 'future', task: task});
17742 getNextCell: function moveCell(dir){
17743 return this._findEditableCell(grid.getColumnIndex(this._columnName) + dir, dir);
17786 moveRow: function moveRow(dir) {
17787 var moveTask = dir > 0 ? gantt.getNext : gantt.getPrev;
21999 var dir = wx/-40;
22001 var left = oldLeft+dir*30;
22018 var dir = wy/-40;
22020 dir = e.detail;
22023 var top = this.$scroll_ver.scrollTop+dir*30;
22382 vertical.attachEvent("onScroll", function(oldPos, newPos, dir){ argument
22388 horizontal.attachEvent("onScroll", function(oldPos, newPos, dir){ argument
23205 var dir = drawer.dirs;
23207 case (dir.left):
23210 case (dir.right):
23213 case (dir.up):
23216 case (dir.down):
23231 var dir = drawer.dirs;
23241 this.point_to(dir.left, shiftX);
23243 this.point_to(dir.down, dy);
23244 this.point_to(dir.right, dx);
23246 this.point_to(dir.right, dx);
23247 this.point_to(dir.down, dy);
23249 this.point_to(dir.right, shiftX);
23253 this.point_to(dir.right, shiftX);
23256 this.point_to(dir.down, dy);
23257 this.point_to(dir.right, dx);
23262 this.point_to(dir.down, sign * (xy.row_height / 2));
23263 this.point_to(dir.right, dx);
23264 this.point_to(dir.down, sign * ( Math.abs(dy) - (xy.row_height / 2)));
23265 this.point_to(dir.right, shiftX);
23269 this.point_to(dir.right, shiftX);
23271 this.point_to(dir.right, dx);
23272 this.point_to(dir.down, dy);
23274 this.point_to(dir.down, dy);
23275 this.point_to(dir.right, dx);
23277 this.point_to(dir.left, shiftX);
23281 this.point_to(dir.left, shiftX);
23285 this.point_to(dir.down, dy);
23286 this.point_to(dir.right, dx);
23290 this.point_to(dir.down, sign * (xy.row_height / 2));
23291 this.point_to(dir.right, dx);
23292 this.point_to(dir.down, sign * ( Math.abs(dy) - (xy.row_height / 2)));
23293 this.point_to(dir.left, shiftX);
25966 task.start_date = gantt.getClosestWorkTime({date: task.start_date, dir: 'future', task: task});
25968 task.end_date = gantt.getClosestWorkTime({date: task.end_date, dir: 'past', task: task});
27366 function ClosestWorkTimeArgument(date, dir, unit, task, id, calendar){ argument
27368 this.dir = dir;
27457 config.dir,
27468 processedConfig.dir = config.dir || 'any';
28329 return this._getClosestWorkTime(settings.date, settings.unit, settings.dir);