Home
last modified time | relevance | path

Searched refs:windowWidth (Results 1 – 13 of 13) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DFsCommand.php41 public $windowWidth; variable in Google\\Service\\Dfareporting\\FsCommand
102 public function setWindowWidth($windowWidth) argument
104 $this->windowWidth = $windowWidth;
111 return $this->windowWidth;
/plugin/lightbox/
H A Dscript.js87 var windowWidth, windowHeight;
89 windowWidth = self.innerWidth;
92 windowWidth = document.documentElement.clientWidth;
95 windowWidth = document.body.clientWidth;
107 if(xScroll < windowWidth){
108 pageWidth = windowWidth;
114 arrayPageSize = [pageWidth,pageHeight,windowWidth,windowHeight];
/plugin/prettyphoto/js/
H A Djquery.prettyPhoto.js104 windowHeight = $(window).height(), windowWidth = $(window).width(),
513 …'left': ((windowWidth/2) - (pp_dimensions['containerWidth']/2) < 0) ? 0 : (windowWidth/2) - (pp_di…
577 …if( ((pp_containerWidth > windowWidth) || (pp_containerHeight > windowHeight)) && doresize && sett…
581 if((pp_containerWidth > windowWidth)){
582 imageWidth = (windowWidth - 200);
596 if((pp_containerWidth > windowWidth) || (pp_containerHeight > windowHeight)){
689 'left': (windowWidth/2) + scroll_pos['scrollLeft'] - (contentwidth/2)
705 windowHeight = $(window).height(), windowWidth = $(window).width();
707 … if(typeof $pp_overlay != "undefined") $pp_overlay.height($(document).height()).width(windowWidth);
/plugin/lytebox/
H A Dlytebox.js791 var xScroll, yScroll, windowWidth, windowHeight;
805 windowWidth = (this.isFrame) ? parent.innerWidth : self.innerWidth;
808 windowWidth = this.doc.documentElement.clientWidth;
811 windowWidth = this.doc.getElementsByTagName("html").item(0).clientWidth;
813 windowWidth = (windowWidth == 0) ? this.doc.body.clientWidth : windowWidth;
817 var pageWidth = (xScroll < windowWidth) ? windowWidth : xScroll;
818 return new Array(pageWidth, pageHeight, windowWidth, windowHeight);
/plugin/slider/
H A Djquery.bxslider.js106 var windowWidth = $(window).width();
1097 if(windowWidth != windowWidthNew || windowHeight != windowHeightNew){
1099 windowWidth = windowWidthNew;
/plugin/imagecarousel/vendor/slick/
H A Dslick.min.js17windowWidth=0,e.windowTimer=null,f=a(c).data("slick")||{},e.options=a.extend({},e.defaults,f,d),e.…
/plugin/tagfilter/script/select2/
H A Dselect2.js1178 windowWidth = $window.width(),
1180 viewPortRight = $window.scrollLeft() + windowWidth,
1217 viewPortRight = $window.scrollLeft() + windowWidth;
/plugin/jmol2/jmol/
H A DJmolApplet0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/obrador/ javax/ ...
H A DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
/plugin/edittable/lib/
H A Dhandsontable.full.js26651 var windowWidth = (0, _element.innerWidth)(window);
26655 if (rootElementOffset.left + totalTableWidth - windowWidth <= windowScrollLeft) {
26693 var windowWidth = (0, _element.innerWidth)(window);
26703 if (rootElementOffset.left + columnsWidth - windowScrollLeft >= windowWidth) {
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js8685 windowWidth: model.width || 12000,
8721 addN('width', node.attributes.windowWidth, 25000);