Home | History | Annotate | Download | only in lib

Lines Matching refs:meta

91         //              [Dojo Book](http://dojotoolkit.org/book/book-dojo/part-4-meta-dojo-making-your-dojo-code-run-faster-and-better/debugging-facilities/deb)
1498 //In cases where the page has an HTTP header or META tag with
2568 var name, chains, bases, caller, meta, base, proto, opf, pos,
2585 meta = this.constructor._meta;
2586 bases = meta.bases;
2595 meta = base._meta;
2596 if(meta.hidden[name] !== caller){
2598 chains = meta.chains;
2604 meta = base._meta;
2606 if(meta && (proto[name] === caller && proto.hasOwnProperty(name) || meta.hidden[name] === caller)){
2636 meta = bases[0]._meta;
2637 if(meta && meta.ctor !== caller){
2639 chains = meta.chains;
2645 meta = base._meta;
2646 if(meta && meta.ctor === caller){
2655 meta = base._meta;
2656 f = meta ? meta.ctor : base;
2998 // add meta information to the constructor
4799 META: dojo.isSafari ? 91 : 224, // the apple key on macs
4859 // Checks an event for the copy key (meta on Mac, and ctrl anywhere else)