Searched refs:stylesheet (Results 1 – 9 of 9) sorted by relevance
1 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">3 <xsl:import href="@abs_srcroot@doc/stylesheet.xsl"/>4 </xsl:stylesheet>
1 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">3 <xsl:import href="@abs_srcroot@doc/stylesheet.xsl"/>5 </xsl:stylesheet>
1 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">10 </xsl:stylesheet>
50 xsltStylesheetPtr stylesheet; member515 ctx->transform = xsltNewTransformContext(sheet[i].stylesheet, doc); in ngx_http_xslt_apply_stylesheet()535 res = xsltApplyStylesheetUser(sheet[i].stylesheet, doc, in ngx_http_xslt_apply_stylesheet()557 type = ngx_http_xslt_content_type(sheet[i - 1].stylesheet); in ngx_http_xslt_apply_stylesheet()563 encoding = ngx_http_xslt_encoding(sheet[i - 1].stylesheet); in ngx_http_xslt_apply_stylesheet()571 rc = xsltSaveResultToString(&buf, &len, doc, sheet[i - 1].stylesheet); in ngx_http_xslt_apply_stylesheet()917 sheet->stylesheet = file[i].data; in ngx_http_xslt_stylesheet()927 sheet->stylesheet = xsltParseStylesheetFile(value[1].data); in ngx_http_xslt_stylesheet()928 if (sheet->stylesheet == NULL) { in ngx_http_xslt_stylesheet()936 cln->data = sheet->stylesheet; in ngx_http_xslt_stylesheet()[all …]
5 * Sphinx stylesheet -- basic theme.641 /* -- printout stylesheet --------------------------------------------------- */
145 stylesheet can render the HTML into rich text that mirrors the
276 $(objroot)doc/%.html : $(objroot)doc/%.xml $(srcroot)doc/stylesheet.xsl $(objroot)doc/html.xsl279 $(objroot)doc/%.3 : $(objroot)doc/%.xml $(srcroot)doc/stylesheet.xsl $(objroot)doc/manpages.xsl
160 if test -d "/usr/share/xml/docbook/stylesheet/docbook-xsl" ; then161 DEFAULT_XSLROOT="/usr/share/xml/docbook/stylesheet/docbook-xsl"169 [AS_HELP_STRING([--with-xslroot=<path>], [XSL stylesheet root path])], [
1450 --with-xslroot=<path> XSL stylesheet root path