package dns-client
DNS client API
Install
Dune Dependency
Authors
Maintainers
Sources
dns-8.0.0.tbz
sha256=0882061bc5bfa7515ab26c84ca8062323ac5931b3f8ae2952794b0c927d8854e
sha512=1b937aea10a76aebd6b9f44e7142fb0818e17147048fc7ff99ff6f29e5b217eb75e2bc700464089ed453ced2fede4a094828bf278a555736b51fbe285d6271a4
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 14
let 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)"
>