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.
Find and return the step in STEPS whose id is equal to ID.
Return the result of the installer-step specified by STEP-ID in RESULTS.
Return the list resulting from the application of the procedure defined in CONFIGURATION-FORMATTER field of <installer-step> on the associated result found in RESULTS.
Run the COMPUTE procedure of all <installer-step> records in STEPS sequentially, inside a the 'installer-step prompt. When aborted to with a parameter of 'abort, fallback to a previous install-step, accordingly to the specified REWIND-STRATEGY. When aborted to with a parameter of 'break, stop the computation and return the accumulated result so far.
REWIND-STRATEGY possible values are 'previous, 'menu and 'start. If 'previous is selected, the execution will resume at the previous installer-step. If 'menu is selected, the MENU-PROC procedure will be called. Its return value has to be an installer-step ID to jump to. The ID has to be the one of a previously executed step. It is impossible to jump forward. Finally if 'start is selected, the execution will resume at the first installer-step.
The result of every COMPUTE procedures is stored in an association list, under the form:
'((STEP-ID . COMPUTE-RESULT) ...)
where STEP-ID is the ID field of the installer-step and COMPUTE-RESULT the result of the associated COMPUTE procedure. This result association list is passed as argument of every COMPUTE procedure. It is finally returned when the computation is over.
Return #t if the installer-step specified by STEP-ID has a COMPUTE value stored in RESULTS. Return #f otherwise.
Converse over PORT with the guided installer to choose the specified LANGUAGE, LOCATION, TIMEZONE, and KEYBOARD.
Converse over PORT with the guided installer to choose the specified KERNEL.
Complete the installation by replying to the installer pause message and waiting for the installation-complete message.
Return a socket connected to the installer.
Edit FILE, an operating system configuration file generated by the installer, by adding a marionette service such that the installed OS is instrumented for further testing.