Home
last modified time | relevance | path

Searched refs:UCL_TIME (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/libucl/utils/
H A Dobjdump.c88 else if (obj->type == UCL_TIME) { in ucl_obj_dump()
/freebsd/contrib/libucl/src/
H A Ducl_emitter.c409 case UCL_TIME: in ucl_emitter_common_elt()
530 case UCL_TIME: in UCL_EMIT_TYPE_IMPL()
H A Ducl_emitter_utils.c507 case UCL_TIME: in ucl_object_emit_single_json()
H A Ducl_util.c3388 case UCL_TIME:
3418 case UCL_TIME:
3691 case UCL_TIME:
3856 case UCL_TIME:
H A Ducl_schema.c635 if (obj->type == UCL_TIME && t == UCL_FLOAT) { in ucl_schema_type_is_allowed()
H A Ducl_parser.c960 obj->type = UCL_TIME; in ucl_maybe_parse_number()
/freebsd/contrib/libucl/python/src/
H A Duclmodule.c19 case UCL_TIME: in _basic_ucl_type()
/freebsd/contrib/libucl/include/
H A Ducl.h128 UCL_TIME, /**< Time value (floating point number of seconds) */ enumerator
/freebsd/contrib/libucl/lua/
H A Dlua_ucl.c253 case UCL_TIME: in ucl_object_lua_push_scalar()
/freebsd/contrib/libucl/doc/
H A Dapi.md342 - `UCL_TIME` - time value (floating point number of seconds)