Home
last modified time | relevance | path

Searched refs:imageLink (Results 1 – 7 of 7) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DCollection.php56 public $imageLink; variable in Google\\Service\\ShoppingContent\\Collection
189 public function setImageLink($imageLink) argument
191 $this->imageLink = $imageLink;
198 return $this->imageLink;
H A DTestOrderLineItemProduct.php44 public $imageLink; variable in Google\\Service\\ShoppingContent\\TestOrderLineItemProduct
143 public function setImageLink($imageLink) argument
145 $this->imageLink = $imageLink;
152 return $this->imageLink;
H A DOrderLineItemProduct.php48 public $imageLink; variable in Google\\Service\\ShoppingContent\\OrderLineItemProduct
165 public function setImageLink($imageLink) argument
167 $this->imageLink = $imageLink;
174 return $this->imageLink;
H A DProduct.php167 public $imageLink; variable in Google\\Service\\ShoppingContent\\Product
856 public function setImageLink($imageLink) argument
858 $this->imageLink = $imageLink;
865 return $this->imageLink;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ManufacturerCenter/
H A DAttributes.php357 public function setImageLink(Image $imageLink) argument
359 $this->imageLink = $imageLink;
366 return $this->imageLink;
/plugin/lytebox/
H A Dlytebox.js210 LyteBox.prototype.start = function(imageLink, doSlide, doFrame) { argument
224 if ((imageLink.getAttribute('rel') == 'lyteframe')) {
225 var rev = imageLink.getAttribute('rev');
226 …this.frameArray.push(new Array(imageLink.getAttribute('href'), imageLink.getAttribute('title'), (r…
228 if (imageLink.getAttribute('rel').indexOf('lyteframe') != -1) {
237 while(this.frameArray[this.frameNum][0] != imageLink.getAttribute('href')) { this.frameNum++; }
245 if ((imageLink.getAttribute('rel') == 'lytebox')) {
246 this.imageArray.push(new Array(imageLink.getAttribute('href'), imageLink.getAttribute('title')));
248 if (imageLink.getAttribute('rel').indexOf('lytebox') != -1) {
256 while(this.imageArray[this.imageNum][0] != imageLink.getAttribute('href')) { this.imageNum++; }
[all …]
/plugin/authgoogle/google/contrib/
H A DGoogle_ShoppingService.php513 public $imageLink; variable in Google_ProductsPromotions
544 public function setImageLink( $imageLink) { argument
545 $this->imageLink = $imageLink;
548 return $this->imageLink;