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 ENTRY with an additional 'transformations' property if it's not already there.
Return the list of available generations matching a pattern in STR. See 'string->generations' and 'string->duration' for the list of valid patterns. When STR is a duration pattern, return all the generations whose ctime has DURATION-RELATION with the current time.
Make sure at least NEED bytes are available in DIRECTORY. Otherwise emit a warning.
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 version information for COMMAND and `(exit 0)'.
Like 'switch-to-generation', but display what is happening.
Show what will or would (depending on DRY-RUN?) be built in realizing the derivations listed in DRV using MODE, a 'build-mode' value. The elements of DRV can be either derivations or derivation inputs.
Return two values: a Boolean indicating whether there's something to build, and a Boolean indicating whether there's something to download.
When USE-SUBSTITUTES?, check and report what is prerequisites are available for download. VERBOSITY is an integer indicating the level of details to be shown: level 2 and higher provide all the details, level 1 shows a high-level summary, and level 0 shows nothing.
Display the packages in PROFILE, generation NUMBER, in a human-readable way.
Read and evaluate STR and return the package it refers to, or exit an error.
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.
Return the duration matching a pattern in STR. This function accepts the following patterns: "1d", "1w", "1m".
Like `string->number', but error out with an error message on failure.
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 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.
Convert NUM, an integer number of bytes, to a human readable string using common storage prefixes.
Display what will/would be installed/removed from MANIFEST by TRANSACTION.
Return a plain-text representation of PACKAGE synopsis field.
Read and evaluate STR, which can also be a port, raising an error if something goes wrong. STR may contain one or more expressions; the return value is that of the last evaluated expression.
Return the list of generations matching a pattern in STR. This function accepts the following patterns: "1", "1,2,3", "1..9", "1..", "..9".
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.