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

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.


system-service-name
Channel: guix
Location: gnu/installer/services.scm (gnu installer services)
system-service-type
Channel: guix
Location: gnu/installer/services.scm (gnu installer services)
%system-services ()
Channel: guix
Location: gnu/installer/services.scm (gnu installer services)
system-service?
Channel: guix
Location: gnu/installer/services.scm (gnu installer services)
desktop-system-service? (a)
Channel: guix
Location: gnu/installer/services.scm (gnu installer services)
Documentation:

Return true if SERVICE is a desktop environment service.

system-service-recommended?
Channel: guix
Location: gnu/installer/services.scm (gnu installer services)
system-service-none
Channel: guix
Location: gnu/installer/services.scm (gnu installer services)
system-service-snippet
Channel: guix
Location: gnu/installer/services.scm (gnu installer services)
system-service-packages
Channel: guix
Location: gnu/installer/services.scm (gnu installer services)
run-installer-steps args
Channel: guix
Location: gnu/installer/steps.scm (gnu installer steps)
Documentation:

Run the COMPUTE procedure of all <installer-step> records in STEPS sequentially, inside a the 'installer-step prompt. When aborted to with a parameter of 'abort, fallback to a previous install-step, accordingly to the specified REWIND-STRATEGY. When aborted to with a parameter of 'break, stop the computation and return the accumulated result so far.

REWIND-STRATEGY possible values are 'previous, 'menu and 'start. If 'previous is selected, the execution will resume at the previous installer-step. If 'menu is selected, the MENU-PROC procedure will be called. Its return value has to be an installer-step ID to jump to. The ID has to be the one of a previously executed step. It is impossible to jump forward. Finally if 'start is selected, the execution will resume at the first installer-step.

The result of every COMPUTE procedures is stored in an association list, under the form:

'((STEP-ID . COMPUTE-RESULT) ...)

where STEP-ID is the ID field of the installer-step and COMPUTE-RESULT the result of the associated COMPUTE procedure. This result association list is passed as argument of every COMPUTE procedure. It is finally returned when the computation is over.

configuration->file args
Channel: guix
Location: gnu/installer/steps.scm (gnu installer steps)
Documentation:

Write the given CONFIGURATION to FILE-NAME.

&user-abort-error
Channel: guix
Location: gnu/installer/steps.scm (gnu installer steps)
format-configuration (a b)
Channel: guix
Location: gnu/installer/steps.scm (gnu installer steps)
Documentation:

Return the list resulting from the application of the procedure defined in CONFIGURATION-FORMATTER field of <installer-step> on the associated result found in RESULTS.

make-installer-step
Channel: guix
Location: gnu/installer/steps.scm (gnu installer steps)
find-step-by-id (a b)
Channel: guix
Location: gnu/installer/steps.scm (gnu installer steps)
Documentation:

Find and return the step in STEPS whose id is equal to ID.

%current-result
Channel: guix
Location: gnu/installer/steps.scm (gnu installer steps)
%installer-configuration-file
Channel: guix
Location: gnu/installer/steps.scm (gnu installer steps)
installer-step-description
Channel: guix
Location: gnu/installer/steps.scm (gnu installer steps)
installer-step
Channel: guix
Location: gnu/installer/steps.scm (gnu installer steps)
result-step-done? (a b)
Channel: guix
Location: gnu/installer/steps.scm (gnu installer steps)
Documentation:

Return #t if the installer-step specified by STEP-ID has a COMPUTE value stored in RESULTS. Return #f otherwise.

result-step (a b)
Channel: guix
Location: gnu/installer/steps.scm (gnu installer steps)
Documentation:

Return the result of the installer-step specified by STEP-ID in RESULTS.

%installer-target-dir
Channel: guix
Location: gnu/installer/steps.scm (gnu installer steps)
installer-step-id
Channel: guix
Location: gnu/installer/steps.scm (gnu installer steps)
result->step-ids
Channel: guix
Location: gnu/installer/steps.scm (gnu installer steps)
Total public symbols: 86934