Home
last modified time | relevance | path

Searched refs:windowHeight (Results 1 – 18 of 18) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
DFsCommand.php37 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 Donview-intersector.js15 const windowHeight = jQuery(window).height();
19 if (elPosition < windowTop + windowHeight - elHeight) {
23 if (elPosition > windowTop + windowHeight) {
/plugin/lightbox/
Dscript.js87 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/
Djquery.prettyPhoto.js104 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/
Dlytebox.js791 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/
DdataTables.fixedHeader.js99 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;
DdataTables.fixedHeader.min.js4windowHeight:m(H).height(),visible:!0},headerMode:null,footerMode:null,autoWidth:t.settings()[0].o… property
/plugin/layeranimation/
Dscript.js379 var windowHeight = $(window).height();
381 …if ( (scrollTop >= originalAnimationTop+animationHeight || scrollTop+windowHeight <= originalAnima…
386 …e if ( (scrollTop < originalAnimationTop+animationHeight && scrollTop+windowHeight > originalAnima…
/plugin/slider/
Djquery.bxslider.js107 var windowHeight = $(window).height();
1097 if(windowWidth != windowWidthNew || windowHeight != windowHeightNew){
1100 windowHeight = windowHeightNew;
/plugin/gallery/simple-lightbox/
Dsimple-lightbox.js546 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/
Dselect2.js1179 windowHeight = $window.height(),
1181 viewportBottom = $window.scrollTop() + windowHeight,
1218 viewportBottom = $window.scrollTop() + windowHeight;
/plugin/jmol2/jmol/
DJmolApplet0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/obrador/ javax/ ...
DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
/plugin/edittable/lib/
Dhandsontable.full.js26563 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 Djs.js1windowHeight=(0,_element.innerHeight)(window);var windowScrollTop=(0,_element.getScrollTop)(window…
/plugin/xlsx2dw/packages/exceljs/
Dexceljs.js8686 windowHeight: model.height || 24000,
8722 addN('height', node.attributes.windowHeight, 10000);