Home | History | Annotate | Download | only in devhelp

Lines Matching full:templates

18       <xsl:apply-templates select="files"/>
19 <xsl:apply-templates select="symbols"/>
27 <xsl:apply-templates select="file"/>
72 <xsl:apply-templates mode="synopsis" select="exports"/>
81 <xsl:apply-templates mode="details" select="/api/symbols/macro[@file=$module]"/>
82 <xsl:apply-templates mode="details" select="/api/symbols/typedef[@file=$module] | /api/symbols/struct[@file=$module]"/>
83 <xsl:apply-templates mode="details" select="/api/symbols/functype[@file=$module]"/>
84 <xsl:apply-templates mode="details" select="/api/symbols/variable[@file=$module]"/>
85 <xsl:apply-templates mode="details" select="/api/symbols/function[@file=$module]"/>
94 <xsl:apply-templates select="macro"/>
95 <xsl:apply-templates select="enum"/>
96 <xsl:apply-templates select="typedef"/>
97 <xsl:apply-templates select="struct"/>
98 <xsl:apply-templates select="functype"/>
99 <xsl:apply-templates select="variable"/>
100 <xsl:apply-templates select="function"/>