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

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.


home-readymedia-service-type
Channel: guix
Location: gnu/home/services/upnp.scm (gnu home services upnp)
readymedia-configuration-extra-config
Channel: guix
Location: gnu/home/services/upnp.scm (gnu home services upnp)
readymedia-media-directory
Channel: guix
Location: gnu/home/services/upnp.scm (gnu home services upnp)
readymedia-configuration?
Channel: guix
Location: gnu/home/services/upnp.scm (gnu home services upnp)
readymedia-configuration
Channel: guix
Location: gnu/home/services/upnp.scm (gnu home services upnp)
readymedia-configuration-readymedia
Channel: guix
Location: gnu/home/services/upnp.scm (gnu home services upnp)
readymedia-configuration-port
Channel: guix
Location: gnu/home/services/upnp.scm (gnu home services upnp)
readymedia-media-directory?
Channel: guix
Location: gnu/home/services/upnp.scm (gnu home services upnp)
object->camel-case-string (object #:optional style)
Channel: guix
Location: gnu/home/services/utils.scm (gnu home services utils)
Documentation:

Convert the object OBJECT to the equivalent string in ``camel case''. STYLE can be three `lower', `upper', defaults to `lower'.

(object->camel-case-string 'variable-name 'upper)
⇒ "VariableName"
object->snake-case-string (object #:optional style)
Channel: guix
Location: gnu/home/services/utils.scm (gnu home services utils)
Documentation:

Convert the object OBJECT to the equivalent string in ``snake case''. STYLE can be three `lower', `upper', or `capitalize', defaults to `lower'.

(object->snake-case-string 'variable-name 'upper)
⇒ "VARIABLE_NAME" 
maybe-object->string (object)
Channel: guix
Location: gnu/home/services/utils.scm (gnu home services utils)
Documentation:

Like object->string but don't do anything if OBJECT already is a string.

list->human-readable-list (lst #:key cumulative? proc)
Channel: guix
Location: gnu/home/services/utils.scm (gnu home services utils)
Documentation:

Turn a list LST into a sequence of terms readable by humans. If CUMULATIVE? is #t, use ``and'', otherwise use ``or'' before the last term.

PROC is a procedure to apply to each of the elements of a list before turning them into a single human readable string.

(list->human-readable-list '(1 4 9) #:cumulative? #t #:proc sqrt)
⇒ "1, 2, and 3"

yields:

home-xdg-base-directories-configuration-state-home
Channel: guix
Location: gnu/home/services/xdg.scm (gnu home services xdg)
home-xdg-user-directories-configuration-templates
Channel: guix
Location: gnu/home/services/xdg.scm (gnu home services xdg)
home-xdg-base-directories-service-type
Channel: guix
Location: gnu/home/services/xdg.scm (gnu home services xdg)
home-xdg-base-directories-configuration-config-home
Channel: guix
Location: gnu/home/services/xdg.scm (gnu home services xdg)
home-xdg-user-directories-service-type
Channel: guix
Location: gnu/home/services/xdg.scm (gnu home services xdg)
home-xdg-user-directories-configuration-desktop
Channel: guix
Location: gnu/home/services/xdg.scm (gnu home services xdg)
home-xdg-user-directories-configuration-download
Channel: guix
Location: gnu/home/services/xdg.scm (gnu home services xdg)
home-xdg-user-directories-configuration-music
Channel: guix
Location: gnu/home/services/xdg.scm (gnu home services xdg)
home-xdg-mime-applications-service-type
Channel: guix
Location: gnu/home/services/xdg.scm (gnu home services xdg)
xdg-desktop-entry
Channel: guix
Location: gnu/home/services/xdg.scm (gnu home services xdg)
home-xdg-user-directories-configuration-publicshare
Channel: guix
Location: gnu/home/services/xdg.scm (gnu home services xdg)
home-xdg-base-directories-configuration-log-home
Channel: guix
Location: gnu/home/services/xdg.scm (gnu home services xdg)
Total public symbols: 86934