Home
last modified time | relevance | path

Searched defs:hor (Results 1 – 25 of 315) sorted by relevance

12345678910>>...13

/dports/devel/mimir/mimir-2.15/libdcg/
H A Ddcg_xput.h51 #define ppp_int(f,hor,ind,x) fprintf (f,"%d",x) argument
52 #define ppp_u_int(f,hor,ind,x) fprintf (f,"%u",x) argument
53 #define ppp_int64(f,hor,ind,x) { fprintf (f, "0x%08x", ((int) (x >> 32))); \ argument
55 #define ppp_u_int64(f,hor,ind,x) { fprintf (f, "0x%08x", ((int) (x >> 32))); \ argument
57 #define ppp_real(f,hor,ind,x) fprintf (f,"%g",x) argument
58 #define ppp_string(f,hor,ind,x) fprintf (f,"\"%s\"",x) argument
59 #define ppp_char(f,hor,ind,x) fprintf (f,"'%c'",x) argument
60 #define ppp_vptr(f,hor,ind,x) fprintf (f, "--> %p", x) argument
/dports/games/openttd/openttd-12.1/src/
H A Dosk_gui.cpp229 static void AddKey(NWidgetHorizontal *hor, int pad_y, int num_half, WidgetType widtype, int widnum,… in AddKey()
256 NWidgetHorizontal *hor = new NWidgetHorizontal(); in MakeTopKeys() local
267 NWidgetHorizontal *hor = new NWidgetHorizontalLTR(); in MakeNumberKeys() local
278 NWidgetHorizontal *hor = new NWidgetHorizontalLTR(); in MakeQwertyKeys() local
291 NWidgetHorizontal *hor = new NWidgetHorizontalLTR(); in MakeAsdfgKeys() local
303 NWidgetHorizontal *hor = new NWidgetHorizontalLTR(); in MakeZxcvbKeys() local
316 NWidgetHorizontal *hor = new NWidgetHorizontal(); in MakeSpacebarKeys() local
/dports/textproc/py-tabletext/tabletext-0.1/
H A Dtabletext.py43 def _top_rule(widths, corners, hor): argument
48 def _inner_rule(widths, corners, hor): argument
53 def _bottom_rule(widths, corners, hor): argument
84 header=False, hor="─", ver="│"): argument
/dports/graphics/scantailor/scantailor-advanced-1.0.16/filters/page_layout/
H A DAlignment.cpp30 const QString hor(el.attribute("hor")); in Alignment() local
78 const char* hor = nullptr; in toXml() local
/dports/devel/z88dk/z88dk/include/_DEVELOPMENT/sccz80/arch/zxn/
H A Dcopper.h11 #define CU_WAIT(ver,hor) ((unsigned int)((((ver) & 0xff) << 8) + 0x80 + (((hor) & 0x3f) << 1) + ((… argument
/dports/devel/z88dk/z88dk/include/_DEVELOPMENT/sdcc/arch/zxn/
H A Dcopper.h11 #define CU_WAIT(ver,hor) ((unsigned int)((((ver) & 0xff) << 8) + 0x80 + (((hor) & 0x3f) << 1) + ((… argument
/dports/devel/z88dk/z88dk/include/_DEVELOPMENT/clang/arch/zxn/
H A Dcopper.h11 #define CU_WAIT(ver,hor) ((unsigned int)((((ver) & 0xff) << 8) + 0x80 + (((hor) & 0x3f) << 1) + ((… argument
/dports/devel/z88dk/z88dk/include/_DEVELOPMENT/proto/arch/zxn/
H A Dcopper.h9 #define CU_WAIT(ver,hor) ((unsigned int)((((ver) & 0xff) << 8) + 0x80 + (((hor) & 0x3f) << 1) + ((… argument
/dports/math/octave-forge-octclip/octclip-2.0.1/inst/
H A Doc_polybool.m119 hor = horDef; variable
/dports/editors/vigor/vigor-0.016/curses/
H A Dbox.c46 box(win, vert, hor) in box() argument
/dports/x11-fm/xfe/xfe-1.44/src/
H A DDirHistBox.cpp37 …FXHorizontalFrame* hor = new FXHorizontalFrame(this, FRAME_RAISED|FRAME_THICK|LAYOUT_SIDE_TOP|LAYO… in FXIMPLEMENT() local
51 …FXHorizontalFrame* hor = new FXHorizontalFrame(this, FRAME_RAISED|FRAME_THICK|LAYOUT_SIDE_TOP|LAYO… in DirHistBox() local
/dports/textproc/goldendict/goldendict-73ec1b5/
H A Dtranslatebox.hh49 inline void setSizePolicy(QSizePolicy::Policy hor, QSizePolicy::Policy ver) in setSizePolicy()
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/amenadiel/jpgraph/src/graph/
H A DRectPatternCross.php11 private $hor = null; variable in Amenadiel\\JpGraph\\Graph\\RectPatternCross
/dports/astro/oskar/OSKAR-2.8.0/oskar/telescope/src/
H A Doskar_telescope_set_station_coords_wgs84.c48 double hor[] = {0.0, 0.0, 0.0}; in oskar_telescope_set_station_coords_wgs84() local
H A Doskar_telescope_set_station_coords_ecef.c51 double hor[] = {0.0, 0.0, 0.0, 0.0, 0.0, 0.0}; in oskar_telescope_set_station_coords_ecef() local
H A Doskar_telescope_set_station_coords_enu.c50 double hor[] = {0.0, 0.0, 0.0, 0.0, 0.0, 0.0}; in oskar_telescope_set_station_coords_enu() local
/dports/graphics/reallyslick/rss-glx_0.9.1/src/Implicit/
H A DimpKnot.cpp44 const float hor(temp - cosf(lon) * radius2); in value() local
/dports/lang/racket/racket-8.3/share/pkgs/htdp-lib/htdp/
H A Darrow-gui.rkt52 (define hor (make-object horizontal-panel% panel '(border))) function
/dports/audio/muse-sequencer/muse-4.0.0/src/muse/components/
H A Dscroll_area.cpp110 void CompactControllerRack::setItemMargins(int hor, int vert) in setItemMargins()
/dports/textproc/hevea/hevea-2.34/
H A Dtabular.mli15 {hor : string ; mutable vert : string ; wrap : bool ; RecordField
/dports/devel/libgnt/libgnt-2.14.3/wms/
H A Dirssi.c69 get_xywh_for_frame(Irssi *irssi, int hor, int vert, int *x, int *y, int *w, int *h) in get_xywh_for_frame()
258 int vert, hor; in move_direction() local
290 int vert, hor; in refresh_window() local
/dports/devel/qmake/qt-x11-free-3.3.8/src/widgets/
H A Dqscrollbar.h186 inline void QScrollBar::setSizePolicy( QSizePolicy::SizeType hor, QSizePolicy::SizeType ver, bool h… in setSizePolicy()
/dports/graphics/R-cran-diagram/diagram/R/
H A Dcoordinates.R7 hor=TRUE, relsize=1) { argument
/dports/devel/efl/efl-1.25.1/src/examples/ephysics/
H A Dtest_camera_track.c38 Eina_Bool hor, ver; in _camera_moved_cb() local
57 Eina_Bool hor = EINA_FALSE; in _track_apply() local
/dports/deskutils/semantik/semantik-1.2.7/src/fig/
H A Dbox_link.h64 QList<int> hor; variable

12345678910>>...13