• Home
  • Raw
  • Download

Lines Matching full:select

62                   <b><xsl:value-of select="$menu_name"/></b>
68 <xsl:copy-of select="$apitoc"/>
82 <xsl:copy-of select="$api"/>
96 <xsl:copy-of select="$related"/>
112 <xsl:variable name="previous" select="preceding-sibling::file[1]"/>
113 <xsl:variable name="next" select="following-sibling::file[1]"/>
119 …<th align="left"><a href="libxml-{$previous/@name}.html"><xsl:value-of select="$previous/@name"/><…
126 …<th align="right"><a href="libxml-{$next/@name}.html"><xsl:value-of select="$next/@name"/></a></th>
138 <xsl:variable name="ref" select="key('symbols', $token)"/>
141 <a href="libxml-{$ref/@file}.html#{$ref/@name}"><xsl:value-of select="$token"/></a>
144 <xsl:value-of select="$token"/>
152 <xsl:variable name="ctxt" select='.'/>
153 <!-- <xsl:value-of select="$text"/> -->
154 <xsl:for-each select="str:tokenize($text, ' &#9;')">
155 <xsl:apply-templates select="$ctxt" mode='dumptoken'>
156 <xsl:with-param name="token" select="string(.)"/>
166 <xsl:text>#define </xsl:text><a href="#{@name}"><xsl:value-of select="@name"/></a>
174 <xsl:with-param name="text" select="string(@type)"/>
178 <xsl:value-of select="@name"/>
186 <xsl:variable name="name" select="string(@name)"/>
191 <a href="#{$name}"><xsl:value-of select="$name"/></a>
198 <xsl:with-param name="text" select="@type"/>
201 <a name="{$name}"><xsl:value-of select="$name"/></a>
210 <xsl:variable name="name" select="string(@name)"/>
211 <h3>Enum <a name="{$name}"><xsl:value-of select="$name"/></a></h3>
214 <xsl:value-of select="$name"/>
217 <xsl:for-each select="/api/symbols/enum[@type = $name]">
218 <xsl:sort select="@value" data-type="number" order="ascending"/>
220 <a name="{@name}"><xsl:value-of select="@name"/></a>
222 <xsl:value-of select="@value"/>
226 <xsl:with-param name="text" select="@info"/>
239 <xsl:text>Structure </xsl:text><a href="#{@name}"><xsl:value-of select="@name"/></a><br/>
240 <xsl:value-of select="@type"/><xsl:text>
250 <h3><a name="{@name}">Structure <xsl:value-of select="@name"/></a></h3>
252 <xsl:text>Structure </xsl:text><xsl:value-of select="@name"/><br/>
253 <xsl:value-of select="@type"/><xsl:text> {
259 <xsl:for-each select="field">
262 <xsl:with-param name="text" select="@type"/>
265 <xsl:value-of select="@name"/>
269 <xsl:with-param name="text" select="substring(@info, 1, 40)"/>
280 <xsl:variable name="name" select="string(@name)"/>
281 <h3><a name="{$name}"></a>Macro: <xsl:value-of select="$name"/></h3>
282 <pre><xsl:text>#define </xsl:text><xsl:value-of select="$name"/></pre>
285 <xsl:with-param name="text" select="info"/>
292 <xsl:variable name="name" select="string(@name)"/>
293 <xsl:variable name="nlen" select="string-length($name)"/>
294 <xsl:variable name="tlen" select="string-length(return/@type)"/>
295 …<xsl:variable name="blen" select="(($nlen + 8) - (($nlen + 8) mod 8)) + (($tlen + 8) - (($tlen + 8…
298 <xsl:with-param name="text" select="return/@type"/>
301 <a href="#{@name}"><xsl:value-of select="@name"/></a>
312 <xsl:for-each select="arg">
314 <xsl:with-param name="text" select="@type"/>
317 <xsl:value-of select="@name"/>
335 <xsl:variable name="name" select="string(@name)"/>
336 <xsl:variable name="nlen" select="string-length($name)"/>
337 <xsl:variable name="tlen" select="string-length(return/@type)"/>
338 …<xsl:variable name="blen" select="(($nlen + 8) - (($nlen + 8) mod 8)) + (($tlen + 8) - (($tlen + 8…
341 <a href="#{$name}"><xsl:value-of select="$name"/></a>
345 <xsl:with-param name="text" select="return/@type"/>
348 <a href="#{$name}"><xsl:value-of select="$name"/></a>
359 <xsl:for-each select="arg">
361 <xsl:with-param name="text" select="@type"/>
364 <xsl:value-of select="@name"/>
384 <xsl:variable name="name" select="string(@name)"/>
385 <xsl:variable name="nlen" select="string-length($name)"/>
386 <xsl:variable name="tlen" select="string-length(return/@type)"/>
387 …<xsl:variable name="blen" select="(($nlen + 8) - (($nlen + 8) mod 8)) + (($tlen + 8) - (($tlen + 8…
391 <xsl:value-of select="$name"/>
395 <xsl:value-of select="$name"/>
399 <xsl:with-param name="text" select="return/@type"/>
402 <xsl:value-of select="@name"/>
413 <xsl:for-each select="arg">
415 <xsl:with-param name="text" select="@type"/>
418 <xsl:value-of select="@name"/>
435 <xsl:with-param name="text" select="info"/>
440 <xsl:for-each select="arg">
442 <td><span class="term"><i><tt><xsl:value-of select="@name"/></tt></i>:</span></td>
445 <xsl:with-param name="text" select="@info"/>
455 <xsl:with-param name="text" select="return/@info"/>
468 <xsl:variable name="name" select="string(@name)"/>
469 <xsl:variable name="nlen" select="string-length($name)"/>
470 <xsl:variable name="tlen" select="string-length(return/@type)"/>
471 …<xsl:variable name="blen" select="(($nlen + 8) - (($nlen + 8) mod 8)) + (($tlen + 8) - (($tlen + 8…
472 <h3><a name="{$name}"></a>Function: <xsl:value-of select="$name"/></h3>
475 <xsl:with-param name="text" select="return/@type"/>
478 <xsl:value-of select="@name"/>
489 <xsl:for-each select="arg">
491 <xsl:with-param name="text" select="@type"/>
494 <xsl:value-of select="@name"/>
512 <xsl:with-param name="text" select="info"/>
518 <xsl:for-each select="arg">
520 <td><span class="term"><i><tt><xsl:value-of select="@name"/></tt></i>:</span></td>
523 <xsl:with-param name="text" select="@info"/>
533 <xsl:with-param name="text" select="return/@info"/>
543 <xsl:apply-templates select="key('symbols', string(@symbol))[1]" mode="toc"/>
547 <xsl:apply-templates select="key('symbols', string(@symbol))[1]"/>
555 <p><xsl:value-of select="description"/></p>
562 <xsl:apply-templates select="exports[@type='macro']" mode="$mode">
563 <xsl:sort select='@symbol'/>
565 <xsl:apply-templates select="exports[@type='enum']" mode="$mode">
566 <xsl:sort select='@symbol'/>
568 <xsl:apply-templates select="exports[@type='typedef']" mode="$mode">
569 <xsl:sort select='@symbol'/>
571 <xsl:apply-templates select="exports[@type='struct']" mode="$mode">
572 <xsl:sort select='@symbol'/>
574 <xsl:apply-templates select="exports[@type='function']" mode="$mode">
575 <xsl:sort select='@symbol'/>
581 <xsl:variable name="name" select="@name"/>
582 …<xsl:variable name="title">Module <xsl:value-of select="$name"/> from <xsl:value-of select="/api/@…
590 <title><xsl:value-of select="$title"/></title>
594 <xsl:with-param name="title" select="$title"/>
620 <xsl:apply-templates select="exports" mode="toc"/>
624 <xsl:apply-templates select="exports"/>
629 <xsl:apply-templates select="exports[@type='macro']" mode="toc">
630 <xsl:sort select='@symbol'/>
632 <xsl:apply-templates select="exports[@type='enum']" mode="toc">
633 <xsl:sort select='@symbol'/>
635 <xsl:apply-templates select="exports[@type='typedef']" mode="toc">
636 <xsl:sort select='@symbol'/>
638 <xsl:apply-templates select="exports[@type='struct']" mode="toc">
639 <xsl:sort select='@symbol'/>
641 <xsl:apply-templates select="exports[@type='function']" mode="toc">
642 <xsl:sort select='@symbol'/>
647 <xsl:apply-templates select="exports[@type='macro']">
648 <xsl:sort select='@symbol'/>
650 <xsl:apply-templates select="exports[@type='enum']">
651 <xsl:sort select='@symbol'/>
653 <xsl:apply-templates select="exports[@type='typedef']">
654 <xsl:sort select='@symbol'/>
656 <xsl:apply-templates select="exports[@type='struct']">
657 <xsl:sort select='@symbol'/>
659 <xsl:apply-templates select="exports[@type='function']">
660 <xsl:sort select='@symbol'/>
686 <xsl:variable name="name" select="@name"/>
688 <a href="libxml-{$name}.html"><xsl:value-of select="$name"/></a>
690 <xsl:value-of select="summary"/>
695 <xsl:param name="file" select="concat($htmldir, '/index.html')"/>
696 … <xsl:variable name="title">Reference Manual for <xsl:value-of select="/api/@name"/></xsl:variable>
704 <title><xsl:value-of select="$title"/></title>
708 <xsl:with-param name="title" select="$title"/>
730 <xsl:apply-templates select="/api/files/file" mode="toc"/>
757 <xsl:with-param name="file" select="concat($htmldir, '/book1.html')"/>
760 <xsl:with-param name="file" select="concat($htmldir, '/libxml-lib.html')"/>
763 <xsl:apply-templates select="/api/files/file"/>