attvar.pl![]() | ||
|---|---|---|
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![]() | ||
| chat_messages/3 | Get messages associated with DocID. | ![]() |
| chat_store/1 | Add a chat message to the chat store. | ![]() |
| chat_count_about/2 | True when Count is the number of messages about DocID. | ![]() |
config.pl -- Make HTTP locations known to JSON code![]() | ||
| config/2 | Define a name/value pair that will end up in the SWISH config object (see web/js/config.js). | ![]() |
| login/2 | If a login item with 'data-server'(+Server) is clicked, the HTTP handler with id login is called. | ![]() |
| login_item/2 | This hook is called to find all possible login options. | ![]() |
| source_alias/2 | Multifile hook that defines properties of file_search_path/2 aliases wrt. | ![]() |
| swish_config/2 | Define a name/value pair that will end up in the SWISH config object (see web/js/config.js). | ![]() |
| swish_config_hash/2 | True if Hash is the SHA1 of the SWISH config. | ![]() |
| swish_reply_config/2 | Emit a configuration object to the client if the client requests for '.../swish_config.json', regardless of the path prefix. | ![]() |
| user_info/3 | Each login facility must provide this hook. | ![]() |
content_filter.pl -- Ban list content filter![]() | ||
dashboard.pl -- Provide non-programmer query execution![]() | ||
data_source.pl -- Cached data access![]() | ||
download.pl -- Provide a button for downloading data![]() | ||
examples.pl -- Serve example files![]() | ||
| provides/1 | Make examples available through swish_provides/1. | ![]() |
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![]() | ||
http_version.pl -- Serve version details over HTTP![]() | ||
include.pl -- Support :- include(File) from SWISH![]() | ||
jquery.pl -- Call jQuery on the SWISH interface![]() | ||
logging.pl -- Add SWISH query execution to the HTTP log file![]() | ||
markdown.pl -- SWISH Notebook markdown support![]() | ||
md_eval.pl -- Provide evaluable markdown![]() | ||
| swish_provides/1 | True when Term describes a provided feature of the current SWISH instances. | ![]() |
messages.pl![]() | ||
noble_avatar.pl -- Noble Avatar generator![]() | ||
oauth2.pl -- Oauth2 based login![]() | ||
| login/3 | Multifile hook to realise the actual login. | ![]() |
| oauth2_claim/2 | True when Claim is the claim made in TokenInfo. | ![]() |
| oauth2_login/2 | HTTP handler to login using oauth2. | ![]() |
| oauth2_reply/2 | HTTP handler for the redirect we get back from the oauth2 server. | ![]() |
| oauth2_user_info/3 | Given the token details obtained in oauth2_reply/2, get extended information about the user from the identity provider. | ![]() |
| oauth2_validate_access_token/3 | Validates the AccessToken with Unity (implicit or hybrid flow). | ![]() |
| server_attribute/3 | Multifile hook that defines available oauth2 servers. | ![]() |
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![]() | ||
profiles.pl![]() | ||
projection.pl -- Define the projection![]() | ||
r_swish.pl![]() | ||
| r_console/2 | Relay Rserve captured output to SWISH using writeln. | ![]() |
| r_console_property/1 | Relay the size of the console. | ![]() |
| r_display_images/1 | Relay received images to the SWISH console using pengine_output/1. | ![]() |
| r_download/0 | Provide download buttons for all created files. | ![]() |
| r_download/1 | Provide a download button for the indicates file. | ![]() |
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![]() | ||
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![]() | ||
| config/2 | Provides the object config.swish.templates, a JSON object that provides the templates for hinting in CodeMirror. | ![]() |
| predicate_template/2 | ![]() | |
| visible_predicate/3 | True when PI is a plain predicate indicator for a predicate that can be called in Module. | ![]() |
| visible_predicate_templates/3 | True when Templates is a JSON dict holding autocompletion templates for Module. | ![]() |
trace.pl -- ![]() | ||
tutorial.pl![]() | ||
version.pl -- Manage software versions![]() | ||
web.pl -- Serve /plugin![]() | ||