Home
last modified time | relevance | path

Searched refs:rendered (Results 1 – 25 of 49) sorted by relevance

12

/freebsd/contrib/pkgconf/tests/api/
H A Dtest-license.c102 char *rendered = render_to_string(client, &licenses); in test_license_evaluate_or() local
103 TEST_ASSERT_STRCMP_EQ(rendered, "MIT OR ISC"); in test_license_evaluate_or()
104 free(rendered); in test_license_evaluate_or()
118 char *rendered = render_to_string(client, &licenses); in test_license_evaluate_and() local
119 TEST_ASSERT_STRCMP_EQ(rendered, "LGPL-2.1-only AND MIT"); in test_license_evaluate_and()
120 free(rendered); in test_license_evaluate_and()
135 char *rendered = render_to_string(client, &licenses); in test_license_evaluate_multiple_keys_implicit_and() local
136 TEST_ASSERT_STRCMP_EQ(rendered, "BSD-3-Clause AND BSD-2-Clause"); in test_license_evaluate_multiple_keys_implicit_and()
137 free(rendered); in test_license_evaluate_multiple_keys_implicit_and()
151 char *rendered = render_to_string(client, &licenses); in test_license_evaluate_brackets() local
[all …]
H A Dtest-fragment.c162 char *rendered = render_to_string(&frags); in test_fragment_render_cflags() local
163 TEST_ASSERT_NONNULL(rendered); in test_fragment_render_cflags()
164 TEST_ASSERT_STRCMP_EQ(rendered, "-I/usr/include -I/opt/include"); in test_fragment_render_cflags()
166 free(rendered); in test_fragment_render_cflags()
181 char *rendered = render_to_string(&frags); in test_fragment_render_libs() local
182 TEST_ASSERT_NONNULL(rendered); in test_fragment_render_libs()
183 TEST_ASSERT_STRCMP_EQ(rendered, "-L/usr/lib -lfoo"); in test_fragment_render_libs()
185 free(rendered); in test_fragment_render_libs()
196 char *rendered = render_to_string(&frags); in test_fragment_render_empty() local
197 TEST_ASSERT_NONNULL(rendered); in test_fragment_render_empty()
[all …]
/freebsd/contrib/pkgconf/doc/
H A Dlibpkgconf-fragment.rst63 Calculates the required memory to store a `fragment list` when rendered as a string.
65 :param pkgconf_list_t* list: The `fragment list` being rendered.
68 :return: the amount of bytes required to represent the `fragment list` when rendered
75 :param pkgconf_list_t* list: The `fragment list` being rendered.
86 :param pkgconf_list_t* list: The `fragment list` being rendered.
89 :return: An allocated string containing the rendered `fragment list`.
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DDiagnosticsRendering.cpp56 detail_up->AddStringItem("rendered", diag.rendered); in Serialize()
95 stream << detail.rendered << '\n'; in RenderDiagnosticDetails()
223 stream << detail.rendered << '\n'; in RenderDiagnosticDetails()
231 stream << detail.rendered << '\n'; in RenderDiagnosticDetails()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DDiagnosticManager.cpp60 os << StringForSeverity(detail.severity) << detail.rendered << '\n'; in message()
153 m_detail.rendered.push_back('\n'); in AppendMessage()
156 m_detail.rendered += message; in AppendMessage()
/freebsd/crypto/openssl/doc/life-cycles/
H A DREADME.md12 To generate the rendered images, you need to install the following packages:
18 These are the rendered `.dot` files. The `.txt` files require
/freebsd/contrib/libxo/xohtml/external/
H A Djquery.qtip.js123 this.rendered = this.destroyed = this.disabled = this.waiting =
129 if(this.rendered || this.destroyed) { return this; } // If tooltip has already been rendered, exit
174 this.rendered = -1;
194 this.rendered = TRUE;
252 if(this.rendered) {
288 if(immediate !== TRUE && this.rendered) {
402 if(this.rendered) {
411 v && !this.rendered && this.render(this.options.show.ready);
448 v && (!this.rendered && this.render(TRUE) || this.toggle(TRUE));
532 var rendered = this.rendered,
[all …]
/freebsd/usr.sbin/bsdconfig/dot/
H A DUSAGE45 View the above-rendered SVG file using your favorite X11-based viewer:
80 View the above-rendered PostScript poster using X11:
92 Print the above-rendered PostScript poster:
/freebsd/contrib/llvm-project/llvm/include/llvm/Option/
H A DOptParser.td64 // RenderAsInput - The option should not render the name when rendered as an
65 // input (i.e., the option is rendered as values).
68 // RenderJoined - The option should be rendered joined, even if separate (only
72 // RenderSeparate - The option should be rendered separately, even if joined
/freebsd/contrib/libxo/doc/
H A Dintro.rst20 rendered in different output styles (see :ref:`field-modifiers` for
61 rendered in distinct styles based on run-time flags.
H A Dformatting.rst141 HTML output is designed to allow the output to be rendered in a web
142 browser with minimal effort. Each piece of output data is rendered
H A Dfield-modifiers.rst188 In the HTML style, the original numeric value is rendered in the
231 rendered as single elements, where JSON renders them as arrays::
H A Dfield-roles.rst253 When the XOF_UNITS flag is set, units are rendered in XML as the
258 Units can also be rendered in HTML as the "data-units" attribute::
H A Dfaq.rst28 generate XML that is rendered by the CLI (think: login shell) into
H A Dhowto.rst376 The field "{g:server}" requests the rendered value of the field be
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DDiagnosticsRendering.h57 std::string rendered; member
/freebsd/contrib/llvm-project/lldb/include/lldb/ValueObject/
H A DDILParser.h56 std::string message() const override { return m_detail.rendered; } in message()
/freebsd/contrib/mandoc/
H A Dmsec.in20 * to when rendered as the volume title.
/freebsd/sys/contrib/device-tree/Bindings/regulator/
H A Dpwm-regulator.txt12 rendered useless. Although more control is given to
/freebsd/share/examples/BSD_daemon/
H A DREADME27 this vector-based beastie can be rendered in any size and
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DDILParser.cpp42 m_detail.rendered = std::move(rendered_msg); in DILDiagnosticError()
/freebsd/crypto/openssh/
H A DFREEBSD-upgrade64 including rendered man pages (which have a .0 extension). When
/freebsd/sys/contrib/device-tree/Bindings/
H A Dwriting-schema.rst50 parsed correctly, but are important when the text blocks are rendered to
/freebsd/crypto/heimdal/lib/wind/
H A Drfc3490.txt326 that can be rendered in ASCII and is equivalent to an
327 internationalized label that cannot be rendered in ASCII. Given any
328 internationalized label that cannot be rendered in ASCII, the ToASCII
751 name labels encoded as ACE name labels can be rendered either as the
/freebsd/contrib/libxo/xohtml/
H A Dxohtml.css737 img.rendered {

12