Home
last modified time | relevance | path

Searched refs:XOF_XPATH (Results 1 – 14 of 14) sorted by relevance

/freebsd-11-stable/contrib/libxo/tests/core/
HDtest_12.c45 xo_set_flags(NULL, XOF_XPATH); in main()
HDtest_09.c53 xo_set_flags(NULL, XOF_XPATH); in main()
HDtest_02.c39 xo_set_flags(NULL, XOF_XPATH); in main()
HDtest_08.c53 xo_set_flags(NULL, XOF_XPATH); in main()
HDtest_01.c69 xo_set_flags(NULL, XOF_XPATH); in main()
HDtest_10.c72 xo_set_flags(NULL, XOF_XPATH); in main()
/freebsd-11-stable/contrib/libxo/xo/
HDxo.c329 xo_set_flags(NULL, XOF_XPATH); in main()
/freebsd-11-stable/contrib/libxo/doc/
HDfield-modifiers.rst215 .. index:: XOF_XPATH
218 for the HTML output style when XOF_XPATH is set, but other uses are
HDoptions.rst114 x Enable XPath data (XOF_XPATH)
HDapi.rst248 .. index:: XOF_XPATH
275 XOF_XPATH Emit XPath expressions (HTML)
306 XOF_XPATH Emit "data-xpath" attributes
310 The `XOF_XPATH` flag enables the emission of XPath expressions detailing
696 :index:`XOF_XPATH` flag is set.
HDfield-formatting.rst364 not include XOF_XPATH or XOF_INFO data, which would expand the
HDlibxo.txt897 for the HTML output style when XOF_XPATH is set, but other uses are
1327 not include XOF_XPATH or XOF_INFO data, which would expand the
1580 | x | Enable XPath data (XOF_XPATH) |
1779 | XOF_XPATH | Emit XPath expressions (HTML) |
1810 | XOF_XPATH | Emit "data-xpath" attributes |
1814 The XOF_XPATH flag enables the emission of XPath expressions detailing
1999 text, though for HTML they are used when the XOF_XPATH flag is set.
/freebsd-11-stable/contrib/libxo/libxo/
HDxo.h70 #define XOF_XPATH XOF_BIT(5) /** Emit XPath attributes in HTML */ macro
HDlibxo.c2139 { XOF_XPATH, "xpath" },
2378 XOF_SET(xop, XOF_XPATH); in xo_set_options()
3851 && XOF_ISSET(xop, XOF_XPATH)) ? 1 : 0; in xo_buf_append_div()
3947 if (XOF_ISSET(xop, XOF_XPATH)) { in xo_buf_append_div()