To focus the search input from anywhere on the page, press the 'S' key.
in-package search v0.1.0
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Parameters
module Pclock : Mirage_clock.PCLOCK
module Fs : Mirage_kv.RW
Signature
type t = Fs.t
val basename : file_or_dir -> string
val dir_from_string : string -> dir
val file_from_string : string -> file
val from_string : t -> string -> (file_or_dir, error) Stdlib.result Lwt.t
val to_string : file_or_dir -> string
val parent : file_or_dir -> dir
val get_property_map : t -> file_or_dir -> Properties.t Lwt.t
val write_property_map :
t ->
file_or_dir ->
Properties.t ->
(unit, write_error) Stdlib.result Lwt.t
val read : t -> file -> (string * Properties.t, error) Stdlib.result Lwt.t
val listdir : t -> dir -> (file_or_dir list, error) Stdlib.result Lwt.t
val mkdir : t -> dir -> Properties.t -> (unit, write_error) Stdlib.result Lwt.t
val write :
t ->
file ->
string ->
Properties.t ->
(unit, write_error) Stdlib.result Lwt.t
be careful to call only in a batch, since it writes two files
val destroy : t -> file_or_dir -> (unit, write_error) Stdlib.result Lwt.t
be careful to call only in a batch, since it removes two files
val pp_write_error : write_error Fmt.t
val valid :
t ->
Webdav_config.config ->
(unit, [> `Msg of string ]) Stdlib.result Lwt.t
val last_modified : t -> file_or_dir -> (Ptime.t, error) Stdlib.result Lwt.t
val etag : t -> file_or_dir -> (string, error) Stdlib.result Lwt.t
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page