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
Abstract devices
This module define the basic functions that a MirageOS device should implement.
Release v1.2.0
type error = [
|
`Unimplemented
(*operation not yet implemented in the code
*)|
`Disconnected
(*the device has been previously disconnected
*)
]
The type for device errors.
module type S = sig ... end
Defines the functions to define what is a device state and how to disconnect such a device.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page