Searched refs:updatedRows (Results 1 – 5 of 5) sorted by relevance
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/ |
H A D | UpdateValuesResponse.php | 43 public $updatedRows; variable in Google\\Service\\Sheets\\UpdateValuesResponse 118 public function setUpdatedRows($updatedRows) argument 120 $this->updatedRows = $updatedRows; 127 return $this->updatedRows;
|
H A D | UpdateValuesByDataFilterResponse.php | 41 public $updatedRows; variable in Google\\Service\\Sheets\\UpdateValuesByDataFilterResponse 116 public function setUpdatedRows($updatedRows) argument 118 $this->updatedRows = $updatedRows; 125 return $this->updatedRows;
|
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ |
H A D | dhtmlxgantt.js | 8288 return !this.updatedRows.length; 8340 this.updatedRows[ind] = rowId; 8348 this.updatedRows.splice(ind, 1); 8489 if (!this.updatedRows.length) { 8677 if (!this.updatedRows.length) { 8816 this.updatedRows = []; 8839 updatedRows: this.updatedRows property in DataProcessor.setGanttMode.modes 8848 updatedRows: [] 8854 this.updatedRows = newState.updatedRows; 9062 var updatedRows = this.updatedRows.slice(); [all …]
|
/plugin/yuriigantt/3rd/dhtmlxgantt/ |
H A D | dhtmlxgantt.js | 13 …updatedRows.slice(),r=!1,a=0;a<n.length&&!t._in_progress[i];a++)n[a]===i&&("inserted"===e.getUserD…
|
H A D | dhtmlxgantt.js.map | 1 …updatedRows","clientOnly","_in_progress","cascade_delete","dpMode","cascade","sendAllData","_tSend…
|