package mopsa
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
MOPSA: A Modular and Open Platform for Static Analysis using Abstract Interpretation
Install
dune-project
Dependency
Authors
Maintainers
Sources
mopsa-analyzer-v1.2.tar.gz
md5=37966e98ffeebcedc09bd6e9b2b81f69
sha512=40d4d826c25f680766c07eccbabdf5e8a4fa023016e8a164e4e4f6b3781c8484dc4df437055721dfd19b9db8fb7fe3b61236c4833186d346fc7204a68d01eaaa
doc/mopsa.mopsa_utils/Mopsa_utils/Core/LineEdit/UBuf/index.html
Module LineEdit.UBuf
Buffers backed by byte sequences that grow automatically. Support insertion and deletion at any position within the buffer. Include some support for UTF-8 encoding.
val ensure : t -> int -> unitval create : unit -> tCreate an empty buffer.
val contents : t -> stringBuffer contents, as a string.
val byte_length : t -> intBuffer size in bytes.
val uchar_length : t -> intBuffer size in utf-8 chars.
val index_of_uchar : t -> int -> intByte index of the nb-th utf-8 char.
val nth : t -> int -> charGet the byte at the specified byte index.
val sub : t -> int -> int -> stringGet the substring from the specified byte index.
val add_char : t -> char -> unitAppend a byte at the end of the buffer.
val add_substring : t -> string -> int -> int -> unitAppend a part of a string at the end of the buffer.
val add_string : t -> string -> unitAppend a string at the end of the buffer.
val insert_char : t -> int -> char -> unitInsert a byte at the specified byte index.
val insert_substring : t -> int -> string -> int -> int -> unitInsert a substring at the specified byte index.
val insert_string : t -> int -> string -> unitInsert a string at the specified byte index.
val delete : t -> int -> int -> unitDelete some bytes at the specified byte index.
val clear : t -> unitReset the buffer to 0 length.
val output : out_channel -> t -> unitPrint to buffer.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>