Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Doubleclicksearch/
H A DConversion.php146 public $storeId; variable in Google\\Service\\Doubleclicksearch\\Conversion
589 public function setStoreId($storeId) argument
591 $this->storeId = $storeId;
598 return $this->storeId;
/plugin/authgoogle/google/contrib/
H A DGoogle_ShoppingService.php602 public $storeId; variable in Google_ProductsStores
629 public function setStoreId( $storeId) { argument
630 $this->storeId = $storeId;
633 return $this->storeId;
1272 public $storeId; variable in Google_ShoppingModelProductJsonV1Inventories
1352 public function setStoreId( $storeId) { argument
1353 $this->storeId = $storeId;
1356 return $this->storeId;
/plugin/ckgedit/ckeditor/
H A Dckeditor.js743 …$.dataTransfer:null,d=new this.dataTransfer(c,b);"dragstart"===a.name&&d.storeId();c?this.dragData…
744 …oardData,d=new this.dataTransfer(c,b);"copy"!==a.name&&"cut"!==a.name||d.storeId();this.copyCutDat…
748 …llbackDataTransfer.setData(a,b);else try{this.$.setData(a,b)}catch(c){}},storeId:function(){"Text"… method in CKEDITOR.plugins.clipboard.dataTransfer
H A Dckeditor.js.unc14769 "dragstart" === a.name && d.storeId();
14782 "copy" !== a.name && "cut" !== a.name || d.storeId();
14846 storeId: function() {