コード例 #1
0
 def __init__(self):
     token_case_with_prefix_suffix.__init__(self, 'generate', '005',
                                            lTokens)
コード例 #2
0
 def __init__(self):
     token_case_with_prefix_suffix.__init__(self, 'process', '019', lTokens)
コード例 #3
0
 def __init__(self):
     token_case_with_prefix_suffix.__init__(self, 'attribute_specification', '501', lTokens)
コード例 #4
0
ファイル: rule_506.py プロジェクト: imd1/vhdl-style-guide
 def __init__(self):
     token_case_with_prefix_suffix.__init__(self, 'function', '506',
                                            lTokens)
コード例 #5
0
ファイル: rule_004.py プロジェクト: imd1/vhdl-style-guide
 def __init__(self):
     token_case_with_prefix_suffix.__init__(self, 'type', '004', lTokens)
     self.configuration.append('prefix_exceptions')
     self.configuration.append('suffix_exceptions')
コード例 #6
0
ファイル: rule_008.py プロジェクト: imd1/vhdl-style-guide
 def __init__(self):
     token_case_with_prefix_suffix.__init__(self, 'component', '008',
                                            lTokens)
コード例 #7
0
ファイル: rule_012.py プロジェクト: imd1/vhdl-style-guide
 def __init__(self):
     token_case_with_prefix_suffix.__init__(self, 'entity', '012', lTokens)
コード例 #8
0
 def __init__(self):
     token_case_with_prefix_suffix.__init__(self, 'context', '012', lTokens)
コード例 #9
0
ファイル: rule_013.py プロジェクト: imd1/vhdl-style-guide
 def __init__(self):
     token_case_with_prefix_suffix.__init__(self, 'package', '013', lTokens)
コード例 #10
0
ファイル: rule_009.py プロジェクト: imd1/vhdl-style-guide
 def __init__(self):
     token_case_with_prefix_suffix.__init__(self, 'instantiation', '009',
                                            lTokens)
コード例 #11
0
ファイル: rule_003.py プロジェクト: imd1/vhdl-style-guide
 def __init__(self):
     token_case_with_prefix_suffix.__init__(self, 'for_loop', '003',
                                            lTokens)
コード例 #12
0
ファイル: rule_502.py プロジェクト: imd1/vhdl-style-guide
 def __init__(self):
     token_case_with_prefix_suffix.__init__(self, 'package_body', '502',
                                            lTokens)
コード例 #13
0
ファイル: rule_500.py プロジェクト: imd1/vhdl-style-guide
 def __init__(self):
     token_case_with_prefix_suffix.__init__(self, 'block', '500', lTokens)
コード例 #14
0
 def __init__(self):
     token_case_with_prefix_suffix.__init__(self, 'architecture', '014',
                                            lTokens)
コード例 #15
0
ファイル: rule_502.py プロジェクト: imd1/vhdl-style-guide
 def __init__(self):
     token_case_with_prefix_suffix.__init__(self, 'entity_specification',
                                            '502', lTokens)
コード例 #16
0
 def __init__(self):
     token_case_with_prefix_suffix.__init__(self, 'constant', '004', lTokens)
コード例 #17
0
ファイル: rule_004.py プロジェクト: imd1/vhdl-style-guide
 def __init__(self):
     token_case_with_prefix_suffix.__init__(self, 'signal', '004', lTokens)
コード例 #18
0
 def __init__(self):
     token_case_with_prefix_suffix.__init__(self, 'procedure', '506', lTokens)
コード例 #19
0
ファイル: rule_004.py プロジェクト: imd1/vhdl-style-guide
 def __init__(self):
     token_case_with_prefix_suffix.__init__(self, 'variable', '004', lTokens)