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.
(gnu services configuration environment-variables)(gnu services configuration environment-variables)(gnu services configuration environment-variables)(gnu services configuration environment-variables)(gnu services configuration environment-variables)Serializes the fields whose name is included in SELECTION from CONFIG, a configuration from (gnu services configuration), and FIELDS, the list of its field records, to a list of pairs. When NEGATE? is #t all services not included in SELECTION will be serialized. Each pair represents an environment variable. The first element of each pair is the variable name, the second is the value. When PREFIX is a string it is prepended to the variable name. TRUE-VALUE and FALSE-VALUE will be used as a representation for respectfully #t and #f.
(gnu services configuration environment-variables)(gnu services configuration environment-variables)Serializes FIELD-NAME, a field name from (gnu services configuration), to a downcased, snake case string representation of the field name. Trailing ? in the name are dropped and dashes are replaced with underscores.
For example the procedure would convert 'A-Field? to "a_field".