Home | History | Annotate | Download | only in lib

Lines Matching full:indent

5   <!ENTITY indent "    ">
21 indent="yes" omit-xml-declaration="yes"/>
157 <!-- maybe pass a var 'indent' along to foldl ... ... -->
213 <!-- TODO: this is where an 'indent' param should be sent -->
225 <!-- always indent the contents of screen / programlisting -->
227 <xsl:call-template name="indent.me">
275 <!-- indent a string -->
276 <xsl:template name="indent.me">
285 <xsl:text>&indent;</xsl:text>
286 <xsl:call-template name="indent.me">
292 <xsl:text>&indent;</xsl:text>