_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/

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.


username->account (username)
Channel: guix
Location: gnu/build/jami-service.scm (gnu build jami-service)
Documentation:

Return the first account associated with USERNAME, else #f. USERNAME can be either the account 40 characters public key fingerprint or a registered username.

account-fingerprint? (val)
Channel: guix
Location: gnu/build/jami-service.scm (gnu build jami-service)
Documentation:

A Jami account fingerprint is 40 characters long and only contains hexadecimal characters.

account->username (account)
Channel: guix
Location: gnu/build/jami-service.scm (gnu build jami-service)
Documentation:

Return the public key fingerprint of ACCOUNT.

set-moderator (contact enabled? username)
Channel: guix
Location: gnu/build/jami-service.scm (gnu build jami-service)
Documentation:

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.

username->moderators (username)
Channel: guix
Location: gnu/build/jami-service.scm (gnu build jami-service)
Documentation:

Return the moderators for the account of USERNAME, a registered username or account fingerprint.

account-details->recutil (account-details)
Channel: guix
Location: gnu/build/jami-service.scm (gnu build jami-service)
Documentation:

Serialize the account-details alist into a recutil string. Period characters in the keys are normalized to underscore to meet Recutils' format requirements.

add-account (archive)
Channel: guix
Location: gnu/build/jami-service.scm (gnu build jami-service)
Documentation:

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-account (username)
Channel: guix
Location: gnu/build/jami-service.scm (gnu build jami-service)
Documentation:

Enable the account known by USERNAME, a registered username or account fingerprint.

set-account-details (details username #:key timeout)
Channel: guix
Location: gnu/build/jami-service.scm (gnu build jami-service)
Documentation:

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.

linux-console?
Channel: guix
Location: gnu/build/linux-boot.scm (gnu build linux-boot)
linux-console-major
Channel: guix
Location: gnu/build/linux-boot.scm (gnu build linux-boot)
mount-essential-file-systems (#:key root)
Channel: guix
Location: gnu/build/linux-boot.scm (gnu build linux-boot)
Documentation:

Mount /dev, /proc, and /sys under ROOT.

find-long-option (option arguments)
Channel: guix
Location: gnu/build/linux-boot.scm (gnu build linux-boot)
Documentation:

Find OPTION among ARGUMENTS, where OPTION is something like "gnu.load". Return the value associated with OPTION, or #f on failure.

linux-console
Channel: guix
Location: gnu/build/linux-boot.scm (gnu build linux-boot)
read-linux-consoles (#:optional consoles-file)
Channel: guix
Location: gnu/build/linux-boot.scm (gnu build linux-boot)
Documentation:

Parses CONSOLES-FILE and returns a list of <linux-console> records.

linux-console-can-unblank?
Channel: guix
Location: gnu/build/linux-boot.scm (gnu build linux-boot)
linux-console-safe-when-cpu-offline?
Channel: guix
Location: gnu/build/linux-boot.scm (gnu build linux-boot)
linux-console-minor
Channel: guix
Location: gnu/build/linux-boot.scm (gnu build linux-boot)
linux-console-can-write?
Channel: guix
Location: gnu/build/linux-boot.scm (gnu build linux-boot)
find-long-options (option arguments)
Channel: guix
Location: gnu/build/linux-boot.scm (gnu build linux-boot)
Documentation:

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.

linux-console-braille?
Channel: guix
Location: gnu/build/linux-boot.scm (gnu build linux-boot)
configure-qemu-networking (#:optional interface)
Channel: guix
Location: gnu/build/linux-boot.scm (gnu build linux-boot)
Documentation:

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.

linux-console-enabled?
Channel: guix
Location: gnu/build/linux-boot.scm (gnu build linux-boot)
linux-console-primary?
Channel: guix
Location: gnu/build/linux-boot.scm (gnu build linux-boot)
Total public symbols: 86934