Home
last modified time | relevance | path

Searched refs:stylesheet (Results 1 – 9 of 9) sorted by relevance

/f-stack/app/redis-5.0.5/deps/jemalloc/doc/
H A Dmanpages.xsl.in1 <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>
H A Dhtml.xsl.in1 <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>
H A Dstylesheet.xsl1 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
10 </xsl:stylesheet>
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_xslt_filter_module.c50 xsltStylesheetPtr stylesheet; member
515 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 …]
/f-stack/tools/libxo/doc/_static/
H A Dbasic.css_t5 * Sphinx stylesheet -- basic theme.
641 /* -- printout stylesheet --------------------------------------------------- */
/f-stack/tools/libxo/doc/
H A Dformatting.rst145 stylesheet can render the HTML into rich text that mirrors the
/f-stack/app/redis-5.0.5/deps/jemalloc/
H A DMakefile.in276 $(objroot)doc/%.html : $(objroot)doc/%.xml $(srcroot)doc/stylesheet.xsl $(objroot)doc/html.xsl
279 $(objroot)doc/%.3 : $(objroot)doc/%.xml $(srcroot)doc/stylesheet.xsl $(objroot)doc/manpages.xsl
H A Dconfigure.ac160 if test -d "/usr/share/xml/docbook/stylesheet/docbook-xsl" ; then
161 DEFAULT_XSLROOT="/usr/share/xml/docbook/stylesheet/docbook-xsl"
169 [AS_HELP_STRING([--with-xslroot=<path>], [XSL stylesheet root path])], [
H A Dconfigure1450 --with-xslroot=<path> XSL stylesheet root path