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
Authentication functions to work with common HTTP authentication methods.
module Challenge : sig ... end
module Credential : sig ... end
string_of_credential
val string_of_credential : Credential.t -> string
string_of_credential cred
converts the credentials into a string usable in the Authorization
header.
credential_of_string
val credential_of_string : string -> Credential.t
credential_of_string s
parses a string from the Authorization
header into credentials.
string_of_challenge
val string_of_challenge : Challenge.t -> string
string_of_challenge challenge
converts the challenge into a string usable in the WWW-Authenticate
response header.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page