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.3.6.tbz
sha256=7a1df20c5dd01b7dd9b5ffe2de7216b5989652ab325175512327a269ddedf3b9
sha512=348065400d96135c637fc09da71c60b9e6a21285f536e6634d9a46a84beda8c93bfd635515103e29af9696ea155ed6926ffeaf65f6f86b2c8d970633603561bf
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)"
>