attvar.pl![]() | ||
|---|---|---|
authenticate.pl -- Authentication access for SWISH![]() | ||
avatar.pl -- Avatar management![]() | ||
| random_avatar/1 | Generate a random avatar image url. | ![]() |
| release_avatar/1 | Release the avatar to the pool of free avatars. | ![]() |
| valid_gravatar/1 | True if URL is a real gravatar. | ![]() |
bootstrap.pl -- Bootstrap form generator![]() | ||
chat.pl -- The SWISH collaboration backbone![]() | ||
chatstore.pl -- Store chat messages![]() | ||
config.pl -- Make HTTP locations known to JSON code![]() | ||
content_filter.pl -- Ban list content filter![]() | ||
dashboard.pl -- Provide non-programmer query execution![]() | ||
examples.pl -- Serve example files![]() | ||
flags.pl![]() | ||
form.pl -- Form handling utilities![]() | ||
gitty.pl -- Single-file GIT like version system![]() | ||
gitty_driver_bdb.pl -- Gitty BDB driver![]() | ||
| delete_head/2 | Delete the named head. | ![]() |
| delete_object/2 | Delete an existing object. | ![]() |
| gitty_close/1 | Close the BDB environment associated with a gitty store. | ![]() |
| gitty_file/3 | True when File entry in the gitty store and Head is the HEAD revision. | ![]() |
| gitty_hash/2 | True when Hash is an object in the store. | ![]() |
| gitty_update_head/4 | Update the head of a gitty store for Name. | ![]() |
| load_object/5 | Load an object given its Hash. | ![]() |
| load_plain_commit/3 | Load the commit data as a dict. | ![]() |
| set_head/3 | Set the head of the given File to Hash. | ![]() |
| store_object/4 | Store the actual object. | ![]() |
gitty_driver_files.pl -- Gitty plain files driver![]() | ||
help.pl -- SWISH help system![]() | ||
highlight.pl -- Highlight token server![]() | ||
html_output.pl -- SWISH HTML Output![]() | ||
include.pl -- Support :- include(File) from SWISH![]() | ||
jquery.pl -- Call jQuery on the SWISH interface![]() | ||
markdown.pl -- SWISH Notebook markdown support![]() | ||
md_eval.pl -- Provide evaluable markdown![]() | ||
messages.pl![]() | ||
noble_avatar.pl -- Noble Avatar generator![]() | ||
page.pl -- Provide the SWISH application as Prolog HTML component![]() | ||
patch.pl -- Run patch program![]() | ||
paths.pl -- Setup SWISH search paths![]() | ||
pep.pl -- SWISH PEP (Policy Enforcement Point)![]() | ||
procps.pl -- Get process statistics from Linux /proc![]() | ||
| procps_stat/1 | Get data from the stat file of the current process, the process identified by PID or the Prolog thread identified by Thread. | ![]() |
| procps_stat/2 | Get data from the stat file of the current process, the process identified by PID or the Prolog thread identified by Thread. | ![]() |
| procps_status/1 | Get the data from /proc/self/status as a Prolog dict. | ![]() |
| procps_status/2 | Get the data from /proc/self/status as a Prolog dict. | ![]() |
| procps_thread_stat/2 | Get data from the stat file of the current process, the process identified by PID or the Prolog thread identified by Thread. | ![]() |
profiles.pl![]() | ||
projection.pl -- Define the projection![]() | ||
render.pl -- SWISH term-rendering support![]() | ||
| current_renderer/2 | True when renderer Name is declared with Comment. | ![]() |
| register_renderer/2 | Register a module as SWISH rendering component. | ![]() |
| use_rendering/1 | Register an answer renderer. | ![]() |
| use_rendering/2 | Register an answer renderer with options. | ![]() |
search.pl -- SWISH search from the navigation bar![]() | ||
| match/3 | True if Line matches Query, respecting Options. | ![]() |
| search_box/3 | Render a Bootstrap search box. | ![]() |
| typeahead/4 | Find typeahead suggestions for a specific search category (Type). | ![]() |
session.pl -- Setup SWISH sessions![]() | ||
storage.pl -- Store files on behalve of web clients![]() | ||
swish_chr.pl -- Make CHR available in SWISH![]() | ||
swish_csv.pl -- Support CSV output from a Pengines server![]() | ||
swish_debug.pl -- Print debug messages and test assertions![]() | ||
swish_diagnostics.pl![]() | ||
swish_redis.pl -- Redis stream connection![]() | ||
template_hint.pl -- Generate template hints for CondeMirror![]() | ||
trace.pl -- ![]() | ||
version.pl -- Manage software versions![]() | ||
web.pl -- Serve /plugin![]() | ||