search for: forin

Displaying 9 results from an estimated 9 matches for "forin".

Did you mean: sorin
2007 Aug 17
0
3 commits - libswfdec/swfdec_sprite_movie_as.c test/trace
libswfdec/swfdec_sprite_movie_as.c | 25 ++++++++++++++++++++++++- test/trace/Makefile.am | 7 +++++++ test/trace/forin-delete-5.swf |binary test/trace/forin-delete-5.swf.trace | 1 + test/trace/forin-delete-6.swf |binary test/trace/forin-delete-6.swf.trace | 1 + test/trace/forin-delete-7.swf |binary test/trace/forin-delete-7.swf.trace | 1 + test/trace/forin-delete.as | 14...
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
.../construct-properties-7.swf |binary test/trace/construct-properties-7.swf.trace | 93 ++++++++++ test/trace/construct-properties-8.swf |binary test/trace/construct-properties-8.swf.trace | 93 ++++++++++ test/trace/construct-properties.as | 36 ++++ test/trace/forin-delete-5.swf |binary test/trace/forin-delete-5.swf.trace | 1 test/trace/forin-delete-6.swf |binary test/trace/forin-delete-6.swf.trace | 1 test/trace/forin-delete-7.swf |binary test/trace/forin-delete-7.swf.trace...
2007 Aug 26
0
Changes to 'refs/tags/0.5.2'
..._proto__ and __constructor__ properties flags Fix propflags test case by sorting the traced arrays. Forgot to add propflags test to Makefile.am Add test for deleting properties when in for in loop Implement hitTest for x, y coordinates (without shapeFlag) Forgot to add forin-delete test to Makefile.am (sigh) Move XML.load code to new LoadObject class, make it work with any Object Set _bytesLoaded and _bytesTotal properties in LoadObject Set _bytesLoaded to 0 when LoadObject is started Reformat LoadObject code a little Fix load method crash...
2007 Oct 14
0
4 commits - libswfdec/swfdec_as_interpret.c libswfdec/swfdec_sound.c test/trace
...2007 +0200 add test for Get/SetProperty actions Not a very complete test, but it used to fail ;) diff --git a/test/trace/Makefile.am b/test/trace/Makefile.am index d20beb2..33cc77d 100644 --- a/test/trace/Makefile.am +++ b/test/trace/Makefile.am @@ -590,6 +590,15 @@ EXTRA_DIST = \ forin-delete-6.swf.trace \ forin-delete-7.swf \ forin-delete-7.swf.trace \ + getsetproperty-target.as \ + getsetproperty-target-5.swf \ + getsetproperty-target-5.swf.trace \ + getsetproperty-target-6.swf \ + getsetproperty-target-6.swf.trace \ + getsetproperty-target-7.swf \ + getsetproperty-target-7...
2007 Aug 23
0
10 commits - libswfdec/swfdec_as_function.c libswfdec/swfdec_as_object.c test/trace
...i.fi> Date: Thu Aug 23 16:59:49 2007 +0300 Add a testcase for _global's functions' properties diff --git a/test/trace/Makefile.am b/test/trace/Makefile.am index f666ac8..0bf5be0 100644 --- a/test/trace/Makefile.am +++ b/test/trace/Makefile.am @@ -446,6 +446,11 @@ EXTRA_DIST = \ forin-delete-6.swf.trace \ forin-delete-7.swf \ forin-delete-7.swf.trace \ + global-function-properties.as \ + global-function-properties-6.swf \ + global-function-properties-6.swf.trace \ + global-function-properties-7.swf \ + global-function-properties-7.swf.trace \ global-variable-properties.as...
2009 Mar 27
4
A beginner's question
I am a new R-language user. I have set up a data frame "mydata",one of the colume of which is "skill". Now I want to select the observations whose "skill" value is equal to 1,by what command can I get it?
2007 Sep 04
0
4 commits - libswfdec/swfdec_as_array.c libswfdec/swfdec_video_movie_as.c test/trace
...59,6 +469,8 @@ EXTRA_DIST = \ function2.swf \ function2.swf.trace \ function-properties.as \ + function-properties-5.swf \ + function-properties-5.swf.trace \ function-properties-6.swf \ function-properties-6.swf.trace \ function-properties-7.swf \ @@ -489,11 +501,15 @@ EXTRA_DIST = \ forin-delete-7.swf \ forin-delete-7.swf.trace \ global-function-properties.as \ + global-function-properties-5.swf \ + global-function-properties-5.swf.trace \ global-function-properties-6.swf \ global-function-properties-6.swf.trace \ global-function-properties-7.swf \ global-function-proper...
2011 Jun 24
0
Wine release 1.3.23
...l: Added IHTMLTitleElement stub implementation. mshtml: Added IDispatchEx support to HTMLTitleElement object. vbscript: Added new DLL. vbscript: Added Dll[Un]RegisterServer implementation. vbscript: Added VBScript class factory implementation. jscript: Correctly handle forin statement on pure IDispatch object. jscript: Correctly throw an exception if instanceof expression is not used on function. urlmon: Fixed handling empty URIs. urlmon: Use BSTR for URLName in URLMoniker object. urlmon: Reimplement CreateURLMonikerEx on top of IUri APIs....
2007 Oct 18
0
14 commits - libswfdec/swfdec_as_strings.c libswfdec/swfdec_initialize.as libswfdec/swfdec_initialize.h libswfdec/swfdec_text_field_movie_as.c libswfdec/swfdec_text_field_movie.c libswfdec/swfdec_text_field_movie.h libswfdec/swfdec_text_format.c
...Date: Thu Oct 18 14:47:35 2007 +0300 Add a test to see on what movies different getDepth functions work diff --git a/test/trace/Makefile.am b/test/trace/Makefile.am index 0d9f5dc..974fb5a 100644 --- a/test/trace/Makefile.am +++ b/test/trace/Makefile.am @@ -608,6 +608,15 @@ EXTRA_DIST = \ forin-delete-6.swf.trace \ forin-delete-7.swf \ forin-delete-7.swf.trace \ + get-depth.as \ + get-depth-5.swf \ + get-depth-5.swf.trace \ + get-depth-6.swf \ + get-depth-6.swf.trace \ + get-depth-7.swf \ + get-depth-7.swf.trace \ + get-depth-8.swf \ + get-depth-8.swf.trace \ getsetproperty-target.a...