Searched refs:maxSteps (Results 1 – 5 of 5) sorted by relevance
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ToolResults/ |
H A D | AndroidRoboTest.php | 41 public $maxSteps; variable in Google\\Service\\ToolResults\\AndroidRoboTest 102 public function setMaxSteps($maxSteps) argument 104 $this->maxSteps = $maxSteps; 111 return $this->maxSteps;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Testing/ |
H A D | AndroidRoboTest.php | 42 public $maxSteps; variable in Google\\Service\\Testing\\AndroidRoboTest 127 public function setMaxSteps($maxSteps) argument 129 $this->maxSteps = $maxSteps; 136 return $this->maxSteps;
|
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/ |
H A D | dhtmlxgantt_undo.js | 589 this.maxSteps = MAX_UNDO_STEPS; 659 this.maxSteps = gantt.config.undo_steps || MAX_UNDO_STEPS; 721 while (stack.length > this.maxSteps) {
|
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/ |
H A D | dhtmlxgantt_undo.js | 13 …maxSteps=o,this.undoEnabled=!0,this.redoEnabled=!0,this.action={create:function(t){return{commands…
|
H A D | dhtmlxgantt_undo.js.map | 1 …maxSteps","undoEnabled","redoEnabled","action","commands","slice","invert","revert","gantt","copy"…
|