コード例 #1
0
ファイル: keyboard.py プロジェクト: theunibal/smith
 def get_sources(self, ctx) :
     res = get_all_sources(self, ctx, 'source', 'font')
     res.extend(getattr(self, 'extra_srcs', []))
     return res
コード例 #2
0
ファイル: font.py プロジェクト: DalavanCloud/smith
 def get_sources(self, ctx) :
     res = get_all_sources(self, ctx, 'config')
     return res
コード例 #3
0
ファイル: font.py プロジェクト: DalavanCloud/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
コード例 #4
0
ファイル: font.py プロジェクト: DalavanCloud/smith
 def get_sources(self, ctx) :
     return get_all_sources(self, ctx, 'master')
コード例 #5
0
ファイル: font.py プロジェクト: DalavanCloud/smith
 def get_sources(self, ctx) :
     return get_all_sources(self, ctx, 'master', 'depends')
コード例 #6
0
ファイル: font.py プロジェクト: DalavanCloud/smith
 def get_sources(self, ctx):
     return get_all_sources(self, ctx, 'dspace')
コード例 #7
0
ファイル: font.py プロジェクト: DalavanCloud/smith
 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')