Exemplo n.º 1
0
 def get_sources(self, ctx) :
     res = get_all_sources(self, ctx, 'source', 'font')
     res.extend(getattr(self, 'extra_srcs', []))
     return res
Exemplo n.º 2
0
 def get_sources(self, ctx) :
     res = get_all_sources(self, ctx, 'config')
     return res
Exemplo n.º 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
Exemplo n.º 4
0
 def get_sources(self, ctx) :
     return get_all_sources(self, ctx, 'master')
Exemplo n.º 5
0
 def get_sources(self, ctx) :
     return get_all_sources(self, ctx, 'master', 'depends')
Exemplo n.º 6
0
 def get_sources(self, ctx):
     return get_all_sources(self, ctx, 'dspace')
Exemplo n.º 7
0
 def get_sources(self, ctx) :
     return get_all_sources(self, ctx, 'source', 'xml', 'ap')
Exemplo n.º 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
Exemplo n.º 9
0
 def get_sources(self, ctx) :
     res = get_all_sources(self, ctx, 'config')
     return res
Exemplo n.º 10
0
 def get_sources(self, ctx) :
     return get_all_sources(self, ctx, 'master', 'depends')
Exemplo n.º 11
0
 def get_sources(self, ctx) :
     return get_all_sources(self, ctx, 'master')
Exemplo n.º 12
0
 def get_sources(self, ctx) :
     return get_all_sources(self, ctx, 'source', 'xml', 'ap')