Searched refs:XOF_XPATH (Results 1 – 14 of 14) sorted by relevance
| /freebsd-11-stable/contrib/libxo/tests/core/ |
| HD | test_12.c | 45 xo_set_flags(NULL, XOF_XPATH); in main()
|
| HD | test_09.c | 53 xo_set_flags(NULL, XOF_XPATH); in main()
|
| HD | test_02.c | 39 xo_set_flags(NULL, XOF_XPATH); in main()
|
| HD | test_08.c | 53 xo_set_flags(NULL, XOF_XPATH); in main()
|
| HD | test_01.c | 69 xo_set_flags(NULL, XOF_XPATH); in main()
|
| HD | test_10.c | 72 xo_set_flags(NULL, XOF_XPATH); in main()
|
| /freebsd-11-stable/contrib/libxo/xo/ |
| HD | xo.c | 329 xo_set_flags(NULL, XOF_XPATH); in main()
|
| /freebsd-11-stable/contrib/libxo/doc/ |
| HD | field-modifiers.rst | 215 .. index:: XOF_XPATH 218 for the HTML output style when XOF_XPATH is set, but other uses are
|
| HD | options.rst | 114 x Enable XPath data (XOF_XPATH)
|
| HD | api.rst | 248 .. 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.
|
| HD | field-formatting.rst | 364 not include XOF_XPATH or XOF_INFO data, which would expand the
|
| HD | libxo.txt | 897 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/ |
| HD | xo.h | 70 #define XOF_XPATH XOF_BIT(5) /** Emit XPath attributes in HTML */ macro
|
| HD | libxo.c | 2139 { 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()
|