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 webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
Create and return the image of PARTITION-SEXP as TARGET. Use the given ROOT directory to populate the image.
Install in ROOT directory, an EFI loader using GRUB-EFI.
Use genimage to generate in TARGET directory, the image described in the given CONFIG file.
Install DATABASE, the store database, under directory ROOT. Create PROFILE-NAME and have it link to PROFILE, a store item.
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.
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.
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'.
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.
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.
Unmount copy-on-write store.
Disable the account known by USERNAME, a registered username or account fingerprint.
Set the 'AllModerators' property to enabled? for the account of 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.
Enable the account known by USERNAME, a registered username or account fingerprint.
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.
Serialize the account-details alist into a recutil string. Period characters in the keys are normalized to underscore to meet Recutils' format requirements.
Add CONTACT, the 40 characters public key fingerprint of a contact, to the account of USERNAME (either a fingerprint or a registered username).
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.
Return the moderators for the account of USERNAME, a registered username or account fingerprint.
Return the list of the usernames associated with the present accounts.
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.
A Jami account fingerprint is 40 characters long and only contains hexadecimal characters.
Whether the Jami D-Bus service was acquired by the D-Bus daemon.
Return the list of all accounts, as a list of alists.