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

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.


emacs-batch-script (expr)
Channel: guix
Location: guix/build/emacs-utils.scm (guix build emacs-utils)
Documentation:

Execute the Elisp code EXPR in Emacs batch mode and return output.

emacs-header-parse (section file)
Channel: guix
Location: guix/build/emacs-utils.scm (guix build emacs-utils)
Documentation:

Parse the header SECTION in FILE and return it as a string.

emacs-batch-eval (expr #:key dynamic?)
Channel: guix
Location: guix/build/emacs-utils.scm (guix build emacs-utils)
Documentation:

Run Emacs in batch mode, and execute the Elisp code EXPR. If DYNAMIC? is true, evaluate using dynamic scoping.

as-display
Channel: guix
Location: guix/build/emacs-utils.scm (guix build emacs-utils)
emacs-batch-error-message
Channel: guix
Location: guix/build/emacs-utils.scm (guix build emacs-utils)
emacs-generate-autoloads (name directory)
Channel: guix
Location: guix/build/emacs-utils.scm (guix build emacs-utils)
Documentation:

Generate autoloads for Emacs package NAME placed in DIRECTORY.

emacs-batch-edit-file (file expr)
Channel: guix
Location: guix/build/emacs-utils.scm (guix build emacs-utils)
Documentation:

Load FILE in Emacs using batch mode, and execute the elisp code EXPR.

emacs-substitute-sexps
Channel: guix
Location: guix/build/emacs-utils.scm (guix build emacs-utils)
%emacs
Channel: guix
Location: guix/build/emacs-utils.scm (guix build emacs-utils)
emacs-byte-compile-directory (dir)
Channel: guix
Location: guix/build/emacs-utils.scm (guix build emacs-utils)
Documentation:

Byte compile all files in DIR and its sub-directories.

ert-number-tests (file test-name)
Channel: guix
Location: guix/build/emacs-utils.scm (guix build emacs-utils)
Documentation:

Add a numerically increasing suffix to tests of the same name. This fixes test errors of the pattern "Test TEST_NAME redefined".

emacs-batch-error?
Channel: guix
Location: guix/build/emacs-utils.scm (guix build emacs-utils)
emacs-compile-directory (dir)
Channel: guix
Location: guix/build/emacs-utils.scm (guix build emacs-utils)
Documentation:

Compile all files in DIR to native code.

If native code is not supported, compile to bytecode instead.

emacs-substitute-variables
Channel: guix
Location: guix/build/emacs-utils.scm (guix build emacs-utils)
emacs-batch-disable-compilation (file #:key native?)
Channel: guix
Location: guix/build/emacs-utils.scm (guix build emacs-utils)
Documentation:

Disable byte compilation for FILE. If NATIVE?, only disable native compilation.

emacs-makeinfo (#:optional file expr)
Channel: guix
Location: guix/build/emacs-utils.scm (guix build emacs-utils)
font-build (#:key inputs phases . args)
Channel: guix
Location: guix/build/font-build-system.scm (guix build font-build-system)
Documentation:

Build the given font package, applying all of PHASES in order.

%standard-phases
Channel: guix
Location: guix/build/font-build-system.scm (guix build font-build-system)
%license-file-regexp
Channel: guix
Location: guix/build/font-build-system.scm (guix build font-build-system)
fossil-fetch-url (uri check-in file #:key download-methods disarchive-mirrors hashes)
Channel: guix
Location: guix/build/fossil.scm (guix build fossil)
Documentation:

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.

fossil-fetch (uri check-in file #:key fossil-command)
Channel: guix
Location: guix/build/fossil.scm (guix build fossil)
Documentation:

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.

git-fetch (url commit directory #:key git-command lfs? recursive?)
Channel: guix
Location: guix/build/git.scm (guix build git)
Documentation:

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.

git-fetch-with-fallback (url commit directory #:key item git-command hash hash-algorithm lfs? recursive?)
Channel: guix
Location: guix/build/git.scm (guix build git)
Documentation:

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-gdk-pixbuf-loaders-cache (directories outputs)
Channel: guix
Location: guix/build/glib-or-gtk-build-system.scm (guix build glib-or-gtk-build-system)
Documentation:

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.

Total public symbols: 86650