Enter the query into the form above.
API method:
GET /api/symbols?search=hello&page=1&limit=20
where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned
in response headers.
If you'd like to join our channel search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
Return the first account associated with USERNAME, else #f. USERNAME can be either the account 40 characters public key fingerprint or a registered username.
A Jami account fingerprint is 40 characters long and only contains hexadecimal characters.
Return the public key fingerprint of ACCOUNT.
Set the moderator flag to ENABLED? for CONTACT, the 40 characters public key fingerprint of a contact for the account of USERNAME, a registered username or account fingerprint.
Return the moderators for the account of USERNAME, a registered username or account fingerprint.
Serialize the account-details alist into a recutil string. Period characters in the keys are normalized to underscore to meet Recutils' format requirements.
Import the Jami account ARCHIVE and return its account ID. The archive should *not* be encrypted with a password. Return the username associated with the account.
Enable the account known by USERNAME, a registered username or account fingerprint.
Set DETAILS, an alist containing the key value pairs to set for the account of USERNAME, a registered username or account fingerprint. The value of the parameters not provided are unchanged. TIMEOUT is a value in milliseconds to pass to the `call-configuration-manager-method' procedure.
Mount /dev, /proc, and /sys under ROOT.
Find OPTION among ARGUMENTS, where OPTION is something like "gnu.load". Return the value associated with OPTION, or #f on failure.
Parses CONSOLES-FILE and returns a list of <linux-console> records.
Find OPTIONs among ARGUMENTS, where OPTION is something like "console". Return the values associated with OPTIONs as a list, or the empty list if OPTION doesn't appear in ARGUMENTS.
Setup the INTERFACE network interface and /etc/resolv.conf according to QEMU's default networking settings (see net/slirp.c in QEMU for default networking values.) Return #t if INTERFACE is up, #f otherwise.