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.
Read the reference graph as produced by #:references-graphs from PORT and return it as a list of <store-info> records in topological order--i.e., leaves come first. IOW, store items in the resulting list can be registered in the order in which they appear.
The reference graph format consists of sequences of lines like this:
FILE DERIVER NUMBER-OF-REFERENCES REF1 ... REFN
It is meant as an internal format.
Populate the store under directory TARGET with the items specified in REFERENCE-GRAPHS, a list of reference-graph files. Items copied to TARGET maintain timestamps and permissions. When DEDUPLICATE? is true, deduplicate regular files as they are copied to TARGET.
Fetch REVISION from URL into DIRECTORY. REVISION must be an integer, and a valid Subversion revision. Return #t on success, #f otherwise.
Create a new unique directory in the file system using the template string TMPL and return its file name. TMPL must end with 'XXXXXX'.
Configure network interface NAME to use SOCKADDR, an address as returned by 'make-socket-address', and FLAGS, a bitwise-or of IFF_* constants. If NETMASK is true, it must be a socket address to use as the network mask.
Mount device SOURCE on TARGET as a file system TYPE. Optionally, FLAGS may be a bitwise-or of the MS_* <sys/mount.h> constants, and OPTIONS may be a string. When FLAGS contains MS_REMOUNT, SOURCE and TYPE are ignored. When UPDATE-MTAB? is true, update /etc/mtab. Raise a 'system-error' exception on error.
Return the <termios> structure for the tty at FD.
Return two file descriptors: one for the pseudo-terminal control side, and one for the controlled side.
Return true if NAME designates a running network interface.