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.
Write SIZE bytes from FILE to DEVICE starting at OFFSET.
Create a Chromium extension from package PKG and return a package that, when installed, will make the extension contained in PKG available as a Chromium browser extension. PKG-OUTPUT specifies which output of PKG to use.
Modify PHASES to include everything needed to build a cross-GCC for TARGET, a target triplet.
Send a D-Bus MESSAGE to CONNECTION and return the body of its reply. Up to READ-RETRIES replies are read until a matching reply is found, else an error is raised. MESSAGE is to be constructed with `make-d-bus-message'. When the body contains a single element, it is returned directly, else the body elements are returned as a list. TIMEOUT is a timeout value in seconds.
Predicate to check for the D-Bus SERVICE availability.
Return the list of available (acquired) D-Bus services.
Initialize the D-Bus connection. ADDRESS should be the address of the D-Bus session, e.g. "unix:path=/var/run/dbus/system_bus_socket", the default value if ADDRESS is not provided and DBUS_SESSION_BUS_ADDRESS is not set. Return the initialized D-Bus connection.
Call the D-Bus method specified by METHOD, PATH, DESTINATION and INTERFACE. The currently active D-Bus CONNECTION is used unless explicitly provided. Method arguments may be provided via ARGUMENTS sent as the message body. TIMEOUT limit the maximum time to allow for the reply. Return the body of the reply.
Return the number suitable for the 'flags' argument of 'mount' that corresponds to the swap-space SWAP.
Return true if DEVICE is an ext2 file system and if it was cleanly unmounted.
Return DEVICE-SPEC as a Linux /dev/XdYZ device name, also catering for uuid or label.
Mount the file system described by FS, a <file-system> object, under ROOT.
Return the device name corresponding to SPEC, which can be a <uuid>, a <file-system-label>, the string 'none' or another string (typically a /dev file name or an nfs-root containing ':/').
Return the number suitable for the 'flags' argument of 'mount' that corresponds to the symbols listed in FLAGS.
Bind-mount SOURCE at TARGET.