Searched refs:UCL_EMIT_CONFIG (Results 1 – 14 of 14) sorted by relevance
/freebsd/contrib/libucl/src/ |
H A D | ucl_emitter.c | 78 [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 D | ucl_emitter_utils.c | 54 [UCL_EMIT_CONFIG] = { 56 .id = UCL_EMIT_CONFIG, 58 .ops = &ucl_standartd_emitter_ops[UCL_EMIT_CONFIG]
|
/freebsd/contrib/libucl/examples/ |
H A D | ucl_cpp.cc | 15 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 D | test_schema.c | 86 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 D | test_basic.c | 214 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 D | test_streamline.c | 66 ctx = ucl_object_emit_streamline_new (obj, UCL_EMIT_CONFIG, f); in main()
|
H A D | test_speed.c | 109 emitted = ucl_object_emit (obj, UCL_EMIT_CONFIG); in main()
|
H A D | test_generate.c | 277 assert (ucl_object_emit_full (obj, UCL_EMIT_CONFIG, fn, comments)); in main()
|
/freebsd/contrib/libucl/utils/ |
H A D | ucl-tool.c | 47 ucl_emitter_t emitter = UCL_EMIT_CONFIG; in main() 85 emitter = UCL_EMIT_CONFIG; in main()
|
/freebsd/contrib/libucl/python/ |
H A D | ucl.pyi | 5 UCL_EMIT_CONFIG = ... # type: int
|
/freebsd/contrib/libucl/python/src/ |
H A D | uclmodule.c | 221 emitter = UCL_EMIT_CONFIG; in ucl_dump() 303 PyModule_AddIntMacro(mod, UCL_EMIT_CONFIG); in init_macros()
|
/freebsd/contrib/libucl/lua/ |
H A D | lua_ucl.c | 1058 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 D | ucl.h | 139 UCL_EMIT_CONFIG, /**< Emit human readable config format */ enumerator
|
/freebsd/contrib/libucl/doc/ |
H A D | api.md | 248 - configuration (`UCL_EMIT_CONFIG`) - nginx like human readable configuration file where implicit a…
|