Beispiel #1
0
 def get_sources(self, ctx) :
     res = get_all_sources(self, ctx, 'source', 'font')
     res.extend(getattr(self, 'extra_srcs', []))
     return res
Beispiel #2
0
 def get_sources(self, ctx) :
     res = get_all_sources(self, ctx, 'config')
     return res
Beispiel #3
0
 def get_sources(self, ctx) :
     res = get_all_sources(self, ctx, 'source', 'legacy', 'sfd_master', 'classes', 'ap', 'license', 'opentype', 'graphite')
     res.extend(getattr(self, 'extra_srcs', []))
     return res
Beispiel #4
0
 def get_sources(self, ctx) :
     return get_all_sources(self, ctx, 'master')
Beispiel #5
0
 def get_sources(self, ctx) :
     return get_all_sources(self, ctx, 'master', 'depends')
Beispiel #6
0
 def get_sources(self, ctx):
     return get_all_sources(self, ctx, 'dspace')
Beispiel #7
0
 def get_sources(self, ctx) :
     return get_all_sources(self, ctx, 'source', 'xml', 'ap')
Beispiel #8
0
 def get_sources(self, ctx) :
     res = get_all_sources(self, ctx, 'source', 'legacy', 'sfd_master', 'classes', 'ap', 'license', 'opentype', 'graphite')
     res.extend(getattr(self, 'extra_srcs', []))
     return res
Beispiel #9
0
 def get_sources(self, ctx) :
     res = get_all_sources(self, ctx, 'config')
     return res
Beispiel #10
0
 def get_sources(self, ctx) :
     return get_all_sources(self, ctx, 'master', 'depends')
Beispiel #11
0
 def get_sources(self, ctx) :
     return get_all_sources(self, ctx, 'master')
Beispiel #12
0
 def get_sources(self, ctx) :
     return get_all_sources(self, ctx, 'source', 'xml', 'ap')