package dns-client
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
DNS client API
Install
dune-project
Dependency
Authors
Maintainers
Sources
dns-10.2.3.tbz
sha256=c895b2d112c4aa60c0987a09eb59f0d9602bd804fecf4124795be16e4a86734a
sha512=c51c3d123a89fcde187771d405df0be7282c44c9597bdfa54ca9eedc89347a6346ff4ef461ef65557d1b1d0e50eb7d42a39267ffa11bedf1feb37d38f459e10d
doc/src/dns-client.resolvconf/dns_resolvconf.ml.html
Source file dns_resolvconf.ml
1 2 3 4 5 6 7 8 9 10 11 12 13 14let parse buf = try Resolvconf_state.reset (); let buf = if String.(get buf (pred (length buf))) = '\n' then buf else buf ^ "\n" in let lexbuf = Lexing.from_string buf in Ok (Resolvconf_parser.resolvconf Resolvconf_lexer.lex lexbuf) with | Parsing.Parse_error -> Error (`Msg (Fmt.str "parse error at line %d" Resolvconf_state.(state.lineno))) | exn -> Error (`Msg (Fmt.str "error at line %d: %s" Resolvconf_state.(state.lineno) (Printexc.to_string exn)))
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>