Home
last modified time | relevance | path

Searched refs:XOF_INFO (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/libxo/tests/core/
H A Dtest_09.c56 xo_set_flags(NULL, XOF_INFO); in main()
H A Dtest_12.c50 xo_set_flags(NULL, XOF_INFO); in main()
H A Dtest_02.c44 xo_set_flags(NULL, XOF_INFO); in main()
H A Dtest_08.c56 xo_set_flags(NULL, XOF_INFO); in main()
H A Dtest_10.c75 xo_set_flags(NULL, XOF_INFO); in main()
H A Dtest_01.c75 xo_set_flags(NULL, XOF_INFO); in main()
/freebsd/contrib/libxo/doc/
H A Doptions.rst103 I Enable info output (XOF_INFO)
H A Dapi.rst239 .. index:: XOF_INFO
266 XOF_INFO Display info data attributes (HTML)
307 XOF_INFO Emit additional info fields
314 The `XOF_INFO` flag encodes additional informational fields for HTML
1071 .. index:: XOF_INFO
1116 Third, the emission of info must be triggered with the `XOF_INFO` flag
H A Dfield-formatting.rst365 not include XOF_XPATH or XOF_INFO data, which would expand the
/freebsd/contrib/libxo/libxo/
H A Dxo.h71 #define XOF_INFO XOF_BIT(6) /** Emit additional info fields (HTML) */ macro
H A Dlibxo.c2100 { XOF_INFO, "info" },
2310 XOF_SET(xop, XOF_INFO); in xo_set_options()
3990 if (XOF_ISSET(xop, XOF_INFO) && xop->xo_info) { in xo_buf_append_div()