Searched defs:Text (Results 1 - 25 of 164) sorted by relevance

1234567

/prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
H A DScrolledText.py7 Configuration options are passed to the Text widget.
10 Most methods calls are inherited from the Text widget; Pack, Grid and
16 from Tkinter import Frame, Text, Scrollbar, Pack, Grid, Place namespace
19 class ScrolledText(Text):
26 Text.__init__(self, self.frame, **kw)
30 # Copy geometry methods of self.frame without overriding Text
32 text_meths = vars(Text).keys()
H A DTkinter.py5 widgets are Frame, Label, Entry, Text, Canvas, Button, Radiobutton,
2353 # (similar to tag_bind, and similar to the Text widget);
2864 class Text(Widget, XView, YView): class in inherits:Widget, XView, YView
2865 """Text widget which can display text in various forms."""
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/Netscape/
H A D__init__.py13 import Text namespace
23 'TEXT' : Text,
35 'TEXT' : ('Netscape.Text', 'Text'),
44 from Text import *
/prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
H A DScrolledText.py7 Configuration options are passed to the Text widget.
10 Most methods calls are inherited from the Text widget; Pack, Grid and
16 from Tkinter import Frame, Text, Scrollbar, Pack, Grid, Place namespace
19 class ScrolledText(Text):
26 Text.__init__(self, self.frame, **kw)
30 # Copy geometry methods of self.frame without overriding Text
32 text_meths = vars(Text).keys()
H A DTkinter.py5 widgets are Frame, Label, Entry, Text, Canvas, Button, Radiobutton,
2353 # (similar to tag_bind, and similar to the Text widget);
2864 class Text(Widget, XView, YView): class in inherits:Widget, XView, YView
2865 """Text widget which can display text in various forms."""
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
H A DScrolledText.py7 Configuration options are passed to the Text widget.
10 Most methods calls are inherited from the Text widget; Pack, Grid and
16 from Tkinter import Frame, Text, Scrollbar, Pack, Grid, Place namespace
19 class ScrolledText(Text):
26 Text.__init__(self, self.frame, **kw)
30 # Copy geometry methods of self.frame without overriding Text
32 text_meths = vars(Text).keys()
H A DTkinter.py5 widgets are Frame, Label, Entry, Text, Canvas, Button, Radiobutton,
2353 # (similar to tag_bind, and similar to the Text widget);
2864 class Text(Widget, XView, YView): class in inherits:Widget, XView, YView
2865 """Text widget which can display text in various forms."""
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Netscape/
H A D__init__.py13 import Text namespace
23 'TEXT' : Text,
35 'TEXT' : ('Netscape.Text', 'Text'),
44 from Text import *
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
H A DScrolledText.py7 Configuration options are passed to the Text widget.
10 Most methods calls are inherited from the Text widget; Pack, Grid and
16 from Tkinter import Frame, Text, Scrollbar, Pack, Grid, Place namespace
19 class ScrolledText(Text):
26 Text.__init__(self, self.frame, **kw)
30 # Copy geometry methods of self.frame without overriding Text
32 text_meths = vars(Text).keys()
H A DTkinter.py5 widgets are Frame, Label, Entry, Text, Canvas, Button, Radiobutton,
2353 # (similar to tag_bind, and similar to the Text widget);
2864 class Text(Widget, XView, YView): class in inherits:Widget, XView, YView
2865 """Text widget which can display text in various forms."""
/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
H A DmacosxSupport.py95 from Tkinter import Menu, Text, Text namespace
/prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
H A DmacosxSupport.py95 from Tkinter import Menu, Text, Text namespace
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
H A DmacosxSupport.py95 from Tkinter import Menu, Text, Text namespace
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
H A DmacosxSupport.py95 from Tkinter import Menu, Text, Text namespace
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dwsdxmldom.h64 WCHAR *Text; member in struct:_WSDXML_TEXT
H A Dntddcdrm.h232 UCHAR Text[12]; member in union:_CDROM_TOC_CD_TEXT_DATA_BLOCK::__anon7692
H A Dwsdtypes.h204 WSD_LOCALIZED_STRING_LIST *Text; member in struct:_WSD_SOAP_FAULT_REASON
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dwsdxmldom.h64 WCHAR *Text; member in struct:_WSDXML_TEXT
H A Dntddcdrm.h232 UCHAR Text[12]; member in union:_CDROM_TOC_CD_TEXT_DATA_BLOCK::__anon10615
H A Dwsdtypes.h204 WSD_LOCALIZED_STRING_LIST *Text; member in struct:_WSD_SOAP_FAULT_REASON
/prebuilts/gdb/darwin-x86/lib/python2.7/xml/dom/
H A Dminidom.py354 self.childNodes.append(Text())
1015 class Text(CharacterData): class in inherits:CharacterData
1105 defproperty(Text, "isWhitespaceInElementContent",
1108 defproperty(Text, "wholeText",
1142 class CDATASection(Text):
1145 # XXX this does not work, Text is an old-style class
1615 t = Text()
/prebuilts/gdb/linux-x86/lib/python2.7/xml/dom/
H A Dminidom.py354 self.childNodes.append(Text())
1015 class Text(CharacterData): class in inherits:CharacterData
1105 defproperty(Text, "isWhitespaceInElementContent",
1108 defproperty(Text, "wholeText",
1142 class CDATASection(Text):
1145 # XXX this does not work, Text is an old-style class
1615 t = Text()
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
H A Dminidom.py354 self.childNodes.append(Text())
1015 class Text(CharacterData): class in inherits:CharacterData
1105 defproperty(Text, "isWhitespaceInElementContent",
1108 defproperty(Text, "wholeText",
1142 class CDATASection(Text):
1145 # XXX this does not work, Text is an old-style class
1615 t = Text()
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
H A Dminidom.py354 self.childNodes.append(Text())
1015 class Text(CharacterData): class in inherits:CharacterData
1105 defproperty(Text, "isWhitespaceInElementContent",
1108 defproperty(Text, "wholeText",
1142 class CDATASection(Text):
1145 # XXX this does not work, Text is an old-style class
1615 t = Text()
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/de/pdark/decentxml/1.3/
H A Ddecentxml-1.3.jarMETA-INF/ META-INF/MANIFEST.MF de/ de/pdark/ de/pdark/decentxml/ de/pdark/decentxml/dtd/ ...

Completed in 1217 milliseconds

1234567