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

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.


list-of-elisp-packages?
Channel: rde
Location: rde/predicates.scm (rde predicates)
any-package?
Channel: rde
Location: rde/predicates.scm (rde predicates)
list-of-file-systems?
Channel: rde
Location: rde/predicates.scm (rde predicates)
rde-procedure? (a)
Channel: rde
Location: rde/predicates.scm (rde predicates)
maybe-url?
Channel: rde
Location: rde/predicates.scm (rde predicates)
keyboard-shortcut? (a)
Channel: rde
Location: rde/predicates.scm (rde predicates)
maybe-procedure?
Channel: rde
Location: rde/predicates.scm (rde predicates)
maybe-string?
Channel: rde
Location: rde/predicates.scm (rde predicates)
brightness? (a)
Channel: rde
Location: rde/predicates.scm (rde predicates)
css-serialize (a)
Channel: rde
Location: rde/serializers/css.scm (rde serializers css)
Documentation:
An implementation of css serialization, which produces a list of tokens, that can be later concatenated to get a string represnting resulting css. @lisp `(((.inner > .backtotop) ((margin-right . 3%))) ((.backtotop a) ((padding . (.2em .6em .5em)) (margin . (0 1em)))) (#{@media (max-width: 30em)}# ((#(.note .summary) ((max-width . 92%))) ((#{#content}# .note) ((margin-left . auto) (margin-right . auto))))) ((#{#fssbox}# #{input[type="text"]:focus}# ~ #{input[type="submit"]}#) ((color . #{#005f5f}#) (background . #{#dff}#))) (#(#{#outdated}# (#{#outdated}# #{a[href]}#)) ((font-family . #("Noto Sans Display" "Noto Sans" "Liberation Sans" sans-serif)))) (#(.rounded-corners (.button a) (.backtotop a) (#{#fssbox}# input)) ((border-radius . .4em) (-moz-border-radius . .4em) (-khtml-border-radius . .4em) (-webkit-border-radius . .4em) (-opera-border-radius . .4em)))) @end lisp would yeild: @example .inner > .backtotop { margin-right: 3%; } .backtotop a { padding: .2em .6em .5em; margin: 0 1em; } @media (max-width: 30em) { .note, .summary { max-width: 92%; } #content .note { margin-left: auto; margin-right: auto; } } #fssbox input[type="text"]:focus ~ input[type="submit"] { color: #005f5f; background: #dff; } #outdated, #outdated a[href] { font-family: "Noto Sans Display", "Noto Sans", "Liberation Sans", sans-serif; } .rounded-corners, .button a, .backtotop a, #fssbox input { border-radius: .4em; -moz-border-radius: .4em; -khtml-border-radius: .4em; -webkit-border-radius: .4em; -opera-border-radius: .4em; } @end example
css-print (a)
Channel: rde
Location: rde/serializers/css.scm (rde serializers css)
Documentation:

Prints generated css, useful for debugging.

css-config? (a)
Channel: rde
Location: rde/serializers/css.scm (rde serializers css)
css-serialize (a)
Channel: rde
Location: rde/serializers/css.scm (rde serializers css)
Documentation:
An implementation of css serialization, which produces a list of tokens, that can be later concatenated to get a string represnting resulting css. @lisp `(((.inner > .backtotop) ((margin-right . 3%))) ((.backtotop a) ((padding . (.2em .6em .5em)) (margin . (0 1em)))) (#{@media (max-width: 30em)}# ((#(.note .summary) ((max-width . 92%))) ((#{#content}# .note) ((margin-left . auto) (margin-right . auto))))) ((#{#fssbox}# #{input[type="text"]:focus}# ~ #{input[type="submit"]}#) ((color . #{#005f5f}#) (background . #{#dff}#))) (#(#{#outdated}# (#{#outdated}# #{a[href]}#)) ((font-family . #("Noto Sans Display" "Noto Sans" "Liberation Sans" sans-serif)))) (#(.rounded-corners (.button a) (.backtotop a) (#{#fssbox}# input)) ((border-radius . .4em) (-moz-border-radius . .4em) (-khtml-border-radius . .4em) (-webkit-border-radius . .4em) (-opera-border-radius . .4em)))) @end lisp would yeild: @example .inner > .backtotop { margin-right: 3%; } .backtotop a { padding: .2em .6em .5em; margin: 0 1em; } @media (max-width: 30em) { .note, .summary { max-width: 92%; } #content .note { margin-left: auto; margin-right: auto; } } #fssbox input[type="text"]:focus ~ input[type="submit"] { color: #005f5f; background: #dff; } #outdated, #outdated a[href] { font-family: "Noto Sans Display", "Noto Sans", "Liberation Sans", sans-serif; } .rounded-corners, .button a, .backtotop a, #fssbox input { border-radius: .4em; -moz-border-radius: .4em; -khtml-border-radius: .4em; -webkit-border-radius: .4em; -opera-border-radius: .4em; } @end example
list? (_)
Channel: rde
Location: rde/serializers/elisp.scm (rde serializers elisp)
serialize-sexp-config (a b)
Channel: rde
Location: rde/serializers/elisp.scm (rde serializers elisp)
sexp-serialize (a)
Channel: rde
Location: rde/serializers/elisp.scm (rde serializers elisp)
ini-append (a b)
Channel: rde
Location: rde/serializers/ini.scm (rde serializers ini)
ini-serialize args
Channel: rde
Location: rde/serializers/ini.scm (rde serializers ini)
Documentation:

For global properties use global section, the properties will be added to the beginning of the list before any section, this behavior can be adjusted with FORMAT-INI-SECTION argument.

`((global ((daemon)
           (log . file)))
  (http ((host . 127.0.0.1)
         (port . 1234))))

would yeld

ini-merge (a b)
Channel: rde
Location: rde/serializers/ini.scm (rde serializers ini)
Documentation:

Combine to INIs. Naive quadratic implementation, which can be rediculously slow.

ini-print (a)
Channel: rde
Location: rde/serializers/ini.scm (rde serializers ini)
Documentation:

Prints generated INI, useful for debugging.

ini-serialize args
Channel: rde
Location: rde/serializers/ini.scm (rde serializers ini)
Documentation:

For global properties use global section, the properties will be added to the beginning of the list before any section, this behavior can be adjusted with FORMAT-INI-SECTION argument.

`((global ((daemon)
           (log . file)))
  (http ((host . 127.0.0.1)
         (port . 1234))))

would yeld

json-config? (a)
Channel: rde
Location: rde/serializers/json.scm (rde serializers json)
json-serialize args
Channel: rde
Location: rde/serializers/json.scm (rde serializers json)
Documentation:

Works similar to guile-json, but returns a list of strings, which have to be concatenated. Additionally, supports gexps and file-likes. vectors -> arrays, alists -> objects, etc.

json-serialize args
Channel: rde
Location: rde/serializers/json.scm (rde serializers json)
Documentation:

Works similar to guile-json, but returns a list of strings, which have to be concatenated. Additionally, supports gexps and file-likes. vectors -> arrays, alists -> objects, etc.

Total public symbols: 86823