_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/

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.


pam-service-auth
Channel: guix
Location: gnu/system/pam.scm (gnu system pam)
pam-entry-module
Channel: guix
Location: gnu/system/pam.scm (gnu system pam)
pam-service-password
Channel: guix
Location: gnu/system/pam.scm (gnu system pam)
unix-pam-service
Channel: guix
Location: gnu/system/pam.scm (gnu system pam)
Documentation:

Return a standard Unix-style PAM service for NAME. When ALLOW-EMPTY-PASSWORDS? is true, allow empty passwords. When ALLOW-ROOT? is true, allow root to run the command without authentication. When MOTD is true, it should be a file-like object used as the message-of-the-day. When LOGIN-UID? is true, require the 'pam_loginuid' module; that module sets /proc/self/loginuid, which the libc 'getlogin' function relies on. When GNUPG? is true, require the 'pam_gnupg.so' module; that module hands over the login password to 'gpg-agent'.

pam-service
Channel: guix
Location: gnu/system/pam.scm (gnu system pam)
pam-service-account
Channel: guix
Location: gnu/system/pam.scm (gnu system pam)
pam-entry-arguments
Channel: guix
Location: gnu/system/pam.scm (gnu system pam)
pam-limits-entry-type
Channel: guix
Location: gnu/system/pam.scm (gnu system pam)
pam-limits-entry-domain
Channel: guix
Location: gnu/system/pam.scm (gnu system pam)
pam-root-service (base #:key transformers shepherd-requirements)
Channel: guix
Location: gnu/system/pam.scm (gnu system pam)
Documentation:

The "root" PAM service, which collects <pam-service> instance and turns them into a /etc/pam.d directory, including the <pam-service> listed in BASE. TRANSFORM is a procedure that takes a <pam-service> and returns a <pam-service>. It can be used to implement cross-cutting concerns that affect all the PAM services.

base-pam-services (#:key allow-empty-passwords?)
Channel: guix
Location: gnu/system/pam.scm (gnu system pam)
Documentation:

Return the list of basic PAM services everyone would want.

pam-limits-entry (domain type item value)
Channel: guix
Location: gnu/system/pam.scm (gnu system pam)
Documentation:

Construct a pam-limits-entry ensuring that the provided values are valid.

pam-extension
Channel: guix
Location: gnu/system/pam.scm (gnu system pam)
pam-root-service-type
Channel: guix
Location: gnu/system/pam.scm (gnu system pam)
pam-extension-shepherd-requirements
Channel: guix
Location: gnu/system/pam.scm (gnu system pam)
session-environment-service (vars)
Channel: guix
Location: gnu/system/pam.scm (gnu system pam)
Documentation:

Return a service that builds the /etc/environment, which can be read by PAM-aware applications to set environment variables for sessions.

VARS should be an association list in which both the keys and the values are strings or string-valued gexps.

pam-limits-entry-item
Channel: guix
Location: gnu/system/pam.scm (gnu system pam)
privileged-program-capabilities
Channel: guix
Location: gnu/system/privilege.scm (gnu system privilege)
privileged-program-setgid?
Channel: guix
Location: gnu/system/privilege.scm (gnu system privilege)
privileged-program-user
Channel: guix
Location: gnu/system/privilege.scm (gnu system privilege)
file-like->setuid-program (program)
Channel: guix
Location: gnu/system/privilege.scm (gnu system privilege)
Documentation:

Simple wrapper to facilitate MAPping over a list of file-like objects and make them setuid, a pattern just common enough to justify a special helper.

privileged-program-setuid?
Channel: guix
Location: gnu/system/privilege.scm (gnu system privilege)
privileged-program
Channel: guix
Location: gnu/system/privilege.scm (gnu system privilege)
privileged-program-program
Channel: guix
Location: gnu/system/privilege.scm (gnu system privilege)
Total public symbols: 86650