package sihl
The modular functional web framework
Install
dune-project
Dependency
Authors
Maintainers
Sources
sihl-queue-0.1.10.tbz
sha256=b264f357c2a65dbed00c3459be76cdd9b21275aeb9d0289634a2050161665211
sha512=b22fa96a3c7fa607df04848b40a0f54890f4f63c519d10ff7fcef8ccf09341731b42ff4decccb4a7e858e138a803c849ee0c5226c514938cdcded2fd80cae4cb
doc/sihl.user/Sihl_user/Service/User/Fields/Direct/index.html
Module Fields.Direct
Source
Source
val iter :
t ->
id:
(([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm ->
t ->
string ->
'a) ->
email:
(([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm ->
t ->
string ->
'b) ->
username:
(([< `Read | `Set_and_create ], t, string option)
Fieldslib.Field.t_with_perm ->
t ->
string option ->
'c) ->
password:
(([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm ->
t ->
string ->
'd) ->
status:
(([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm ->
t ->
string ->
'e) ->
admin:
(([< `Read | `Set_and_create ], t, bool) Fieldslib.Field.t_with_perm ->
t ->
bool ->
'f) ->
confirmed:
(([< `Read | `Set_and_create ], t, bool) Fieldslib.Field.t_with_perm ->
t ->
bool ->
'g) ->
created_at:
(([< `Read | `Set_and_create ], t, Ptime.t) Fieldslib.Field.t_with_perm ->
t ->
Ptime.t ->
'h) ->
'h
Source
val fold :
t ->
init:'a ->
id:
('a ->
([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm ->
t ->
string ->
'b) ->
email:
('b ->
([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm ->
t ->
string ->
'c) ->
username:
('c ->
([< `Read | `Set_and_create ], t, string option)
Fieldslib.Field.t_with_perm ->
t ->
string option ->
'd) ->
password:
('d ->
([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm ->
t ->
string ->
'e) ->
status:
('e ->
([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm ->
t ->
string ->
'f) ->
admin:
('f ->
([< `Read | `Set_and_create ], t, bool) Fieldslib.Field.t_with_perm ->
t ->
bool ->
'g) ->
confirmed:
('g ->
([< `Read | `Set_and_create ], t, bool) Fieldslib.Field.t_with_perm ->
t ->
bool ->
'h) ->
created_at:
('h ->
([< `Read | `Set_and_create ], t, Ptime.t) Fieldslib.Field.t_with_perm ->
t ->
Ptime.t ->
'i) ->
'i
Source
val for_all :
t ->
id:
(([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm ->
t ->
string ->
bool) ->
email:
(([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm ->
t ->
string ->
bool) ->
username:
(([< `Read | `Set_and_create ], t, string option)
Fieldslib.Field.t_with_perm ->
t ->
string option ->
bool) ->
password:
(([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm ->
t ->
string ->
bool) ->
status:
(([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm ->
t ->
string ->
bool) ->
admin:
(([< `Read | `Set_and_create ], t, bool) Fieldslib.Field.t_with_perm ->
t ->
bool ->
bool) ->
confirmed:
(([< `Read | `Set_and_create ], t, bool) Fieldslib.Field.t_with_perm ->
t ->
bool ->
bool) ->
created_at:
(([< `Read | `Set_and_create ], t, Ptime.t) Fieldslib.Field.t_with_perm ->
t ->
Ptime.t ->
bool) ->
bool
Source
val exists :
t ->
id:
(([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm ->
t ->
string ->
bool) ->
email:
(([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm ->
t ->
string ->
bool) ->
username:
(([< `Read | `Set_and_create ], t, string option)
Fieldslib.Field.t_with_perm ->
t ->
string option ->
bool) ->
password:
(([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm ->
t ->
string ->
bool) ->
status:
(([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm ->
t ->
string ->
bool) ->
admin:
(([< `Read | `Set_and_create ], t, bool) Fieldslib.Field.t_with_perm ->
t ->
bool ->
bool) ->
confirmed:
(([< `Read | `Set_and_create ], t, bool) Fieldslib.Field.t_with_perm ->
t ->
bool ->
bool) ->
created_at:
(([< `Read | `Set_and_create ], t, Ptime.t) Fieldslib.Field.t_with_perm ->
t ->
Ptime.t ->
bool) ->
bool
Source
val to_list :
t ->
id:
(([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm ->
t ->
string ->
'a) ->
email:
(([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm ->
t ->
string ->
'a) ->
username:
(([< `Read | `Set_and_create ], t, string option)
Fieldslib.Field.t_with_perm ->
t ->
string option ->
'a) ->
password:
(([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm ->
t ->
string ->
'a) ->
status:
(([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm ->
t ->
string ->
'a) ->
admin:
(([< `Read | `Set_and_create ], t, bool) Fieldslib.Field.t_with_perm ->
t ->
bool ->
'a) ->
confirmed:
(([< `Read | `Set_and_create ], t, bool) Fieldslib.Field.t_with_perm ->
t ->
bool ->
'a) ->
created_at:
(([< `Read | `Set_and_create ], t, Ptime.t) Fieldslib.Field.t_with_perm ->
t ->
Ptime.t ->
'a) ->
'a list
Source
val map :
t ->
id:
(([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm ->
t ->
string ->
string) ->
email:
(([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm ->
t ->
string ->
string) ->
username:
(([< `Read | `Set_and_create ], t, string option)
Fieldslib.Field.t_with_perm ->
t ->
string option ->
string option) ->
password:
(([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm ->
t ->
string ->
string) ->
status:
(([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm ->
t ->
string ->
string) ->
admin:
(([< `Read | `Set_and_create ], t, bool) Fieldslib.Field.t_with_perm ->
t ->
bool ->
bool) ->
confirmed:
(([< `Read | `Set_and_create ], t, bool) Fieldslib.Field.t_with_perm ->
t ->
bool ->
bool) ->
created_at:
(([< `Read | `Set_and_create ], t, Ptime.t) Fieldslib.Field.t_with_perm ->
t ->
Ptime.t ->
Ptime.t) ->
t
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>