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

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.


MNT_EXPIRE
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
mount-source
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
statfs
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
Documentation:

Return a <file-system> data structure describing the file system mounted at FILE.

with-file-lock/no-wait
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
network-interface-running? (name)
Channel: guix
Location: guix/build/syscalls.scm (guix build syscalls)
Documentation:

Return true if NAME designates a running network interface.

texlive-build (#:key inputs phases . args)
Channel: guix
Location: guix/build/texlive-build-system.scm (guix build texlive-build-system)
Documentation:

Build the given TeX Live package, applying all of PHASES in order.

%standard-phases
Channel: guix
Location: guix/build/texlive-build-system.scm (guix build texlive-build-system)
&already-defined
Channel: guix
Location: guix/build/toml.scm (guix build toml)
&file-not-consumed
Channel: guix
Location: guix/build/toml.scm (guix build toml)
parse-toml (str)
Channel: guix
Location: guix/build/toml.scm (guix build toml)
Documentation:

Parse and evaluate toml document from string STR.

parse-toml-file (file)
Channel: guix
Location: guix/build/toml.scm (guix build toml)
Documentation:

Parse and evaluate toml document from file FILE.

recursive-assoc-ref (alist key)
Channel: guix
Location: guix/build/toml.scm (guix build toml)
Documentation:

Retrieve a value from ALIST of alists, descending into each value of the list KEY. For instance a KEY (a b) would retrieve alist[a][b].

tree-sitter-build (#:key inputs phases . args)
Channel: guix
Location: guix/build/tree-sitter-build-system.scm (guix build tree-sitter-build-system)
%standard-phases
Channel: guix
Location: guix/build/tree-sitter-build-system.scm (guix build tree-sitter-build-system)
relative-file-name (reference file)
Channel: guix
Location: guix/build/union.scm (guix build union)
Documentation:

Given REFERENCE and FILE, both of which are absolute file names, return the file name of FILE relative to REFERENCE.

(relative-file-name "/gnu/store/foo" "/gnu/store/bin/bar") => "../bin/bar"

Note that this is from a purely lexical standpoint; conversely, ".." is *not* resolved lexically on POSIX in the presence of symlinks.

union-build (output inputs #:key log-port create-all-directories? symlink resolve-collision)
Channel: guix
Location: guix/build/union.scm (guix build union)
Documentation:

Build in the OUTPUT directory a symlink tree that is the union of all the INPUTS, using SYMLINK to create symlinks. As a special case, if CREATE-ALL-DIRECTORIES?, creates the subdirectories in the output directory to make sure the caller can modify them later.

When two or more regular files collide, call RESOLVE-COLLISION with the list of colliding files and use the one that it returns; or, if RESOLVE-COLLISION returns #f, skip the faulty file altogether.

resolve-collision/default (files)
Channel: guix
Location: guix/build/union.scm (guix build union)
search-error?
Channel: guix
Location: guix/build/utils.scm (guix build utils)
invoke-error-term-signal
Channel: guix
Location: guix/build/utils.scm (guix build utils)
store-file-name? (file)
Channel: guix
Location: guix/build/utils.scm (guix build utils)
Documentation:

Return true if FILE is in the store.

alist-replace (key value alist #:optional key=?)
Channel: guix
Location: guix/build/utils.scm (guix build utils)
Documentation:

Replace the first pair in ALIST whose car is KEY with the KEY/VALUE pair. An error is raised when no such pair exists.

wrap-error-program
Channel: guix
Location: guix/build/utils.scm (guix build utils)
%store-directory ()
Channel: guix
Location: guix/build/utils.scm (guix build utils)
Documentation:

Return the directory name of the store.

wrapped-program? (prog)
Channel: guix
Location: guix/build/utils.scm (guix build utils)
Documentation:

Return #t if PROG is a program that was moved and wrapped by 'wrap-program'.

Total public symbols: 86650