Home | History | Annotate | Download | only in parse-only

Lines Matching refs:retrieve

6256 	retrieve: function(property, dflt){
6363 var events = this.retrieve('events', {});
6396 var events = this.retrieve('events');
6421 var attached = this.retrieve('events');
6434 var events = this.retrieve('events');
6444 var fevents = from.retrieve('events');
6527 return this.retrieve('opacity', 1);
7811 var tween = this.retrieve('tween');
7817 if (options || !this.retrieve('tween')){
7818 if (options || !this.retrieve('tween:options')) this.set('tween', options);
7819 this.store('tween', new Fx.Tween(this, this.retrieve('tween:options')));
7821 return this.retrieve('tween');
7842 var flag = this.retrieve('fade:flag', this.get('opacity') == 1);
7855 end = this.retrieve('highlight:original', this.getStyle('background-color'));
7860 this.setStyle('background-color', this.retrieve('highlight:original'));
7915 var morph = this.retrieve('morph');
7921 if (options || !this.retrieve('morph')){
7922 if (options || !this.retrieve('morph:options')) this.set('morph', options);
7923 this.store('morph', new Fx.Morph(this, this.retrieve('morph:options')));
7925 return this.retrieve('morph');
8302 var send = this.retrieve('send');
8310 if (options || !this.retrieve('send')){
8311 if (options || !this.retrieve('send:options')) this.set('send', options);
8312 this.store('send', new Request(this.retrieve('send:options')));
8314 return this.retrieve('send');
8322 var load = this.retrieve('load');
8328 if (options || ! this.retrieve('load')){
8329 if (options || !this.retrieve('load:options')) this.set('load', options);
8330 this.store('load', new Request.HTML(this.retrieve('load:options')));
8332 return this.retrieve('load');