Lines Matching defs:unit

8041 				unit: scale ? scale.unit : gantt.config.duration_unit,  property in gantt.roundDate.config
12330 gantt._correct_dst_change = function(date, prevOffset, step, unit){ argument
12387 function resolveConfigRange(unit, gantt){ argument
25234 function cellSize(unit, step) { argument
25283 unit: services.config().scale_unit, property in AnonymousFunctioncdb5859f0100.AnonymousFunctioncdb5859f22700.ScaleHelper.result
25292 unit: primaryScale.unit, property in AnonymousFunctioncdb5859f0100.AnonymousFunctioncdb5859f22700.ScaleHelper.result
27357 function IsWorkTimeArgument(date, unit, task, id, calendar){ argument
27366 function ClosestWorkTimeArgument(date, dir, unit, task, id, calendar){ argument
27376 function CalculateEndDateArgument(start_date, duration, unit, step, task, id, calendar){ argument
27842 _getUnitOrder: function (unit) { argument
27859 _checkIfWorkingUnit: function (date, unit, order) { argument
27902 _nextDate: function (start, unit, step) { argument
27919 _getWorkUnitsBetweenGeneric: function (from, to, unit, step) { argument
27985 _getWorkUnitsForRange: function (from, to, unit, step) { argument
28009 _getWorkUnitsBetweenQuick: function (from, to, unit, step) { argument
28131 _isWorkTime: function (date, unit, order) { argument
28161 _calculateDuration: function (from, to, unit, step) { argument
28211 _calculateEndDate: function (from, duration, unit, step) { argument
28225 _addInterval: function (start, duration, unit, step, stopAction) { argument
28332 _getClosestWorkTime: function (inputDate, unit, direction) { argument
28357 _getClosestWorkTimeFuture: function (date, unit) { argument
28361 _getClosestWorkTimePast: function (date, unit) { argument
28367 _getClosestWorkTimeGeneric: function (date, unit, increment) { argument
28453 _calculateDuration: function (start, end, unit, step) { argument
28553 WorkUnitsMapCache.prototype.getItem = function (unit, timestamp) { argument
28562 WorkUnitsMapCache.prototype.setItem = function (unit, timestamp, value) { argument
28601 WorkUnitsObjectCache.prototype.getItem = function (unit, timestamp) { argument
28611 WorkUnitsObjectCache.prototype.setItem = function (unit, timestamp, value) { argument
28696 isWorkTime: function (date, unit, task, calendar) { argument
29623 function getSecondsInUnit(unit){ argument