search for: argnum

Displaying 6 results from an estimated 6 matches for "argnum".

Did you mean: alnum
2007 Jun 25
0
[1069] trunk/wxruby2/swig/typemap.i: Fix big memory leak in methods taking wxString as a parameter
...uot;> // released under the MIT-style wxruby2 license </span><span class="cx"> </span><del>-############################################################## -%typemap(in) wxString& { -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp// $argnum: $1_type $1_name ($1_mangle) [$1_ltype] -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp$1 = new wxString(StringValuePtr($input), wxConvUTF8); -} </del><span class="cx"> </span><del>-%typemap(in) const wxString& { -&nbsp&nbsp&a...
2009 Nov 12
1
trap window pop up when running 'bugs' in R
...arse('C:/Documents and" ... .scriptCommand ARRAY 240 OF CHAR "#Bugs:check" ... .start INTEGER 106 .v BugsScript.RECORD Fields BugsScript.Action.Do <http://bugsscript.action.do/> [0000062FH] .a BugsScript.Action [011D4F80H] .argNum INTEGER 0 .bugsCommands ARRAY 240 OF CHAR "BugsCmds.SetOK; BugsCmds.Clear; " ... .p ARRAY 3, 120 OF CHAR Elements .s BugsScanners.Scanner Fields .scriptCommand ARRAY 240 OF CHAR "#Bugs:check" ... .vectorName BOOLEAN FAL...
2012 Jun 06
1
error calling Winbugs using R2WinBugs to run a multi-level model
...=NULL, parameters.to.save=list('par1','par2','par3'), model.file=modelFile, debug=TRUE, n.chains=3, n.iter=20, n.burnin=3, n.thin=1, digits=4) ## The trap incompatible copy BugsScript.Action.Do [00000436H] .a BugsScript.Action [025B6790H] .argNum INTEGER 0 .bugsCommands ARRAY 240 OF CHAR 7877X, 75A5X, 0B17X, 3701X ... .p ARRAY 3, 120 OF CHAR Elements .s BugsScanners.Scanner Fields .scriptCommand ARRAY 240 OF CHAR "#Bugs:check" ... .vectorName BOOLEAN FALSE Services.Exec [00000136H] .a Services.Action [025B6790H] .t P...
2007 Jun 25
0
[1072] trunk/wxruby2/swig/shared/datetime.i: Add typemap for DateTime::WeekDay; plug mem leak with wxDateTime arg
...gt; &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp$1 = new wxDateTime(d, mon, y, h, min, s, 0); </span><span class="cx"> } </span><span class="cx"> </span><ins>+%typemap(freearg) wxDateTime& "if ( argc > $argnum - 2 ) delete $1;" + </ins><span class="cx"> %typemap(out) wxDateTime& { </span><span class="cx"> VALUE y = INT2NUM($1->GetYear()); </span><span class="cx"> VALUE mon = INT2NUM($1->GetMonth() + 1); </span>...
2007 Jan 23
0
[853] trunk/wxruby2/swig: Replace deprecated STR2CSTR with StringValuePtr
...><span class="cx"> ############################################################## </span><span class="cx"> %typemap(in) wxString& { </span><span class="cx"> &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp// $argnum: $1_type $1_name ($1_mangle) [$1_ltype] </span><del>-&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp$1 = new wxString(STR2CSTR($input), wxConvUTF8); </del><ins>+&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp$1 = new wxString...
2007 May 21
0
[1024] trunk/wxruby2/swig: Memory mgmt: defs and implementation of new memory management; strip
...><span class="cx"> ############################################################## </span><span class="cx"> %typemap(in) wxString& { </span><span class="cx"> &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp// $argnum: $1_type $1_name ($1_mangle) [$1_ltype] </span></span></pre></div> <a id="trunkwxruby2swigwxi"></a> <div class="modfile"><h4>Modified: trunk/wxruby2/swig/wx.i (1023 => 1024)</h4> <pre class="diff"><span&...