• Home
  • Raw
  • Download

Lines Matching full:select

51     <xsl:variable name="ref" select="key('symbols', $token)"/>
54 <a href="libxml-{$ref/@file}.html#{$ref/@name}"><xsl:value-of select="$token"/></a>
57 <xsl:value-of select="$token"/>
65 <xsl:variable name="ctxt" select='.'/>
66 <!-- <xsl:value-of select="$text"/> -->
67 <xsl:for-each select="str:tokenize($text, ' &#9;')">
68 <xsl:apply-templates select="$ctxt" mode='dumptoken'>
69 <xsl:with-param name="token" select="string(.)"/>
79 <xsl:text>#define </xsl:text><a href="#{@name}"><xsl:value-of select="@name"/></a>
87 <xsl:with-param name="text" select="string(@type)"/>
91 <xsl:value-of select="@name"/>
99 <xsl:variable name="name" select="string(@name)"/>
104 <a href="#{$name}"><xsl:value-of select="$name"/></a>
111 <xsl:with-param name="text" select="@type"/>
114 <a name="{$name}"><xsl:value-of select="$name"/></a>
123 <xsl:variable name="name" select="string(@name)"/>
124 <h3>Enum <a name="{$name}"><xsl:value-of select="$name"/></a></h3>
127 <xsl:value-of select="$name"/>
130 <xsl:for-each select="/api/symbols/enum[@type = $name]">
131 <xsl:sort select="@value" data-type="number" order="ascending"/>
133 <a name="{@name}"><xsl:value-of select="@name"/></a>
135 <xsl:value-of select="@value"/>
139 <xsl:with-param name="text" select="@info"/>
152 <xsl:text>Structure </xsl:text><a href="#{@name}"><xsl:value-of select="@name"/></a><br/>
153 <xsl:value-of select="@type"/><xsl:text>
163 <h3><a name="{@name}">Structure <xsl:value-of select="@name"/></a></h3>
165 <xsl:text>Structure </xsl:text><xsl:value-of select="@name"/><br/>
166 <xsl:value-of select="@type"/><xsl:text> {
172 <xsl:for-each select="field">
175 <xsl:with-param name="text" select="@type"/>
178 <xsl:value-of select="@name"/>
182 <xsl:with-param name="text" select="substring(@info, 1, 40)"/>
193 <xsl:variable name="name" select="string(@name)"/>
194 <h3><a name="{$name}"></a>Macro: <xsl:value-of select="$name"/></h3>
195 <pre><xsl:text>#define </xsl:text><xsl:value-of select="$name"/></pre>
198 <xsl:with-param name="text" select="info"/>
205 <xsl:variable name="name" select="string(@name)"/>
206 <xsl:variable name="nlen" select="string-length($name)"/>
207 <xsl:variable name="tlen" select="string-length(return/@type)"/>
208 …<xsl:variable name="blen" select="(($nlen + 8) - (($nlen + 8) mod 8)) + (($tlen + 8) - (($tlen + 8…
211 <xsl:with-param name="text" select="return/@type"/>
214 <a href="#{@name}"><xsl:value-of select="@name"/></a>
225 <xsl:for-each select="arg">
227 <xsl:with-param name="text" select="@type"/>
230 <xsl:value-of select="@name"/>
248 <xsl:variable name="name" select="string(@name)"/>
249 <xsl:variable name="nlen" select="string-length($name)"/>
250 <xsl:variable name="tlen" select="string-length(return/@type)"/>
251 …<xsl:variable name="blen" select="(($nlen + 8) - (($nlen + 8) mod 8)) + (($tlen + 8) - (($tlen + 8…
254 <a href="#{$name}"><xsl:value-of select="$name"/></a>
258 <xsl:with-param name="text" select="return/@type"/>
261 <a href="#{$name}"><xsl:value-of select="$name"/></a>
272 <xsl:for-each select="arg">
274 <xsl:with-param name="text" select="@type"/>
277 <xsl:value-of select="@name"/>
297 <xsl:variable name="name" select="string(@name)"/>
298 <xsl:variable name="nlen" select="string-length($name)"/>
299 <xsl:variable name="tlen" select="string-length(return/@type)"/>
300 …<xsl:variable name="blen" select="(($nlen + 8) - (($nlen + 8) mod 8)) + (($tlen + 8) - (($tlen + 8…
304 <xsl:value-of select="$name"/>
308 <xsl:value-of select="$name"/>
312 <xsl:with-param name="text" select="return/@type"/>
315 <xsl:value-of select="@name"/>
326 <xsl:for-each select="arg">
328 <xsl:with-param name="text" select="@type"/>
331 <xsl:value-of select="@name"/>
348 <xsl:with-param name="text" select="info"/>
353 <xsl:for-each select="arg">
355 <td><span class="term"><i><tt><xsl:value-of select="@name"/></tt></i>:</span></td>
358 <xsl:with-param name="text" select="@info"/>
368 <xsl:with-param name="text" select="return/@info"/>
381 <xsl:variable name="name" select="string(@name)"/>
382 <xsl:variable name="nlen" select="string-length($name)"/>
383 <xsl:variable name="tlen" select="string-length(return/@type)"/>
384 …<xsl:variable name="blen" select="(($nlen + 8) - (($nlen + 8) mod 8)) + (($tlen + 8) - (($tlen + 8…
385 <h3><a name="{$name}"></a>Function: <xsl:value-of select="$name"/></h3>
388 <xsl:with-param name="text" select="return/@type"/>
391 <xsl:value-of select="@name"/>
402 <xsl:for-each select="arg">
404 <xsl:with-param name="text" select="@type"/>
407 <xsl:value-of select="@name"/>
425 <xsl:with-param name="text" select="info"/>
431 <xsl:for-each select="arg">
433 <td><span class="term"><i><tt><xsl:value-of select="@name"/></tt></i>:</span></td>
436 <xsl:with-param name="text" select="@info"/>
446 <xsl:with-param name="text" select="return/@info"/>
456 <xsl:apply-templates select="key('symbols', string(@symbol))[1]" mode="toc"/>
460 <xsl:apply-templates select="key('symbols', string(@symbol))[1]"/>
468 <p><xsl:value-of select="description"/></p>
474 <xsl:apply-templates select="exports[@type='macro']" mode="$mode">
475 <xsl:sort select='@symbol'/>
477 <xsl:apply-templates select="exports[@type='enum']" mode="$mode">
478 <xsl:sort select='@symbol'/>
480 <xsl:apply-templates select="exports[@type='typedef']" mode="$mode">
481 <xsl:sort select='@symbol'/>
483 <xsl:apply-templates select="exports[@type='struct']" mode="$mode">
484 <xsl:sort select='@symbol'/>
486 <xsl:apply-templates select="exports[@type='function']" mode="$mode">
487 <xsl:sort select='@symbol'/>
492 <xsl:variable name="name" select="@name"/>
493 …<xsl:variable name="title">Module <xsl:value-of select="$name"/> from <xsl:value-of select="/api/@…
507 <xsl:apply-templates select="exports" mode="toc"/>
511 <xsl:apply-templates select="exports"/>
516 <xsl:apply-templates select="exports[@type='macro']" mode="toc">
517 <xsl:sort select='@symbol'/>
519 <xsl:apply-templates select="exports[@type='enum']" mode="toc">
520 <xsl:sort select='@symbol'/>
522 <xsl:apply-templates select="exports[@type='typedef']" mode="toc">
523 <xsl:sort select='@symbol'/>
525 <xsl:apply-templates select="exports[@type='struct']" mode="toc">
526 <xsl:sort select='@symbol'/>
528 <xsl:apply-templates select="exports[@type='function']" mode="toc">
529 <xsl:sort select='@symbol'/>
534 <xsl:apply-templates select="exports[@type='macro']">
535 <xsl:sort select='@symbol'/>
537 <xsl:apply-templates select="exports[@type='enum']">
538 <xsl:sort select='@symbol'/>
540 <xsl:apply-templates select="exports[@type='typedef']">
541 <xsl:sort select='@symbol'/>
543 <xsl:apply-templates select="exports[@type='struct']">
544 <xsl:sort select='@symbol'/>
546 <xsl:apply-templates select="exports[@type='function']">
547 <xsl:sort select='@symbol'/>
558 <xsl:variable name="name" select="@name"/>
559 …<b><a href="http://xmlsoft.org/wiki/index.php?title=Libxml2:Api:{$name}"><xsl:value-of select="$na…
560 <xsl:value-of select="summary"/>
565 <xsl:param name="file" select="concat($htmldir, '/libxml-index.html')"/>
566 … <xsl:variable name="title">Reference Manual for <xsl:value-of select="/api/@name"/></xsl:variable>
575 <xsl:apply-templates select="/api/files/file" mode="toc"/>
586 <xsl:apply-templates select="/api/files/file"/>