attvar.pl![]() | ||
|---|---|---|
| get_attr/2 | Get the attribute on the current module. | ![]() |
| put_attr/2 | Put an attribute on the current module. | ![]() |
authenticate.pl -- Authentication access for SWISH![]() | ||
avatar.pl -- Avatar management![]() | ||
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![]() | ||
| validate_field/4 | True when Value is a valid value for Field from Dict according to Options. | ![]() |
| validate_form/2 | Run validate_field/4 on all specified fields, combining the error message. | ![]() |
gitty.pl -- Single-file GIT like version system![]() | ||
gitty_driver_bdb.pl -- Gitty BDB driver![]() | ||
gitty_driver_files.pl -- Gitty plain files driver![]() | ||
help.pl -- SWISH help system![]() | ||
highlight.pl -- Highlight token server![]() | ||
html_output.pl -- SWISH HTML Output![]() | ||
| html/1 | Insert HTML into the output. | ![]() |
| html/3 | Sandbox respecting version of html//1. | ![]() |
| safe_raw_html/1 | Helper for variables in html(\List). | ![]() |
include.pl -- Support :- include(File) from SWISH![]() | ||
| xref_source_file/3 | Deal with the above expansion for :- include(program) to support the cross-referencer. | ![]() |
| xref_source_identifier/2 | Map swish://file to a file from the gitty store. | ![]() |
| include/2 | Include file at a specific version. | ![]() |
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![]() | ||
| create_avatar/2 | (Re-)create avatar with basename PNG. | ![]() |
| existing_noble_avatar/2 | True when Image is the image file of a previously generated avatar of Gender. | ![]() |
| noble_avatar/2 | True when File is the image file name for a generated avatar of Gender. | ![]() |
| noble_avatar/3 | True when File is the image file name for a generated avatar of Gender. | ![]() |
page.pl -- Provide the SWISH application as Prolog HTML component![]() | ||
patch.pl -- Run patch program![]() | ||
| patch/4 | Patch the string Orig using Diff. | ![]() |
paths.pl -- Setup SWISH search paths![]() | ||
pep.pl -- SWISH PEP (Policy Enforcement Point)![]() | ||
procps.pl -- Get process statistics from Linux /proc![]() | ||
profiles.pl![]() | ||
projection.pl -- Define the projection![]() | ||
render.pl -- SWISH term-rendering support![]() | ||
search.pl -- SWISH search from the navigation bar![]() | ||
session.pl -- Setup SWISH sessions![]() | ||
storage.pl -- Store files on behalve of web clients![]() | ||
| typeahead/4 | Find files using typeahead from the SWISH search box. | ![]() |
| storage_commit/2 | Load the commit data for Hash. | ![]() |
| storage_file/1 | True if File is known in the store. | ![]() |
| storage_file/3 | True if File is known in the store. | ![]() |
| storage_file_extension/2 | True if File is known in the store. | ![]() |
| storage_file_extension_head/3 | True if File is known in the store. | ![]() |
| storage_fsck/0 | Enumerate and check the consistency of the entire store. | ![]() |
| storage_load_term/2 | Add/retrieve terms from the gitty store. | ![]() |
| storage_meta_data/2 | True if File is known in the store. | ![]() |
| storage_meta_property/2 | True when Meta has Property. | ![]() |
| storage_repack/0 | Repack the storage directory. | ![]() |
| storage_repack/1 | Repack the storage directory. | ![]() |
| storage_store_term/2 | Add/retrieve terms from the gitty store. | ![]() |
| storage_unpack/0 | Unpack all packed objects of the store. | ![]() |
| use_gitty_file/1 | Load a file from the Gitty store. | ![]() |
| use_gitty_file/2 | Load a file from the Gitty store. | ![]() |
swish_chr.pl -- Make CHR available in SWISH![]() | ||
swish_csv.pl -- Support CSV output from a Pengines server![]() | ||
| write_result/3 | Hook into library(pengines) that makes pengines support CSV output. | ![]() |
swish_debug.pl -- Print debug messages and test assertions![]() | ||
| debug/1 | Add/remove a topic from being printed. | ![]() |
| list_debug_topics/0 | List currently known topics for debug/3 and their setting. | ![]() |
| list_debug_topics/1 | List currently known topics for debug/3 and their setting. | ![]() |
| nodebug/1 | Add/remove a topic from being printed. | ![]() |
| swish_debug/3 | Format a message if debug topic is enabled. | ![]() |
| swish_debugging/1 | Examine debug topics. | ![]() |
swish_diagnostics.pl![]() | ||
swish_redis.pl -- Redis stream connection![]() | ||
| redis_consumer/1 | True when Consumer is the name of this redis node. | ![]() |
| reinit_redis/0 | Stop and start the redis thread. | ![]() |
| swish_cluster/1 | True when Pairs is a list Consumer-URL of peer SWISH servers in this cluster. | ![]() |
template_hint.pl -- Generate template hints for CondeMirror![]() | ||
trace.pl -- ![]() | ||
version.pl -- Manage software versions![]() | ||
web.pl -- Serve /plugin![]() | ||