Home
last modified time | relevance | path

Searched +defs:x +defs:arrange (Results 1 – 25 of 37) sorted by relevance

12

/dports/devel/R-cran-plyr/plyr/R/
H A Darrange.r25 arrange <- function(df, ...) { function
48 desc <- function(x) -xtfrm(x) argument
/dports/graphics/R-cran-ggplot2/ggplot2/R/
H A Dcoord-transform.r77 coord_trans <- function(x = "identity", y = "identity", xlim = NULL, ylim = NULL, argument
93 trans = list(x = x, y = y), nameattr
94 limits = list(x = xlim, y = ylim), nameattr
107 distance = function(self, x, y, panel_params) { argument
114 x = self$trans$x$inverse(panel_params$x.range), nameattr
121 x = panel_params$x.range, nameattr
156 arrange <- panel_params$x.arrange %||% c("secondary", "primary") functionVar
165 arrange <- panel_params$y.arrange %||% c("primary", "secondary") functionVar
H A Dcoord-map.r130 limits = list(x = xlim, y = ylim), nameattr
157 list(x = panel_params$x.range, y = panel_params$y.range) nameattr
165 list(x = panel_params$x.range, y = panel_params$y.range) nameattr
168 distance = function(x, y, panel_params) { argument
196 ret <- list(x = list(), y = list()) nameattr in list
271 arrange <- panel_params$x.arrange %||% c("secondary", "primary") functionVar
281 x = x.major, nameattr
295 arrange <- panel_params$y.arrange %||% c("primary", "secondary") functionVar
305 x = x.range[1], nameattr
320 mproject <- function(coord, x, y, orientation) { argument
H A Dcoord-cartesian-.r65 limits = list(x = xlim, y = ylim), nameattr
81 distance = function(x, y, panel_params) { argument
87 list(x = panel_params$x$dimension(), y = panel_params$y$dimension()) nameattr
159 x = lapply(c(1, 2), function(i) { nameattr
209 arrange = scale$axis_order(), nameattr
H A Dcoord-polar.r82 distance = function(self, x, y, details) { argument
109 ret <- list(x = list(), y = list()) nameattr in list
169 arrange <- panel_params$r.arrange %||% c("primary", "secondary") functionVar
171 x <- r_rescale(self, panel_params$r.major, panel_params$r.range) + 0.5 functionVar
311 list(x = labels$y, y = labels$x) nameattr
335 theta_rescale_no_clip <- function(coord, x, panel_params) { argument
336 rotate <- function(x) (x + coord$start) * coord$direction argument
340 theta_rescale <- function(coord, x, panel_params) { argument
342 rotate <- function(x) (x + coord$start) %% (2 * pi) * coord$direction argument
346 r_rescale <- function(coord, x, range) { argument
/dports/lang/ghc/ghc-8.10.7/libraries/hpc/tests/raytrace/
H A DInterval.hs48 arrange w1@(t1, _) w2@(t2, _) | t1 < t2 = entryexit w1 w2 function
100 mkIn x = (x, True, undefined) function
101 mkOut x = (x, False, undefined) function
/dports/math/R-cran-dplyr/dplyr/R/
H A Darrange.R65 arrange <- function(.data, ..., .by_group = FALSE) { function
124 bullets <- c(x = conditionMessage(cnd)) globalVar
/dports/x11-wm/icewm/icewm-2.9.4/src/
H A Dwmmgr.cc1258 int x, int y, int w, int h, in tryCover()
1364 void YWindowManager::smartPlace(YArrange arrange) { in smartPlace()
1380 int x = f->x(); in smartPlace() local
1417 void YWindowManager::cascadePlace(YArrange arrange) { in cascadePlace()
1428 int x; in cascadePlace() local
1485 int x, int y, int cw, int ch, in placeWindow()
3252 bool YWindowManager::saveArrange(YArrange arrange) { in saveArrange()
3296 YArrange arrange = getWindowsToArrange(); in tileWindows() local
3304 YArrange arrange = getWindowsToArrange(); in arrangeWindows() local
3312 YArrange arrange = getWindowsToArrange(); in actionWindows() local
[all …]
H A Dwmwinlist.cc112 YArrange arrange = getSelectedWindows(); in actionPerformed() local
592 void WindowList::showFocused(int x, int y) { in showFocused()
608 int x = int((dw - w) / 2); in showFocused() local
/dports/deskutils/kalarm/kalarm-21.12.3/src/lib/
H A Dpackedlayout.cpp102 int PackedLayout::arrange(const QRect& rect, bool set) const in arrange() function in PackedLayout
104 int x = rect.x(); in arrange() local
H A Dspinbox2.cpp421 void SpinBox2::arrange() in arrange() function in SpinBox2
643 const int x = rtl ? 0 : mMainSpinbox->width() - width(); in setFrameImage() local
657 const int x = rtl ? r.right() - editOffsetX : r.left() + editOffsetX; in setFrameImage() local
/dports/java/jfreechart/jfreechart-1.0.17/source/org/jfree/chart/block/
H A DColumnArrangement.java124 public Size2D arrange(BlockContainer container, Graphics2D g2, in arrange() method in ColumnArrangement
206 double x = 0.0; in arrangeNF() local
H A DFlowArrangement.java125 public Size2D arrange(BlockContainer container, Graphics2D g2, in arrange() method in FlowArrangement
183 double x = 0.0; in arrangeFN() local
358 double x = 0.0; in arrangeNN() local
/dports/games/warzone2100/warzone2100/lib/ivis_opengl/
H A Dbitimage.cpp95 inline void ImageMerge::arrange() in arrange() function in ImageMerge
271 for (int x = 0; x < size.x; ++x) in iV_LoadImageFile() local
/dports/audio/carla/Carla-2.4.1/source/frontend/patchcanvas/
H A Dpatchcanvas.py148 def boxPositionChanged(self, groupId, split, x, y): argument
295 def setInitialPos(x, y): argument
302 def setCanvasSize(x, y, width, height): argument
1040 def arrange(): function
/dports/java/jfreechart/jfreechart-1.0.17/source/org/jfree/chart/title/
H A DTextTitle.java475 public Size2D arrange(Graphics2D g2, RectangleConstraint constraint) { in arrange() method in TextTitle
741 float x = 0.0f; in drawHorizontal() local
802 float x = 0.0f; in drawVertical() local
/dports/math/py-rpy2/rpy2-3.4.5/rpy2/robjects/lib/
H A Ddplyr.py129 def arrange(self, *args, _by_group=False): member in DataFrame
357 def guess_wrap_type(x): argument
376 arrange = _make_pipe(dplyr.arrange, DataFrame) variable
/dports/math/singular/Singular-Release-4-2-1/kernel/numeric/
H A Dmpr_numeric.cc470 gmp_complex x(0.0),o(1.0); in laguer_driver() local
549 void rootContainer::laguer(gmp_complex ** a, int m, gmp_complex *x, int *its, bool type) in laguer()
616 void rootContainer::checkimag(gmp_complex *x, gmp_float &e) in checkimag()
637 void rootContainer::divlin(gmp_complex **a, gmp_complex x, int j) in divlin()
657 void rootContainer::divquad(gmp_complex **a, gmp_complex x, int j) in divquad()
756 gmp_complex *x,*y; in sortre() local
800 void rootContainer::computefx(gmp_complex **a, gmp_complex x, int m, in computefx()
821 void rootContainer::computegx(gmp_complex **a, gmp_complex x, int m, in computegx()
882 void rootArranger::arrange() in arrange() function in rootArranger
/dports/devel/spark/spark-2.1.1/R/pkg/R/
H A DDataFrame.R102 function(x) { argument
128 function(x) { argument
152 setMethod("explain", argument
186 function(x) { argument
275 function(x) { argument
303 function(x) { argument
315 function(x) { argument
338 function(x) { argument
2253 setMethod("arrange", method
2269 setMethod("arrange", method
[all …]
/dports/devel/spread-sheet-widget/spread-sheet-widget-0.8/src/
H A Dssw-sheet.c161 arrange (SswSheet *sheet) in arrange() function
975 paste_datum (const gchar *x, size_t len, struct paste_state *t) in paste_datum()
1003 const gchar *x = g_strstr_len (data, len, delim); in parse_delimited_data() local
1023 parseit (const gchar *x, size_t len, struct paste_state *dw) in parseit()
/dports/sysutils/dvtm/dvtm-0.15/
H A Ddvtm.c58 void (*arrange)(void); member
73 unsigned short int x; member
168 #define MAX(x, y) ((x) > (y) ? (x) : (y)) argument
169 #define MIN(x, y) ((x) < (y) ? (x) : (y)) argument
318 int sx, sy, x, y, width; in drawbar() local
388 int x, y, maxlen, attrs = NORMAL_ATTR; in draw_border() local
460 arrange(void) { in arrange() function
635 move_client(Client *c, int x, int y) { in move_client()
669 resize(Client *c, int x, int y, int w, int h) { in resize()
675 get_client_by_coord(unsigned int x, unsigned int y) { in get_client_by_coord()
/dports/x11-toolkits/lesstif/lesstif-0.95.2/lib/Xm-2.1/
H A DGeoUtils.c342 Position x, Position y, in _XmGeoLayoutSimple()
391 Position x, Dimension width, Dimension margin, in SegmentFill()
455 Position x, Position y, in _XmGeoLayoutWrap()
548 Position x, Position y, in _XmGeoArrangeList()
831 Position x, Position y, in _XmGeoArrangeBoxes()
834 XmGeoArrangeProc arrange; in _XmGeoArrangeBoxes() local
1470 #define WANTS(r,x) ((r)->request_mode & (x)) argument
2378 #define Wants(x) (request->request_mode & x) argument
2648 Position x, y; in _XmGMEnforceMargin() local
2852 #define Wants(x) (desired->request_mode & x) argument
[all …]
/dports/x11-wm/dwm/dwm-6.2/
H A Ddwm.c90 int x, y, w, h; member
111 void (*arrange)(Monitor *); member
381 arrange(Monitor *m) in arrange() function
419 unsigned int i, x, click; in buttonpress() local
698 int x, w, sw = 0; in drawbar() local
875 getrootptr(int *x, int *y) in getrootptr()
1138 int x, y, ocx, ocy, nx, ny; in movemouse() local
1255 recttomon(int x, int y, int w, int h) in recttomon()
1269 resize(Client *c, int x, int y, int w, int h, int interact) in resize()
1276 resizeclient(Client *c, int x, int y, int w, int h) in resizeclient()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/window/
H A Dlayout.cxx799 int x; member
866 for (sal_Int32 x = 0; x < nMaxX; ++x) in assembleGrid() local
893 for (sal_Int32 x = 0; x < nMaxX; ++x) in assembleGrid() local
926 for (sal_Int32 x = 0; x < nMaxX; ++x) in assembleGrid() local
989 for (sal_Int32 x = 0; x < nMaxX; ++x) in calcMaxs() local
1020 for (sal_Int32 x = 0; x < nMaxX; ++x) in calcMaxs() local
1183 for (sal_Int32 x = 0; x < nMaxX; ++x) in setAllocation() local
1189 for (sal_Int32 x = 0; x < nMaxX; ++x) in setAllocation() local
1265 for (sal_Int32 x = 0; x < nMaxX; ++x) in setAllocation() local
2406 void VclVPaned::arrange(const Size& rAllocation, long nFirstHeight, long nSecondHeight) in arrange() function in VclVPaned
[all …]
/dports/x11-wm/echinus/echinus-0.4.9/
H A Dechinus.h31 void (*arrange) (Monitor * m); member
48 int x, y, w, h; member
81 int x; member
189 #define LENGTH(x) (sizeof(x) / sizeof x[0]) argument

12