package hxd
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Hexdump in OCaml
Install
dune-project
Dependency
Authors
Maintainers
Sources
hxd-0.4.0.tbz
sha256=10030b7226a17504471809ad5afc0c200721264c5c6dd3d595d248040a718058
sha512=7cc6911729d6b030d10b25a6222649bf1275dc18efcaefd170138addf744c790f786ff2772aaae65071b112a00ed6bd51d0c3667d49a185f0399739b5e8cb693
doc/src/hxd.core/fmt_meta.ml.html
Source file fmt_meta.ml
1 2 3 4 5 6 7 8 9 10 11 12 13 14type Format.stag += Hxd_style_renderer let style_renderer_tag = Hxd_style_renderer let meta_store ppf = Format.pp_get_formatter_stag_functions ppf () let set_meta_store ppf store = Format.pp_set_formatter_stag_functions ppf store let meta_raw store tag = store.Format.mark_open_stag tag let set_meta ppf store ~style_renderer = let meta ~extra = function | Hxd_style_renderer -> style_renderer | stag -> extra stag in let extra = (meta_store ppf).mark_open_stag in let store = {store with Format.mark_open_stag= meta ~extra} in set_meta_store ppf store
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>