search for: nvalue

Displaying 12 results from an estimated 12 matches for "nvalue".

Did you mean: value
2007 May 19
2
Crash in blur.c (SIGSEGV)
...indingTypeNone, key = {keycode = 0, modifiers = 0}, button = {button = 0, modifiers = 0}, bell = 0, edgeMask = 0, edgeButton = 0, priv = {ptr = 0x0, val = 0, uval = 0, fptr = 0}}, match = {display = 0x0, op = 0x0, nOp = 0}, list = {type = CompOptionTypeBool, value = 0x0, nValue = 0}}, rest = {i = {min = 0, max = 24}, f = {min = 0, max = 3.36311631e-44, precision = 1.12103877e-44}, s = {string = 0x1800000000, nString = 8}}}, { name = 0x440 <Address 0x440 out of bounds>, type = 240058368, value = {b = 8496904, i = 8496904, f = 1.19066985e-38, s = 0x8...
2007 Apr 11
2
Patch for ini plugin
...@ -895,7 +854,6 @@ iniSaveOptions (CompDisplay *d, while (nOption--) { status = FALSE; - strVal = strdup (""); int i; switch (option->type) @@ -907,8 +865,11 @@ iniSaveOptions (CompDisplay *d, case CompOptionTypeColor: case CompOptionTypeMatch: strVal = iniOptionValueToString (&option->value, option->type); - if (strVal[0] != '\0') + if (strVal) + { fprintf (optionFile, "%s=%s\n", option->name, strVal); + free (strVal); + } else fprintf (optionFile, "%s=\n", option->name); break; @@ -916,47...
2013 Aug 21
3
syntax error, unexpected tRPAREN raised in server log
In my server log, I am seeing this error message that is raised in activesupport. 2013-08-12T23:06:08.932580+00:00 app[web.2]: SyntaxError (/app/vendor/bundle/jruby/1.9/gems/activesupport-4.0.0/lib/active_support/callbacks.rb:374: syntax error, unexpected tRPAREN 2013-08-12T23:06:08.932580+00:00 app[web.2]: 2013-08-12T23:06:08.932580+00:00 app[web.2]: def () value = nil
2007 Jun 12
0
distribution graph
...) box() axis(1,at=plot.mids,labels=xlab) axis(2) for (comp in 1:ncomp) { left.outer <- xleft + (comp - 1) * (xright - xleft) right.outer <- xleft + comp * (xright - xleft) mid <- plot.mids[comp] max.freq.comp <- max(xtable.freq[[comp]],na.rm=TRUE) values.comp <- xtable.values[[comp]] nvalues.comp <- length(values.comp) freq.comp <- xtable.freq[[comp]] maxband.comp <- xband * ((xright - xleft)/2) * max.freq.comp / max.freq if (comp==1) abline(v=left.outer,lty=lty) abline(v=right.outer,lty=lty) for (nr in 1:nvalues.comp) { value.nr <- values.comp[nr] freq.nr <- freq.com...
2004 Aug 30
0
SAS ODBC & R
...bagchi(1) in "ODBCAPPL"(0) has connected to SQLVIEW. 30AUG2004:14:13:25.229 Server library USER ('c:\analysis' V8) accessed as USER by "ODBCAPPL"(0) of user pbagchi(1). 30AUG2004:14:13:25.299 When pbagchi(1) in "ODBCAPPL"(0) called prepare for SELECT Config, nValue FROM MSysConf from SQLVIEW: ERROR: SQL passthru expression contained these errors: ERROR: File USER.MSYSCONF.DATA does not exist.... . 30AUG2004:14:13:48.322 Work task SHRWTSK8 has been terminated. (But I am able to access the SAS dataset and create an access table from i...
2010 Aug 03
1
[PATCH] libxl: free values in XLU_ConfigSetting
...tools/libxl/libxlu_cfg.c Mon Aug 02 13:45:15 2010 +0100 +++ b/tools/libxl/libxlu_cfg.c Tue Aug 03 10:58:48 2010 +0100 @@ -91,7 +91,11 @@ int xlu_cfg_readdata(XLU_Config *cfg, co } void xlu__cfg_set_free(XLU_ConfigSetting *set) { + int i; + free(set->name); + for (i=0; i<set->nvalues; i++) + free(set->values[i]); free(set->values); free(set); } _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2006 Apr 18
4
update_page yields escaped code in callback
...p;quot;).hide(); $(&quot;section&quot;).visualEffect(&quot;Appear&quot;, &quot;{queue: ''end''}&quot;); } catch (e) { alert(''RJS error:\n\n'' + e.toString()); alert(''$$(\&quot;menu_tab\&quot;).each(function(value, index) {\nvalue.removeClassName(\&quot;current\&quot;);\n});\n$(\&quot;contacts_tab\&quot;).add_class_name = \&quot;current\&quot;;\n$(\&quot;section\&quot;).hide();\n$(\&quot;section\&quot;).visualEffect(\&quot;Appear\&quot;, \&quot;{queue: \''end\...
2006 Jan 11
3
SPSS and R ? do they like each other?
... and is there also such a nice tool (like spss.get) for exporting data frames to SPSS? write.table does not keep the data frame labels - neither did the other exporting tools that I found. Thanks! Michael [[alternative HTML version deleted]]
2012 Mar 13
0
111 FIXMEs in main/src
...at leaves the -- attrib.c: /* FIXME: 1.e-5 should rather be == option('ts.eps') !! */ attrib.c- if (fabs(end - start - (n - 1)/frequency) > 1.e-5) -- attrib.c: /* FIXME : The whole "classgets" may as well die. */ attrib.c- -- attrib.c: /* FIXME */ attrib.c- if (nvalues <= 0) -- attrib.c: /* FIXME */ attrib.c- PROTECT(namesattr); -- attrib.c: /* FIXME: the code below treats pair-based structures */ attrib.c- /* in a special way. This can probably be dropped down */ -- base.c:/* FIXME: Make this a macro to avoid function call overhead? base.c- In...
2010 May 05
0
R-help Digest, Vol 87, Issue 5
...(Gabor Grothendieck) 99. readLines with space-delimiter? (Seth) 100. Re: rgl: plane3d or abline() analog (Duncan Murdoch) 101. Re: Two Questions on R (call by reference and pre-compilation) (Duncan Murdoch) 102. Re: installing a package in linux (Tengfei Yin) 103. Symbolic eigenvalues and eigenvectors (John Mesheimer) 104. Visualizing binary response data? (Kim Jung Hwa) 105. Re: Symbolic eigenvalues and eigenvectors (Steve Lianoglou) 106. Re: Symbolic eigenvalues and eigenvectors (John Mesheimer) 107. Re: rgl: plane3d or abline() analog (Michael Friendly) 108. Re: Sy...
2006 Nov 17
1
gjournal on 6.x wont build
Hi all, I was intending on trying out gjournal on a new disk i've added in my desktop. I had a look to see what the most recent patch provided by Pawel and found http://people.freebsd.org/~pjd/patches/gjournal6_20061024.patch I created the directories as per Pawel's original post (http://lists.freebsd.org/pipermail/freebsd-fs/2006-June/001962.html) and the patch succeeded with no failed
2011 Nov 17
29
[PATCH 00 of 17] Documentation updates
The following series flushes my documentation queue and replaces previous postings of those patches. The main difference is that the xl cfg file is now formatted using POD instead of markdown and presented as a manpage. I have setup a cron job to build docs/html and publish it at http://xenbits.xen.org/docs/unstable/ (it''s a bit bare right now). The motivation for some of these patches