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.
Byte compile all files in DIR and its sub-directories.
Parse the header SECTION in FILE and return it as a string.
Add a numerically increasing suffix to tests of the same name. This fixes test errors of the pattern "Test TEST_NAME redefined".
Execute the Elisp code EXPR in Emacs batch mode and return output.
Load FILE in Emacs using batch mode, and execute the elisp code EXPR.
Disable byte compilation for FILE. If NATIVE?, only disable native compilation.
Compile all files in DIR to native code.
If native code is not supported, compile to bytecode instead.
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.
Build the given font package, applying all of PHASES in order.
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.
Build the given package, applying all of PHASES in order.