Searched full:xsltproc (Results 1 – 25 of 44) sorted by relevance
12
| /external/wayland/doc/publican/sources/ |
| D | meson.build | 3 command: [ xsltproc, '-o', '@OUTPUT@', files('../protocol-to-docbook.xsl'), '@INPUT@' ], 10 command: [ xsltproc, '-o', '@OUTPUT@', files('../protocol-interfaces-to-docbook.xsl'), '@INPUT@' ], 17 command: [ xsltproc, '-o', '@OUTPUT@', '@INPUT@' ], 26 …command: [ xsltproc, '-o', '@OUTPUT@', '--stringparam', 'which', 'Client', to_publican_xsl, '@INPU… 33 command: [ xsltproc, '-o', '@OUTPUT@', '@INPUT@' ], 40 …command: [ xsltproc, '-o', '@OUTPUT@', '--stringparam', 'which', 'Server', to_publican_xsl, '@INPU… 85 …command: [ xsltproc, '-o', '@OUTPUT@', '--stringparam', 'basedir', '.', merge_mapcoords_xsl, '@INP…
|
| /external/sdv/vsomeip/third_party/boost/asio/doc/ |
| D | doxy2qbk.pl | 12 system("xsltproc combine.xslt index.xml > all.xml"); 14 system("xsltproc reference.xsl xml/all.xml > reference.qbk"); 19 system("xsltproc combine.xslt index.xml > all.xml"); 21 system("xsltproc tutorial.xsl xml/all.xml > tutorial.qbk");
|
| /external/libxml2/doc/ |
| D | Makefile.am | 21 cd $(srcdir) && $(XSLTPROC) --nonet xmllint.xml 22 cd $(srcdir) && $(XSLTPROC) --nonet -o xmllint.html $(DOCBOOK_HTML) xmllint.xml 23 cd $(srcdir) && $(XSLTPROC) --nonet xmlcatalog.xml 24 cd $(srcdir) && $(XSLTPROC) --nonet -o xmlcatalog.html $(DOCBOOK_HTML) xmlcatalog.xml
|
| /external/libxml2/xstc/ |
| D | Makefile.am | 69 -@(if [ -x $(XSLTPROC) ] ; then \ 71 $(XSLTPROC) --nonet --stringparam vendor NIST-2 \ 77 -@(if [ -x $(XSLTPROC) ] ; then \ 79 $(XSLTPROC) --nonet --stringparam vendor MS \ 85 -@(if [ -x $(XSLTPROC) ] ; then \ 87 $(XSLTPROC) --nonet --stringparam vendor SUN \
|
| /external/kmod/man/ |
| D | Makefile.am | 9 XSLT = $(if $(XSLTPROC), $(XSLTPROC), xsltproc)
|
| /external/wayland/doc/ |
| D | meson.build | 7 xsltproc = find_program('xsltproc') variable 25 cmd = run_command(xsltproc, '--nonet', manpage_xsl, check: false)
|
| /external/bazelbuild-rules_android/rules/ |
| D | resources.bzl | 218 xsltproc = None, 230 xsltproc: FilesToRunProvider. The xsltproc executable or 243 executable = xsltproc, 501 xsltproc = None, 560 xsltproc: FilesToRunProvider. The xsltproc executable or 582 if xsltproc or instrument_xslt: 590 xsltproc = xsltproc, 1272 xsltproc = None, 1325 xsltproc: FilesToRunProvider. The xsltproc executable or FilesToRunProvider. 1331 if (xsltproc and not instrument_xslt) or (not xsltproc and instrument_xslt): [all …]
|
| /external/libxml2/ |
| D | MAINTAINERS.md | 21 This requires `xsltproc`, the DocBook stylesheets in your XML Catalog 25 apt install xsltproc python3-libxml2 docbook-xsl docbook-xml 34 generated with xsltproc and DocBook stylesheets.
|
| /external/eigen/ci/ |
| D | smoketests.gitlab-ci.yml | 62 ${EIGEN_CI_CC_COMPILER} cmake ninja-build xsltproc 70 - apt-get install --no-install-recommends -y xsltproc 72 …- xsltproc ../ci/CTest2JUnit.xsl Testing/`head -n 1 < Testing/TAG`/Test.xml > "JUnitTestResults_$C…
|
| D | test.gitlab-ci.yml | 11 ${EIGEN_CI_CC_COMPILER} cmake ninja-build xsltproc 19 - apt-get install --no-install-recommends -y xsltproc 21 …- xsltproc ../ci/CTest2JUnit.xsl Testing/`head -n 1 < Testing/TAG`/Test.xml > "JUnitTestResults_$C…
|
| /external/bzip2/ |
| D | xmlproc.sh | 83 xsltproc --nonet --xinclude -o $htmlfile $xsl_html $xmlfmtfile 89 xsltproc --nonet --xinclude -o $fofile $xsl_fo $xmlfmtfile 98 xsltproc --nonet --xinclude -o $fofile $xsl_fo $xmlfmtfile
|
| /external/sdv/vsomeip/third_party/boost/type_traits/.circleci/ |
| D | config.yml | 28 apt-get install git xsltproc docbook-xsl docbook-xml -y 44 echo "using xsltproc ;" | tee $HOME/user-config.jam
|
| /external/iptables/iptables/ |
| D | iptables-xml.1.in | 77 iptables.xslt script and xsltproc, or a custom program using 80 xsltproc iptables.xslt my-iptables.xml | iptables-restore
|
| D | iptables.xslt | 8 iptables-save | iptables-xml -c | xsltproc iptables.xslt - 132 …<!-- with libxslt xsltproc we can't do @*|node() or the nodes may get processed before the attribu…
|
| /external/sdv/vsomeip/third_party/boost/config/.circleci/ |
| D | config.yml | 28 apt-get install git xsltproc docbook-xsl docbook-xml -y 44 echo "using xsltproc ;" | tee $HOME/user-config.jam
|
| /external/wayland/ |
| D | meson_options.txt | 14 description: 'Build the documentation (requires Doxygen, dot, xmlto, xsltproc)',
|
| /external/trace-cmd/scripts/ |
| D | utils.mk | 51 print_xsltproc = echo ' XSLTPROC '`basename $@`; 182 xsltproc --nonet -o $@ ${MANPAGE_DOCBOOK_XSL} $< $(hide_xsltproc_output))
|
| /external/kmod/ |
| D | .travis.yml | 16 - sudo apt-get install -qq xsltproc docbook-xsl
|
| /external/oss-fuzz/projects/neomutt/ |
| D | Dockerfile | 18 RUN apt-get update && apt-get install -y make autoconf automake libtool xsltproc libncursesw5-dev l…
|
| /external/oss-fuzz/projects/opensc/ |
| D | Dockerfile | 18 …ibssl-dev libreadline-dev autoconf automake build-essential docbook-xsl xsltproc libtool pkg-confi…
|
| /external/libxml2/doc/devhelp/ |
| D | Makefile.am | 71 (cd $(srcdir) && $(XSLTPROC) -o libxml2.devhelp2 devhelp2.xsl ../libxml2-api.xml)
|
| /external/oss-fuzz/projects/usbguard/ |
| D | Dockerfile | 26 xsltproc \
|
| /external/ltp/docparse/ |
| D | Makefile | 17 METADATA_GENERATOR_PARAMS := --xsltproc-opts "--stringparam toc.section.depth 1" -d book -L --reso…
|
| /external/parameter-framework/upstream/tools/coverage/ |
| D | aplog2coverage.sh | 130 xsltproc --output "$outputFile" $xsl_report_formator -
|
| /external/robolectric/scripts/ |
| D | README.md | 43 libgl1-mesa-dev libxml2-utils xsltproc unzip libswitch-perl
|
12