Searched defs:heading (Results 1 - 21 of 21) sorted by relevance

/external/ImageMagick/scripts/
H A Dtxt2html89 # * swapped order of caps & heading in main loop
105 # * Creates anchors at each heading
708 local($heading) = @_;
709 local($anchor) = &make_new_anchor($heading);
713 sub heading subroutine
715 local($hindent, $heading) = $line =~ /^(\s*)(.+)$/;
721 # $heading =~ s/\s+$//; # get rid of trailing whitespace.
725 if((length($heading) > (length($underline) + $underline_tolerance_short))
726 || (length($heading) < (length($underline) -$underline_tolerance_long)))
745 &anchor_heading($heading);
[all...]
/external/ply/ply/doc/
H A Dmakedoc.py7 # Every heading HTML tag (H1, H2 etc) is given an autogenerated name to link
11 # then change the heading link name to something that does not look like an
25 heading = re.compile(r"(_nn\d)", re.IGNORECASE) variable
32 # A non-autogenerated heading - keep it
34 autogeneratedheading = heading.match(headingname)
36 # The heading name was either non-existent or autogenerated,
37 # We can create a new heading / change the existing heading
/external/icu/icu4c/source/common/
H A Drbbidata.cpp239 void RBBIDataWrapper::printTable(const char *heading, const RBBIStateTable *table) { argument
243 RBBIDebugPrintf(" %s\n", heading);
/external/toybox/kconfig/
H A Dmconf.c773 char *heading; local
777 heading = (char *)_(inputbox_instructions_int);
780 heading = (char *)_(inputbox_instructions_hex);
783 heading = (char *)_(inputbox_instructions_string);
786 heading = "Internal mconf error!";
790 heading, 10, 75,
/external/guice/core/src/com/google/inject/internal/
H A DErrors.java573 public static String format(String heading, Collection<Message> errorMessages) { argument
574 Formatter fmt = new Formatter().format(heading).format(":%n%n");
/external/python/cpython2/Lib/lib-tk/
H A Dttk.py1245 def heading(self, column, option=None, **kw): member in class:Treeview
1246 """Query or modify the heading options for the specified column.
1248 If kw is not given, returns a dict of the heading option values. If
1254 The text to display in the column heading
1257 heading
1259 Specifies how the heading text should be aligned. One of
1262 A callback to be invoked when the heading label is
1265 To configure the tree column heading, call this with column = "#0" """
1274 return _val_or_dict(self.tk, kw, self._w, 'heading', column)
1299 heading
[all...]
H A Dturtle.py130 'getturtle', 'goto', 'heading', 'hideturtle', 'home', 'ht', 'isdown',
993 Mode Initial turtle heading positive angles
999 >>> mode('logo') # resets turtle heading to north
1061 !! so they do not display the heading of the turtle!
1492 >>> turtle.heading()
1498 >>> turtle.heading()
1510 >>> turtle.heading()
1513 >>> turtle.heading()
1564 turtle is headed. Do not change the turtle's heading.
1588 >>> turtle.heading()
1811 def heading(self): member in class:TNavigator
[all...]
/external/python/cpython3/Lib/tkinter/
H A Dttk.py1249 def heading(self, column, option=None, **kw): member in class:Treeview
1250 """Query or modify the heading options for the specified column.
1252 If kw is not given, returns a dict of the heading option values. If
1258 The text to display in the column heading
1261 heading
1263 Specifies how the heading text should be aligned. One of
1266 A callback to be invoked when the heading label is
1269 To configure the tree column heading, call this with column = "#0" """
1278 return _val_or_dict(self.tk, kw, self._w, 'heading', column)
1303 heading
[all...]
/external/python/cpython2/Lib/
H A Dpydoc.py468 def heading(self, title, fgcol, bgcol, extras=''): function
469 """Format a page heading."""
471 <table width="100%%" cellspacing=0 cellpadding=2 border=0 summary="heading">
481 """Format a section with a heading."""
502 """Format a section with a big heading."""
661 result = self.heading(
1049 """Format a section with a given heading."""
2084 heading = html.heading(
2098 contents = heading
[all...]
/external/python/cpython3/Lib/
H A Dpydoc.py489 def heading(self, title, fgcol, bgcol, extras=''): function
490 """Format a page heading."""
492 <table width="100%%" cellspacing=0 cellpadding=2 border=0 summary="heading">
502 """Format a section with a heading."""
523 """Format a section with a big heading."""
683 result = self.heading(
1076 """Format a section with a given heading."""
2344 heading = html.heading(
2350 contents = [heading, '<
[all...]
H A Dturtle.py131 'getturtle', 'goto', 'heading', 'hideturtle', 'home', 'ht', 'isdown',
1046 Mode Initial turtle heading positive angles
1052 >>> mode('logo') # resets turtle heading to north
1114 !! so they do not display the heading of the turtle!
1576 >>> turtle.heading()
1582 >>> turtle.heading()
1594 >>> turtle.heading()
1597 >>> turtle.heading()
1648 turtle is headed. Do not change the turtle's heading.
1672 >>> turtle.heading()
1895 def heading(self): member in class:TNavigator
[all...]
/external/icu/icu4c/source/test/intltest/
H A Drbbitst.cpp138 void checkResults(const char *heading, RBBITest *test);
139 void err(const char *heading, RBBITest *test, int32_t expectedIdx, int32_t actualIdx);
176 void BITestData::checkResults(const char *heading, RBBITest *test) { argument
190 err(heading, test, expectedIndex-1, actualIndex);
196 err(heading, test, expectedIndex, actualIndex-1);
202 err(heading, test, expectedIndex, actualIndex);
214 heading, fLineNum.elementAt(expectedIndex),
227 void BITestData::err(const char *heading, RBBITest *test, int32_t expectedIdx, int32_t actualIdx) argument
241 test->errln("%s unexpected break at offset %d in test item from line %d. actual break: %d expected break: %d", heading, o, line, actual, expected);
243 test->errln("%s Failed to find break at end of item from line %d. actual break: %d expected break: %d", heading, lin
[all...]
/external/python/cpython2/Tools/scripts/
H A Dtexi2html.py1103 self.heading('H1', args, 0)
1107 self.heading('H1', args, -1)
1110 self.heading('H1', args, -1)
1113 self.heading('H1', args, -1)
1115 self.heading('H1', args, -1)
1117 self.heading('H1', args, -1)
1120 self.heading('H1', args, 1)
1124 self.heading('H1', args, -1)
1127 self.heading('H1', args, -1)
1131 self.heading('H
1157 def heading(self, type, args, level): member in class:TexinfoParser
[all...]
/external/python/cpython3/Tools/scripts/
H A Dtexi2html.py1102 self.heading('H1', args, 0)
1106 self.heading('H1', args, -1)
1109 self.heading('H1', args, -1)
1112 self.heading('H1', args, -1)
1114 self.heading('H1', args, -1)
1116 self.heading('H1', args, -1)
1119 self.heading('H1', args, 1)
1123 self.heading('H1', args, -1)
1126 self.heading('H1', args, -1)
1130 self.heading('H
1156 def heading(self, type, args, level): member in class:TexinfoParser
[all...]
/external/testng/lib-supplied/
H A Dguice-2.0.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE NOTICE org/ org/testng/ org/testng/guice/ org/testng/ ...
/external/guice/extensions/struts2/lib/
H A Dant-1.6.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 2160 milliseconds