Displaying 6 results from an estimated 6 matches for "goto2".
Did you mean:
goto
2003 Jun 17
11
New Module app_perl
...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 until...
2007 Aug 23
0
10 commits - libswfdec/swfdec_as_function.c libswfdec/swfdec_as_object.c test/trace
...ete-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-variable-properties-6.swf.trace b/t...
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
...race/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/trace/function-undefined.swf.trace
n...
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
...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 mode 100755
index 0000000..8403c7e
--...
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
...tion-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)
diff --git a/libswfdec/swfdec_sprite...
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
...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 mode 100755
index 0000000..8403c7e
--...