Home
last modified time | relevance | path

Searched refs:updateItem (Results 1 – 4 of 4) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Forms/
H A DRequest.php94 public function setUpdateItem(UpdateItemRequest $updateItem) argument
96 $this->updateItem = $updateItem;
103 return $this->updateItem;
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js13updateItem:function(t,e){if(r.defined(e)||(e=this.getItem(t)),!this._skip_refresh&&!1===this.callE…
H A Ddhtmlxgantt.js.map1updateItem","_removeItemInner","removeItem","_addItemInner","exists","silent","order","data_size",…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js9594 updateItem: function(id, item){ method in DataStore
9637 this.silent(function(){this.updateItem(item.id, item);});
11344 this.$data.linksStore.updateItem(id, data);
11404 this.$data.tasksStore.updateItem(id, item);
17717 store.updateItem(itemId);