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

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.


current-module-debugging-port
Channel: guix
Location: gnu/build/linux-modules.scm (gnu build linux-modules)
pci-device?
Channel: guix
Location: gnu/build/linux-modules.scm (gnu build linux-modules)
load-linux-module* (file #:key recursive? lookup-module black-list)
Channel: guix
Location: gnu/build/linux-modules.scm (gnu build linux-modules)
Documentation:

Load Linux module from FILE, the name of a '.ko[.gz|.xz|.zst]' file; return true on success, false otherwise. When RECURSIVE? is true, load its dependencies first (à la 'modprobe'.) The actual files containing modules depended on are obtained by calling LOOKUP-MODULE with the module name. Modules whose name appears in BLACK-LIST are not loaded.

modules-loaded ()
Channel: guix
Location: gnu/build/linux-modules.scm (gnu build linux-modules)
Documentation:

Return the list of names of currently loaded Linux modules.

known-module-aliases (#:optional alias-file)
Channel: guix
Location: gnu/build/linux-modules.scm (gnu build linux-modules)
Documentation:

Return the list of alias/module pairs read from ALIAS-FILE. Each alias is actually a pattern.

read-supported-locales (a)
Channel: guix
Location: gnu/build/locale.scm (gnu build locale)
Documentation:

Read the 'localedata/SUPPORTED' file from PORT. That file is actually a makefile snippet, with one locale per line, and a header that can be discarded.

build-locale args
Channel: guix
Location: gnu/build/locale.scm (gnu build locale)
Documentation:

Compute locale data for LOCALE and CODESET--e.g., "en_US" and "UTF-8"--with LOCALEDEF, and store it in DIRECTORY under NAME.

locale->name+codeset (a)
Channel: guix
Location: gnu/build/locale.scm (gnu build locale)
Documentation:
Split a locale name such as "aa_ER@saaho.UTF-8" into two values: the language/territory/modifier part, and the codeset.
normalize-codeset (a)
Channel: guix
Location: gnu/build/locale.scm (gnu build locale)
Documentation:

Compute the "normalized" variant of CODESET.

%default-ocrad-arguments
Channel: guix
Location: gnu/build/marionette.scm (gnu build marionette)
wait-for-tcp-port (port marionette #:key timeout peek? address)
Channel: guix
Location: gnu/build/marionette.scm (gnu build marionette)
Documentation:

Wait for up to TIMEOUT seconds for PORT to accept connections in MARIONETTE. ADDRESS must be an expression that returns a socket address, typically a call to 'make-socket-address'. When PEEK? is true, attempt to read a byte from the socket upon connection; retry if that gives the end-of-file object.

Raise an error on failure.

marionette-eval (exp marionette)
Channel: guix
Location: gnu/build/marionette.scm (gnu build marionette)
Documentation:

Evaluate EXP in MARIONETTE's backdoor REPL. Return the result.

marionette-control (command marionette)
Channel: guix
Location: gnu/build/marionette.scm (gnu build marionette)
Documentation:

Run COMMAND in the QEMU monitor of MARIONETTE. COMMAND is a string such as "sendkey ctrl-alt-f1" or "screendump foo.ppm" (info "(QEMU) QEMU Monitor").

marionette-type (str marionette #:key keystrokes)
Channel: guix
Location: gnu/build/marionette.scm (gnu build marionette)
Documentation:

Type STR on MARIONETTE's keyboard, using the KEYSTROKES alist to map characters to actual keystrokes.

marionette?
Channel: guix
Location: gnu/build/marionette.scm (gnu build marionette)
system-test-runner (#:optional log-directory)
Channel: guix
Location: gnu/build/marionette.scm (gnu build marionette)
Documentation:

Return a SRFI-64 test runner that calls 'exit' upon 'test-end'. When LOG-DIRECTORY is specified, create log file within it.

make-marionette (command #:key socket-directory timeout)
Channel: guix
Location: gnu/build/marionette.scm (gnu build marionette)
Documentation:

Return a QEMU marionette--i.e., a virtual machine with open connections to the QEMU monitor and to the guest's backdoor REPL.

wait-for-unix-socket (file-name marionette #:key timeout)
Channel: guix
Location: gnu/build/marionette.scm (gnu build marionette)
Documentation:

Wait for up to TIMEOUT seconds for FILE-NAME, a Unix domain socket, to accept connections in MARIONETTE. Raise an error on failure.

qemu-command (#:optional system)
Channel: guix
Location: gnu/build/marionette.scm (gnu build marionette)
Documentation:

Return the default name of the QEMU command for SYSTEM.

marionette-pid
Channel: guix
Location: gnu/build/marionette.scm (gnu build marionette)
wait-for-screen-text (marionette predicate #:key ocr ocr-arguments timeout pre-action post-action)
Channel: guix
Location: gnu/build/marionette.scm (gnu build marionette)
Documentation:

Wait for TIMEOUT seconds or until the screen text on MARIONETTE matches PREDICATE, whichever comes first. Raise an error when TIMEOUT is exceeded. The error contains the recognized text along the preserved file name of the screen dump, which is relative to the current working directory. If PRE-ACTION is provided, it should be a thunk to call before each OCR attempt. Likewise for POST-ACTION, except it runs at the end of a successful OCR.

%qwerty-us-keystrokes
Channel: guix
Location: gnu/build/marionette.scm (gnu build marionette)
wait-for-file (file marionette #:key timeout read)
Channel: guix
Location: gnu/build/marionette.scm (gnu build marionette)
Documentation:

Wait until FILE exists in MARIONETTE; READ its content and return it. If FILE has not shown up after TIMEOUT seconds, raise an error.

oci-read-lines (invocation #:key verbose?)
Channel: guix
Location: gnu/build/oci-containers.scm (gnu build oci-containers)
Total public symbols: 86934