Home
last modified time | relevance | path

Searched refs:clientHeight (Results 1 – 25 of 942) sorted by relevance

12345678910>>...38

/dports/security/keybase/client-v5.7.1/shared/common-adapters/
H A Drelative-popup-hoc.desktop.tsx83 …const {clientWidth, clientHeight} = document.documentElement || {clientHeight: 800, clientWidth: 8…
102 style.bottom = Math.round(clientHeight - (coords.top + pageYOffset))
108 style.bottom = Math.round(clientHeight - (coords.top + pageYOffset))
143 …const {clientWidth, clientHeight} = document.documentElement || {clientHeight: 800, clientWidth: 8…
155 element.top = clientHeight - style.bottom - element.height
161 if (typeof element.top === 'number' && element.top + element.height > pageYOffset + clientHeight)
180 …const {clientWidth, clientHeight} = document.documentElement || {clientHeight: 800, clientWidth: 8…
192 element.top = clientHeight - style.bottom - element.height
204 …if (typeof element.top === 'number' && element.top + element.height > pageYOffset + clientHeight) {
206 const off = element.top + element.height - (pageYOffset + clientHeight)
/dports/www/p5-Jifty/Jifty-1.50430/share/web/static/css/
H A Djquery.jgrowl.css26 …Height + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : documen…
31 …Height + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : documen…
/dports/deskutils/calibre/calibre-src-5.34.0/src/pyj/read_book/
H A Dscrollbar.pyj49 height = c.clientHeight - bob.clientHeight
50 top = max(0, min(ev.clientY - bob.clientHeight, height))
71 height = c.clientHeight - bob.clientHeight
105 c.firstChild.style.top = f'{frac * (c.clientHeight - c.firstChild.clientHeight)}px'
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/widgets/
H A DMonitor.java30 int clientX, clientY, clientWidth, clientHeight; field in Monitor
75 return new Rectangle (clientX, clientY, clientWidth, clientHeight); in getClientArea()
100 clientHeight = rect.height; in setClientArea()
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/widgets/
H A DMonitor.java30 int clientX, clientY, clientWidth, clientHeight; field in Monitor
75 return new Rectangle (clientX, clientY, clientWidth, clientHeight); in getClientArea()
100 clientHeight = rect.height; in setClientArea()
/dports/finance/prestashop/prestashop/js/jquery/plugins/jgrowl/
H A Djquery.jgrowl.css26 …Height + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : documen…
31 …Height + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : documen…
/dports/www/phpsysinfo/phpsysinfo-3.3.4/templates/plugin/
H A Djquery.jgrowl.css28 …Height + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : documen…
33 …Height + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : documen…
/dports/www/thirtybees/thirtybees-1.1.0/js/jquery/plugins/jgrowl/
H A Djquery.jgrowl.css26 …Height + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : documen…
31 …Height + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : documen…
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/meta/intersection-observer/
H A Droot-margin.html.ini13 [document.scrollingElement.scrollTop = document.documentElement.clientHeight + 200]
17 [document.scrollingElement.scrollTop = document.documentElement.clientHeight + 300]
22 [document.scrollingElement.scrollTop = document.documentElement.clientHeight + 200]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/
H A DRenderMarquee.cpp141 int clientHeight = box->clientHeight(); in computePosition() local
144 return min(contentHeight - clientHeight, 0); in computePosition()
146 return -clientHeight; in computePosition()
150 return max(contentHeight - clientHeight, 0); in computePosition()
295 …ze = (isHorizontal() ? m_layer->renderBox()->clientWidth() : m_layer->renderBox()->clientHeight()); in timerFired()
/dports/games/dhewm3/dhewm3-1.5.1/neo/tools/common/
H A DRollupPanel.cpp896 int clientHeight; in HandlePaint() local
907 clientHeight = (r.bottom-r.top) - 4; in HandlePaint()
911 sbSize = clientHeight - (((mItemHeight-(r.bottom-r.top)) * clientHeight ) / mItemHeight ); in HandlePaint()
912 sbPos = -(mStartYPos * clientHeight) / mItemHeight; in HandlePaint()
916 sbSize = clientHeight; in HandlePaint()
980 int clientHeight = (r.bottom-r.top) - 4; in HandleLButtonDown() local
982 int sbSize = clientHeight - (((mItemHeight - (r.bottom-r.top)) * clientHeight) / mItemHeight ); in HandleLButtonDown()
983 int sbPos = -(mStartYPos * clientHeight) / mItemHeight; in HandleLButtonDown()
1010 mStartYPos =- (targetPos * mItemHeight) / clientHeight; in HandleLButtonDown()
1063 int clientHeight = (r.bottom-r.top) - 4; in HandleMouseMove() local
[all …]
/dports/www/piwigo/piwigo/themes/default/js/plugins/
H A Djquery.jgrowl.css111 …Height + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : documen…
116 …Height + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : documen…
/dports/lang/v8/v8-9.6.180.12/tools/turbolizer/src/
H A Dresizer.ts240 const clientHeight = window.innerHeight; constant
245 this.sepRangesHeight = clientHeight;
248 const rangeHeight = clientHeight - this.sepRangesHeight;
273 …t gridHeight = rangeHeight - rangeHeader.clientHeight - rangeTitle.clientHeight - rangeHeaderLabel…
276 yAxis.style.height = (gridHeight - rangeGrid.offsetHeight + rangeGrid.clientHeight) + 'px';
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/tools/turbolizer/src/
H A Dresizer.ts240 const clientHeight = window.innerHeight; constant
245 this.sepRangesHeight = clientHeight;
248 const rangeHeight = clientHeight - this.sepRangesHeight;
273 …t gridHeight = rangeHeight - rangeHeader.clientHeight - rangeTitle.clientHeight - rangeHeaderLabel…
276 yAxis.style.height = (gridHeight - rangeGrid.offsetHeight + rangeGrid.clientHeight) + 'px';
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/meta/intersection-observer/
H A Droot-margin.html.ini10 [document.scrollingElement.scrollTop = document.documentElement.clientHeight + 300]
14 [document.scrollingElement.scrollTop = document.documentElement.clientHeight + 200]
/dports/www/firefox/firefox-99.0/testing/web-platform/meta/intersection-observer/
H A Droot-margin.html.ini10 [document.scrollingElement.scrollTop = document.documentElement.clientHeight + 300]
14 [document.scrollingElement.scrollTop = document.documentElement.clientHeight + 200]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/meta/intersection-observer/
H A Droot-margin.html.ini10 [document.scrollingElement.scrollTop = document.documentElement.clientHeight + 300]
14 [document.scrollingElement.scrollTop = document.documentElement.clientHeight + 200]
/dports/mail/roundcube-umich/umich-20090813/
H A Dpopup.css12 height: expression((parseInt(document.documentElement.clientHeight)-33)+'px');
19 height: expression((parseInt(document.documentElement.clientHeight)-82)+'px');
/dports/deskutils/moregroupware/moregroupware/modules/calendar/templates/default/html/
H A Dcalendar_week_a5.tpl190 _h_img1.height = h_1['clientHeight'];
191 _h_img2.height = h_2['clientHeight'];
192 _h_img3.height = h_3['clientHeight'];
193 _h_img4.height = h_4['clientHeight'];
194 _h_img5.height = h_5['clientHeight'];
195 _h_img6.height = h_6['clientHeight'];
196 _h_img7.height = h_7['clientHeight'];
197 _h_img8.height = h_8['clientHeight'];
202 for ($j=1;$j<=8;$j++) echo "_".$i."_img".$j.".height = _".$i."_".$j."['clientHeight'];\n";
/dports/math/reduce/Reduce-svn5758-src/csl/cslbase/
H A Dwxshowmath.cpp206 int clientWidth, clientHeight; variable
450 clientHeight = 880; in showmathFrame()
456 if (10*clientHeight > 9*screenHeight) clientHeight = in showmathFrame()
458 SetClientSize(clientWidth, clientHeight); in showmathFrame()
618 int nh = (clientHeight + 63)/64; // ideal height in RepaintBuffer()
628 (clientHeight+smallTileSize-1)/smallTileSize); in RepaintBuffer()
643 usedHeight = (bestP*clientHeight + bestQ - 1)/bestQ; in RepaintBuffer()
1003 if (clientHeight == h) printlog("Height has not changed\n"); in OnSize()
1006 clientHeight = h; in OnSize()
1008 panel->SetSize(clientWidth, clientHeight); in OnSize()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/libANGLE/renderer/d3d/
H A DSurfaceD3D.cpp251 int clientHeight = getHeight(); in checkForOutOfDateSwapChain() local
265 clientHeight = client.bottom - client.top; in checkForOutOfDateSwapChain()
266 sizeDirty = clientWidth != getWidth() || clientHeight != getHeight(); in checkForOutOfDateSwapChain()
273 resetSwapChain(clientWidth, clientHeight); in checkForOutOfDateSwapChain()
277 resizeSwapChain(clientWidth, clientHeight); in checkForOutOfDateSwapChain()
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/dashboard/assets/components/
H A DLogs.jsx211 container.scrollTop = container.scrollHeight - container.clientHeight;
216 if (this.content.clientHeight < container.clientHeight && !logs.endTop) {
255 container.clientHeight + container.scrollHeight * requestBand;
264 firstHeight = chunkList.children[0].clientHeight;
284 if (this.content.clientHeight < container.clientHeight) {
295 scrollTop += this.content.children[1].children[0].clientHeight;
300 scrollTop = container.scrollHeight - container.clientHeight;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libANGLE/renderer/d3d/
H A DSurfaceD3D.cpp323 int clientHeight = getHeight(); in checkForOutOfDateSwapChain() local
338 clientHeight = client.bottom - client.top; in checkForOutOfDateSwapChain()
339 sizeDirty = clientWidth != getWidth() || clientHeight != getHeight(); in checkForOutOfDateSwapChain()
344 clientHeight = mFixedHeight; in checkForOutOfDateSwapChain()
350 ANGLE_TRY(resetSwapChain(displayD3D, clientWidth, clientHeight)); in checkForOutOfDateSwapChain()
354 ANGLE_TRY(resizeSwapChain(displayD3D, clientWidth, clientHeight)); in checkForOutOfDateSwapChain()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/renderer/d3d/
H A DSurfaceD3D.cpp322 int clientHeight = getHeight(); in checkForOutOfDateSwapChain() local
337 clientHeight = client.bottom - client.top; in checkForOutOfDateSwapChain()
338 sizeDirty = clientWidth != getWidth() || clientHeight != getHeight(); in checkForOutOfDateSwapChain()
343 clientHeight = mFixedHeight; in checkForOutOfDateSwapChain()
349 ANGLE_TRY(resetSwapChain(displayD3D, clientWidth, clientHeight)); in checkForOutOfDateSwapChain()
353 ANGLE_TRY(resizeSwapChain(displayD3D, clientWidth, clientHeight)); in checkForOutOfDateSwapChain()
/dports/www/firefox-esr/firefox-91.8.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/
H A DSurfaceD3D.cpp322 int clientHeight = getHeight(); in checkForOutOfDateSwapChain() local
337 clientHeight = client.bottom - client.top; in checkForOutOfDateSwapChain()
338 sizeDirty = clientWidth != getWidth() || clientHeight != getHeight(); in checkForOutOfDateSwapChain()
343 clientHeight = mFixedHeight; in checkForOutOfDateSwapChain()
349 ANGLE_TRY(resetSwapChain(displayD3D, clientWidth, clientHeight)); in checkForOutOfDateSwapChain()
353 ANGLE_TRY(resizeSwapChain(displayD3D, clientWidth, clientHeight)); in checkForOutOfDateSwapChain()

12345678910>>...38