Searched refs:UIText (Results 1 – 11 of 11) sorted by relevance
/external/python/cpython3/Lib/msilib/ |
D | text.py | 76 UIText = [ variable
|
D | schema.py | 560 UIText = Table('UIText') variable 561 UIText.add_field(1,'Key',11592) 562 UIText.add_field(2,'Text',8191) 580 …eg, ServiceControl, ServiceInstall, Shortcut, Signature, TextStyle, TypeLib, UIText, Upgrade, Verb]
|
/external/python/cpython2/Lib/msilib/ |
D | text.py | 76 UIText = [ variable
|
D | schema.py | 560 UIText = Table('UIText') variable 561 UIText.add_field(1,'Key',11592) 562 UIText.add_field(2,'Text',8191) 580 …eg, ServiceControl, ServiceInstall, Shortcut, Signature, TextStyle, TypeLib, UIText, Upgrade, Verb]
|
/external/python/cpython2/Tools/msi/ |
D | schema.py | 560 UIText = Table('UIText') variable 561 UIText.add_field(1,'Key',11592) 562 UIText.add_field(2,'Text',8191) 580 …eg, ServiceControl, ServiceInstall, Shortcut, Signature, TextStyle, TypeLib, UIText, Upgrade, Verb]
|
D | msi.py | 361 add_data(db, 'UIText', uisample.UIText)
|
D | uisample.py | 759 UIText = [ variable
|
/external/python/cpython3/Lib/distutils/command/ |
D | bdist_msi.py | 461 add_data(db, 'UIText', text.UIText)
|
/external/python/cpython2/Lib/distutils/command/ |
D | bdist_msi.py | 462 add_data(db, 'UIText', text.UIText)
|
/external/python/cpython2/Doc/library/ |
D | msilib.rst | 555 This module contains definitions for the UIText and ActionText tables, for the
|
/external/python/cpython3/Doc/library/ |
D | msilib.rst | 562 This module contains definitions for the UIText and ActionText tables, for the
|