search for: height3

Displaying 4 results from an estimated 4 matches for "height3".

Did you mean: height
2010 Mar 25
1
Problem with reshaping data from wide to long format
...64.11475164, 166.40195203, NA, 166.0826708, 165.7232283, 164.05199508, 167.3839719, 166.66838331, 162.50198958, 167.25560972, 167.67882525, 160.43653059, 163.93406069, 160.84337152, 163.74551267, 163.51428188, 163.29711762, NA, 168.345659, NA, 168.00421653, NA, 167.63059459, NA, NA, 168.30745505 ), height3 = c(170.90466092, NA, 167.38512765, 172.00014248, 171.84958505, NA, 169.97286094, NA, NA, 169.53023204, 167.64452841, 170.94253421, NA, NA, 169.11010524, 172.06679578, NA, 168.09847664, 169.42974919, 171.17927523, 166.7736197, 169.12926314, 166.34368104, 173.18168378, NA, 170.345414, NA, 172.092059...
2007 Feb 16
0
11 commits - libswfdec/swfdec_font.c libswfdec/swfdec_font.h libswfdec/swfdec_js_movie.c libswfdec/swfdec_script.c libswfdec/swfdec_script.h test/.gitignore test/trace
...t; Date: Thu Feb 15 21:15:23 2007 +0100 add another test for the width/height changes diff --git a/test/trace/Makefile.am b/test/trace/Makefile.am index d931702..d5706dc 100644 --- a/test/trace/Makefile.am +++ b/test/trace/Makefile.am @@ -64,6 +64,8 @@ EXTRA_DIST = \ height2.swf.trace \ height3.swf \ height3.swf.trace \ + height4.swf \ + height4.swf.trace \ lifetime1.swf \ lifetime1.swf.trace \ load-4.swf \ diff --git a/test/trace/height4.swf b/test/trace/height4.swf new file mode 100755 index 0000000..1df1e43 Binary files /dev/null and b/test/trace/height4.swf differ diff --git a...
2007 May 31
0
Branch 'as' - 8 commits - libswfdec/swfdec_as_context.c libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_string.c libswfdec/swfdec_as_strings.c libswfdec/swfdec_as_types.c test/trace
...te <otte at gnome.org> Date: Thu May 31 12:35:57 2007 +0200 add simple test for isNaN and isFinite diff --git a/test/trace/Makefile.am b/test/trace/Makefile.am index a4df73a..273b70b 100644 --- a/test/trace/Makefile.am +++ b/test/trace/Makefile.am @@ -166,6 +166,13 @@ EXTRA_DIST = \ height3.swf.trace \ height4.swf \ height4.swf.trace \ + isnan.as \ + isnan-5.swf \ + isnan-5.swf.trace \ + isnan-6.swf \ + isnan-6.swf.trace \ + isnan-7.swf \ + isnan-7.swf.trace \ lifetime1.swf \ lifetime1.swf.trace \ load-4.swf \ diff --git a/test/trace/isnan-5.swf b/test/trace/isnan-5.swf new...
2007 Jun 06
0
Branch 'as' - 13 commits - libswfdec/swfdec_as_context.c libswfdec/swfdec_as_context.h libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_frame.h libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_object.c libswfdec/swfdec_as_object.h
...Benjamin Otte <otte at gnome.org> Date: Wed Jun 6 11:57:43 2007 +0200 restore alphabetic ordering diff --git a/test/trace/Makefile.am b/test/trace/Makefile.am index d85db0f..a9def0e 100644 --- a/test/trace/Makefile.am +++ b/test/trace/Makefile.am @@ -180,6 +180,13 @@ EXTRA_DIST = \ height3.swf.trace \ height4.swf \ height4.swf.trace \ + if.as \ + if-5.swf \ + if-5.swf.trace \ + if-6.swf \ + if-6.swf.trace \ + if-7.swf \ + if-7.swf.trace \ initobject-stack.as \ initobject-stack-5.swf \ initobject-stack-5.swf.trace \ @@ -194,13 +201,6 @@ EXTRA_DIST = \ isnan-6.swf.trace \...