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 command =
| Raw of Common.string
| Comment of Common.string
| Redirect of {
block : command Common.list;
stdout : compiled_value;
}
| If_then_else of {
condition : Common.string;
block_then : command Common.list;
block_else : command Common.list;
}
| While of {
condition : Common.string;
block : command Common.list;
}
| Sub_shell of command Common.list
| Make_directory of Common.string
| Pipe of {
blocks : command Common.list Common.list;
}
and compiled_value =
| Unit
| Literal_value of Common.string
| File of Common.string
| Tmp_file_in_variable of Common.string
(*File-path contained in variable.
*)| Raw_inline of Common.string
| Octal_value_in_variable of Common.string
val to_argument : ?arithmetic:Common.bool -> compiled_value -> Common.string
val to_ascii : compiled_value -> Common.string
val commands : t -> command Common.list
val to_path_argument : compiled_value -> Common.string
val pp_posix : Genspio.Language.Format.formatter -> t -> unit
val rawf : ('a, Format.formatter, unit, command) format4 -> 'b
val cmtf : ('a, Format.formatter, unit, command) format4 -> 'b
val make : command Common.list -> compiled_value -> t
val unit : command Common.list -> t
val literal_value : Common.string -> t
val assert_unit : t -> unit
val redirect : stdout:t -> command Common.list -> t
val mktmp :
tmpdb:Tmp_db.t ->
?expression:'a ->
?script:'b ->
Genspio.Common.String.t ->
t
val with_tmp :
tmpdb:Tmp_db.t ->
?expression:'a ->
?script:'b ->
Genspio.Common.String.t ->
(t -> command list) ->
t
val bool_to_file : bool -> compiled_value -> command list
val make_bool : condition:Common.string -> tmp:t -> command list -> t
val sub_shell : pre:command list -> command Common.list -> t
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>