Home
last modified time | relevance | path

Searched refs:circulate (Results 1 – 25 of 395) sorted by relevance

12345678910>>...16

/dports/graphics/radiance/radiance-baf2c40/resources/library/effects/
H A Dsmoky.glsl15 vec2 circulate(mat3 xf) {
33 // Combine three calls to circulate()
47 field += circulate(xf);
/dports/devel/efl/efl-1.25.1/src/lib/elementary/
H A Defl_ui_spin_button.eo15 … [[Control whether the spin should circulate value when it reaches its minimum or maximum value.
44 circulate: bool(false); [[$true to enable circulate or $false to disable it.]]
/dports/x11/xmx/xmx-1.1/
H A Dreply.c590 PFIELD(circulate,%x,event);
591 PFIELD(circulate,%x,window);
592 PFIELD(circulate,%x,parent);
722 PFIELD(circulate,%x,event);
723 PFIELD(circulate,%x,window);
724 PFIELD(circulate,%x,parent);
845 UNMAPEVENT(circulate.event);
846 UNMAPEVENT(circulate.window);
847 UNMAPEVENT(circulate.parent);
/dports/devel/p5-Perl-PrereqScanner-NotQuiteLite/Perl-PrereqScanner-NotQuiteLite-0.9914/t/scan/
H A Dqq.t28 for (qw( min max step circulate pageStep)) {$self-> {$_} = 1;};
57 for (qw( min max step value circulate pageStep)) {$self-> $_($profile{$_});};
77 if $self-> {circulate} && ( $self-> value == $value);
87 if $self-> {circulate} && ( $self-> value == $value);
106 if $self-> {circulate} && ( $self-> value == $value);
154 sub circulate
156 return $_[0]-> {circulate} unless $#_;
157 $_[0]-> {circulate} = $_[1];
/dports/x11/libX11/libX11-1.7.2/src/
H A DEvToWire.c290 event->u.circulate.window = ev->window; in _XEventToWire()
291 event->u.circulate.event = ev->event; in _XEventToWire()
292 event->u.circulate.place = ev->place; in _XEventToWire()
299 event->u.circulate.window = ev->window; in _XEventToWire()
300 event->u.circulate.event = ev->parent; in _XEventToWire()
301 event->u.circulate.place = ev->place; in _XEventToWire()
/dports/x11-toolkits/py-xlib/python-xlib-0.27/test/gen/
H A Deventdef18 …ARD16:u.u.sequenceNumber CARD32:u.circulate.event CARD32:u.circulate.window CARD32:u.circulate.par…
/dports/x11-wm/pwm/pwm-20070720/
H A Dfocus.h20 extern WWinObj* circulate(int dir);
H A Dfocus.c129 WWinObj *circulate(int dir) in circulate() function
/dports/x11/libX11/libX11-1.7.2/modules/im/ximcp/
H A DimEvToWire.c293 event->u.circulate.window = sw32(ev->window, sw); in _XimProtoEventToWire()
294 event->u.circulate.event = sw32(ev->event, sw); in _XimProtoEventToWire()
295 event->u.circulate.place = ev->place; in _XimProtoEventToWire()
302 event->u.circulate.window = sw32(ev->window, sw); in _XimProtoEventToWire()
303 event->u.circulate.event = sw32(ev->parent, sw); in _XimProtoEventToWire()
304 event->u.circulate.place = ev->place; in _XimProtoEventToWire()
673 ev->window = sw32(event->u.circulate.window, sw); in _XimProtoWireToEvent()
674 ev->event = sw32(event->u.circulate.event, sw); in _XimProtoWireToEvent()
675 ev->place = event->u.circulate.place; in _XimProtoWireToEvent()
683 ev->parent = sw32(event->u.circulate.event, sw); in _XimProtoWireToEvent()
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/binlog_gtid/r/
H A Dbinlog_warning_same_server_id.result4 …h log_slave_updates and log_bin. Thus, any anonymous transactions would circulate infinitely in ca…
/dports/x11/xwit/xwit-patchset-3.4/
H A Dpatch-xwit.c49 + raise, lower, opposite, circulate, uncirculate, enumerator
394 + case circulate:
542 + function |= FBIT(circulate);
H A Dpatch-xwit.man30 +.RB [ \- [ un ] circulate ]
144 +\-circulate
145 +circulate a window's subwindows forward. Use this with \-root.
148 +circulate a window's subwindows backward. Use this with \-root.
/dports/x11-wm/tinywm/tinywm-1.3/
H A Dtinywm.py23 ev.window.circulate(X.RaiseLowest)
/dports/games/golly/golly-3.3-src/Patterns/Self-Rep/Codd/
H A Drepeater-emitter-demo.rle9 # output wires. Here the two signals circulate around the loop but are
/dports/x11-wm/wm2/wm2-4/
H A DManager.h104 void circulate(Boolean activeFirst);
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/dix/
H A Dswaprep.c902 cpswapl(from->u.circulate.event, to->u.circulate.event); in SCirculateEvent()
903 cpswapl(from->u.circulate.window, to->u.circulate.window); in SCirculateEvent()
904 cpswapl(from->u.circulate.parent, to->u.circulate.parent); in SCirculateEvent()
905 to->u.circulate.place = from->u.circulate.place; in SCirculateEvent()
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/dix/
H A Dswaprep.c902 cpswapl(from->u.circulate.event, to->u.circulate.event); in SCirculateEvent()
903 cpswapl(from->u.circulate.window, to->u.circulate.window); in SCirculateEvent()
904 cpswapl(from->u.circulate.parent, to->u.circulate.parent); in SCirculateEvent()
905 to->u.circulate.place = from->u.circulate.place; in SCirculateEvent()
/dports/x11-servers/xephyr/xorg-server-1.20.13/dix/
H A Dswaprep.c902 cpswapl(from->u.circulate.event, to->u.circulate.event); in SCirculateEvent()
903 cpswapl(from->u.circulate.window, to->u.circulate.window); in SCirculateEvent()
904 cpswapl(from->u.circulate.parent, to->u.circulate.parent); in SCirculateEvent()
905 to->u.circulate.place = from->u.circulate.place; in SCirculateEvent()
/dports/x11-servers/xwayland/xorg-server-1.20.13/dix/
H A Dswaprep.c902 cpswapl(from->u.circulate.event, to->u.circulate.event); in SCirculateEvent()
903 cpswapl(from->u.circulate.window, to->u.circulate.window); in SCirculateEvent()
904 cpswapl(from->u.circulate.parent, to->u.circulate.parent); in SCirculateEvent()
905 to->u.circulate.place = from->u.circulate.place; in SCirculateEvent()
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/dix/
H A Dswaprep.c902 cpswapl(from->u.circulate.event, to->u.circulate.event); in SCirculateEvent()
903 cpswapl(from->u.circulate.window, to->u.circulate.window); in SCirculateEvent()
904 cpswapl(from->u.circulate.parent, to->u.circulate.parent); in SCirculateEvent()
905 to->u.circulate.place = from->u.circulate.place; in SCirculateEvent()
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/dix/
H A Dswaprep.c902 cpswapl(from->u.circulate.event, to->u.circulate.event); in SCirculateEvent()
903 cpswapl(from->u.circulate.window, to->u.circulate.window); in SCirculateEvent()
904 cpswapl(from->u.circulate.parent, to->u.circulate.parent); in SCirculateEvent()
905 to->u.circulate.place = from->u.circulate.place; in SCirculateEvent()
/dports/x11-servers/xorg-nestserver/xorg-server-1.20.13/dix/
H A Dswaprep.c902 cpswapl(from->u.circulate.event, to->u.circulate.event); in SCirculateEvent()
903 cpswapl(from->u.circulate.window, to->u.circulate.window); in SCirculateEvent()
904 cpswapl(from->u.circulate.parent, to->u.circulate.parent); in SCirculateEvent()
905 to->u.circulate.place = from->u.circulate.place; in SCirculateEvent()
/dports/x11-servers/xarcan/xarcan-0.6.0/dix/
H A Dswaprep.c902 cpswapl(from->u.circulate.event, to->u.circulate.event); in SCirculateEvent()
903 cpswapl(from->u.circulate.window, to->u.circulate.window); in SCirculateEvent()
904 cpswapl(from->u.circulate.parent, to->u.circulate.parent); in SCirculateEvent()
905 to->u.circulate.place = from->u.circulate.place; in SCirculateEvent()
/dports/x11-servers/xorg-server/xorg-server-1.20.13/dix/
H A Dswaprep.c902 cpswapl(from->u.circulate.event, to->u.circulate.event); in SCirculateEvent()
903 cpswapl(from->u.circulate.window, to->u.circulate.window); in SCirculateEvent()
904 cpswapl(from->u.circulate.parent, to->u.circulate.parent); in SCirculateEvent()
905 to->u.circulate.place = from->u.circulate.place; in SCirculateEvent()
/dports/math/openmesh/OpenMesh-8.1/Doc/
H A Dnavigation.docu17 circulate over certain structures such as 1-rings and many more.
42 along all halfedges that are adjacent to this face. In other words we circulate

12345678910>>...16