search for: 141c141

Displaying 4 results from an estimated 4 matches for "141c141".

2002 Mar 21
1
legend - bug with argument angle (PR#1404)
...suggest as a fix (legend.R of R-1.5.0): 25c25 < rect2 <- function(left, top, dx, dy, ...) { --- > rect2 <- function(left, top, dx, dy, angle, ...) { 133c133 < rect2(left, top, dx = w, dy = h, col = bg) --- > rect2(left, top, dx = w, dy = h, col = bg, angle = NULL) 141c141 < rect2(left=xt, top=yt+ybox/2, dx = xbox, dy = ybox, col = fill) --- > rect2(left=xt, top=yt+ybox/2, dx = xbox, dy = ybox, col = fill, angle = angle) Uwe Ligges _ platform i386-pc-mingw32 arch x86 os Win32 system x86, Win32...
2007 Feb 14
1
Re: qemu-0.9.0 with initial tap interface
...; >>static uint32_t upages_locked = 0; > >> > >> > >102c102 > >< atomic_inc_uint(&upages_locked); > >--- > > > > > >> atomic_add_32(&upages_locked, 1); > >> > >> > >141c141 > >< atomic_inc_uint(&upages_locked); > >--- > > > > > >> atomic_add_32(&upages_locked, 1); > >> > >> > >158c158 > >< atomic_dec_uint(&upages_locked); > >--- > > &gt...
2005 Dec 03
0
dragdrop patch that enables dragging from and to divs with overflow:scroll
...:tofront. When it is set to true, the draggable will be moved to the document body while keeping its position on the page. This enables dragging it out of the div. At the moment it only works with ghosting and revert, because I can''t be bothered to test the other modes just yet. Have fun 141c141 < reverteffect: (function(element, top_offset, left_offset) { --- > reverteffect: function(element, top_offset, left_offset) { 143,166c143,144 < new Effect.MoveBy(element, -top_offset, -left_offset, < {duration:dur, < afterFinish:(function(){ &lt...
2006 Dec 07
6
cannot load kqemu modul on solaris 5.10 3/05
Hi @all I want to load the precompile kqemu modul on my solaris 5.10 3/05, but this dont work. MAKE --- -bash-3.00# make install cp kqemu-solaris-i386 kqemu /usr/sbin/install -f /usr/kernel/drv -m 755 -u root -g sys kqemu new owner is root kqemu installed as /usr/kernel/drv/kqemu cp kqemu-solaris-x86_64 kqemu /usr/sbin/install -f /usr/kernel/drv/amd64 -m 755 -u root -g sys kqemu new owner is