Semantic search

Condition
Printout selection
Options
Parameters [
limit:

The maximum number of results to return
offset:

The offset of the first result
link:

Show values as links
headers:

Display the headers/property names
mainlabel:

The label to give to the main page name
intro:

The text to display before the query results, if there are any
outro:

The text to display after the query results, if there are any
searchlabel:

Text for continuing the search
default:

The text to display if there are no query results
class:

An additional CSS class to set for the table
transpose:

Display table headers vertically and results horizontally
sep:

The separator between results
Sort options
Delete
Add sorting condition
love.sensorProvides functionality to access device sensors.
love.sensorupdatedCalled when the in-device sensor is updated.
love.setDeprecationOutputSets whether LÖVE displays warnings when using deprecated functionality.
love.soundThis module is responsible for decoding sound files.
love.systemProvides access to information about the user's system.
love.texteditedCalled when the candidate text for an IME has changed.
love.textinputCalled when text has been entered by the user.
love.threadAllows you to work with threads.
love.threaderrorCallback function triggered when a Thread encounters an error.
love.timerProvides high-resolution timing functionality.
love.touchProvides an interface to touch-screen presses.
love.touchmovedCallback function triggered when a touch press moves inside the touch screen.
love.touchpressedCallback function triggered when the touch screen is touched.
love.touchreleasedCallback function triggered when the touch screen stops being touched.
love.updateCallback function used to update the state of the game every frame.
love.videoThis module is responsible for decoding and streaming video files.
love.visibleCallback function triggered when window is shown or hidden.
love.wheelmovedCallback function triggered when the mouse wheel is moved.
love.windowProvides an interface for the program's window.
lua-enetMultiplayer networking module for games.
lua-httpsA simple Lua HTTPS module using native platform backends where applicable.
socketModule for HTTP, TCP, and UDP networking.
utf8Provides basic support for manipulating UTF-8 strings.