• Home
  • Raw
  • Download

Lines Matching full:select

19         <xsl:param name="citerefentry.link" select="'1'"></xsl:param>
33 <xsl:value-of select="@href"/>
37 <xsl:value-of select="refentrytitle"/>
46 <xsl:value-of select="$SpecBaseUrl" />
47 <xsl:value-of select="@uri" />
49 <xsl:value-of select="." />
56 <xsl:value-of select="@url" />
58 <xsl:value-of select="." />
65 <xsl:variable name="doc" select="self::*"/>
73 <xsl:with-param name="node" select="$doc"/>
77 <xsl:with-param name="node" select="$doc"/>
81 <xsl:with-param name="node" select="$doc"/>
88 <xsl:with-param name="node" select="$doc"/>
90 … <xsl:apply-templates select="."/> <!-- This line performs the magic! -->
92 <xsl:with-param name="node" select="$doc"/>
115 <xsl:param name="node" select="."/>
117 <xsl:value-of select="$annotation.css"/>
125 <xsl:param name="key" select="local-name(.)"/>
129 <xsl:value-of select="refname"/>
142 <xsl:with-param name="key" select="'RefName'"/>
150 <xsl:apply-templates select="../refmeta/refentrytitle"/>
153 <xsl:apply-templates select="refname[1]"/>
177 <xsl:apply-templates select="."/>
211 <xsl:apply-templates select="funcdef" mode="ansi-tabular"/>
212 <xsl:apply-templates select="(void|varargs|paramdef)[1]" mode="ansi-tabular"/>
215 <xsl:for-each select="(void|varargs|paramdef)[position() &gt; 1]">
218 <xsl:apply-templates select="." mode="ansi-tabular"/>
229 <xsl:apply-templates select="type" mode="kr-tabular-funcsynopsis-mode"/>
233 … <xsl:apply-templates select="type/following-sibling::node()" mode="kr-tabular-funcsynopsis-mode"/>
238 …<xsl:apply-templates select="parameter/preceding-sibling::node()[not(self::parameter)]" mode="ansi…
242 <xsl:apply-templates select="parameter" mode="ansi-tabular"/>
243 …<xsl:apply-templates select="parameter/following-sibling::node()[not(self::parameter)]" mode="ansi…
268 <xsl:with-param name="conditional" select="0"/>
271 <xsl:value-of select="$copyright"/>