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

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.


locate-children (a b)
Channel: guix
Location: gnu/installer/timezone.scm (gnu installer timezone)
Documentation:

Return the children of the timezone indicated by PATH in the given TREE. Raise a condition if the PATH could not be found.

posix-tz->configuration (a)
Channel: guix
Location: gnu/installer/timezone.scm (gnu installer timezone)
Documentation:

Return the configuration field for TIMEZONE.

<user>
Channel: guix
Location: gnu/installer/user.scm (gnu installer user)
user-group
Channel: guix
Location: gnu/installer/user.scm (gnu installer user)
make-user
Channel: guix
Location: gnu/installer/user.scm (gnu installer user)
user-password
Channel: guix
Location: gnu/installer/user.scm (gnu installer user)
user
Channel: guix
Location: gnu/installer/user.scm (gnu installer user)
user-home-directory
Channel: guix
Location: gnu/installer/user.scm (gnu installer user)
user-real-name
Channel: guix
Location: gnu/installer/user.scm (gnu installer user)
user-name
Channel: guix
Location: gnu/installer/user.scm (gnu installer user)
users->configuration (a)
Channel: guix
Location: gnu/installer/user.scm (gnu installer user)
Documentation:

Return the configuration field for USERS.

read-lines (#:optional port)
Channel: guix
Location: gnu/installer/utils.scm (gnu installer utils)
Documentation:

Read lines from PORT and return them as a list.

%run-command-in-installer
Channel: guix
Location: gnu/installer/utils.scm (gnu installer utils)
%installer-log-line-hook (line)
Channel: guix
Location: gnu/installer/utils.scm (gnu installer utils)
%default-installer-line-hooks
Channel: guix
Location: gnu/installer/utils.scm (gnu installer utils)
make-secret
Channel: guix
Location: gnu/installer/utils.scm (gnu installer utils)
read-percentage (percentage)
Channel: guix
Location: gnu/installer/utils.scm (gnu installer utils)
Documentation:

Read PERCENTAGE string and return the corresponding percentage as a number. If no percentage is found, return #f

<secret>
Channel: guix
Location: gnu/installer/utils.scm (gnu installer utils)
run-external-command-with-line-hooks (line-hooks command #:key tty?)
Channel: guix
Location: gnu/installer/utils.scm (gnu installer utils)
Documentation:

Run command specified by the list COMMAND in a child, processing each output line with the procedures in LINE-HOOKS. If TTY is set to #true, the COMMAND will be run in a pseudoterminal. Returns the integer status value of the child process as returned by waitpid.

current-server-socket
Channel: guix
Location: gnu/installer/utils.scm (gnu installer utils)
installer-log-line
Channel: guix
Location: gnu/installer/utils.scm (gnu installer utils)
with-silent-shepherd
Channel: guix
Location: gnu/installer/utils.scm (gnu installer utils)
run-external-command-with-handler (handler command)
Channel: guix
Location: gnu/installer/utils.scm (gnu installer utils)
Documentation:

Run command specified by the list COMMAND in a child 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.

%syslog-line-hook (line)
Channel: guix
Location: gnu/installer/utils.scm (gnu installer utils)
Total public symbols: 86934