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

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.


with-server-socket
Channel: guix
Location: gnu/installer/utils.scm (gnu installer utils)
installer-log-port
Channel: guix
Location: gnu/installer/utils.scm (gnu installer utils)
Documentation:

Return an input and output port to the installer log.

send-to-clients (exp)
Channel: guix
Location: gnu/installer/utils.scm (gnu installer utils)
Documentation:

Send EXP to all the current clients.

run-command (command #:key tty?)
Channel: guix
Location: gnu/installer/utils.scm (gnu installer utils)
Documentation:

Run COMMAND, a list of strings. Return true if COMMAND exited successfully, #f otherwise. If TTY is set to #true, the COMMAND will be run in a pseudoterminal.

syslog-port
Channel: guix
Location: gnu/installer/utils.scm (gnu installer utils)
Documentation:

Return an output port to syslog.

current-clients
Channel: guix
Location: gnu/installer/utils.scm (gnu installer utils)
nearest-exact-integer (x)
Channel: guix
Location: gnu/installer/utils.scm (gnu installer utils)
Documentation:

Given a real number X, return the nearest exact integer, with ties going to the nearest exact even integer.

run-external-command-with-handler/tty (handler command)
Channel: guix
Location: gnu/installer/utils.scm (gnu installer utils)
Documentation:

Run command specified by the list COMMAND in a child operating in a pseudoterminal with output handler HANDLER. HANDLER is a procedure taking an input port, to which the command will write its standard output and error. Returns the integer status value of the child process as returned by waitpid.

secret?
Channel: guix
Location: gnu/installer/utils.scm (gnu installer utils)
let/time
Channel: guix
Location: gnu/installer/utils.scm (gnu installer utils)
read-all (file)
Channel: guix
Location: gnu/installer/utils.scm (gnu installer utils)
Documentation:

Return the content of the given FILE as a string.

call-with-time (thunk kont)
Channel: guix
Location: gnu/installer/utils.scm (gnu installer utils)
Documentation:

Call THUNK and pass KONT the elapsed time followed by THUNK's return values.

secret-content
Channel: guix
Location: gnu/installer/utils.scm (gnu installer utils)
dry-run-command args
Channel: guix
Location: gnu/installer/utils.scm (gnu installer utils)
installer-steps (#:key dry-run?)
Channel: guix
Location: gnu/installer.scm (gnu installer)
run-installer (#:key dry-run?)
Channel: guix
Location: gnu/installer.scm (gnu installer)
Documentation:
To run the installer from Guile without building it: ./pre-inst-env guile -c '((@ (gnu installer) run-installer) #:dry-run? #t)' when using #:dry-run? #t, no root access is required and the LOCALE, KEYMAP, and PARTITION pages are skipped.
installer-program (#:key dry-run? guix-for-installer)
Channel: guix
Location: gnu/installer.scm (gnu installer)
Documentation:

Return a file-like object that runs the given INSTALLER.

digital-ocean-configuration
Channel: guix
Location: gnu/machine/digital-ocean.scm (gnu machine digital-ocean)
digital-ocean-configuration-size
Channel: guix
Location: gnu/machine/digital-ocean.scm (gnu machine digital-ocean)
digital-ocean-configuration-region
Channel: guix
Location: gnu/machine/digital-ocean.scm (gnu machine digital-ocean)
digital-ocean-configuration-enable-ipv6?
Channel: guix
Location: gnu/machine/digital-ocean.scm (gnu machine digital-ocean)
digital-ocean-configuration?
Channel: guix
Location: gnu/machine/digital-ocean.scm (gnu machine digital-ocean)
digital-ocean-environment-type
Channel: guix
Location: gnu/machine/digital-ocean.scm (gnu machine digital-ocean)
digital-ocean-configuration-ssh-key
Channel: guix
Location: gnu/machine/digital-ocean.scm (gnu machine digital-ocean)
Total public symbols: 86934