search for: delete2

Displaying 15 results from an estimated 15 matches for "delete2".

Did you mean: deleted
2007 May 29
0
Branch 'as' - 6 commits - libswfdec/swfdec_as_interpret.c libswfdec/swfdec_js_xml.c libswfdec/swfdec_tag.c player/swfplay.c
...rames); s->parse_sprite->parse_frame = s->parse_sprite->n_frames; } diff-tree 33ee0a567aa0a7d9b287a5285527b436ae3fe560 (from 91a151966efb877bc00d769a59700857e8534353) Author: Benjamin Otte <otte at gnome.org> Date: Tue May 29 15:09:12 2007 +0200 implement Delete and Delete2 diff --git a/libswfdec/swfdec_as_interpret.c b/libswfdec/swfdec_as_interpret.c index 42479d2..abc4c8c 100644 --- a/libswfdec/swfdec_as_interpret.c +++ b/libswfdec/swfdec_as_interpret.c @@ -1652,41 +1652,29 @@ swfdec_action_return (SwfdecAsContext *c swfdec_as_context_return (cx); } -#if 0 s...
2007 Dec 12
6
namespace problem / 1.1beta11
...not exist Creating folder [___________] Couldn't create [___________]266 NO Unknown namespace. Used imapsync command: /home/imapsync/imapsync --host1 ip.of.host.1 --user1 user1 --password1 password --host2 127.0.0.1 --user2 user2 --password2 password --authmech2 LOGIN --regextrans2 s/\./_/g --delete2 --sep1 . --sep2 . --justfolders Another run with different namespace settings shows up the folders in Thunderbird as INBOX^2002, INBOX^Trash ans so on... My goal is to keep all client settings when migrating a bigger installation of cyrus to dovecot. For know all folders in Cyrus appear as subfo...
2013 Dec 03
2
Complete migration from Cyrus on remote server
...I am using Imapsync (http://imapsync.lamiral.info) to perform the initial synchronization (i have scripted it to maintain sync every 10 minutes with the addtion of "--maxage 1" option) using the following command line options: /usr/local/bin/imapsync --noreleasecheck --useheader ALL --delete2 --expunge2 --tmpdir /var/vmail/cache --subscribe --subscribed --tls1 --tls2 --usecache --nofoldersizes --nocheckmessageexists --host1 oldserver.domain.com --authuser1 adminuser --user1 testuser at domain.com --authmech1 PLAIN --password1 <HIDDEN> --host2 newserver.domain.com --authuser2 admin...
2007 Mar 05
0
11 commits - configure.ac libswfdec/swfdec_js_movie.c libswfdec/swfdec_root_movie.c libswfdec/swfdec_root_movie.h libswfdec/swfdec_script.c libswfdec/swfdec_sprite.c libswfdec/swfdec_sprite.h libswfdec/swfdec_sprite_movie.c libswfdec/swfdec_swf_decoder.c
...+ if (!movie->has_name || + script->jsobj == NULL) return; cx = script->jscx; diff-tree efce7d9c8c83c94695264ad55902cd78130141df (from f7b8a791525df2b8f431ce233219f25cd694428a) Author: Benjamin Otte <otte@gnome.org> Date: Sun Mar 4 23:35:07 2007 +0100 implement Delete2 also change assertion to SWFDEC_ERROR, we don't wanna crash diff --git a/libswfdec/swfdec_script.c b/libswfdec/swfdec_script.c index f51a3d2..7f0a833 100644 --- a/libswfdec/swfdec_script.c +++ b/libswfdec/swfdec_script.c @@ -1763,6 +1763,26 @@ swfdec_action_delete (JSContext *cx, gui...
2011 Mar 22
2
Mail Sync
I am trying to sync my mail on two different servers as testing for converting our business over to a server using dovecot. I am currently running dovecot version 2.0.11 While trying to sync the messages using Thunderbird and a program named imapsync, I run into an error stating that the dovecot server does not know how to handle messages with the FORWARD flag set. Is the FORWARD flag
2007 Jan 31
0
Branch 'interpreter' - 3 commits - libswfdec/js libswfdec/swfdec_script.c
...c = script->buffer->data + script->buffer->length; + cx->fp->sp--; + return JS_TRUE; +} + /*** PRINT FUNCTIONS ***/ static char * @@ -1703,12 +1780,12 @@ static const SwfdecActionSpec actions[25 /* version 5 */ [0x3a] = { "Delete", NULL }, [0x3b] = { "Delete2", NULL }, - [0x3c] = { "DefineLocal", NULL }, //, 2, 0, { NULL, NULL, swfdec_action_define_local, swfdec_action_define_local, swfdec_action_define_local } }, + [0x3c] = { "DefineLocal", NULL, 2, 0, { NULL, NULL, swfdec_action_define_local, swfdec_action_define_local, swfd...
2007 Nov 07
0
14 commits - libswfdec/swfdec_as_context.c libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_interpret.h libswfdec/swfdec_net_stream.c libswfdec/swfdec_script.c libswfdec/swfdec_sprite_movie.c libswfdec/swfdec_tag.c libswfdec/swfdec_text_field_movie.c
...on_ascii_to_char, swfdec_action_ascii_to_char } }, + [SWFDEC_AS_ACTION_MB_ASCII_TO_CHAR] = { "MBAsciiToChar", NULL, 1, 1, swfdec_action_ascii_to_char, 4 }, /* version 5 */ [SWFDEC_AS_ACTION_DELETE] = { "Delete", NULL, 2, 1, swfdec_action_delete, 5 }, [SWFDEC_AS_ACTION_DELETE2] = { "Delete2", NULL, 1, 1, swfdec_action_delete2, 5 }, @@ -3176,7 +3166,7 @@ const SwfdecActionSpec swfdec_as_actions[256] = { [SWFDEC_AS_ACTION_ENUMERATE] = { "Enumerate", NULL, 1, -1, swfdec_action_enumerate, 5 }, [SWFDEC_AS_ACTION_ADD2] = { "Add2", NULL, 2, 1...
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
...= { "MBCharToAscii", NULL }, [0x37] = { "MVAsciiToChar", NULL }, /* version 5 */ - [0x3a] = { "Delete", NULL }, + [0x3a] = { "Delete", NULL, 2, 0, { NULL, NULL, swfdec_action_delete, swfdec_action_delete, swfdec_action_delete } }, [0x3b] = { "Delete2", NULL }, [0x3c] = { "DefineLocal", NULL, 2, 0, { NULL, NULL, swfdec_action_define_local, swfdec_action_define_local, swfdec_action_define_local } }, [0x3d] = { "CallFunction", NULL, -1, 1, { NULL, NULL, swfdec_action_call_function, swfdec_action_call_function, swfdec...
2007 Apr 27
0
Changes to 'refs/tags/0.4.3'
...prove debugging register the loader correctly No need for storing the player in the script anymore read DoInitAction contents implement ActionInitArray add array test s/swfdec_action_to_number/swfdec_value_to_number/ implement ActionToNumber implement Delete2 only remove movie as property if it is one allow attaching runtime data to characters use per-character data to check if movie's DoInitAction has been run, oops, the cairo requirement should be >= 1.2 not >= 0.4 implement ActionSwap add swfdec_js_object...
2007 Apr 12
0
Branch 'as' - 14 commits - libswfdec-gtk/swfdec_playback_alsa.c libswfdec/swfdec_as_context.c libswfdec/swfdec_as_context.h libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_frame.h libswfdec/swfdec_as_function.c libswfdec/swfdec_as_function.h
...org> Date: Thu Apr 12 16:08:31 2007 +0200 implement StoreRegister diff --git a/libswfdec/swfdec_as_interpret.c b/libswfdec/swfdec_as_interpret.c index 6925052..70a5920 100644 --- a/libswfdec/swfdec_as_interpret.c +++ b/libswfdec/swfdec_as_interpret.c @@ -1633,22 +1633,23 @@ swfdec_action_delete2 (SwfdecAsContext * return JS_TRUE; return JS_DeleteProperty (cx, pobj, name); } +#endif static void swfdec_action_store_register (SwfdecAsContext *cx, guint action, const guint8 *data, guint len) { if (len != 1) { SWFDEC_ERROR ("StoreRegister action requires a length of 1...
2007 Apr 27
0
Changes to 'refs/tags/0.4.4'
...prove debugging register the loader correctly No need for storing the player in the script anymore read DoInitAction contents implement ActionInitArray add array test s/swfdec_action_to_number/swfdec_value_to_number/ implement ActionToNumber implement Delete2 only remove movie as property if it is one allow attaching runtime data to characters use per-character data to check if movie's DoInitAction has been run, oops, the cairo requirement should be >= 1.2 not >= 0.4 implement ActionSwap add swfdec_js_object...
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
...rn JS_FALSE; + } + + cx->fp->sp--; + return JS_NewNumberValue (cx, d, &cx->fp->sp[-1]); +} + /*** PRINT FUNCTIONS ***/ static char * @@ -1464,8 +1523,8 @@ static const SwfdecActionSpec actions[25 /* version 5 */ [0x3a] = { "Delete", NULL }, [0x3b] = { "Delete2", NULL }, - [0x3c] = { "DefineLocal", NULL }, - [0x3d] = { "CallFunction", NULL }, + [0x3c] = { "DefineLocal", NULL }, //, 2, 0, { NULL, NULL, swfdec_action_define_local, swfdec_action_define_local, swfdec_action_define_local } }, + [0x3d] = { "CallFuncti...
2007 Apr 04
0
Branch 'as' - 4 commits - libswfdec/Makefile.am libswfdec/swfdec_as_context.c libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_interpret.h libswfdec/swfdec_as_object.c libswfdec/swfdec_as_types.c libswfdec/swfdec_as_types.h
...>fp->sp -= 2; + name = swfdec_js_to_string (cx, cx->fp->sp[1]); + if (name == NULL) + return JS_FALSE; + if (!JSVAL_IS_OBJECT (cx->fp->sp[0])) + return JS_TRUE; + return JS_DeleteProperty (cx, JSVAL_TO_OBJECT (cx->fp->sp[0]), name); +} + +static void +swfdec_action_delete2 (SwfdecAsContext *cx, guint action, const guint8 *data, guint len) +{ + const char *name; + JSObject *obj, *pobj; + JSProperty *prop; + JSAtom *atom; + + cx->fp->sp -= 1; + name = swfdec_js_to_string (cx, cx->fp->sp[1]); + if (name == NULL) + return JS_FALSE; + if (!(atom =...
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
...), name); + if (SWFDEC_AS_VALUE_IS_OBJECT (val)) { + success = swfdec_as_object_delete_variable ( + SWFDEC_AS_VALUE_GET_OBJECT (val), name) == SWFDEC_AS_DELETE_DELETED; + } SWFDEC_AS_VALUE_SET_BOOLEAN (val, success); swfdec_as_stack_pop_n (cx, 1); } @@ -1724,10 +1726,12 @@ swfdec_action_delete2 (SwfdecAsContext * { SwfdecAsValue *val; const char *name; + gboolean success = FALSE; val = swfdec_as_stack_peek (cx, 1); name = swfdec_as_value_to_string (cx, val); - SWFDEC_AS_VALUE_SET_BOOLEAN (val, swfdec_as_frame_delete_variable (cx->frame, name)); + success = swfdec_as...
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
...- { 0x33, "AsciiToChar", NULL }, - { 0x34, "GetTime", NULL }, - { 0x35, "MBStringExtract", NULL }, - { 0x36, "MBCharToAscii", NULL }, - { 0x37, "MVAsciiToChar", NULL }, - /* version 5 */ - { 0x3a, "Delete", NULL }, - { 0x3b, "Delete2", NULL }, - { 0x3c, "DefineLocal", NULL }, - { 0x3d, "CallFunction", compile_call_function }, - { 0x3e, "Return", NULL }, - { 0x3f, "Modulo", NULL }, - { 0x40, "NewObject", compile_new_object }, - { 0x41, "DefineLocal2", NULL },...