| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/ |
| D | FsCommand.php | 37 public $windowHeight; variable in Google\\Service\\Dfareporting\\FsCommand 88 public function setWindowHeight($windowHeight) argument 90 $this->windowHeight = $windowHeight; 97 return $this->windowHeight;
|
| /plugin/combo/resources/snippet/js/ |
| H A D | onview-intersector.js | 15 const windowHeight = jQuery(window).height(); 19 if (elPosition < windowTop + windowHeight - elHeight) { 23 if (elPosition > windowTop + windowHeight) {
|
| /plugin/lightbox/ |
| D | script.js | 87 var windowWidth, windowHeight; 90 windowHeight = self.innerHeight; 93 windowHeight = document.documentElement.clientHeight; 96 windowHeight = document.body.clientHeight; 100 if(yScroll < windowHeight){ 101 pageHeight = windowHeight; 114 arrayPageSize = [pageWidth,pageHeight,windowWidth,windowHeight];
|
| /plugin/prettyphoto/js/ |
| D | jquery.prettyPhoto.js | 104 windowHeight = $(window).height(), windowWidth = $(window).width(), 498 …projectedTop = scroll_pos['scrollTop'] + ((windowHeight/2) - (pp_dimensions['containerHeight']/2)); 577 …if( ((pp_containerWidth > windowWidth) || (pp_containerHeight > windowHeight)) && doresize && sett… 584 }else if((pp_containerHeight > windowHeight)){ 585 imageHeight = (windowHeight - 200); 596 if((pp_containerWidth > windowWidth) || (pp_containerHeight > windowHeight)){ 681 projectedTop = (windowHeight/2) + scroll_pos['scrollTop'] - (contentHeight/2); 684 if(contentHeight > windowHeight) 705 windowHeight = $(window).height(), windowWidth = $(window).width();
|
| /plugin/lytebox/ |
| D | lytebox.js | 791 var xScroll, yScroll, windowWidth, windowHeight; 806 windowHeight = (this.isFrame) ? parent.innerHeight : self.innerHeight; 809 windowHeight = this.doc.documentElement.clientHeight; 812 windowHeight = this.doc.getElementsByTagName("html").item(0).clientHeight; 814 windowHeight = (windowHeight == 0) ? this.doc.body.clientHeight : windowHeight; 816 var pageHeight = (yScroll < windowHeight) ? windowHeight : yScroll; 818 return new Array(pageWidth, pageHeight, windowWidth, windowHeight);
|
| /plugin/datatables/assets/datatables.net-fixedheader-dt/js/ |
| D | dataTables.fixedHeader.js | 99 windowHeight: $(window).height(), property 290 that.s.position.windowHeight = $(window).height(); 630 var windowHeight = $(window).height(); 631 var windowBottom = windowTop + windowHeight; 776 var windowHeight = $(window).height(); 777 var windowBottom = windowHeight + windowTop; 788 var windowBottom = windowTop + windowHeight;
|
| D | dataTables.fixedHeader.min.js | 4 …windowHeight:m(H).height(),visible:!0},headerMode:null,footerMode:null,autoWidth:t.settings()[0].o… property
|
| /plugin/layeranimation/ |
| D | script.js | 379 var windowHeight = $(window).height(); 381 …if ( (scrollTop >= originalAnimationTop+animationHeight || scrollTop+windowHeight <= originalAnima… 386 …e if ( (scrollTop < originalAnimationTop+animationHeight && scrollTop+windowHeight > originalAnima…
|
| /plugin/slider/ |
| D | jquery.bxslider.js | 107 var windowHeight = $(window).height(); 1097 if(windowWidth != windowWidthNew || windowHeight != windowHeightNew){ 1100 windowHeight = windowHeightNew;
|
| /plugin/gallery/simple-lightbox/ |
| D | simple-lightbox.js | 546 windowHeight = window.innerHeight * this.options.heightRatio; variable 581 … if (_this5.options.scaleImageToRatio || imageWidth > windowWidth || imageHeight > windowHeight) { 582 … imageWidth / imageHeight > windowWidth / windowHeight ? imageWidth / windowWidth : imageHeight / …
|
| /plugin/tagfilter/script/select2/ |
| D | select2.js | 1179 windowHeight = $window.height(), 1181 viewportBottom = $window.scrollTop() + windowHeight, 1218 viewportBottom = $window.scrollTop() + windowHeight;
|
| /plugin/jmol2/jmol/ |
| D | JmolApplet0.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/obrador/
javax/
... |
| D | JmolAppletSigned0.jar | META-INF/MANIFEST.MF
META-INF/SELFSIGN.SF
META-INF/SELFSIGN ... |
| D | JmolApplet.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/jmol/
org/ ... |
| D | JmolAppletSigned.jar | META-INF/MANIFEST.MF
META-INF/SELFSIGN.SF
META-INF/SELFSIGN ... |
| /plugin/edittable/lib/ |
| D | handsontable.full.js | 26563 var windowHeight = (0, _element.innerHeight)(window); 26567 if (rootElementOffset.top + totalTableHeight - windowHeight <= windowScrollTop) { 26607 var windowHeight = (0, _element.innerHeight)(window); 26617 if (rootElementOffset.top + rowsHeight - windowScrollTop >= windowHeight) {
|
| /plugin/zwidoku/files/ |
| H A D | js.js | 1 …windowHeight=(0,_element.innerHeight)(window);var windowScrollTop=(0,_element.getScrollTop)(window…
|
| /plugin/xlsx2dw/packages/exceljs/ |
| D | exceljs.js | 8686 windowHeight: model.height || 24000, 8722 addN('height', node.attributes.windowHeight, 10000);
|