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

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.


openpgp-fingerprint->bytevector (fingerprint)
Channel: guix
Location: guix/openpgp.scm (guix openpgp)
Documentation:

Convert an OpenPGP FINGERPRINT (hexadecimal string with whitespace), to the corresponding bytevector.

openpgp-unrecognized-packet-error?
Channel: guix
Location: guix/openpgp.scm (guix openpgp)
openpgp-public-key-subkey?
Channel: guix
Location: guix/openpgp.scm (guix openpgp)
openpgp-error?
Channel: guix
Location: guix/openpgp.scm (guix openpgp)
openpgp-public-key-value
Channel: guix
Location: guix/openpgp.scm (guix openpgp)
openpgp-unrecognized-packet-error-port
Channel: guix
Location: guix/openpgp.scm (guix openpgp)
openpgp-unrecognized-packet-error-type
Channel: guix
Location: guix/openpgp.scm (guix openpgp)
openpgp-signature-issuer-fingerprint
Channel: guix
Location: guix/openpgp.scm (guix openpgp)
openpgp-invalid-signature-error-port
Channel: guix
Location: guix/openpgp.scm (guix openpgp)
string->openpgp-packet (str)
Channel: guix
Location: guix/openpgp.scm (guix openpgp)
Documentation:

Read STR, an ASCII-armored OpenPGP packet, and return the corresponding OpenPGP record.

openpgp-signature-hash-algorithm
Channel: guix
Location: guix/openpgp.scm (guix openpgp)
get-openpgp-detached-signature/ascii (port)
Channel: guix
Location: guix/openpgp.scm (guix openpgp)
Documentation:

Read from PORT an ASCII-armored detached signature. Return an <openpgp-signature> record or the end-of-file object. Raise an error if the data read from PORT does is invalid or does not correspond to a detached signature.

openpgp-user-id-value
Channel: guix
Location: guix/openpgp.scm (guix openpgp)
lookup-key-by-id (keyring id)
Channel: guix
Location: guix/openpgp.scm (guix openpgp)
Documentation:

Return two values: the first key with ID in KEYRING, and a list of associated packets (user IDs, signatures, etc.). Return #f and the empty list of ID was not found. ID must be the 64-bit key ID of the key, an integer.

openpgp-signature-expiration-time (sig)
Channel: guix
Location: guix/openpgp.scm (guix openpgp)
openpgp-public-key-fingerprint
Channel: guix
Location: guix/openpgp.scm (guix openpgp)
lookup-key-by-fingerprint (keyring fingerprint)
Channel: guix
Location: guix/openpgp.scm (guix openpgp)
Documentation:

Return two values: the key with FINGERPRINT in KEYRING, and a list of associated packets (user IDs, signatures, etc.). Return #f and the empty list of FINGERPRINT was not found. FINGERPRINT must be a bytevector.

get-packet (p)
Channel: guix
Location: guix/openpgp.scm (guix openpgp)
openpgp-signature-creation-time (sig)
Channel: guix
Location: guix/openpgp.scm (guix openpgp)
openpgp-signature-public-key-algorithm
Channel: guix
Location: guix/openpgp.scm (guix openpgp)
port-ascii-armored? (p)
Channel: guix
Location: guix/openpgp.scm (guix openpgp)
openpgp-format-fingerprint (bv)
Channel: guix
Location: guix/openpgp.scm (guix openpgp)
Documentation:

Return a string representing BV, a bytevector, in the conventional OpenPGP hexadecimal format for fingerprints.

openpgp-signature-issuer-key-id
Channel: guix
Location: guix/openpgp.scm (guix openpgp)
openpgp-public-key-id (k)
Channel: guix
Location: guix/openpgp.scm (guix openpgp)
Total public symbols: 86650