Searched refs:ToC (Results 1 – 12 of 12) sorted by relevance
2 # function: Test ToC generation.44 # Generate ToC46 # Extend ToC48 # Test ToC54 # Generate ToC56 # Extend ToC58 # Test ToC64 # Generate ToC66 # Extend ToC68 # Test ToC[all …]
2 # function: Test ToC insertion.46 # Generate ToC52 # Test ToC59 # Generate ToC65 # Test ToC72 # Generate ToC78 # Test ToC85 # Generate ToC91 # Test ToC98 # Generate ToC[all …]
2 # function: Test HTML::ToC. In particular test the available options.52 # Generate ToC54 # Test ToC90 # Generate ToC92 # Test ToC122 # Generate ToC124 # Test ToC149 # Generate ToC151 # Test ToC176 # Generate ToC[all …]
2 # function: Test HTML::ToC. In particular test the examples as described in 62 # Set ToC options64 # Generate ToC67 # Test ToC106 # Set ToC options108 # Generate ToC110 # Test ToC141 # Generate ToC143 # Test ToC174 # Generate ToC[all …]
2 # function: Test ToC propagation.99 # Propagate ToC101 # Test ToC131 # Propagate ToC133 # Test ToC157 # Propagate ToC159 # Test ToC175 # Test ToC
2 # function: Test HTML::ToC generating a manual.27 # Set ToC options57 # Generate ToC of case-insensitively sorted file list63 # Test ToC
2 # function: Test ToC generation.78 # Generate ToC80 # Test ToC98 # Generate ToC100 # Test ToC
2 # function: Test ToC formatting.110 # Generate ToC138 # Set ToC options140 # Generate ToC
2 # function: Test HTML::ToC generating a manual.16 # function: Assemble ToC line.24 # Assemble ToC line74 # function: Test inserting ToC into manual.84 # Set ToC options143 # Insert ToC304 # function: Test inserting ToC into manual.314 # Set ToC options373 # Insert ToC534 # function: Test inserting ToC into manual.[all …]
2 # function: Test ToC updating.
18 …:TocGenerator does the actual generation of the ToC. HTML::TocInsertor handles the insertion of t…61 When generating a ToC you'll have to decide which object you want to use:64 for generating a ToC without inserting the ToC into the source66 for generating a ToC and inserting the ToC into the source68 for generating and inserting a ToC, removing any previously69 inserted ToC elements81 The code underneath will generate a ToC of the HTML headings C<<h1>>..C<<h6>> from a file C<index.h…111 This code will generate a ToC of HTML headings C<<h1>>..C<<h6>> of file C<index.htm>, and insert th…143 …ToC, you'd better use C<TocUpdator> to insert the ToC. C<TocUpdator> marks the inserted ToC eleme…172 around the inserted ToC elements:[all …]
2549 Constant *ToC = cast<Constant>(To); in replaceUsesOfWithOnConstant() local2567 Val = ToC; in replaceUsesOfWithOnConstant()2571 AllSame &= Val == ToC; in replaceUsesOfWithOnConstant()2575 if (AllSame && ToC->isNullValue()) { in replaceUsesOfWithOnConstant()2577 } else if (AllSame && isa<UndefValue>(ToC)) { in replaceUsesOfWithOnConstant()2600 setOperand(OperandToUpdate, ToC); in replaceUsesOfWithOnConstant()2604 setOperand(i, ToC); in replaceUsesOfWithOnConstant()2624 Constant *ToC = cast<Constant>(To); in replaceUsesOfWithOnConstant() local2638 if (ToC->isNullValue()) { in replaceUsesOfWithOnConstant()2645 } else if (isa<UndefValue>(ToC)) { in replaceUsesOfWithOnConstant()[all …]