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.
Return ENTRY with an additional 'transformations' property if it's not already there.
Display version information for COMMAND and `(exit 0)'.
Make sure at least NEED bytes are available in DIRECTORY. Otherwise emit a warning.
Return a plain-text representation of texinfo fragment STR.
Convert NUM, an integer number of bytes, to a human readable string using common storage prefixes.
If PORT is a pipe to a pager created by 'with-paginated-output-port', return the underlying port. Otherwise return #f.
Compute a "relevance score" for OBJ as a function of its number of matches of REGEXPS and accordingly to METRICS. METRICS is list of field/weight pairs, where FIELD is a procedure that returns a string or list of strings describing OBJ, and WEIGHT is a positive integer denoting the weight of this field in the final score.
A score of zero means that OBJ does not match any of REGEXPS. The higher the score, the more relevant OBJ is to REGEXPS.
Show the output file names of DERIVATION, which can be a derivation or a derivation input.
Display what will/would be installed/removed from MANIFEST by TRANSACTION.
Like 'switch-to-generation', but display what is happening.
Return a procedure suitable for 'with-build-handler' that, when 'build-things' is called, invokes 'show-what-to-build' to display the build plan. When DRY-RUN? is true, the 'with-build-handler' form returns without any build happening.
Load the user provided Scheme source code FILE-OR-PORT. When ISOLATED? is true, load FILE-OR-PORT in an isolated "sandbox" where only IMPORTS are available--see the documentation for (ice-9 sandbox) for what goes into IMPORTS.
Read code (one or more sexps) from PORT, wrapping the sexps in a 'begin' form if needed, ensuring that reader extensions are all disabled to prevent arbitrary code execution.
Like 'make-regexp' but error out if REGEXP is invalid, reporting the error nicely.
Display the packages in PROFILE, generation NUMBER, in a human-readable way.
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.
Return a new user module with the additional MODULES loaded.
Display the changed packages in PROFILE GEN2 compared to generation GEN1.
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.
Return a plain-text representation of PACKAGE synopsis field.