search for: goto1

Displaying 8 results from an estimated 8 matches for "goto1".

Did you mean: goto
2003 Jun 17
11
New Module app_perl
...needing to make a module Say you want to make gotoif that can parse expressions exten => 1,1,Perl,gotoif:${var} > 12:1|4:1|5 say ${var} = 4 then gotoif perl sub is launched as gotoif(4,"1|4","1|5"); and gotoif() looks like: sub gotoif(@) { my($expr,$goto1,$goto2) = @_; my $test; eval "\$test = ($expr)"; my $ret = "goto:" . (($test) ? $goto1 : $goto2); print "test: [$expr] = [$test] [$ret]\n"; $ret; } Funy thing is I was too obcessed with what I had already seen so far in asterisk that I didnt even notice AGI...
2007 Mar 16
0
4 commits - libswfdec/swfdec_script.c test/image test/trace
...in.swf \ function-prototype-chain.swf.trace \ + function-scope.as \ + function-scope-5.swf \ + function-scope-5.swf.trace \ + function-scope-6.swf \ + function-scope-6.swf.trace \ + function-scope-7.swf \ + function-scope-7.swf.trace \ function-undefined.swf \ function-undefined.swf.trace \ goto1.swf \ diff --git a/test/trace/function-scope-5.swf b/test/trace/function-scope-5.swf new file mode 100644 index 0000000..aad1665 Binary files /dev/null and b/test/trace/function-scope-5.swf differ diff --git a/test/trace/function-scope-5.swf.trace b/test/trace/function-scope-5.swf.trace new file mo...
2007 Mar 05
0
5 commits - libswfdec/swfdec_js.h libswfdec/swfdec_js_movie.c libswfdec/swfdec_script.c test/trace
...e \ countdown.swf \ countdown.swf.trace \ currentframe.swf \ @@ -50,6 +59,8 @@ EXTRA_DIST = \ function1.swf.trace \ function2.swf \ function2.swf.trace \ + function-prototype-chain.swf \ + function-prototype-chain.swf.trace \ function-undefined.swf \ function-undefined.swf.trace \ goto1.swf \ diff --git a/test/trace/constructor-prototype.swf b/test/trace/constructor-prototype.swf new file mode 100755 index 0000000..360a372 Binary files /dev/null and b/test/trace/constructor-prototype.swf differ diff --git a/test/trace/constructor-prototype.swf.trace b/test/trace/constructor-protot...
2007 Aug 23
0
10 commits - libswfdec/swfdec_as_function.c libswfdec/swfdec_as_object.c test/trace
...6,11 @@ EXTRA_DIST = \ forin-delete-6.swf.trace \ forin-delete-7.swf \ forin-delete-7.swf.trace \ + global-variable-properties.as \ + global-variable-properties-6.swf \ + global-variable-properties-6.swf.trace \ + global-variable-properties-7.swf \ + global-variable-properties-7.swf.trace \ goto1.swf \ goto1.swf.trace \ goto2.swf \ diff --git a/test/trace/global-variable-properties-6.swf b/test/trace/global-variable-properties-6.swf new file mode 100644 index 0000000..174f2af Binary files /dev/null and b/test/trace/global-variable-properties-6.swf differ diff --git a/test/trace/global-v...
2007 Feb 19
0
22 commits - libswfdec/js libswfdec/swfdec_debugger.c libswfdec/swfdec_js.c libswfdec/swfdec_js_global.c libswfdec/swfdec_js_movie.c libswfdec/swfdec_movie.c libswfdec/swfdec_player.c libswfdec/swfdec_player_internal.h libswfdec/swfdec_script.c
...a/test/trace/Makefile.am b/test/trace/Makefile.am index 294ae51..73bded0 100644 --- a/test/trace/Makefile.am +++ b/test/trace/Makefile.am @@ -48,6 +48,8 @@ EXTRA_DIST = \ function1.swf.trace \ function2.swf \ function2.swf.trace \ + function-undefined.swf \ + function-undefined.swf.trace \ goto1.swf \ goto1.swf.trace \ goto2.swf \ diff --git a/test/trace/function-undefined.swf b/test/trace/function-undefined.swf new file mode 100755 index 0000000..11484ca Binary files /dev/null and b/test/trace/function-undefined.swf differ diff --git a/test/trace/function-undefined.swf.trace b/test/tr...
2007 Jan 31
0
Branch 'interpreter' - 20 commits - autogen.sh configure.ac libswfdec/js libswfdec/swfdec_debug.h libswfdec/swfdec_js.c libswfdec/swfdec_js_color.c libswfdec/swfdec_js_movie.c libswfdec/swfdec_movie.c libswfdec/swfdec_movie.h libswfdec/swfdec_script.c
....am b/test/trace/Makefile.am index 635e098..443cba2 100644 --- a/test/trace/Makefile.am +++ b/test/trace/Makefile.am @@ -42,6 +42,10 @@ EXTRA_DIST = \ currentframe.swf.trace \ double.swf \ double.swf.trace \ + function1.swf \ + function1.swf.trace \ + function2.swf \ + function2.swf.trace \ goto1.swf \ goto1.swf.trace \ goto2.swf \ diff --git a/test/trace/function1.swf b/test/trace/function1.swf new file mode 100755 index 0000000..63f85d4 Binary files /dev/null and b/test/trace/function1.swf differ diff --git a/test/trace/function1.swf.trace b/test/trace/function1.swf.trace new file mod...
2007 Aug 20
0
Branch 'vivi' - 60 commits - libswfdec-gtk/swfdec_gtk_loader.c libswfdec/Makefile.am libswfdec/swfdec_as_array.c libswfdec/swfdec_as_context.c libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_frame_internal.h libswfdec/swfdec_as_interpret.c
...6 +380,13 @@ EXTRA_DIST = \ function-tostring-7.swf.trace \ function-undefined.swf \ function-undefined.swf.trace \ + forin-delete.as \ + forin-delete-5.swf \ + forin-delete-5.swf.trace \ + forin-delete-6.swf \ + forin-delete-6.swf.trace \ + forin-delete-7.swf \ + forin-delete-7.swf.trace \ goto1.swf \ goto1.swf.trace \ goto2.swf \ diff-tree 223cc7d4adec6429f56efa8750e04345ccd85bfd (from 76e35412ea974749804920a47678db8c1242487b) Author: Pekka Lampila <pekka.lampila at iki.fi> Date: Wed Jul 18 19:56:45 2007 +0300 Implement hitTest for x, y coordinates (without shapeFlag) di...
2007 Feb 06
0
109 commits - configure.ac libswfdec/js libswfdec/Makefile.am libswfdec/swfdec_bits.c libswfdec/swfdec_bits.h libswfdec/swfdec_buffer.c libswfdec/swfdec_button_movie.c libswfdec/swfdec_codec_screen.c libswfdec/swfdec_color.c libswfdec/swfdec_color.h
....am b/test/trace/Makefile.am index 635e098..443cba2 100644 --- a/test/trace/Makefile.am +++ b/test/trace/Makefile.am @@ -42,6 +42,10 @@ EXTRA_DIST = \ currentframe.swf.trace \ double.swf \ double.swf.trace \ + function1.swf \ + function1.swf.trace \ + function2.swf \ + function2.swf.trace \ goto1.swf \ goto1.swf.trace \ goto2.swf \ diff --git a/test/trace/function1.swf b/test/trace/function1.swf new file mode 100755 index 0000000..63f85d4 Binary files /dev/null and b/test/trace/function1.swf differ diff --git a/test/trace/function1.swf.trace b/test/trace/function1.swf.trace new file mod...