Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/libxo/tests/core/
Dtest_12.c45 xo_set_flags(NULL, XOF_XPATH); in main()
Dtest_09.c53 xo_set_flags(NULL, XOF_XPATH); in main()
Dtest_02.c39 xo_set_flags(NULL, XOF_XPATH); in main()
Dtest_08.c53 xo_set_flags(NULL, XOF_XPATH); in main()
Dtest_01.c69 xo_set_flags(NULL, XOF_XPATH); in main()
Dtest_10.c72 xo_set_flags(NULL, XOF_XPATH); in main()
/freebsd-12-stable/contrib/libxo/xo/
Dxo.c329 xo_set_flags(NULL, XOF_XPATH); in main()
/freebsd-12-stable/contrib/libxo/doc/
Dfield-modifiers.rst215 .. index:: XOF_XPATH
218 for the HTML output style when XOF_XPATH is set, but other uses are
Doptions.rst114 x Enable XPath data (XOF_XPATH)
Dapi.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.
Dfield-formatting.rst364 not include XOF_XPATH or XOF_INFO data, which would expand the
Dlibxo.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-12-stable/contrib/libxo/libxo/
Dxo.h70 #define XOF_XPATH XOF_BIT(5) /** Emit XPath attributes in HTML */ macro
Dlibxo.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()