package cpdf
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
PDF command line tools
Install
dune-project
Dependency
Authors
Maintainers
Sources
v2.7.1.tar.gz
md5=9dc2502c6e97a786cdd1af5e1db5a2e1
sha512=b23c1c151f095d11b6c3c56766cdc05aa6b12a0e1224880a050f69f67c4d40053f2415ac3f9e54233bf8314ca8bdfccc2c65dd44b0c6d60ae8d7c08b1c411a04
doc/cpdf/Cpdfstrftime/index.html
Module Cpdfstrftime
C-style strftime
Supports the following format specifiers: %a %A %b %B %s %e %H %I %j %m %M %p %S %T %u %w %Y %%
type t = {_tm_sec : int;_tm_min : int;_tm_hour : int;_tm_mday : int;_tm_mon : int;_tm_year : int;_tm_wday : int;_tm_yday : int;_tm_isdst : bool;
}Our version of Unix's tm, so Unix not required
val current_time : unit -> tGet the time now
val dummy : tA dummy time value
val strftime : ?time:t -> string -> stringStrftime. If time omitted, the current time is used.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>