HomeSort by relevance Sort by last modified time
    Searched defs:subsection (Results 1 - 2 of 2) sorted by null

  /external/ply/ply/doc/
makedoc.py 53 subsection = 0 variable
109 if subsection:
115 subsection = 0 variable
124 subsection += 1
126 result.append("""<H3><a name="%s"></a>%d.%d %s</H3>""" % (headingname,section, subsection, prevheadingtext))
132 if subsection == 1:
146 result.append("""<H4><a name="%s"></a>%d.%d.%d %s</H4>""" % (headingname,section, subsection, subsubsection, prevheadingtext))
162 result.append("""<H5><a name="%s"></a>%d.%d.%d.%d %s</H5>""" % (headingname,section, subsection, subsubsection, subsubsubsection, prevheadingtext))
179 if subsection:
  /external/cldr/tools/java/org/unicode/cldr/util/
VettingViewer.java 701 // // String subsection = pathParts.length == 3 ? pathParts[1] :
1538 PageId subsection = entry0.getKey().get1(); local
1553 PageId subsection = entry0.getKey().get1(); local
    [all...]

Completed in 1552 milliseconds