Home
last modified time | relevance | path

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

/freebsd/contrib/libucl/src/
H A Ducl_emitter.c78 [UCL_EMIT_CONFIG] = UCL_EMIT_TYPE_CONTENT(config),
119 if (ctx->id == UCL_EMIT_CONFIG) { in ucl_emitter_print_key()
170 if (ctx->id == UCL_EMIT_CONFIG && obj != ctx->top) { in ucl_emitter_finish_object()
204 if (ctx->id != UCL_EMIT_CONFIG) { in ucl_emitter_common_end_object()
232 if (ctx->id != UCL_EMIT_CONFIG) { in ucl_emitter_common_end_array()
321 if (ctx->id == UCL_EMIT_CONFIG) { in ucl_emitter_common_start_object()
368 if (ctx->id != UCL_EMIT_CONFIG && !first) { in ucl_emitter_common_elt()
383 if (ctx->comments && ctx->id == UCL_EMIT_CONFIG) { in ucl_emitter_common_elt()
427 if (ctx->id == UCL_EMIT_CONFIG) { in ucl_emitter_common_elt()
H A Ducl_emitter_utils.c54 [UCL_EMIT_CONFIG] = {
56 .id = UCL_EMIT_CONFIG,
58 .ops = &ucl_standartd_emitter_ops[UCL_EMIT_CONFIG]
/freebsd/contrib/libucl/examples/
H A Ducl_cpp.cc15 std::cout << obj.dump(UCL_EMIT_CONFIG) << std::endl; in main()
18 std::cout << o.dump(UCL_EMIT_CONFIG) << std::endl; in main()
/freebsd/contrib/libucl/tests/
H A Dtest_schema.c86 fprintf (stdout, "%s\n", ucl_object_emit (data, UCL_EMIT_CONFIG)); in perform_test()
87 fprintf (stdout, "%s\n", ucl_object_emit (schema, UCL_EMIT_CONFIG)); in perform_test()
H A Dtest_basic.c214 ucl_object_emit_full (obj, UCL_EMIT_CONFIG, func, comments); in main()
273 ucl_object_emit_full (obj, UCL_EMIT_CONFIG, in main()
H A Dtest_streamline.c66 ctx = ucl_object_emit_streamline_new (obj, UCL_EMIT_CONFIG, f); in main()
H A Dtest_speed.c109 emitted = ucl_object_emit (obj, UCL_EMIT_CONFIG); in main()
H A Dtest_generate.c277 assert (ucl_object_emit_full (obj, UCL_EMIT_CONFIG, fn, comments)); in main()
/freebsd/contrib/libucl/utils/
H A Ducl-tool.c47 ucl_emitter_t emitter = UCL_EMIT_CONFIG; in main()
85 emitter = UCL_EMIT_CONFIG; in main()
/freebsd/contrib/libucl/python/
H A Ducl.pyi5 UCL_EMIT_CONFIG = ... # type: int
/freebsd/contrib/libucl/python/src/
H A Duclmodule.c221 emitter = UCL_EMIT_CONFIG; in ucl_dump()
303 PyModule_AddIntMacro(mod, UCL_EMIT_CONFIG); in init_macros()
/freebsd/contrib/libucl/lua/
H A Dlua_ucl.c1058 format = UCL_EMIT_CONFIG; in lua_ucl_str_to_emit_type()
1357 lua_ucl_to_string (L, obj, UCL_EMIT_CONFIG); in lua_ucl_to_config()
1430 format = UCL_EMIT_CONFIG; in lua_ucl_to_format()
/freebsd/contrib/libucl/include/
H A Ducl.h139 UCL_EMIT_CONFIG, /**< Emit human readable config format */ enumerator
/freebsd/contrib/libucl/doc/
H A Dapi.md248 - configuration (`UCL_EMIT_CONFIG`) - nginx like human readable configuration file where implicit a…