Home
last modified time | relevance | path

Searched defs:shape_kind (Results 1 – 19 of 19) sorted by relevance

/dports/databases/postgresql12-pltcl/postgresql-12.9/src/interfaces/ecpg/ecpglib/po/
H A Dde.po33 #. translator: this string will be truncated at 149 characters expanded.
78 msgid "invalid input syntax for floating-point type: \"%s\", on line %d"
/dports/x11-wm/i3/i3-4.20.1/src/
H A Dx.c806 static void x_shape_frame(Con *con, xcb_shape_sk_t shape_kind) { in x_shape_frame()
826 static void x_unshape_frame(Con *con, xcb_shape_sk_t shape_kind) { in x_unshape_frame()
/dports/x11-wm/i3-gaps/i3-4.20.1/src/
H A Dx.c806 static void x_shape_frame(Con *con, xcb_shape_sk_t shape_kind) { in x_shape_frame()
826 static void x_unshape_frame(Con *con, xcb_shape_sk_t shape_kind) { in x_unshape_frame()
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dgcalc_tools.cc34 shape_type shape_kind) in add_new_shape()
78 int Gcalc_function::single_shape_op(shape_type shape_kind, gcalc_shape_info *si) in single_shape_op()
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dgcalc_tools.cc34 shape_type shape_kind) in add_new_shape()
78 int Gcalc_function::single_shape_op(shape_type shape_kind, gcalc_shape_info *si) in single_shape_op()
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dgcalc_tools.cc34 shape_type shape_kind) in add_new_shape()
78 int Gcalc_function::single_shape_op(shape_type shape_kind, gcalc_shape_info *si) in single_shape_op()
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dgcalc_tools.cc34 shape_type shape_kind) in add_new_shape()
78 int Gcalc_function::single_shape_op(shape_type shape_kind, gcalc_shape_info *si) in single_shape_op()
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dgcalc_tools.cc34 shape_type shape_kind) in add_new_shape()
78 int Gcalc_function::single_shape_op(shape_type shape_kind, gcalc_shape_info *si) in single_shape_op()
/dports/x11/py-xcffib/xcffib-0.11.1/xcffib/
H A Dshape.py37 …def synthetic(cls, shape_kind, affected_window, extents_x, extents_y, extents_width, extents_heigh… argument
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dgcalc_tools.cc43 shape_type shape_kind) in add_new_shape()
95 int Gcalc_function::single_shape_op(shape_type shape_kind, gcalc_shape_info *si) in single_shape_op()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dgcalc_tools.cc43 shape_type shape_kind) in add_new_shape()
95 int Gcalc_function::single_shape_op(shape_type shape_kind, gcalc_shape_info *si) in single_shape_op()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Dgcalc_tools.cc43 shape_type shape_kind) in add_new_shape()
95 int Gcalc_function::single_shape_op(shape_type shape_kind, gcalc_shape_info *si) in single_shape_op()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Dgcalc_tools.cc43 shape_type shape_kind) in add_new_shape()
95 int Gcalc_function::single_shape_op(shape_type shape_kind, gcalc_shape_info *si) in single_shape_op()
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Dgcalc_tools.cc43 shape_type shape_kind) in add_new_shape()
95 int Gcalc_function::single_shape_op(shape_type shape_kind, gcalc_shape_info *si) in single_shape_op()
/dports/x11/libXfixes/libXfixes-6.0.0/src/
H A DRegion.c390 XFixesSetWindowShapeRegion (Display *dpy, Window win, int shape_kind, in XFixesSetWindowShapeRegion()
/dports/x11/inputplug/inputplug-0.4.0/cargo-crates/x11rb-0.8.1/src/protocol/
H A Dshape.rs168 pub shape_kind: SK, field
192 let shape_kind = shape_kind.into(); in try_parse() localVariable
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/x11rb-0.8.1/src/protocol/
H A Dshape.rs168 pub shape_kind: SK, field
192 let shape_kind = shape_kind.into(); in try_parse() localVariable
/dports/x11-wm/xcompmgr/xcompmgr-1.1.8/
H A Dxcompmgr.c1767 shape_kind(int kind) in shape_kind() function
/dports/graphics/graphviz/graphviz-2.44.1/lib/common/
H A Dtypes.h186 typedef enum { SH_UNSET, SH_POLY, SH_RECORD, SH_POINT, SH_EPSF} shape_kind; typedef