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

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.


color?
Channel: guix
Location: guix/colors.scm (guix colors)
colorize-string (str color)
Channel: guix
Location: guix/colors.scm (guix colors)
Documentation:

Return a copy of STR colorized using ANSI escape sequences according to COLOR. At the end of the returned string, the color attributes are reset such that subsequent output will not have any colors in effect.

supports-hyperlinks? (#:optional port)
Channel: guix
Location: guix/colors.scm (guix colors)
Documentation:

Return true if PORT is a terminal that supports hyperlink escapes.

color
Channel: guix
Location: guix/colors.scm (guix colors)
mproc (port)
Channel: guix
Location: guix/colors.scm (guix colors)
highlight/warn
Channel: guix
Location: guix/colors.scm (guix colors)
Documentation:

Return STR with extra ANSI color attributes if PORT supports it.

colorize-full-matches (rules)
Channel: guix
Location: guix/colors.scm (guix colors)
Documentation:

Return a procedure that, given a string, colorizes according to RULES. RULES must be a list of regexp/color pairs; the whole match of a regexp is colorized with the corresponding color.

dim
Channel: guix
Location: guix/colors.scm (guix colors)
Documentation:

Return STR with extra ANSI color attributes if PORT supports it.

color-rules
Channel: guix
Location: guix/colors.scm (guix colors)
file-hyperlink (file #:optional text)
Channel: guix
Location: guix/colors.scm (guix colors)
Documentation:

Return TEXT with escapes for a hyperlink to FILE.

highlight
Channel: guix
Location: guix/colors.scm (guix colors)
Documentation:

Return STR with extra ANSI color attributes if PORT supports it.

hyperlink (uri text)
Channel: guix
Location: guix/colors.scm (guix colors)
Documentation:

Return a string that denotes a hyperlink using an OSC escape sequence as documented at <https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda>.

coloring-procedure (color)
Channel: guix
Location: guix/colors.scm (guix colors)
Documentation:

Return a procedure that applies COLOR to the given string.

color-output? (port)
Channel: guix
Location: guix/colors.scm (guix colors)
Documentation:

Return true if we should write colored output to PORT.

fold2 (proc seed1 seed2 lst) | (proc seed1 seed2 lst1 lst2)
Channel: guix
Location: guix/combinators.scm (guix combinators)
compile-time-value
Channel: guix
Location: guix/combinators.scm (guix combinators)
define-compile-time-procedure
Channel: guix
Location: guix/combinators.scm (guix combinators)
fold-tree-leaves (proc init children roots)
Channel: guix
Location: guix/combinators.scm (guix combinators)
Documentation:

Like fold-tree, but call (PROC NODE RESULT) only for leaf nodes.

procedure-call-location
Channel: guix
Location: guix/combinators.scm (guix combinators)
fold-tree (proc init children roots)
Channel: guix
Location: guix/combinators.scm (guix combinators)
Documentation:

Call (PROC NODE RESULT) for each node in the tree that is reachable from ROOTS, using INIT as the initial value of RESULT. The order in which nodes are traversed is not specified, however, each node is visited only once, based on an eq? check. Children of a node to be visited are generated by calling (CHILDREN NODE), the result of which should be a list of nodes that are connected to NODE in the tree, or '() or #f if NODE is a leaf node.

make-cpio-header (#:key inode mode uid gid nlink mtime size dev rdev name-size)
Channel: guix
Location: guix/cpio.scm (guix cpio)
Documentation:

Return a new cpio file header.

special-file->cpio-header* (file device-type device-major device-minor permission-bits #:optional file-name)
Channel: guix
Location: guix/cpio.scm (guix cpio)
Documentation:

Create a character or block device header.

DEVICE-TYPE is either 'char-special or 'block-special.

The number of hard links is assumed to be 1.

file->cpio-header (file #:optional file-name #:key stat)
Channel: guix
Location: guix/cpio.scm (guix cpio)
Documentation:

Return a cpio header corresponding to the info returned by STAT for FILE, using FILE-NAME as its file name.

cpio-header?
Channel: guix
Location: guix/cpio.scm (guix cpio)
Total public symbols: 86650