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.
Return true if KEY corresponds to a transformation option whose result can be cached--i.e., the transformation is deterministic and does not depend on external resources.
Return package P tuned for MICRO-ARCHITECTURE.
Convert NUM, an integer number of bytes, to a human readable string using common storage prefixes.
Display MATCHES, a list of object/score pairs, by calling PRINT on each of them. If PORT is a terminal, print at most a full screen of results. REGEXPS is a list of regexps to highlight in search results.
Return a plain-text representation of PACKAGE description field.
Return the language used for messages according to the current locale. Return %DEFAULT-MESSAGE-LANGUAGE if that information could not be obtained. The result is an ISO-639-2 language code such as "ar", without the territory part.
Display the changed packages in PROFILE GEN2 compared to generation GEN1.
Return STR with each newline preceded by INDENT spaces. When INITIAL-INDENT? is true, the first line is also indented.
Return a new user module with the additional MODULES loaded.
Return a score denoting the relevance of PACKAGE for REGEXPS. A score of zero means that PACKAGE does not match any of REGEXPS.
Display the packages in PROFILE, generation NUMBER, in a human-readable way.
Like 'roll-back', but display what is happening.
Like 'delete-generation', but display what is going on.
Return a version of STR where newlines have been replaced by newlines followed by "+ ", which makes for a valid multi-line field value in the `recutils' syntax.
Call THUNK within a user-friendly error handler.
Display MESSAGE, a l10n message possibly containing Texinfo markup and 'format' escape, to PORT. ARGUMENTS is a (possibly empty) list of strings or other objects that must match the 'format' escapes in MESSAGE.
Display version information for COMMAND and `(exit 0)'.
Display a one-line summary of generation NUMBER of PROFILE.