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 webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
Remove entries for each of PATTERNS from MANIFEST. Each item in PATTERNS must be a manifest-pattern.
Roll back to the previous generation of PROFILE. Return the number of the generation that was current before switching and the new generation number.
Return an sexp representing code to build an approximate version of MANIFEST; the code is wrapped in a top-level 'begin' form. Call ENTRY-PACKAGE-VERSION to determine the version number to use in the spec for a given entry; it can be set to 'manifest-entry-version' for fully-specified version numbers, or to some other procedure to disambiguate versions for packages for which several versions are available.
If FILE is a profile generation GC root such as "guix-profile-42-link", return its corresponding profile---e.g., "guix-profile". Otherwise return #f.
Return the number of the generation before generation NUMBER of PROFILE, or 0 if none exists. It could be NUMBER - 1, but it's not the case when generations have been deleted (there are "holes").
Register THUNK as a profiling hook for COMPONENT, a string such as "rpc".
Return true if COMPONENT profiling is active.
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.
Low-level procedure to stop REPORTER.
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.
Write an ANSI erase-current-line sequence to PORT to erase the whole line and move the cursor to the beginning of the line.
Return % as a string representing an ASCII-art progress bar. The total width of the bar is BAR-WIDTH.
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 REPORTER for progress reporting, and call (proc report) with the resulting report procedure. When proc returns, the REPORTER is stopped.