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.5.0.tbz
sha256=453c394ec15678c5ce6ef12356e4d5806a0261176600facca765dec41671faa9
sha512=19ba577350347c6a144a0ff2bc181f421547766c533f0a63b0d3b5ce987ccbfb6099b640b0aab24b27c84f854e52dd0de37667b50b7466af9e97ffc1db66d86f
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)"
>