Software: Apache/2.2.16 (Debian). PHP/5.3.3-7+squeeze19 uname -a: Linux mail.tri-specialutilitydistrict.com 2.6.32-5-amd64 #1 SMP Tue May 13 16:34:35 UTC uid=33(www-data) gid=33(www-data) groups=33(www-data) Safe-mode: OFF (not secure) /usr/share/seed/extensions/ drwxr-xr-x |
Viewing file: Select action/file-type: Clutter = imports.gi.Clutter; var animations = new Array(); Clutter.Actor.prototype.animate = function(mode, duration, json) { var properties = new Array(); var endvalues = new Array(); for (var prop in json){ properties.push(prop); endvalues.push(new Array(this.__property_type(prop), json[prop])); } var animation = this.animatev(mode, duration, properties.length, properties, endvalues); animations.push(animation); animation.timeline.signal["completed"].connect( function(timeline, obj){ animations.splice(animations.indexOf(animation),1); }, this); return animation; } Clutter.Actor.prototype.animate_with_timeline = function(mode, timeline, json) { var properties = new Array(); var endvalues = new Array(); for (var prop in json) { properties.push(prop); endvalues.push(new Array(this.__property_type(prop), json[prop])); } var animation = this.animate_with_timelinev(mode, timeline, properties.length, properties, endvalues); animations.push(animation); animation.timeline.signal["completed"].connect( function(timeline, obj){ animations.splice(animations.indexOf(animation),1); }, this); return animation; } Clutter.Actor.prototype.animate_with_alpha = function(alpha, json) { var properties = new Array(); var endvalues = new Array(); for (var prop in json) { properties.push(prop); endvalues.push(new Array(this.__property_type(prop), json[prop])); } var animation = this.animate_with_alphav(alpha, properties.length, properties, endvalues); animations.push(animation); animation.timeline.signal["completed"].connect( function(timeline, obj){ animations.splice(animations.indexOf(animation),1); }, this); return animation; } |
:: Command execute :: | |
--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by KaizenLouie | C99Shell Github | Generation time: 0.0082 ]-- |