Home
last modified time | relevance | path

Searched refs:serverY (Results 1 – 25 of 30) sorted by relevance

12

/dports/irc/ninja/ninja-1.5.8.1/doc/ircII-help+ninja/help/
H A Dconnect1 usage: CONNECT <serverX> [[<port>] <serverY>]
3 Tells <serverY> to attempt to connect to <serverX> on port <port>
5 (probably 6667) and <serverY> defaulting to the local server
/dports/irc/scrollz/ScrollZ-ScrollZ-2.3/help/
H A Dconnect9 Usage: CONNECT <serverX> [[<port>] <serverY>]
10 Tells <serverY> to attempt to connect to <serverX> on port <port>
12 (probably 6667) and <serverY> defaulting to the local server
/dports/irc/ircII/ircii-20210314/help/
H A Dconnect9 Usage: CONNECT <serverX> [[<port>] <serverY>]
10 Tells <serverY> to attempt to connect to <serverX> on port <port>
12 (probably 6667) and <serverY> defaulting to the local server.
/dports/x11-wm/compiz/compiz-0.8.8/plugins/
H A Dplace.c140 #define WIN_FULL_Y(w) ((w)->serverY - (w)->input.top)
712 wy = cascadeY = wi->serverY; in placeCascadeFindNext()
792 wi->serverY >= workArea->y + workArea->height || in placeCascade()
793 wi->serverY + wi->serverHeight <= workArea->y) in placeCascade()
1297 y = parent->serverY + (parent->serverHeight - w->serverHeight) / 3; in placeDoWindowPlacement()
1306 parent->serverY < parent->screen->height && in placeDoWindowPlacement()
1307 parent->serverY + parent->serverHeight > 0) in placeDoWindowPlacement()
1569 w->serverY < 0 || in placeValidateWindowResizeRequest()
1570 w->serverY + w->serverHeight > s->height) in placeValidateWindowResizeRequest()
1701 pw->prevServerY = w->serverY; in placeDoHandleScreenSizeChange()
[all …]
H A Dresize.c377 int posY = y - w->serverY; in resizeInitiate()
419 rd->savedGeometry.y = w->serverY; in resizeInitiate()
509 yRoot = w->serverY + (w->serverHeight / 2); in resizeInitiate()
693 top = w->serverY - w->input.top; in resizeHandleKeyEvent()
738 yDist = yRoot - (w->serverY + (w->serverHeight / 2)); in resizeHandleMotionEvent()
793 pointerAdjustY = w->serverY + w->serverHeight + in resizeHandleMotionEvent()
796 pointerAdjustY = w->serverY - w->input.top - yRoot; in resizeHandleMotionEvent()
H A Dmove.c171 md->savedY = w->serverY; in moveInitiate()
190 ms->snapBackY = w->serverY - workArea.y; in moveInitiate()
388 wY = w->serverY; in moveHandleMotionEvent()
563 w->serverY = w->attrib.y; in moveHandleMotionEvent()
H A Dminimize.c226 y1 = w->serverY; in adjustMinVelocity()
619 mw->ty = w->attrib.y - w->serverY; in minHandleEvent()
703 mw->ty = w->iconGeometry.y - w->serverY; in minDamageWindowRect()
H A Dswitcher.c317 w->serverY + w->height <= 0 || in isSwitchWin()
319 w->serverY >= w->screen->height) in isSwitchWin()
H A Ddecoration.c849 xwc.y = w->serverY + moveDy; in decorWindowUpdate()
/dports/x11-wm/compiz/compiz-0.8.8/src/
H A Dwindow.c2475 xev.y = w->serverY; in sendConfigureNotify()
2570 xwc.y = w->serverY; in unmapWindow()
2885 w->serverY = ce->y; in configureWindow()
3018 xwc->y = w->serverY; in validateWindowResizeRequest()
3512 w->saveWc.y = w->serverY; in saveWindowGeometry()
3586 w->serverY = xwc->y; in reconfigureXWindow()
4058 xwc->y = w->serverY; in moveResizeWindow()
4157 w->serverX, w->serverY, in updateWindowSize()
4532 xwc.y = w->serverY + dy; in ensureWindowVisibility()
5220 (w->serverY < s->height && w->serverY + w->serverHeight > 0)) in defaultViewportForWindow()
[all …]
H A Dscreen.c305 vpY = w->serverY / screen->height; in setVirtualScreenSize()
306 if (w->serverY < 0) in setVirtualScreenSize()
/dports/x11-wm/compiz-plugins-extra/compiz-plugins-extra-0.8.8/src/extrawm/
H A Dextrawm.c194 newExtents.top = w->serverY + dy - w->input.top; in sendToNextOutput()
195 newExtents.bottom = w->serverY + dy + in sendToNextOutput()
229 xwc.y = w->serverY + dy; in sendToNextOutput()
/dports/x11-wm/compiz-plugins-extra/compiz-plugins-extra-0.8.8/src/maximumize/
H A Dmaximumize.c64 rect->y = w->serverY - w->input.top; in maximumizeSetWindowBox()
355 windowBox.y1 = w->serverY; in maximumizeFindRect()
356 windowBox.y2 = w->serverY + w->serverHeight; in maximumizeFindRect()
413 if (box.y1 != w->serverY) in maximumizeComputeResize()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ukey2/src/src/main/javatest/com/google/security/cryptauth/lib/securemessage/
H A DPublicKeyProtoUtilTest.java315 BigInteger serverY = ((DHPublicKey) serverKeyPair.getPublic()).getY(); in testDhKeyAgreementWorks() local
316 assertFalse(clientY.equals(serverY)); // DHPublicKeys should not be equal in testDhKeyAgreementWorks()
/dports/x11-wm/compiz-plugins-unsupported/compiz-plugins-unsupported-0.8.8/src/tile/
H A Dtile.c519 height = w->serverY - cw->attrib.y - in tileResizeNotify()
522 y = w->serverY + w->serverHeight + in tileResizeNotify()
776 tw->savedCoords.y = w->serverY; in saveCoords()
/dports/x11-wm/compiz-plugins-main/compiz-plugins-main-0.8.8/src/workarounds/
H A Dworkarounds.c342 isFullSize = (w->serverX == box->x1) && (w->serverY == box->y1) && in workaroundsFixupFullscreen()
349 if ((w->serverX == 0) && (w->serverY == 0) && in workaroundsFixupFullscreen()
/dports/x11-wm/compiz-plugins-extra/compiz-plugins-extra-0.8.8/src/grid/
H A Dgrid.c169 currentRect.y = cw->serverY; in gridCommon()
/dports/x11-wm/compiz-plugins-main/compiz-plugins-main-0.8.8/src/staticswitcher/
H A Dstaticswitcher.c172 w->serverY + w->height <= 0 || in isSwitchWin()
174 w->serverY >= w->screen->height) in isSwitchWin()
381 rect->y1 = w->serverY - w->input.top; in switchGetPaintRectangle()
383 rect->y2 = w->serverY + w->serverHeight + w->input.bottom; in switchGetPaintRectangle()
/dports/x11-wm/compiz-plugins-main/compiz-plugins-main-0.8.8/src/thumbnail/
H A Dthumbnail.c393 w->serverY >= w->screen->height || in checkPosition()
394 w->serverY + w->serverHeight <= 0) in checkPosition()
/dports/x11-wm/compiz-plugins-main/compiz-plugins-main-0.8.8/src/ring/
H A Dring.c177 w->serverY + w->height <= 0 || in isRingWin()
179 w->serverY >= w->screen->height) in isRingWin()
/dports/x11-wm/compiz-plugins-extra/compiz-plugins-extra-0.8.8/src/shelf/
H A Dshelf.c365 w->serverY - w->input.top, in shelfCreateIPW()
/dports/x11-wm/compiz-plugins-main/compiz-plugins-main-0.8.8/src/session/
H A Dsession.c429 y = (w->saveMask & CWY) ? w->saveWc.y : w->serverY; in sessionAddWindowNode()
/dports/x11-wm/compiz-plugins-main/compiz-plugins-main-0.8.8/src/ezoom/
H A Dezoom.c763 int top = w->serverY - w->input.top; in zoomAreaToWindow()
1961 xwc.y = w->serverY; in zoomFitWindowToZoom()
/dports/x11-wm/compiz-plugins-main/compiz-plugins-main-0.8.8/src/shift/
H A Dshift.c248 w->serverY + w->height <= 0 || in isShiftWin()
250 w->serverY >= w->screen->height) in isShiftWin()
/dports/x11-wm/compiz-plugins-main/compiz-plugins-main-0.8.8/src/put/
H A Dput.c1295 pw->lastY = w->serverY; in putInitWindow()

12