search for: setvariable

Displaying 20 results from an estimated 50 matches for "setvariable".

2007 Jun 27
0
Branch 'as' - 4 commits - test/trace
...arget-6.swf |binary test/trace/definelocal-target-6.swf.trace | 3 ++ test/trace/definelocal-target-7.swf |binary test/trace/definelocal-target-7.swf.trace | 3 ++ test/trace/definelocal-target.as | 13 +++++++++ test/trace/setvariable-function-5.swf |binary test/trace/setvariable-function-5.swf.trace | 5 +++ test/trace/setvariable-function-6.swf |binary test/trace/setvariable-function-6.swf.trace | 5 +++ test/trace/setvariable-function-7.swf |binary test/trace/setva...
2007 Jun 17
2
Branch 'as' - test/trace
test/trace/Makefile.am | 1 test/trace/values.as | 63 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 64 insertions(+) New commits: diff-tree aaca94203d8a0ccb8feb32c0d57df3401fca0350 (from 987074e275ac77f8799e5fdf41890e8ef126b291) Author: Benjamin Otte <otte at gnome.org> Date: Sun Jun 17 12:56:42 2007 +0200 add values.as which provides some default values
2010 Aug 27
8
R.matlab package help
Hi,all I have a problem running R.matlab package (under 2.10.1 version). I can set up the matlab server under local machine(run the MatlabServer.m), " And I can use setVariable and evaluate matlab functions in R. But when I ask Matlab to send the value back to R using getVariable function it always returns an error: " ??? Error: A MATLAB string constant is not terminated properly. Error in ==> MatlabServer at 197 eval(expr); " it seems matlab have put...
2005 May 16
2
callback problem
hello i am trying to make a callback solution. client will call callback number and call is terminated. now callback server will create a call for that client. actually i have a problem in this process. that server is creating call to client (UA) when previous call is not disconnected yet. UA---------->Asterisk(callbacknumber) callis answered UA<----------Asterisk(callbackserver) call is
2018 May 05
0
Bug in profile.nls with algorithm = "plinear"
Dear sirs It seems like there is a bug in `profile.nls` with `algorithm = "plinear"` when a matrix is supplied on the right hand side. Here is the bug and a potential fix ##### # example where profile.nls does not work with `plinear` but does with # `default` require(graphics) set.seed(1) DNase1 <- subset(DNase, Run == 1) x <- rnorm(nrow(DNase1)) f1 <- nls(density ~ b1/(1 +
2010 Aug 13
2
Unable to retrieve residual sum of squares from nls output
Colleagues, I am using "nls" successfully (2.11.1, OS X) but I am having difficulties retrieving part of the output - residual sum of squares. I have assigned the output to FIT: > > FIT > Nonlinear regression model > model: NEWY ~ PMESOR + PAMPLITUDE * cos(2 * pi * (NEWX - POFFSET)/PERIOD) > data: parent.frame() > PMESOR PAMPLITUDE POFFSET >
2023 Apr 10
1
Setting PJSIP header from AMI
...ello, We are moving from an older asterisk/SIP to a newer (18+) asterisk/PJSIP and trying to figure out how to add [identity] header when originating a call from AMI/PAMI. In the older version we would just set a variable like this: $action = new OriginateAction("SIP/...."); $action->setVariable('__SIPADDHEADER51',"Identity: $identity"); // $identity contains generated by 3rd party header Is there anything similar for $action = new OriginateAction("PJSIP/...."); ??? that would work for PJSIP? Any suggestions are appreciated. Alex Zarubin/TTH...
2010 Jul 17
1
AGI execution after Dial
...like console dial number) channel to originate calls? This might be a solution. action.setChannel("SIP/99051000XXXXXX"); action.setCallerId("99051000XXXXXX"); action.setContext("autodialer"); action.setExten("1"); action.setPriority(new Integer(1)); action.setVariable("numero", "5555555"); Then, I figured I could place the calls from within an AGI script. Obviously, I got stuck again. Now, when I execute the application Dial, the script pauses until the called party hangs up. This behavior is expected but I'd like to know if there's...
2013 May 28
6
Ocultar componentes de una lista
Saludos a todos, Quisiera saber como ocultar algunos componentes de una lista para que cuando crees una funcion solo se muestre una parte de esa lista, y que al resto tengas acceso cuando descompongas ese objeto, por ejemplo: Tengo la siguiente data: data=data.frame(Samples=1:10,Sobs=c(12.6,22.4,27.4,30.5,32.5,34.3,36,37.4,38.9,39.9)) Cuando uso la funcion nls: A <-
2007 Oct 25
0
4 commits - libswfdec/swfdec_button.h libswfdec/swfdec_button_movie.c libswfdec/swfdec_resource.c libswfdec/swfdec_resource.h libswfdec/swfdec_sprite_movie.c test/trace
...@ -1585,6 +1578,13 @@ EXTRA_DIST = \ settarget-relative-7.swf.trace \ settarget-relative-8.swf \ settarget-relative-8.swf.trace \ + settimeout.as \ + settimeout-5.swf \ + settimeout-5.swf.trace \ + settimeout-6.swf \ + settimeout-6.swf.trace \ + settimeout-7.swf \ + settimeout-7.swf.trace \ setvariable.swf \ setvariable.swf.trace \ setvariable-callback.as \ commit a8228f8290786387b076a6829775aba781d5da08 Author: Benjamin Otte <otte at gnome.org> Date: Thu Oct 25 12:01:02 2007 +0200 add a test suggested on IRC diff --git a/test/trace/Makefile.am b/test/trace/Makefile.am index aa7...
2006 Feb 27
1
Problems dialing to another Asterisk server
..."mariaSIP"); originateAction.setExten("222"); originateAction.setPriority(nPriority); originateAction.setTimeout(nTimeout); originateResponse = managerConnection.sendAction(originateAction, 30000); if(originateResponse.getResponse().equals("Success")) { setVarAction.setVariable("STRING3"); setVarAction.setValue("SIP/6020"); originateResponse = managerConnection.sendAction(setVarAction, 30000); if(originateResponse.getResponse().equals("Success")) { RedirectAction redirectAction = new RedirectAction(); redirectAction.se...
2007 Jun 08
0
Changes to 'refs/tags/0.4.2'
...add stub for _quality property add GetProperty and SetProperty actions implement GetMember and Add2 for Flash7 implement SetMember fix string Add2 push a double, not a float fix SetMember Fix case handling (don't make it global anymore) and implement SetVariable implement Less2 and Greater actions and fix a big bug fix binary ops for undefined2-7.swf Implement Jump, If and Not implement Increment and Decrement allow NULL buffer in swfdec_bits_init and 0 length in swfdec_bits_get_buffer convert the parsing code to the rec...
2007 Jun 10
1
variable scope
caveat: I haven't either read actionscript language spec nor really got through swfdec context, frame and such. This is fully based on blocky.swf code inspection. thanks to flare, i can extract the below beautiful code. You don't need to understand the whole thing but there is one thing to notice: border[XY]start are initialized in on(press) and get used in on(release). Currently swfdec
2013 May 28
3
Ocultar componentes de una lista
Hola Javier, Creo que comprendio mal mi pregunta, quiero saber como ocultar algunos componentes de una lista producida por una funcion que uno crea, pero que solo esten ocultos y que pueda tener acceso a esos componentes cuando uso la funcion "str", la cual despliega todos los componentes de la lista. Además como hacer para que salga ordenado o de una forma preferida los componentes
2007 Feb 22
0
3 commits - libswfdec/swfdec_js.c libswfdec/swfdec_js_movie.c libswfdec/swfdec_script.c
...tURL", swfdec_js_getURL, 2, 0, 0 }, { "gotoAndPlay", mc_gotoAndPlay, 1, 0, 0 }, diff-tree 3c4a91276dbf607849f02fc9f637f8caf1c339c6 (from 27f57143cbff3082c9b565e5256023baaf079140) Author: Benjamin Otte <otte@gnome.org> Date: Thu Feb 22 18:53:05 2007 +0100 rework SetVariable, SetProperty and GetProperty - try setting an existing property first - use the varobj and not the scopeChain if the property doesn't exist - make GetProperty ("bla", x) work like GetVariable ("bla.$property[x]") - same for SetVariable diff --git a/libs...
2007 Oct 12
0
Changes to 'refs/tags/0.5.3'
...ll of them remove code dupliction and associated SEGV when reading 0-size RGBA gradients more bad duplication implement swfdec_movie_get_root () function rewrite GetVariable stuff once again - this time it works improve debugging prints for SetTarget actions make SetVariable use the new lookup stuff, too lookup first variables in new lookup code not using target, but usual frame code slash paths are treated like a normal variable when they don't reference a movie add all the tests that accumulated during GetVariable REing look up "..&qu...
2013 May 28
3
Ocultar componentes de una lista
Hola Eva, Gracias por la respuesta fue de mucha ayuda. Lo que me gustaria saber es por que solo algunas funciones que usan el metodo S3 son visibles en su estructura con la funcion "body". Por ejemplo si coloco body(print.ts) Me va a salir la estructura de esa funcion, sin embargo si coloco body(print.nls) Me sale el siguiente mensaje :Error in body(print.nls) :
2020 May 13
0
Tip/Question about encoding temporary data for storage in Asterisk variable to use in AGI
...?), so make sure your base64 encoded object is small! The following is a simple example which just encodes and decodes the agi variables themselves as they're an object in ts-agi (I'm using the ts-agi node package here as an example - https://github.com/sergey12313/ts-agi/ ) await ctx.setVariable('testvar2', Buffer.from(JSON.stringify(ctx.variables), 'utf8').toString('base64')) const testvar2 = (await ctx.getVariable('testvar2')).value const decoded = JSON.parse(Buffer.from(testvar2, 'base64').toString('utf8')) console.log('dec...
2007 Oct 26
0
3 commits - libswfdec/swfdec_as_context.c libswfdec/swfdec_as_context.h libswfdec/swfdec_as_interpret.c
...cx->frame->registers[try_data->register_number] = cx->throw_value; } else { SWFDEC_ERROR ("cannot set Error to register %u: not enough registers", try_data->register_number); } - } else { + } + else + { // FIXME: this is duplicate of SetVariable SwfdecAsObject *object; const char *s, *rest; @@ -2668,13 +2700,16 @@ swfdec_action_try_end_try (SwfdecAsFrame *frame, gpointer data) } } + swfdec_action_try_data_ref (try_data); swfdec_as_frame_push_block (frame, try_data->start, try_data->start + try_da...
2013 May 28
0
Ocultar componentes de una lista
Estimado Gabriel Trujillo Paucar Del str en el segundo renglón está fitted. ¿Usted pregunta algo como el siguiente ejemplo? fitted(A) O comprendí mal su pregunta. Javier Marcuzzi El 28 de mayo de 2013 13:25, Gabriel Trujillo Paucar < gabriel_enter@hotmail.com> escribió: > Saludos a todos, > > > > Quisiera saber como ocultar algunos componentes de una lista para que