Lines Matching refs:mode

78 /******/ 	__webpack_require__.t = function(value, mode) {  argument
79 /******/ if(mode & 1) value = __webpack_require__(value);
80 /******/ if(mode & 8) return value;
81 /******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;
85 /******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns,…
5992 mode: false, property in gantt._cached_functions
6102 if(this.mode == 'auto'){
6106 }else if(this.mode === true){
6115 this.mode !== gantt.config.optimize_render);
6118 this.mode = gantt.config.optimize_render;
6719 add: function (date, inc, mode) {
6722 switch (mode) {
6754 return this["add_" + mode](date, inc, mode);
7927 var mode = gantt._get_task_timing_mode(task);
7929 return !!(mode.$no_end || mode.$no_start);
8187 tMode = config.mode || "REST-JSON";
8193 mode: tMode,
8227 DataProcessor.prototype.setTransactionMode = function (mode, total) { argument
8228 if (typeof mode === "object") {
8229 this._tMode = mode.mode || this._tMode;
8230 if (utils.defined(mode.headers)) {
8231 this._headers = mode.headers;
8233 if (utils.defined(mode.payload)) {
8234 this._payload = mode.payload;
8238 this._tMode = mode;
8255 this._router = mode.router;
8271 DataProcessor.prototype.enableUTFencoding = function (mode) { argument
8272 this._utf = !!mode;
8295 DataProcessor.prototype.enableDataNames = function (mode) { argument
8296 this._endnm = !!mode;
8303 DataProcessor.prototype.enablePartialDataSend = function (mode) { argument
8304 this._changed = !!mode;
8311 DataProcessor.prototype.setUpdateMode = function (mode, dnd) { argument
8312 this.autoUpdate = (mode === "cell");
8313 this.updateMode = mode;
8328 DataProcessor.prototype.setUpdated = function (rowId, state, mode) { argument
8333 mode = mode || "updated";
8335 if (existing && mode === "updated") {
8336 mode = existing;
8341 this.$gantt.setUserData(rowId, this.action_param, mode);
8352 this.markRow(rowId, state, mode);
8357 DataProcessor.prototype.markRow = function (id, state, mode) { argument
8364 if (this.callEvent("onRowMark", [id, state, mode, invalid])) {
8366 str = this.styles[state ? mode : "clear"] + str;
8397 DataProcessor.prototype.set_invalid = function (id, mode, details) { argument
8399 mode = { class in DataProcessor.set_invalid
8400 value: mode,
8407 this._invalid[id] = mode;
8605 var mode = this.getGanttMode();
8609 mode = "link";
8612 mode = "task";
8617 mode = "link";
8620 mode = "task";
8623 this.setGanttMode(mode);
8641 that.afterUpdateCallback(sid, tid, action, tag, mode);
8643 this.setGanttMode(mode);
8661 that.afterUpdateCallback(sid, tid, action, btag, mode);
8825 DataProcessor.prototype.setGanttMode = function (mode) { argument
8826 if (mode === "tasks") {
8827 mode = "task";
8829 else if (mode === "links") {
8830 mode = "link";
8842 var newState = modes[mode];
8844 newState = modes[mode] = {
8856 this._ganttMode = mode;
9337 var mode = this._ganttMode;
9340 this.serverProcessor = url + (url.slice(-1) === "/" ? "" : "/") + mode;
9348 dp.attachEvent("insertCallback", function insertCallback(upd, id, parent, mode) { argument
9354 if (mode === "links") {
9388 dp.attachEvent("deleteCallback", function deleteCallback(upd, id, parent, mode) { argument
9393 if (mode === "links") {
14696 function modality(mode) { argument
14705 modality.cover.style.display = mode ? "inline-block" : "none";
18668 return function processTaskDateProperties(item, mapTo, mode) { argument
18669 if (mode == "keepDates") {
18671 } else if (mode == "keepDuration") {
20530 Cell.prototype._hide = function (mode) { argument
20531 if (mode === true && this.$view.parentNode) {
20534 else if (mode === false && !this.$view.parentNode) {
20538 this.$config.hidden = mode;
20599 var mode = this.$config.mode === "x";
20600 …size[mode ? "width" : "height"] = size[mode ? "maxWidth" : "maxHeight"] = this.$config.headerHeigh…
20718 var xLayout = this.$config.mode === "x";
21054 cell.mode = this._xLayout ? "x" : "y";
21091 var mode = this._xLayout ? "x" : "y";
21096 …is, html.join(""), (this.$root ? "gantt_layout_root " : "") + "gantt_layout gantt_layout_" + mode); argument
21099 Layout.prototype.getContentSize = function(mode){ argument
21109 cellSize = cell.getContentSize(mode);
21111 if(cell.$config.view === "scrollbar" && mode[cell.$config.scroll]){
21224 Layout.prototype.autosize = function(mode) { argument
21225 var res = this._getAutosizeMode(mode);
21227 var contentSizes = this.getContentSize(mode);
25611 drag_mode : this.drag ? this.drag.mode : undefined,
25623 for (var mode in drag) {
25624 this._events[stage][mode] = evs[stage];
25648 mode: null, property in AnonymousFunctioncdb5859f0100.AnonymousFunctioncdb5859f22d00.createTaskDND.drag
25775 if (drag.mode) {
25784 _update_item_on_move: function(shift, id, mode, drag, e) {
25788 this._handlers[mode].apply(this, [copy, shift, drag]);
25791 gantt.callEvent("onTaskDrag", [task.id, mode, copy, original, e]);
25799 if (drag.mode) {
25813 if (this._handlers[drag.mode]) {
25814 if (drag.mode === config.drag_mode.move) {
25833 this._update_item_on_move(shift, drag.id, drag.mode, drag, e);
25836 this._update_item_on_move(shift, childDrag.id, childDrag.mode, childDrag, e);
25840 this._update_item_on_move(shift, drag.id, drag.mode, drag, e);
25861 if (gantt.isReadonly(task) || this.drag.mode) return;
25884 if (drag.mode && drag.mode != config.drag_mode.ignore && config["drag_" + drag.mode]) {
25893 …if ((gantt.isSummaryTask(task) && !config.drag_project) && drag.mode != config.drag_mode.progress)…
25946 if (drag.mode == config.drag_mode.resize) {
25954 } else if (drag.mode == config.drag_mode.move) {
25962 var drag = drag || {mode: config.drag_mode.move};
25964 if (drag.mode == config.drag_mode.resize) {
25970 } else if (drag.mode == config.drag_mode.move) {
25984 if (!this._fireEvent("before_finish", drag.mode, [taskId, drag.mode, gantt.copy(drag.obj), e])) {
26001 this._fireEvent("after_finish", drag.mode, [drag_id, drag.mode, e]);
26009 if (drag.mode && drag.id) {
26015 if (drag.mode === config.drag_mode.move) {
26031 var drag = {mode: null, left: null}; property in AnonymousFunctioncdb5859f0100.AnonymousFunctioncdb5859f22d00.createTaskDND.drag
26035 drag.mode = modes.move;
26038 drag.mode = modes.resize;
26049 drag.mode = modes.progress;
26053 drag.mode = modes.ignore;
26070 …"drag_" + drag.mode] || !gantt.callEvent("onBeforeDrag", [id, drag.mode, e]) || !this._fireEvent("…
26085 …if (gantt.isSummaryTask(selectedTask) && gantt.config.drag_project && drag.mode == cfg.drag_mode.m…
26096 if (gantt.isSummaryTask(task) && gantt.config.drag_project && drag.mode == cfg.drag_mode.move) {
26103 _fireEvent: function(stage, mode, params) {
26106 var trigger = this._events[stage][mode];
26108 gantt.assert(trigger, "Unknown after drop mode:{" + mode + "}");
26122 drag_state = {mode: config.drag_mode.move}; property in AnonymousFunctioncdb5859f0100.AnonymousFunctioncdb5859f22d00.createTaskDND.drag_state
26490 this._staticBgHandler = store.attachEvent("onStoreUpdated", function(id, item, mode){ argument
26993 if(name == "resizer" && !config.mode){
26995 config.mode = "x";
26997 config.mode = "y";