Displaying 4 results from an estimated 4 matches for "26e4".
Did you mean:
264
2001 Apr 10
2
Stars! kills X-Server
...81: FILLRECT(0x0048,039f:a34e,0x103a) ret=029f:2689 ds=039f
Ret USER.81: FILLRECT() retval=0x0001 ret=029f:2689 ds=039f
Call GDI.45: SELECTOBJECT(0x0048,0x103a) ret=029f:26ae ds=039f
Ret GDI.45: SELECTOBJECT() retval=0x105a ret=029f:26ae ds=039f
Call GDI.128: MULDIV(0x004d,0x0194,0x0064) ret=029f:26e4 ds=039f
Ret GDI.128: MULDIV() retval=0x0137 ret=029f:26e4 ds=039f
Call GDI.29: PATBLT(0x0048,0x0177,0x0073,0x0001,0x0001,0x00f00021) ret=029f:2735 ds=039f
Ret GDI.29: PATBLT() retval=0x0001 ret=029f:2735 ds=039f
Call GDI.29: PATBLT(0x0048,0x0177,0x0079,0x0001,0x0001,0x00f00021) ret=029f:271a ds=0...
2005 Mar 22
1
pch=NA (PR#7737)
...Arni
R 2.0.1 on WinXP
===
help(bxp)
===
The argument outpch=" " needs to be replaced with outpch=NA in two places.
I actually wrote this part of the documentation myself at one point, but
have now realized that pch=NA and pch=" " are not the same:
x <- split(rlnorm(26e4), letters)
## NA generates small file
postscript("na.ps"); boxplot(x,outpch=NA); dev.off()
## Space generates large file
postscript("space.ps"); boxplot(x,outpch=" "); dev.off()
===
help(par)
help(points)
===
Please specify that pch=NA can be used t...
2020 Jul 16
1
Cannot pass secret id for backing file after taking external snapshot on encrypted qcow2 file
...s", "encrypt.key-secret": "secrete-id"}
backing file format: luks
Format specific information:
compat: 1.1
lazy refcounts: false
refcount bits: 16
encrypt:
ivgen alg: plain64
hash alg: sha256
cipher alg: aes-256
uuid: e4158089-26e4-433f-990e-1d1d0723feee
format: luks
cipher mode: xts
slots:
[0]:
active: true
iters: 1257888
key offset: 4096
stripes: 4000
[1]:
active: false
key offset:...
2005 Aug 16
0
pch=NA in bxp.Rd (PR#8073)
...37) to change the documentation
for bxp().
The argument outpch=" " needs to be replaced with outpch=NA in two places.
I actually wrote this part of the documentation myself at one point, but
have now realized that pch=NA and pch=" " are not the same:
x <- split(rlnorm(26e4), letters)
## NA generates small file
postscript("na.ps"); boxplot(x,outpch=NA); dev.off()
## Space generates large file
postscript("space.ps"); boxplot(x,outpch=" "); dev.off()
Thank you,
Arni
R 2.1.1-patched on WinXP