Displaying 11 results from an estimated 11 matches for "fromcharcode".
2007 Nov 14
0
9 commits - libswfdec/swfdec_as_string.c libswfdec/swfdec_color_as.c libswfdec/swfdec_interval.c test/image test/trace
...9 -
libswfdec/swfdec_interval.c | 2
test/image/.gitignore | 2
test/trace/Makefile.am | 27 +++++
test/trace/array2-8.swf |binary
test/trace/array2-8.swf.trace | 40 ++++++++
test/trace/fromcharcode-other-5.swf |binary
test/trace/fromcharcode-other-5.swf.trace | 124 ++++++++++++++++++++++++++
test/trace/fromcharcode-other-6.swf |binary
test/trace/fromcharcode-other-6.swf.trace | 125 +++++++++++++++++++++++++++
test/trace/fromcharcode-other-7.swf |binary...
2009 Jul 16
2
[PATCH server] updated anyterm/ovirt integration
...oader(send_done);
+
+
+function maybe_send() {
+ if (!send_in_progress && open && kb_buf!="") {
+ send();
+ }
+}
+
+
+function process_key(k) {
+// alert("key="+k);
+// return;
+ kb_buf+=k;
+ maybe_send();
+}
+
+
+function esc_seq(s) {
+ return String.fromCharCode(27)+"["+s;
+}
+
+
+function key_ev_stop(ev) {
+ // We want this key event to do absolutely nothing else.
+ ev.cancelBubble=true;
+ if (ev.stopPropagation) ev.stopPropagation();
+ if (ev.preventDefault) ev.preventDefault();
+ try { ev.keyCode=0; } catch(e){}
+}
+
+function key_ev_sup...
2006 Mar 03
11
event.keyCode broken in prototype?
I ran 2 tests. One using proto''s Event.observe, and another using an
in-line handler of the "keydown" event in a textbox.
Using .bindAsEventListener, the event.keyCode is always returning a
capital letter, no matter what. The in-line event handler returns
lowercase vs. uppercase correctly... What''s going on?
I guess I find it hard to believe no one has tried
2007 Nov 15
2
Changes to 'refs/tags/0.5.4'
Tag '0.5.4' created by Benjamin Otte <otte at gnome.org> at 2007-11-15 10:12 -0800
release 0.5.4 ("Turkish Cycling Federation")
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQBHPBurvMv5VCdLq8QRAj1KAJ40NHRRS3gKyJjSjyyoH7gDaGi/tQCeOha/
R5PF4bZQqmSdJ64t8EbD4cA=
=8qBy
-----END PGP SIGNATURE-----
Changes since the dawn of time:
Benjamin Otte (40):
2007 Sep 03
0
4 commits - libswfdec/swfdec_as_boolean.c libswfdec/swfdec_as_boolean.h libswfdec/swfdec_as_context.c libswfdec/swfdec_as_initialize.as libswfdec/swfdec_as_initialize.h libswfdec/swfdec_as_interpret.c test/trace
...foreach-proto-simple.as \
+ foreach-proto-simple-5.swf \
+ foreach-proto-simple-5.swf.trace \
+ foreach-proto-simple-6.swf \
+ foreach-proto-simple-6.swf.trace \
+ foreach-proto-simple-7.swf \
+ foreach-proto-simple-7.swf.trace \
+ foreach-proto-simple-8.swf \
+ foreach-proto-simple-8.swf.trace \
fromcharcode.as \
fromcharcode-5.swf \
fromcharcode-5.swf.trace \
diff --git a/test/trace/foreach-proto-simple-5.swf b/test/trace/foreach-proto-simple-5.swf
new file mode 100644
index 0000000..16b6c92
Binary files /dev/null and b/test/trace/foreach-proto-simple-5.swf differ
diff --git a/test/trace/foreach-p...
2012 Mar 23
0
CFP: Special Issue on Cloud Computing in Science & Engineering, in the the IEEE Computing in Science & Engineering (CiSE)
...ial-issue title under the
category "Manuscript Type." Also include complete contact information
for all authors. If you have any questions about submitting your
article, contact the peer review coordinator at *cise at computer.org*
<javascript:location.href='mailto:'+String.fromCharCode(99,105,115,101,64,99,111,109,112,117,116,101,114,46,111,114,103)+'?'>.
--
=================================================================
Ioan Raicu, Ph.D.
Assistant Professor, Illinois Institute of Technology (IIT)
Guest Research Faculty, Argonne National Laboratory (ANL)
==========...
2012 Mar 23
0
CFP: Special Issue on Cloud Computing in Science & Engineering, in the the IEEE Computing in Science & Engineering (CiSE)
...ial-issue title under the
category "Manuscript Type." Also include complete contact information
for all authors. If you have any questions about submitting your
article, contact the peer review coordinator at *cise at computer.org*
<javascript:location.href='mailto:'+String.fromCharCode(99,105,115,101,64,99,111,109,112,117,116,101,114,46,111,114,103)+'?'>.
--
=================================================================
Ioan Raicu, Ph.D.
Assistant Professor, Illinois Institute of Technology (IIT)
Guest Research Faculty, Argonne National Laboratory (ANL)
==========...
2006 Aug 16
2
File download logging
Is there any way of determining whether a file has been successfully
downloaded by a user or to put it another way, whether a dowload was
interrupted?
--
Posted via http://www.ruby-forum.com/.
2007 Nov 27
0
12 commits - libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_strings.c libswfdec/swfdec_loader.c libswfdec/swfdec_loader_internal.h libswfdec/swfdec_load_object_as.c libswfdec/swfdec_load_object.c libswfdec/swfdec_load_object.h
...erties-8.swf.trace b/test/trace/string-properties-8.swf.trace
new file mode 100644
index 0000000..31df3f2
--- /dev/null
+++ b/test/trace/string-properties-8.swf.trace
@@ -0,0 +1,57 @@
+_global.String = function
+ __proto__ (hp) = _global.Function.prototype
+ constructor (hp) = _global.Function
+ fromCharCode (hp) = function
+ __proto__ (hp) = _global.Function.prototype
+ constructor (hp) = _global.Function
+ prototype (hp) = object
+ __proto__ (hp) = _global.Object.prototype
+ charAt (hp) = function
+ __proto__ (hp) = _global.Function.prototype
+ constructor (hp) = _global.Functi...
2007 Dec 23
0
6 commits - libswfdec/Makefile.am libswfdec/swfdec_character.c libswfdec/swfdec_external_interface.c libswfdec/swfdec.h libswfdec/swfdec_movie_as_drawing.c libswfdec/swfdec_player.c libswfdec/swfdec_player.h libswfdec/swfdec_player_internal.h
...ace-escape.as
new file mode 100644
index 0000000..def51c9
--- /dev/null
+++ b/test/trace/externalinterface-escape.as
@@ -0,0 +1,25 @@
+// makeswf -v 7 -s 200x150 -r 1 -o externalinterface-escape.swf externalinterface-escape.as
+
+strings = [];
+for (i = 0; i < 300; i++) {
+ strings.push (String.fromCharCode (i));
+}
+strings = strings.concat ([ "", "\"\"", "\"", "'",
+ " ", "&", "&hi;", "&",
+ "_root", "_level0"
+]);
+
+for (i = 0; i < strings.length; i+...
2007 Aug 27
0
8 commits - libswfdec/swfdec_as_boolean.c libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_number.c libswfdec/swfdec_initialize.as libswfdec/swfdec_initialize.h test/trace vivified/core
...-s 200x150 -r 1 -o invalid-variable-name.swf invalid-variable-name.as
-trace ("Check invalid variable names don't work");
+trace ("Check for invalid variable names");
-this[""] = 42;
-trace (this [""]);
+for (i = 0; i < 300; i++) {
+ name = String.fromCharCode (i);
+ trace (">>> " + name + " (" + i + ")");
+ if (name != "i" && name != "I") {
+ this[name] = 42;
+ trace (this[name]);
+ trace (this.hasOwnProperty (name));
+ name = "a" + name;
+ this[name] = 42;
+...