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.
Return all the kernel arguments, including the ones not specified directly by the user. VERSION should match that of the target <boot-parameters> record object that will contain the kernel parameters.
Return the activation script for OS---i.e., the code that "activates" the stateful part of OS, including user accounts and groups, special directories, etc.
Return the list of user accounts of OS.
Read boot parameters from PORT and return the corresponding <boot-parameters> object. Raise an error if the format is unrecognized.
Return the bootloader configuration file for OS. Use OLD-ENTRIES, a list of <menu-entry>, to populate the "old entries" menu.
Compute UUID object with a deterministic "UUID" for OS, of the given TYPE (one of 'iso9660 or 'dce). Return a UUID object.
Return the directory containing the locales compiled for the definitions listed in OS. The C library expects to find it under /run/current-system/locale.
Return the root file system of OS.
Return a derivation that builds the system profile of OS.