Searched refs:heading (Results 1 - 25 of 313) sorted by relevance

1234567891011>>

/prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/test/test_ttk/
H A Dtest_widgets.py934 self.assertTrue(isinstance(self.tv.heading('#0'), dict))
937 self.tv.heading('#0', text='hi')
938 self.assertEqual(self.tv.heading('#0', 'text'), 'hi')
939 self.assertEqual(self.tv.heading('#0', text=None), 'hi')
942 self.assertRaises(Tkinter.TclError, self.tv.heading, '#0',
945 self.assertRaises(Tkinter.TclError, self.tv.heading, '#0',
959 self.tv.heading('#0', command=lambda: success.append(True))
963 # assuming that the coords (5, 5) fall into heading #0
966 self.fail("The command associated to the treeview heading wasn't "
971 self.tv.heading('#
[all...]
/prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/test/test_ttk/
H A Dtest_widgets.py934 self.assertTrue(isinstance(self.tv.heading('#0'), dict))
937 self.tv.heading('#0', text='hi')
938 self.assertEqual(self.tv.heading('#0', 'text'), 'hi')
939 self.assertEqual(self.tv.heading('#0', text=None), 'hi')
942 self.assertRaises(Tkinter.TclError, self.tv.heading, '#0',
945 self.assertRaises(Tkinter.TclError, self.tv.heading, '#0',
959 self.tv.heading('#0', command=lambda: success.append(True))
963 # assuming that the coords (5, 5) fall into heading #0
966 self.fail("The command associated to the treeview heading wasn't "
971 self.tv.heading('#
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
H A Dtest_widgets.py934 self.assertTrue(isinstance(self.tv.heading('#0'), dict))
937 self.tv.heading('#0', text='hi')
938 self.assertEqual(self.tv.heading('#0', 'text'), 'hi')
939 self.assertEqual(self.tv.heading('#0', text=None), 'hi')
942 self.assertRaises(Tkinter.TclError, self.tv.heading, '#0',
945 self.assertRaises(Tkinter.TclError, self.tv.heading, '#0',
959 self.tv.heading('#0', command=lambda: success.append(True))
963 # assuming that the coords (5, 5) fall into heading #0
966 self.fail("The command associated to the treeview heading wasn't "
971 self.tv.heading('#
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
H A Dtest_widgets.py934 self.assertTrue(isinstance(self.tv.heading('#0'), dict))
937 self.tv.heading('#0', text='hi')
938 self.assertEqual(self.tv.heading('#0', 'text'), 'hi')
939 self.assertEqual(self.tv.heading('#0', text=None), 'hi')
942 self.assertRaises(Tkinter.TclError, self.tv.heading, '#0',
945 self.assertRaises(Tkinter.TclError, self.tv.heading, '#0',
959 self.tv.heading('#0', command=lambda: success.append(True))
963 # assuming that the coords (5, 5) fall into heading #0
966 self.fail("The command associated to the treeview heading wasn't "
971 self.tv.heading('#
[all...]
/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Doptparse.py251 def format_heading(self, heading):
376 def format_heading(self, heading):
377 return "%*s%s:\n" % (self.current_indent, "", heading)
395 def format_heading(self, heading):
396 return "%s\n%s\n" % (heading, "=-"[self.level] * len(heading))
H A Dargparse.py197 def __init__(self, formatter, parent, heading=None):
200 self.heading = heading
218 # add the heading if the section was non-empty
219 if self.heading is not SUPPRESS and self.heading is not None:
221 heading = '%*s%s:\n' % (current_indent, '', self.heading)
223 heading = ''
225 # join the section-initial newline, the heading an
[all...]
H A DDocXMLRPCServer.py119 result = self.heading(head, '#ffffff', '#7799ee')
H A Dcgitb.py109 head = '<body bgcolor="#f0f0f8">' + pydoc.html.heading(
H A Dpydoc.py434 def heading(self, title, fgcol, bgcol, extras=''): function
435 """Format a page heading."""
437 <table width="100%%" cellspacing=0 cellpadding=2 border=0 summary="heading">
447 """Format a section with a heading."""
468 """Format a section with a big heading."""
622 result = self.heading(
1010 """Format a section with a given heading."""
2037 heading = html.heading(
2051 contents = heading
[all...]
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Doptparse.py251 def format_heading(self, heading):
376 def format_heading(self, heading):
377 return "%*s%s:\n" % (self.current_indent, "", heading)
395 def format_heading(self, heading):
396 return "%s\n%s\n" % (heading, "=-"[self.level] * len(heading))
H A Dargparse.py197 def __init__(self, formatter, parent, heading=None):
200 self.heading = heading
218 # add the heading if the section was non-empty
219 if self.heading is not SUPPRESS and self.heading is not None:
221 heading = '%*s%s:\n' % (current_indent, '', self.heading)
223 heading = ''
225 # join the section-initial newline, the heading an
[all...]
H A DDocXMLRPCServer.py119 result = self.heading(head, '#ffffff', '#7799ee')
H A Dcgitb.py109 head = '<body bgcolor="#f0f0f8">' + pydoc.html.heading(
H A Dpydoc.py434 def heading(self, title, fgcol, bgcol, extras=''): function
435 """Format a page heading."""
437 <table width="100%%" cellspacing=0 cellpadding=2 border=0 summary="heading">
447 """Format a section with a heading."""
468 """Format a section with a big heading."""
622 result = self.heading(
1010 """Format a section with a given heading."""
2037 heading = html.heading(
2051 contents = heading
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Doptparse.py251 def format_heading(self, heading):
376 def format_heading(self, heading):
377 return "%*s%s:\n" % (self.current_indent, "", heading)
395 def format_heading(self, heading):
396 return "%s\n%s\n" % (heading, "=-"[self.level] * len(heading))
H A Dargparse.py197 def __init__(self, formatter, parent, heading=None):
200 self.heading = heading
218 # add the heading if the section was non-empty
219 if self.heading is not SUPPRESS and self.heading is not None:
221 heading = '%*s%s:\n' % (current_indent, '', self.heading)
223 heading = ''
225 # join the section-initial newline, the heading an
[all...]
H A DDocXMLRPCServer.py119 result = self.heading(head, '#ffffff', '#7799ee')
H A Dcgitb.py109 head = '<body bgcolor="#f0f0f8">' + pydoc.html.heading(
H A Dpydoc.py434 def heading(self, title, fgcol, bgcol, extras=''): function
435 """Format a page heading."""
437 <table width="100%%" cellspacing=0 cellpadding=2 border=0 summary="heading">
447 """Format a section with a heading."""
468 """Format a section with a big heading."""
622 result = self.heading(
1010 """Format a section with a given heading."""
2037 heading = html.heading(
2051 contents = heading
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Doptparse.py251 def format_heading(self, heading):
376 def format_heading(self, heading):
377 return "%*s%s:\n" % (self.current_indent, "", heading)
395 def format_heading(self, heading):
396 return "%s\n%s\n" % (heading, "=-"[self.level] * len(heading))
H A Dargparse.py197 def __init__(self, formatter, parent, heading=None):
200 self.heading = heading
218 # add the heading if the section was non-empty
219 if self.heading is not SUPPRESS and self.heading is not None:
221 heading = '%*s%s:\n' % (current_indent, '', self.heading)
223 heading = ''
225 # join the section-initial newline, the heading an
[all...]
H A DDocXMLRPCServer.py119 result = self.heading(head, '#ffffff', '#7799ee')
H A Dcgitb.py109 head = '<body bgcolor="#f0f0f8">' + pydoc.html.heading(
H A Dpydoc.py434 def heading(self, title, fgcol, bgcol, extras=''): function
435 """Format a page heading."""
437 <table width="100%%" cellspacing=0 cellpadding=2 border=0 summary="heading">
447 """Format a section with a heading."""
468 """Format a section with a big heading."""
622 result = self.heading(
1010 """Format a section with a given heading."""
2037 heading = html.heading(
2051 contents = heading
[all...]
/prebuilts/tools/common/m2/repository/org/apache/maven/doxia/doxia-module-xhtml/1.0/
H A Ddoxia-module-xhtml-1.0.jar ... apache.maven.doxia.sink.Sink) String heading int otherlevel int mylevel String level org.apache. ...

Completed in 2153 milliseconds

1234567891011>>