Searched refs:isHeader (Results 1 – 10 of 10) sorted by relevance
83 def isHeader (filename): function95 if isHeader(path):100 if isHeader(file):107 if isHeader(file):
359 private boolean isHeader; field in CheckHtmlFiles.HeadingInfo365 isHeader = !headingLabel.equals("caption"); in setLevel()366 level = isHeader ? headingLabel.charAt(1) - '0' : lastHeading.level; in setLevel()375 + (!isHeader ? "" : suppressSection ? "" : levels + " ") in toString()392 return isHeader ? "h" + level + ">" : "caption>"; in getLabel()398 …+ (!isHeader ? (text.contains("Table") || text.contains("Figure") ? "" : "Table: ") : suppressSect… in toHeader()434 if (isHeader) { in setLevels()496 if (h.isHeader) { in add()520 final int depth = h.levels.getDepth() + (h.isHeader ? 0 : 1); in listContents()
89 private boolean isHeader = false; field in TablePrinter.Column126 isHeader = b; in setHeaderCell()386 result.append(columnsFlat[j].isHeader ? "<th" : "<td"); in toTableInternal()412 result.append(columnsFlat[j].isHeader ? "</th>" : "</td>"); in toTableInternal()
270 bool isHeader = BB == L->getHeader(); in calcLoopBranchHeuristics() local279 else if (isHeader) in calcLoopBranchHeuristics()
224 bool isHeader(const BlockNode &Node) const {234 assert(isHeader(B) && "this is only valid on loop header blocks");258 bool isLoopHeader() const { return Loop && Loop->isHeader(Node); }261 Loop->Parent->isHeader(Node);
245 bool isHeader(const BlockNode &Node) const {256 assert(isHeader(B) && "this is only valid on loop header blocks");281 bool isLoopHeader() const { return Loop && Loop->isHeader(Node); }285 Loop->Parent->isHeader(Node);
1069 var isHeader bool1072 if isHeader {1091 isHeader = true
300 return OuterLoop && OuterLoop->isHeader(Node); in addToDist()649 if (OuterLoop && OuterLoop->isHeader(Succ)) in addEdge()
275 return OuterLoop && OuterLoop->isHeader(Node); in addToDist()610 if (OuterLoop && OuterLoop->isHeader(Succ)) in addEdge()
96 public boolean isHeader() { in isHeader() method in Spreadsheet.CellInfo