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.
Execute the Elisp code EXPR in Emacs batch mode and return output.
Parse the header SECTION in FILE and return it as a string.
Run Emacs in batch mode, and execute the Elisp code EXPR. If DYNAMIC? is true, evaluate using dynamic scoping.
Generate autoloads for Emacs package NAME placed in DIRECTORY.
Load FILE in Emacs using batch mode, and execute the elisp code EXPR.
Byte compile all files in DIR and its sub-directories.
Add a numerically increasing suffix to tests of the same name. This fixes test errors of the pattern "Test TEST_NAME redefined".
Compile all files in DIR to native code.
If native code is not supported, compile to bytecode instead.
Disable byte compilation for FILE. If NATIVE?, only disable native compilation.
Build the given font package, applying all of PHASES in order.
Fetch CHECK-IN from URI into a tarball FILE using url-fetch with the specified DOWNLOAD-METHODS. CHECK-IN must be a valid Fossil check-in name. Return #t on success, #f otherwise.
DISARCHIVE-MIRRORS and HASHES are only used when 'disarchive is in DOWNLOAD_METHODS. DISARCHIVE-MIRRORS must be a list of strings, and HASHES must be a list of symbol/bytevector pair.
Fetch CHECK-IN from URI into a tarball FILE using fossil clone followed by fossil tarball. CHECK-IN must be a valid Fossil check-in name. Return #t on success, #f otherwise.
Fetch COMMIT from URL into DIRECTORY. COMMIT must be a valid Git commit identifier. When LFS? is true, configure Git to also fetch Large File Storage (LFS) files; it assumes that the git-lfs extension is available in the environment. When RECURSIVE? is true, all the sub-modules of URL are fetched, recursively. Return #t on success, #f otherwise.
Like 'git-fetch', fetch COMMIT from URL into DIRECTORY, but fall back to alternative methods when fetching from URL fails: attempt to download a nar for ITEM, and if that also fails, download from the Software Heritage archive. When HASH and HASH-ALGORITHM are provided, they are interpreted as the nar hash of the directory of interested and are used as its content address at SWH.
Generate the loaders.cache file used by gdk-pixbuf to locate the available loaders among DIRECTORIES, and set the GDK_PIXBUF_MODULE_FILE environment variable. The cache file is installed under OUTPUTS. Return the first cache file name if one was created else #f.