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

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.


warn-about-old-distro (#:optional old #:key suggested-command)
Channel: guix
Location: guix/scripts.scm (guix scripts)
Documentation:

Emit a warning if Guix is older than OLD seconds.

define-command
Channel: guix
Location: guix/scripts.scm (guix scripts)
maybe-build (drvs #:key dry-run? use-substitutes?)
Channel: guix
Location: guix/scripts.scm (guix scripts)
Documentation:

Show what will/would be built, and actually build DRVS, unless DRY-RUN? is true.

search-path-specification?
Channel: guix
Location: guix/search-paths.scm (guix search-paths)
$OBJCPLUS_INCLUDE_PATH
Channel: guix
Location: guix/search-paths.scm (guix search-paths)
search-path-specification-separator
Channel: guix
Location: guix/search-paths.scm (guix search-paths)
$OBJC_INCLUDE_PATH
Channel: guix
Location: guix/search-paths.scm (guix search-paths)
search-path-specification-file-pattern
Channel: guix
Location: guix/search-paths.scm (guix search-paths)
sexp->search-path-specification (sexp)
Channel: guix
Location: guix/search-paths.scm (guix search-paths)
Documentation:

Convert SEXP, which is as returned by 'search-path-specification->sexp', to a <search-path-specification> object.

environment-variable-definition (variable value #:key kind separator)
Channel: guix
Location: guix/search-paths.scm (guix search-paths)
Documentation:

Return a the definition of VARIABLE to VALUE in Bash syntax.

KIND can be either 'exact (return the definition of VARIABLE=VALUE), 'prefix (return the definition where VALUE is added as a prefix to VARIABLE's current value), or 'suffix (return the definition where VALUE is added as a suffix to VARIABLE's current value.) In the case of 'prefix and 'suffix, SEPARATOR is used as the separator between VARIABLE's current value and its prefix/suffix.

search-path-specification-files
Channel: guix
Location: guix/search-paths.scm (guix search-paths)
search-path-specification-variable
Channel: guix
Location: guix/search-paths.scm (guix search-paths)
$XDG_DATA_DIRS
Channel: guix
Location: guix/search-paths.scm (guix search-paths)
search-path-specification->sexp (spec)
Channel: guix
Location: guix/search-paths.scm (guix search-paths)
Documentation:

Return an sexp representing SPEC, a <search-path-specification>. The sexp corresponds to the arguments expected by `set-path-environment-variable'.

%libxslt-search-paths
Channel: guix
Location: guix/search-paths.scm (guix search-paths)
set-search-paths (search-paths directories #:key setenv)
Channel: guix
Location: guix/search-paths.scm (guix search-paths)
Documentation:

Set the search path environment variables specified by SEARCH-PATHS for the given directories.

$TZDIR
Channel: guix
Location: guix/search-paths.scm (guix search-paths)
search-path-specification-file-type
Channel: guix
Location: guix/search-paths.scm (guix search-paths)
search-path-definition (search-path value #:key kind)
Channel: guix
Location: guix/search-paths.scm (guix search-paths)
Documentation:

Similar to 'environment-variable-definition', but applied to a <search-path-specification>.

<search-path-specification>
Channel: guix
Location: guix/search-paths.scm (guix search-paths)
$PATH
Channel: guix
Location: guix/search-paths.scm (guix search-paths)
$SSL_CERT_DIR
Channel: guix
Location: guix/search-paths.scm (guix search-paths)
$SSL_CERT_FILE
Channel: guix
Location: guix/search-paths.scm (guix search-paths)
evaluate-search-paths (search-paths directories #:optional getenv)
Channel: guix
Location: guix/search-paths.scm (guix search-paths)
Documentation:

Evaluate SEARCH-PATHS, a list of search-path specifications, for DIRECTORIES, a list of directory names, and return a list of specification/value pairs. Use GETENV to determine the current settings and report only settings not already effective.

Total public symbols: 88177