To focus the search input from anywhere on the page, press the 'S' key.
in-package search v0.1.0
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type descr = Unix.file_descr
type gen_channel = [
|
`InChannel of in_channel
|
`InDescr of descr
|
`InFd of int
|
`OutChannel of out_channel
|
`OutDescr of descr
|
`OutFd of int
]
type dup_in_source = [
|
`Close
|
`Filename of string
|
`InChannel of in_channel
|
`InDescr of descr
|
`InFd of int
|
`Null
]
type dup_out_source = [
|
`Close
|
`Filename of string
|
`Filespec of string * clobber_spec
|
`Null
|
`OutChannel of out_channel
|
`OutDescr of descr
|
`OutFd of int
]
type dup_source = [
|
`Close
|
`Filename of string
|
`Filespec of string * clobber_spec
|
`InChannel of in_channel
|
`InDescr of descr
|
`InFd of int
|
`Null
|
`OutChannel of out_channel
|
`OutDescr of descr
|
`OutFd of int
]
type dup_spec = (dup_source * gen_channel) list
type pipe_spec = gen_channel list
val clobber : clobber_spec ref
val descr_of_gen : gen_channel -> descr
val descr_of_fd : int -> descr
val fd_of_descr : descr -> int
val open_file_in : string -> in_channel
val open_file_out : string -> out_channel
val null_in : unit -> in_channel
val null_out : unit -> out_channel
val close_in : in_channel -> unit
val close_out : out_channel -> unit
val close_gen : gen_channel -> unit
val dup2 : (dup_source * gen_channel) -> unit
val mov2 : (dup_source * gen_channel) -> unit
val with_dups : dup_spec -> (unit -> 'a) -> 'a
val dup_in : dup_in_source -> in_channel
val dup_out : dup_out_source -> out_channel
module Dup : sig ... end
val open_thunk :
?pipes:pipe_spec ->
?dups:dup_spec ->
(unit -> unit) ->
Proc.t * any_channel list
val open_thunk_in :
?procref:procref ->
?dups:dup_spec ->
(unit -> unit) ->
in_channel
val open_thunk_out :
?procref:procref ->
?dups:dup_spec ->
(unit -> unit) ->
out_channel
val open_thunk2 :
?procref:procref ->
?dups:dup_spec ->
(unit -> unit) ->
in_channel * in_channel
val open_thunk3 :
?procref:procref ->
?dups:dup_spec ->
(unit -> unit) ->
out_channel * in_channel * in_channel
val open_command :
?pipes:pipe_spec ->
?dups:dup_spec ->
string ->
Proc.t * any_channel list
val open_command_in :
?procref:procref ->
?dups:dup_spec ->
string ->
in_channel
val open_command_out :
?procref:procref ->
?dups:dup_spec ->
string ->
out_channel
val open_command2 :
?procref:procref ->
?dups:dup_spec ->
string ->
in_channel * in_channel
val open_command3 :
?procref:procref ->
?dups:dup_spec ->
string ->
out_channel * in_channel * in_channel
val open_program :
?pipes:pipe_spec ->
?dups:dup_spec ->
?path:bool ->
string ->
?argv0:string ->
string list ->
Proc.t * any_channel list
val open_program_in :
?procref:procref ->
?dups:dup_spec ->
?path:bool ->
string ->
?argv0:string ->
string list ->
in_channel
val open_program_out :
?procref:procref ->
?dups:dup_spec ->
?path:bool ->
string ->
?argv0:string ->
string list ->
out_channel
val open_program2 :
?procref:procref ->
?dups:dup_spec ->
?path:bool ->
string ->
?argv0:string ->
string list ->
in_channel * in_channel
val open_program3 :
?procref:procref ->
?dups:dup_spec ->
?path:bool ->
string ->
?argv0:string ->
string list ->
out_channel * in_channel * in_channel
val string_of_channel : in_channel -> string
val string_of_command : ?procref:procref -> string -> string
val string_of_program :
?procref:procref ->
?path:bool ->
string ->
?argv0:string ->
string list ->
string
val open_string_in : string -> in_channel
val with_out_string : (out_channel -> 'a) -> 'a * string
val opendir : string -> directory
val closedir : directory -> unit
val readdir : directory -> string
val rewinddir : directory -> unit
val pp_descr : Format.formatter -> descr -> unit
val pp_in_channel : Format.formatter -> in_channel -> unit
val pp_out_channel : Format.formatter -> out_channel -> unit
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>