search for: subline

Displaying 11 results from an estimated 11 matches for "subline".

Did you mean: sublink
2008 Mar 02
0
new to latex to pdf
...(y, c(2,5)) c('2 Year'=km[1], '5 Year'=km[2], 'Mean, y'=sum(y[,1])/sum(y[,2])) } S <- with(pbc, Surv(fu.days/365.25, status)) s1 <- summary(S ~ age + albumin + ascites + bili + drug + edema + chol, fun=describe.survival, data=pbc) for(w in 1:2) { if(w==1) setpdf(f1a,sublines=1,h=5.25) else setpdf(f1b,sublines=1,h=5) plot(s1, which=if(w==1)1:2 else 3, cex.labels=.7, cex.group.labels=.7*1.15, subtitles=T, main='', pch=if(w==2) 16 else c('2','5'), # 16=solid circle xlab=if(w==2)'Survival Time' else 'Survival Probability') dev.off()...
2016 Jul 27
2
Cannot find invalid DNS entry
...: we are master[yes] updates allowed[no] > Traceback (most recent call last): > File "/usr/sbin/samba_dnsupdate", line 540, in <module> > c = parse_dns_line(line, {}) > File "/usr/sbin/samba_dnsupdate", line 179, in parse_dns_line > return dnsobj(subline) > File "/usr/sbin/samba_dnsupdate", line 134, in __init__ > raise Exception("Invalid DNS entry %r" % string_form) > Exception: Invalid DNS entry 'TDB file' However, I'm not able to find "TDB file" in any of the files in /var/lib/samba/priva...
2004 Sep 24
5
AW: How to improve the quality of curve/line plots?
...5, 6, 7, 8) > yval <- c(10, 30, 40, 50, 70, 90, 100, 110) > plot (xval, yval, type="l") If you look to the result in the graphic window you will see that the line seems to exist of many points between the observations; e. g. between xval=1 and xval=2 the line contains 8 or more sublines. Perhaps, you can also observe a break of the line at xval=4. That's what I call an "unclean line". Even if you try to export the plot with the png command you can observe the same phenomenon. The line has not an exact appearance like Excel diagram plots. If there are no other tech...
2016 Jul 27
2
Cannot find invalid DNS entry
...;>> Traceback (most recent call last): >>> File "/usr/sbin/samba_dnsupdate", line 540, in <module> >>> c = parse_dns_line(line, {}) >>> File "/usr/sbin/samba_dnsupdate", line 179, in parse_dns_line >>> return dnsobj(subline) >>> File "/usr/sbin/samba_dnsupdate", line 134, in __init__ >>> raise Exception("Invalid DNS entry %r" % string_form) >>> Exception: Invalid DNS entry 'TDB file' >> However, I'm not able to find "TDB file" in any of...
2009 Oct 26
1
[LLVMdev] RegAllocSimple doesn't work
...= 0; else { junk = addstr(ENDSTR, &(*sub), &j, MAXPAT); if ((!junk)) result = 0; else result = i; } return result; } bool getsub(arg, sub) char* arg; char* sub; { int makeres; makeres = makesub(arg, 0, ENDSTR, sub); return (makeres > 0); } void subline(); bool locate(c, pat, offset) character c; char * pat; int offset; { int i; bool flag; flag = false; i = offset + pat[offset]; while ((i > offset)) { if (c == pat[i]) { flag = true; i = offset; } else i = i - 1; } return flag; } bool omatc...
2009 Oct 22
0
[LLVMdev] request for help writing a register allocator
Hi Susan, > But this doesn't seem to be happening; the stores to memory are there but > the loads are not. > > Any ideas what's going wrong? Are you using VirtRegMap::addSpillPoint and VirtRegMap::addRestorePoint ? If not you may need to add calls to them to let the rewriter know where to insert the loads/stores. > If not, any advice on how to generate the loads
2009 Oct 22
4
[LLVMdev] request for help writing a register allocator
I found the problem! My generated code is spilling correctly but is not reloading at all. For example, if the original code has the equivalent of this (where %1024 is a virtual reg): %1024 = xxx ... yyy = %1024 and I find no physical register for %1024, then I assign it to physical register %edi and to a stackslot. That creates code like this: %edi = xxx store from %edi to the
2016 Jul 27
0
Cannot find invalid DNS entry
...tes allowed[no] > > Traceback (most recent call last): > > File "/usr/sbin/samba_dnsupdate", line 540, in <module> > > c = parse_dns_line(line, {}) > > File "/usr/sbin/samba_dnsupdate", line 179, in parse_dns_line > > return dnsobj(subline) > > File "/usr/sbin/samba_dnsupdate", line 134, in __init__ > > raise Exception("Invalid DNS entry %r" % string_form) > > Exception: Invalid DNS entry 'TDB file' > > However, I'm not able to find "TDB file" in any of the files...
2016 Jul 27
0
Cannot find invalid DNS entry
...ack (most recent call last): >>>> File "/usr/sbin/samba_dnsupdate", line 540, in <module> >>>> c = parse_dns_line(line, {}) >>>> File "/usr/sbin/samba_dnsupdate", line 179, in parse_dns_line >>>> return dnsobj(subline) >>>> File "/usr/sbin/samba_dnsupdate", line 134, in __init__ >>>> raise Exception("Invalid DNS entry %r" % string_form) >>>> Exception: Invalid DNS entry 'TDB file' >>>> >>> However, I'm not able to fi...
2014 Feb 14
3
smbclient broken after update
...(samba_runcmd_io_handler) /usr/local/samba/sbin/samba_dnsupdate: File "/usr/local/samba/sbin/samba_dnsupdate", line 174, in parse_dns_line [2014/02/14 12:03:59.088527, 0] ../lib/util/util_runcmd.c:317(samba_runcmd_io_handler) /usr/local/samba/sbin/samba_dnsupdate: return dnsobj(subline) [2014/02/14 12:03:59.088553, 0] ../lib/util/util_runcmd.c:317(samba_runcmd_io_handler) /usr/local/samba/sbin/samba_dnsupdate: File "/usr/local/samba/sbin/samba_dnsupdate", line 152, in __init__ [2014/02/14 12:03:59.088579, 0] ../lib/util/util_runcmd.c:317(samba_runcmd_io_handler)...
2016 Jul 28
2
Cannot find invalid DNS entry
...call last): >>>>> File "/usr/sbin/samba_dnsupdate", line 540, in <module> >>>>> c = parse_dns_line(line, {}) >>>>> File "/usr/sbin/samba_dnsupdate", line 179, in parse_dns_line >>>>> return dnsobj(subline) >>>>> File "/usr/sbin/samba_dnsupdate", line 134, in __init__ >>>>> raise Exception("Invalid DNS entry %r" % string_form) >>>>> Exception: Invalid DNS entry 'TDB file' >>>>> >>>> However, I&...