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

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.


connman-services ()
Channel: guix
Location: gnu/installer/connman.scm (gnu installer connman)
Documentation:

Return a list of available <services> records.

&connman-password-error
Channel: guix
Location: gnu/installer/connman.scm (gnu installer connman)
service-name
Channel: guix
Location: gnu/installer/connman.scm (gnu installer connman)
connman-online? ()
Channel: guix
Location: gnu/installer/connman.scm (gnu installer connman)
connman-disable-technology (a)
Channel: guix
Location: gnu/installer/connman.scm (gnu installer connman)
Documentation:

Disable the given TECHNOLOGY.

connman-connect-with-auth (a b)
Channel: guix
Location: gnu/installer/connman.scm (gnu installer connman)
Documentation:

Connect to the given SERVICE with the password returned by calling PASSWORD-PROC. This is only possible in the interactive mode of connmanctl because authentication is done by communicating with an agent.

As the open-pipe procedure of Guile do not allow to read from stderr, we have to merge stdout and stderr using bash redirection. Then error messages are extracted from connmanctl output using a regexp. This makes the whole procedure even more unreliable.

Raise &connman-connection-error if an error occurred during connection. Raise &connman-password-error if the given password is incorrect.

connman-error-output
Channel: guix
Location: gnu/installer/connman.scm (gnu installer connman)
connman-error?
Channel: guix
Location: gnu/installer/connman.scm (gnu installer connman)
connman-connect (a)
Channel: guix
Location: gnu/installer/connman.scm (gnu installer connman)
Documentation:

Connect to the given SERVICE.

connman-already-connected-error?
Channel: guix
Location: gnu/installer/connman.scm (gnu installer connman)
service-type
Channel: guix
Location: gnu/installer/connman.scm (gnu installer connman)
technology?
Channel: guix
Location: gnu/installer/connman.scm (gnu installer connman)
connman-connection-error-output
Channel: guix
Location: gnu/installer/connman.scm (gnu installer connman)
connman-disconnect (a)
Channel: guix
Location: gnu/installer/connman.scm (gnu installer connman)
Documentation:

Disconnect from the given SERVICE.

connman-error-status
Channel: guix
Location: gnu/installer/connman.scm (gnu installer connman)
connman-connection-error-service
Channel: guix
Location: gnu/installer/connman.scm (gnu installer connman)
&connman-already-connected-error
Channel: guix
Location: gnu/installer/connman.scm (gnu installer connman)
technology-name
Channel: guix
Location: gnu/installer/connman.scm (gnu installer connman)
service-strength
Channel: guix
Location: gnu/installer/connman.scm (gnu installer connman)
connman-connection-error?
Channel: guix
Location: gnu/installer/connman.scm (gnu installer connman)
connman-technologies ()
Channel: guix
Location: gnu/installer/connman.scm (gnu installer connman)
Documentation:

Return a list of available <technology> records.

connman-password-error?
Channel: guix
Location: gnu/installer/connman.scm (gnu installer connman)
<service>
Channel: guix
Location: gnu/installer/connman.scm (gnu installer connman)
&connman-connection-error
Channel: guix
Location: gnu/installer/connman.scm (gnu installer connman)
Total public symbols: 86934