Home
last modified time | relevance | path

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

/freebsd/contrib/libxo/tests/core/
H A Dtest_09.c54 xo_set_flags(NULL, XOF_XPATH); in main()
H A Dtest_12.c48 xo_set_flags(NULL, XOF_XPATH); in main()
H A Dtest_02.c42 xo_set_flags(NULL, XOF_XPATH); in main()
H A Dtest_08.c54 xo_set_flags(NULL, XOF_XPATH); in main()
H A Dtest_10.c73 xo_set_flags(NULL, XOF_XPATH); in main()
H A Dtest_01.c73 xo_set_flags(NULL, XOF_XPATH); in main()
/freebsd/contrib/libxo/xo/
H A Dxo.c362 xo_set_flags(NULL, XOF_XPATH); in main()
/freebsd/contrib/libxo/doc/
H A Dfield-modifiers.rst215 .. index:: XOF_XPATH
218 for the HTML output style when XOF_XPATH is set, but other uses are
H A Doptions.rst114 x Enable XPath data (XOF_XPATH)
H A 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
719 :index:`XOF_XPATH` flag is set.
H A Dfield-formatting.rst365 not include XOF_XPATH or XOF_INFO data, which would expand the
/freebsd/contrib/libxo/libxo/
H A Dxo.h70 #define XOF_XPATH XOF_BIT(5) /** Emit XPath attributes in HTML */ macro
H A Dlibxo.c2115 { XOF_XPATH, "xpath" },
2358 XOF_SET(xop, XOF_XPATH); in xo_set_options()
3858 && XOF_ISSET(xop, XOF_XPATH)) ? 1 : 0; in xo_buf_append_div()
3954 if (XOF_ISSET(xop, XOF_XPATH)) { in xo_buf_append_div()