Searched refs:imageArray (Results 1 – 3 of 3) sorted by relevance
| /plugin/lightboxv2/ |
| D | script.js | 1 ….jsonDataParser?a.jsonDataParser:b.fn.lightbox.parseJsonData;a.imageArray=[];a.imageArray=e(a.json… 5 …imageArray=[],(!e.rel||""==e.rel)&&!a.allSet?a.imageArray.push([e.href,a.displayTitle?e.title:""])… 7 …b("#lightboxImage").attr("src",a.imageArray[a.activeImage][0]).width(e).height(c);r(e,c)};imgPrelo… 9 …imageArray[a.activeImage][1]&&b("#caption").html(a.imageArray[a.activeImage][1]).show();if(1<a.ima… 10 …imageArray.length||a.loopImages)c+='<a title="'+a.strings.nextLinkTitle+'" href="#" id="nextLinkTe… 11 …imageArray.length-1:a.activeImage-1][0];else if(a.imageArray.length-1>a.activeImage&&(preloadNextI… 12 …imageArray.length&&(b("#hoverNav").show(),a.loopImages?(b("#prevLink,#prevLinkText").show().click(… 13 …imageArray.length-1:c.activeImage-1)):0!=c.activeImage&&(l(),g(c.activeImage-1));else if("n"==d||3… 14 …NavCloseImage:"images/closelabel.gif",overlayOpacity:0.6,borderSize:10,imageArray:[],activeImage:n… property
|
| /plugin/lytebox/ |
| D | lytebox.js | 73 this.imageArray = new Array(); 241 this.imageArray = []; property 246 this.imageArray.push(new Array(imageLink.getAttribute('href'), imageLink.getAttribute('title'))); 252 this.imageArray.push(new Array(anchor.getAttribute('href'), anchor.getAttribute('title'))); 255 this.imageArray.removeDuplicates(); 256 while(this.imageArray[this.imageNum][0] != imageLink.getAttribute('href')) { this.imageNum++; } 399 …Slideshow ? myLytebox.slideArray[myLytebox.activeSlide][0] : myLytebox.imageArray[myLytebox.active… 405 …imgPreloader.src = (this.isSlideshow ? this.slideArray[this.activeSlide][0] : this.imageArray[this… 468 …if ((this.navType == 2 && !this.isLyteframe && this.imageArray.length > 1) || (this.frameArray.len… 489 …][1] : (this.isLyteframe ? this.frameArray[this.activeFrame][1] : this.imageArray[this.activeImage… [all …]
|
| /plugin/phosphor/ |
| D | phosphor.php | 104 $p['imageArray'] = $this->getImageArray($id, $params['prepend']);
|