| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/ |
| D | FsCommand.php | 41 public $windowWidth; variable in Google\\Service\\Dfareporting\\FsCommand 102 public function setWindowWidth($windowWidth) argument 104 $this->windowWidth = $windowWidth; 111 return $this->windowWidth;
|
| /plugin/lightbox/ |
| D | script.js | 87 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/ |
| D | jquery.prettyPhoto.js | 104 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/ |
| D | lytebox.js | 791 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/asciidocjs/node_modules/pug-filters/node_modules/yargs/lib/ |
| D | usage.js | 88 var wrap = windowWidth() 298 function windowWidth () { function
|
| /plugin/asciidocjs/node_modules/yargs/build/lib/ |
| D | usage.js | 136 wrap = windowWidth(); 494 function windowWidth() { function
|
| /plugin/slider/ |
| D | jquery.bxslider.js | 106 var windowWidth = $(window).width(); 1097 if(windowWidth != windowWidthNew || windowHeight != windowHeightNew){ 1099 windowWidth = windowWidthNew;
|
| /plugin/gallery/simple-lightbox/ |
| D | simple-lightbox.js | 545 windowWidth = window.innerWidth * this.options.widthRatio, variable 581 … if (_this5.options.scaleImageToRatio || imageWidth > windowWidth || imageHeight > windowHeight) { 582 …var ratio = imageWidth / imageHeight > windowWidth / windowHeight ? imageWidth / windowWidth : ima…
|
| /plugin/imagecarousel/vendor/slick/ |
| D | slick.min.js | 17 …windowWidth=0,e.windowTimer=null,f=a(c).data("slick")||{},e.options=a.extend({},e.defaults,f,d),e.…
|
| /plugin/tagfilter/script/select2/ |
| D | select2.js | 1178 windowWidth = $window.width(), 1180 viewPortRight = $window.scrollLeft() + windowWidth, 1217 viewPortRight = $window.scrollLeft() + windowWidth;
|
| /plugin/asciidocjs/node_modules/pug-filters/node_modules/yargs/ |
| D | README.md | 630 By default wrap will be set to `Math.min(80, windowWidth)`. Use `.wrap(null)` to
|
| /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 | 26651 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/zwidoku/files/ |
| H A D | js.js | 1 …windowWidth=(0,_element.innerWidth)(window);var windowScrollLeft=(0,_element.getScrollLeft)(window…
|
| /plugin/xlsx2dw/packages/exceljs/ |
| D | exceljs.js | 8685 windowWidth: model.width || 12000, 8721 addN('width', node.attributes.windowWidth, 25000);
|