Home
last modified time | relevance | path

Searched refs:Pane (Results 1 – 5 of 5) sorted by relevance

/third_party/icu/tools/unicodetools/com/ibm/rbm/resources/
DRBManager_de.properties11 # @group Base Class Groups Pane
32 # @group Base Class Statistics Pane
56 # @group Base Class Untranslated Items Pane
1134 # @comment GUI Tab for Tabbed Pane over the tree showing a single resource bundle and its various f…
1153 # @group Translation File Groups Pane
1168 # @group Translation File Statistics Pane
1198 # @group Translation File Untranslated Items Pane
DRBManager_fi.properties11 # @group Base Class Groups Pane
29 # @group Base Class Statistics Pane
53 # @group Base Class Untranslated Items Pane
1137 # @comment GUI Tab for Tabbed Pane over the tree showing a single resource bundle and its various f…
1156 # @group Translation File Groups Pane
1171 # @group Translation File Statistics Pane
1201 # @group Translation File Untranslated Items Pane
DRBManager.properties11 # @group Base Class Groups Pane
32 # @group Base Class Statistics Pane
56 # @group Base Class Untranslated Items Pane
1134 # @comment GUI Tab for Tabbed Pane over the tree showing a single resource bundle and its various f…
1153 # @group Translation File Groups Pane
1168 # @group Translation File Statistics Pane
1198 # @group Translation File Untranslated Items Pane
DRBManager_sv.properties11 # @group Base Class Groups Pane
29 # @group Base Class Statistics Pane
53 # @group Base Class Untranslated Items Pane
1137 # @comment GUI Tab for Tabbed Pane over the tree showing a single resource bundle and its various f…
1156 # @group Translation File Groups Pane
1171 # @group Translation File Statistics Pane
1201 # @group Translation File Untranslated Items Pane
/third_party/python/Lib/test/
Dtest_descr.py971 class Pane(object): pass class
974 class ScrollablePane(Pane,ScrollingMixin): pass
975 class EditablePane(Pane,EditingMixin): pass
979 (EditableScrollablePane, ScrollablePane, EditablePane, Pane,