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

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.


profile-error?
Channel: guix
Location: guix/profiles.scm (guix profiles)
register-profiling-hook! (component thunk)
Channel: guix
Location: guix/profiling.scm (guix profiling)
Documentation:

Register THUNK as a profiling hook for COMPONENT, a string such as "rpc".

profiled?
Channel: guix
Location: guix/profiling.scm (guix profiling)
Documentation:

Return true if COMPONENT profiling is active.

progress-reporter/trace (file url size #:optional log-port)
Channel: guix
Location: guix/progress.scm (guix progress)
Documentation:

Like 'progress-reporter/file', but instead of returning human-readable progress reports, write "build trace" lines to be processed elsewhere.

progress-reporter-report! (reporter . args)
Channel: guix
Location: guix/progress.scm (guix progress)
Documentation:

Low-level procedure to lead REPORTER to emit a report.

progress-reporter/file (file size #:optional log-port #:key abbreviation)
Channel: guix
Location: guix/progress.scm (guix progress)
Documentation:

Return a <progress-reporter> object to show the progress of FILE's download, which is SIZE bytes long. The progress report is written to LOG-PORT, with ABBREVIATION used to shorten FILE for display.

progress-report-port (reporter port #:key close? download-size)
Channel: guix
Location: guix/progress.scm (guix progress)
Documentation:

Return a port that continuously reports the bytes read from PORT using REPORTER, which should be a <progress-reporter> object. When CLOSE? is true, PORT is closed when the returned port is closed.

When DOWNLOAD-SIZE is passed, do not read more than DOWNLOAD-SIZE bytes from PORT. This is important to avoid blocking when the remote side won't close the underlying connection.

dump-port* (in out #:key buffer-size reporter)
Channel: guix
Location: guix/progress.scm (guix progress)
Documentation:

Read as much data as possible from IN and write it to OUT, using chunks of BUFFER-SIZE bytes. After each successful transfer of BUFFER-SIZE bytes or less, report the total number of bytes transferred to the REPORTER, which should be a <progress-reporter> object.

<progress-reporter>
Channel: guix
Location: guix/progress.scm (guix progress)
erase-current-line (port)
Channel: guix
Location: guix/progress.scm (guix progress)
Documentation:

Write an ANSI erase-current-line sequence to PORT to erase the whole line and move the cursor to the beginning of the line.

call-with-progress-reporter (reporter proc)
Channel: guix
Location: guix/progress.scm (guix progress)
Documentation:

Start REPORTER for progress reporting, and call (proc report) with the resulting report procedure. When proc returns, the REPORTER is stopped.

byte-count->string (size)
Channel: guix
Location: guix/progress.scm (guix progress)
Documentation:

Given SIZE in bytes, return a string representing it in a human-readable way.

make-progress-reporter
Channel: guix
Location: guix/progress.scm (guix progress)
current-terminal-columns
Channel: guix
Location: guix/progress.scm (guix progress)
display-download-progress (file size #:key tty? start-time transferred log-port)
Channel: guix
Location: guix/progress.scm (guix progress)
Documentation:

Write the progress report to LOG-PORT. Use START-TIME (a SRFI-19 time object) and TRANSFERRED (a total number of bytes) to determine the throughput. When TTY? is false, assume LOG-PORT is not a tty and do not emit ANSI escape codes.

start-progress-reporter! (reporter)
Channel: guix
Location: guix/progress.scm (guix progress)
Documentation:

Low-level procedure to start REPORTER.

progress-reporter/bar (total #:optional prefix port)
Channel: guix
Location: guix/progress.scm (guix progress)
Documentation:

Return a reporter that shows a progress bar every time one of the TOTAL tasks is performed. Write PREFIX at the beginning of the line.

progress-bar (% #:optional bar-width)
Channel: guix
Location: guix/progress.scm (guix progress)
Documentation:

Return % as a string representing an ASCII-art progress bar. The total width of the bar is BAR-WIDTH.

progress-reporter
Channel: guix
Location: guix/progress.scm (guix progress)
progress-reporter/silent
Channel: guix
Location: guix/progress.scm (guix progress)
progress-reporter?
Channel: guix
Location: guix/progress.scm (guix progress)
stop-progress-reporter! (reporter)
Channel: guix
Location: guix/progress.scm (guix progress)
Documentation:

Low-level procedure to stop REPORTER.

%quirks
Channel: guix
Location: guix/quirks.scm (guix quirks)
%patches
Channel: guix
Location: guix/quirks.scm (guix quirks)
Total public symbols: 86650