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

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.


SHF_OS_NONCONFORMING
Channel: guix
Location: guix/elf.scm (guix elf)
elf-segment-type
Channel: guix
Location: guix/elf.scm (guix elf)
SHF_STRINGS
Channel: guix
Location: guix/elf.scm (guix elf)
STB_NUM
Channel: guix
Location: guix/elf.scm (guix elf)
elf-shentsize
Channel: guix
Location: guix/elf.scm (guix elf)
elf?
Channel: guix
Location: guix/elf.scm (guix elf)
DT_ENCODING
Channel: guix
Location: guix/elf.scm (guix elf)
parse-elf-note (elf section)
Channel: guix
Location: guix/elf.scm (guix elf)
PT_LOAD
Channel: guix
Location: guix/elf.scm (guix elf)
SHF_MERGE
Channel: guix
Location: guix/elf.scm (guix elf)
DT_RELA
Channel: guix
Location: guix/elf.scm (guix elf)
elf-bytes
Channel: guix
Location: guix/elf.scm (guix elf)
fossil-reference
Channel: guix
Location: guix/fossil-download.scm (guix fossil-download)
fossil-reference-uri
Channel: guix
Location: guix/fossil-download.scm (guix fossil-download)
fossil-reference-check-in
Channel: guix
Location: guix/fossil-download.scm (guix fossil-download)
fossil-version (version revision check-in)
Channel: guix
Location: guix/fossil-download.scm (guix fossil-download)
Documentation:

Return the version string for packages using fossil-download.

fossil-file-name (name version)
Channel: guix
Location: guix/fossil-download.scm (guix fossil-download)
Documentation:

Return the file-name for packages using fossil-download.

fossil-reference?
Channel: guix
Location: guix/fossil-download.scm (guix fossil-download)
fossil-fetch (ref hash-algo hash #:optional name #:key system guile fossil)
Channel: guix
Location: guix/fossil-download.scm (guix fossil-download)
Documentation:

Return a fixed-output derivation that fetches REF, a <fossil-reference> object. The output is expected to have recursive hash HASH of type HASH-ALGO (a symbol). Use NAME as the file name, or a generic name if #f.

connect* (s sockaddr #:optional timeout)
Channel: guix
Location: guix/ftp-client.scm (guix ftp-client)
Documentation:

When TIMEOUT is omitted or #f, this procedure is equivalent to 'connect'. When TIMEOUT is a number, it is the (possibly inexact) maximum number of seconds to wait for the connection to succeed.

ftp-close (conn)
Channel: guix
Location: guix/ftp-client.scm (guix ftp-client)
ftp-size (conn file)
Channel: guix
Location: guix/ftp-client.scm (guix ftp-client)
Documentation:

Return the size in bytes of FILE.

ftp-connection-addrinfo
Channel: guix
Location: guix/ftp-client.scm (guix ftp-client)
ftp-open (host #:optional port #:key timeout username password)
Channel: guix
Location: guix/ftp-client.scm (guix ftp-client)
Documentation:

Open an FTP connection to HOST on PORT (a service-identifying string, or a TCP port number), and return it.

When TIMEOUT is not #f, it must be a (possibly inexact) number denoting the maximum duration in seconds to wait for the connection to complete; passed TIMEOUT, an ETIMEDOUT error is raised.

Total public symbols: 86650