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

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.


make-icecat-extension (pkg #:optional pkg-output)
Channel: guix
Location: gnu/build/icecat-extension.scm (gnu build icecat-extension)
Documentation:

Create an Icecat extension from package PKG and return a package that, when installed, will make the extension contained in PKG available as an Icecat browser extension. PKG-OUTPUT specifies which output of PKG to use.

initialize-efi-partition (root #:key grub-efi)
Channel: guix
Location: gnu/build/image.scm (gnu build image)
Documentation:

Install in ROOT directory, an EFI loader using GRUB-EFI.

make-partition-image (partition-sexp target root)
Channel: guix
Location: gnu/build/image.scm (gnu build image)
Documentation:

Create and return the image of PARTITION-SEXP as TARGET. Use the given ROOT directory to populate the image.

initialize-efi32-partition (root #:key grub-efi32)
Channel: guix
Location: gnu/build/image.scm (gnu build image)
Documentation:

Install in ROOT directory, an EFI 32bit loader using GRUB-EFI32.

initialize-root-partition (root #:key bootcfg bootcfg-location bootloader-package bootloader-installer copy-closures? deduplicate? references-graphs register-closures? system-directory make-device-nodes wal-mode?)
Channel: guix
Location: gnu/build/image.scm (gnu build image)
Documentation:

Initialize the given ROOT directory. Use BOOTCFG and BOOTCFG-LOCATION to install the bootloader configuration.

If COPY-CLOSURES? is true, copy all of REFERENCES-GRAPHS to the partition. If REGISTER-CLOSURES? is true, register REFERENCES-GRAPHS in the store. If DEDUPLICATE? is true, then also deduplicate files common to CLOSURES and the rest of the store when registering the closures. SYSTEM-DIRECTORY is the name of the directory of the 'system' derivation. Pass WAL-MODE? to register-closure.

make-iso9660-image (xorriso grub-mkrescue-environment grub bootcfg system-directory root target #:key volume-id volume-uuid register-closures? references-graphs compression?)
Channel: guix
Location: gnu/build/image.scm (gnu build image)
Documentation:

Given a GRUB package, creates an iso image as TARGET, using BOOTCFG as GRUB configuration and OS-DRV as the stuff in it.

convert-disk-image (image format output)
Channel: guix
Location: gnu/build/image.scm (gnu build image)
Documentation:

Convert IMAGE to OUTPUT according to the given FORMAT.

genimage (config)
Channel: guix
Location: gnu/build/image.scm (gnu build image)
Documentation:

Use genimage to generate in TARGET directory, the image described in the given CONFIG file.

mount-cow-store (target backing-directory)
Channel: guix
Location: gnu/build/install.scm (gnu build install)
Documentation:

Make the store copy-on-write, using TARGET as the backing store. This is useful when TARGET is on a hard disk, whereas the current store is on a RAM disk.

install-boot-config (bootcfg bootcfg-location mount-point)
Channel: guix
Location: gnu/build/install.scm (gnu build install)
Documentation:

Atomically copy BOOTCFG into BOOTCFG-LOCATION on the MOUNT-POINT. Note that the caller must make sure that BOOTCFG is registered as a GC root so that the fonts, background images, etc. referred to by BOOTCFG are not GC'd.

install-database-and-gc-roots (root database profile #:key profile-name)
Channel: guix
Location: gnu/build/install.scm (gnu build install)
Documentation:

Install DATABASE, the store database, under directory ROOT. Create PROFILE-NAME and have it link to PROFILE, a store item.

populate-root-file-system (system target #:key extras)
Channel: guix
Location: gnu/build/install.scm (gnu build install)
Documentation:

Make the essential non-store files and directories on TARGET. This includes /etc, /var, /run, /bin/sh, etc., and all the symlinks to SYSTEM. EXTRAS is a list of directives appended to the built-in directives to populate TARGET.

unmount-cow-store (target backing-directory)
Channel: guix
Location: gnu/build/install.scm (gnu build install)
Documentation:

Unmount copy-on-write store.

evaluate-populate-directive (directive target #:key default-gid default-uid error-on-dangling-symlink?)
Channel: guix
Location: gnu/build/install.scm (gnu build install)
Documentation:

Evaluate DIRECTIVE, an sexp describing a file or directory to create under directory TARGET. DEFAULT-UID and DEFAULT-GID are the default UID and GID in the context of the caller. If the directive matches those defaults then, 'chown' won't be run. When ERROR-ON-DANGLING-SYMLINK? is true, abort with an error when a dangling symlink would be created.

populate-single-profile-directory (directory #:key profile closure profile-name database)
Channel: guix
Location: gnu/build/install.scm (gnu build install)
Documentation:

Populate DIRECTORY with a store containing PROFILE, whose closure is given in the file called CLOSURE (as generated by #:references-graphs.) DIRECTORY is initialized to contain a single profile under /root pointing to PROFILE.

When DATABASE is true, copy it to DIRECTORY/var/guix/db and create DIRECTORY/var/guix/gcroots and friends.

PROFILE-NAME is the name of the profile being created under /var/guix/profiles, typically either "guix-profile" or "current-guix".

This is used to create the self-contained tarballs with 'guix pack'.

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

Return the 'AllModerators' property for the account of USERNAME, a registered username or account fingerprint.

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

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

get-usernames ()
Channel: guix
Location: gnu/build/jami-service.scm (gnu build jami-service)
Documentation:

Return the list of the usernames associated with the present accounts.

get-accounts ()
Channel: guix
Location: gnu/build/jami-service.scm (gnu build jami-service)
Documentation:

Return the list of all accounts, as a list of alists.

remove-contact (contact username #:key ban?)
Channel: guix
Location: gnu/build/jami-service.scm (gnu build jami-service)
Documentation:

Remove CONTACT, the 40 characters public key fingerprint of a contact, from the account associated with USERNAME (either a fingerprint or a registered username). When BAN? is true, also mark the contact as banned.

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

Whether the Jami D-Bus service was acquired by the D-Bus daemon.

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

Set the 'AllModerators' property to enabled? for the account of USERNAME, a registered username or account fingerprint.

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

Return the contacts associated with the account of USERNAME as two values; the first one being the regular contacts and the second one the banned contacts. USERNAME can be either the account 40 characters public key fingerprint or a registered username. The contacts returned are represented using their 40 characters fingerprint.

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

Add CONTACT, the 40 characters public key fingerprint of a contact, to the account of USERNAME (either a fingerprint or a registered username).

Total public symbols: 86934