Home
last modified time | relevance | path

Searched refs:innerHeight (Results 1 – 25 of 111) sorted by relevance

12345

/plugin/revealjs/plugin/zoom-js/
H A Dzoom.js100 rect.y -= ( window.innerHeight - ( rect.height * scale ) ) / 2;
169 rangeY = window.innerHeight * range,
177 else if( mouseY > window.innerHeight - rangeY ) {
178 …window.scroll( scrollOffset.x, scrollOffset.y + ( 1 - ( window.innerHeight - mouseY ) / rangeY ) *…
234 …options.scale = Math.max( Math.min( window.innerWidth / options.width, window.innerHeight / option…
/plugin/virtualkeyboard/vk/extensions/
H A Dhelpers.js323 if (self.innerHeight) w = self.innerWidth;
336 if (self.innerHeight) h = self.innerHeight;
384 if (self.innerHeight) w = self.innerWidth;
397 if (self.innerHeight) h = self.innerHeight;
/plugin/lightbox/
H A Dscript.js76 if (window.innerHeight && window.scrollMaxY) {
78 yScroll = window.innerHeight + window.scrollMaxY;
88 if (self.innerHeight) { // all except Explorer
90 windowHeight = self.innerHeight;
/plugin/indexmenu2/cms/extensions/dom/
H A Dautosuggest.js13innerHeight)i=self.innerWidth;else if(document.documentElement&&document.documentElement.clientWid…
/plugin/wysiwyg/fckeditor/editor/plugins/autogrow/
H A Dfckplugin.js40 iFrameHeight = FCK.EditorWindow.innerHeight ;
/plugin/fckg/fckeditor/editor/plugins/autogrow/
H A Dfckplugin.js87 iFrameHeight = FCK.EditorWindow.innerHeight ;
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/
H A DimageFonts.js19 …ath.floor(15*h/window.innerHeight);if(this.imgDoc.clientWidth<this.imgDoc.scrollWidth-i){h+=i}retu…
/plugin/galleryv1.5/
H A Dscript.js57 (window.innerHeight) ? window.innerHeight
77 (window.innerHeight && window.scrollMaxY) ? window.innerHeight + window.scrollMaxY
/plugin/imagecarousel/vendor/swipebox/js/
H A Djquery.swipebox.js38 winHeight = window.innerHeight ? window.innerHeight : $( window ).height(),
227 height = window.innerHeight ? window.innerHeight : $( window ).height();
H A Djquery.swipebox.min.js2innerHeight?a.innerHeight:c(a).height(),s=0,t='<div id="swipebox-overlay"> <div id="swipebox-c…
/plugin/statistics/
H A Dscript.js28 vy: window.innerHeight,
/plugin/lytebox/
H A Dlytebox.js357 iframe.height=window.innerHeight*0.75;
792 if (window.innerHeight && window.scrollMaxY) {
794 …yScroll = (this.isFrame ? parent.innerHeight : self.innerHeight) + (this.isFrame ? parent.scrollMa…
804 if (self.innerHeight) {
806 windowHeight = (this.isFrame) ? parent.innerHeight : self.innerHeight;
/plugin/gallery/swipebox/js/
H A Djquery.swipebox.js
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.tumblr.js46 var winh = window.outerHeight || window.innerHeight;
/plugin/indexmenu2/cms/transitions/
H A Dwindowborderschecker.js10 …0;if(typeof(window.innerWidth)=='number'){i=window.innerWidth;I=window.innerHeight}else if(documen…
/plugin/diagramsnet/lib/math/extensions/
H A DHelpDialog.js19 ….focus();j.setCSS(l);var o=(document.documentElement||{});var m=window.innerHeight||o.clientHeight…
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfcktools_gecko.js151 return { Width : win.innerWidth, Height : win.innerHeight } ;
/plugin/txt2tags/
H A Dlinkwiz.js150 var yDiff = childPos + $obj.outerHeight() - jQuery(dw_linkwiz.result).innerHeight();
/plugin/bookcreator/script/
H A Dnspicker.js152 var yDiff = childPos + $obj.outerHeight() - jQuery(bc_nspicker.result).innerHeight();
/plugin/s5/ui/default/
H A Dslides.js404 if (window.innerHeight) {
405 var vSize = window.innerHeight;
/plugin/s5/ui/dokuwiki/
H A Dslides.js403 if (window.innerHeight) {
404 var vSize = window.innerHeight;
/plugin/dyncontent/
H A Dscript.js165 var yDiff = childPos + $obj.outerHeight() - jQuery(dw_linkwiz_v2.result).innerHeight();
/plugin/snow/
H A Dsnowstorm.js274 if (window.innerWidth || window.innerHeight) {
276 screenY = (storm.flakeBottom || window.innerHeight);
/plugin/zoom/
H A Dscript.js9 …endTo=jWin;xPos+=siw;yPos+=sih}else{w=appendTo.innerWidth();h=appendTo.innerHeight()}}zoomDiv=appe…
/plugin/diagramsnet/lib/plugins/
H A Dtags.js341 …var ih = window.innerHeight || document.body.clientHeight || document.documentElement.clientHeight;

12345