Home
last modified time | relevance | path

Searched refs:itemId (Results 1 – 21 of 21) sorted by path

/plugin/authgoogle/google/contrib/
H A DGoogle_MirrorService.php386 public function delete($itemId, $attachmentId, $optParams = array()) { argument
387 $params = array('itemId' => $itemId, 'attachmentId' => $attachmentId);
401 public function get($itemId, $attachmentId, $optParams = array()) { argument
402 $params = array('itemId' => $itemId, 'attachmentId' => $attachmentId);
418 public function insert($itemId, $optParams = array()) { argument
419 $params = array('itemId' => $itemId);
436 $params = array('itemId' => $itemId);
801 public $itemId; variable in Google_Notification
814 public function setItemId( $itemId) { argument
815 $this->itemId = $itemId;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Forms/
H A DCreateItemResponse.php26 public $itemId; variable in Google\\Service\\Forms\\CreateItemResponse
35 public function setItemId($itemId) argument
37 $this->itemId = $itemId;
44 return $this->itemId;
H A DItem.php31 public $itemId; variable in Google\\Service\\Forms\\Item
78 public function setItemId($itemId) argument
80 $this->itemId = $itemId;
87 return $this->itemId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DDatafeedStatusExample.php25 public $itemId; variable in Google\\Service\\ShoppingContent\\DatafeedStatusExample
38 public function setItemId($itemId) argument
40 $this->itemId = $itemId;
47 return $this->itemId;
H A DMerchantOrderReturnItem.php28 public $itemId; variable in Google\\Service\\ShoppingContent\\MerchantOrderReturnItem
75 public function setItemId($itemId) argument
77 $this->itemId = $itemId;
84 return $this->itemId;
H A DPosInventory.php33 public $itemId; variable in Google\\Service\\ShoppingContent\\PosInventory
88 public function setItemId($itemId) argument
90 $this->itemId = $itemId;
97 return $this->itemId;
H A DPosInventoryRequest.php33 public $itemId; variable in Google\\Service\\ShoppingContent\\PosInventoryRequest
84 public function setItemId($itemId) argument
86 $this->itemId = $itemId;
93 return $this->itemId;
H A DPosInventoryResponse.php33 public $itemId; variable in Google\\Service\\ShoppingContent\\PosInventoryResponse
88 public function setItemId($itemId) argument
90 $this->itemId = $itemId;
97 return $this->itemId;
H A DPosSale.php33 public $itemId; variable in Google\\Service\\ShoppingContent\\PosSale
92 public function setItemId($itemId) argument
94 $this->itemId = $itemId;
101 return $this->itemId;
H A DPosSaleRequest.php33 public $itemId; variable in Google\\Service\\ShoppingContent\\PosSaleRequest
88 public function setItemId($itemId) argument
90 $this->itemId = $itemId;
97 return $this->itemId;
H A DPosSaleResponse.php33 public $itemId; variable in Google\\Service\\ShoppingContent\\PosSaleResponse
92 public function setItemId($itemId) argument
94 $this->itemId = $itemId;
101 return $this->itemId;
H A DPromotion.php72 public $itemId; variable in Google\\Service\\ShoppingContent\\Promotion
325 public function setItemId($itemId) argument
327 $this->itemId = $itemId;
334 return $this->itemId;
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Djstl-1.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt javax ...
/plugin/diagramsnet/lib/js/diagramly/
H A DNotionClient.js516 var itemId, itemName;
547 fn(itemId);
588 itemId = null;
604 itemId = null;
662 this.executeRequest('/v1/databases/' + encodeURIComponent(itemId) + '/query',
673 itemId = null;
796 itemId = db.id;
806 fn({id: itemId, drawioReady: drawioReady, schema: db});
/plugin/diagramsnet/lib/js/orgchart/
H A DOrgChart.Layout.min.js1 …etParentKey:function(itemId){return this.Items.get(itemId).getParentId()},GetDataItem:function(ite… argument
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1itemId = 0;\n this.rangeMap = new RangeMap();\n for (const renderer of renderers) {\…
/plugin/mdpage/vendor/cebe/markdown/block/
H A DListTrait.php147 foreach($block['items'] as $itemId => $itemLines) {
149 if (!$block['lazyItems'][$itemId]) {
159 $block['items'][$itemId] = $content;
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckspecialcombo.js69 function FCKSpecialCombo_ItemOnClick( ev, specialCombo, itemId ) argument
78 specialCombo.OnSelect( itemId, this ) ;
H A Dfcktoolbarspecialcombo.js41 function FCKToolbarSpecialCombo_OnSelect( itemId, item ) argument
43 FCK.ToolbarSet.CurrentInstance.Commands.GetCommand( this.CommandName ).Execute( itemId, item ) ;
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1itemId","project","isSummaryTask","isSplitTask","open_split_tasks","$open","select_task","isSelect…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js10687 var itemId = branch[i];
10688 code.call(this, itemId);
10689 if (this._branches[itemId])
17278 function(itemId, item){ argument
17555 if(!store.exists(itemId)){
17608 var itemId = state.id,
17663 var itemId = this._itemId,
17693 var itemId = this._itemId,
17696 if(!store.exists(itemId)) {
17703 id: itemId,
[all …]