示例#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
文件: font.py 项目: silnrsi/smith
 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
文件: font.py 项目: silnrsi/smith
 def get_sources(self, ctx) :
     res = get_all_sources(self, ctx, 'config')
     return res
示例#10
0
文件: font.py 项目: silnrsi/smith
 def get_sources(self, ctx) :
     return get_all_sources(self, ctx, 'master', 'depends')
示例#11
0
文件: font.py 项目: silnrsi/smith
 def get_sources(self, ctx) :
     return get_all_sources(self, ctx, 'master')
示例#12
0
文件: font.py 项目: silnrsi/smith
 def get_sources(self, ctx) :
     return get_all_sources(self, ctx, 'source', 'xml', 'ap')