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