attvar.pl![]() | ||
|---|---|---|
authenticate.pl -- Authentication access for SWISH![]() | ||
| authentication_hook/3 | Is called from the /pengine/create request to establish the logged in user. | ![]() |
| authenticate/2 | Establish the identity behind the HTTP Request. | ![]() |
| user_property/2 | True when Identity has Property. | ![]() |
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![]() | ||
| broadcast_bell/3 | Adds a bell to indicate central chat messages. | ![]() |
| chat_about/2 | Distribute a chat message about DocID. | ![]() |
| chat_broadcast/1 | Send Message to all known SWISH clients. | ![]() |
| chat_broadcast/2 | Send Message to all known SWISH clients. | ![]() |
| chat_to_profile/2 | Send a HTML notification to users logged in using ProfileID. | ![]() |
| notifications/3 | The chat element is added to the navbar and managed by web/js/chat.js. | ![]() |
chatstore.pl -- Store chat messages![]() | ||
config.pl -- Make HTTP locations known to JSON code![]() | ||
content_filter.pl -- Ban list content filter![]() | ||
cron.pl -- Schedule HTTP server maintenance tasks![]() | ||
dashboard.pl -- Provide non-programmer query execution![]() | ||
| parameters/1 | Fill query parameters. | ![]() |
data_source.pl -- Cached data access![]() | ||
download.pl -- Provide a button for downloading data![]() | ||
| download_button/2 | Emit a button in the SWISH output window for downloading Data. | ![]() |
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![]() | ||
gitty_driver_files.pl -- Gitty plain files driver![]() | ||
| attach_pack/2 | Load the index of Pack into memory. | ![]() |
| delete_head/2 | Delete Head from Store. | ![]() |
| delete_object/2 | Delete an existing object. | ![]() |
| fsck_pack/1 | Validate the integrity of the pack file File. | ![]() |
| gitty_close/1 | Close resources associated with a store. | ![]() |
| gitty_file/4 | True when File entry in the gitty store and Head is the HEAD revision. | ![]() |
| gitty_fsck/1 | Validate all packs associated with Store. | ![]() |
| gitty_hash/2 | True when Hash is an object in the store. | ![]() |
| gitty_open/2 | Driver specific initialization. | ![]() |
| gitty_rescan/1 | Update our view of the shared storage for all stores matching Store. | ![]() |
| gitty_update_head/5 | Update the head of a gitty store for Name. | ![]() |
| load_object/5 | Load the given object. | ![]() |
| load_object_from_pack/4 | True when Hash is in a pack and can be loaded. | ![]() |
| load_plain_commit/3 | Load the commit data as a dict. | ![]() |
| pack_objects/6 | Pack the given objects and pack files into a new pack. | ![]() |
| repack_objects/2 | Repack objects of Store for reduced disk usage and enhanced performance. | ![]() |
| set_head/3 | Set the head of the given File to Hash. | ![]() |
| store_object/4 | Store the actual object. | ![]() |
| unpack_pack/2 | Turn a pack back into a plain object files. | ![]() |
| unpack_packs/1 | Unpack all packs. | ![]() |
help.pl -- SWISH help system![]() | ||
highlight.pl -- Highlight token server![]() | ||
| xref_open_source/2 | Open a source. | ![]() |
| config/2 | Provides the object config.swish.style, a JSON object that maps style properties of user-defined extensions of library(prolog_colour). | ![]() |
| css/3 | Multifile hook to define additional style to apply in a specific context. | ![]() |
| current_highlight_state/2 | Return info on the current highlighter. | ![]() |
| server_tokens/1 | These predicates help debugging the server side. | ![]() |
| show_mirror/1 | These predicates help debugging the server side. | ![]() |
| style/3 | Declare that we map StyleIn as generated by library(prolog_colour) into a token of type SWISHType, providing additional context information based on Attributes. | ![]() |
| token_info/3 | Generate HTML, providing details about Token. | ![]() |
html_output.pl -- SWISH HTML Output![]() | ||
| html/1 | Insert HTML into the output. | ![]() |
| html/3 | Sandbox respecting version of html_write:html//1. | ![]() |
| safe_raw_html/1 | Helper for variables in html(\List). | ![]() |
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![]() | ||
| file/4 | Hook that deals with linking other notebooks using the following markdown syntax:. | ![]() |
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![]() | ||
| create_avatar/2 | (Re-)create avatar with basename PNG. | ![]() |
| 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. | ![]() |
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![]() | ||
| logo/3 | Hook to include the top-left logos. | |
| pengine_logo/3 | Emit an <a> element that provides a link to Pengines and SWISH on this server. | ![]() |
| swish_content/3 | Generate the SWISH editor, Prolog output area and query editor. | ![]() |
| swish_logo/3 | Emit an <a> element that provides a link to Pengines and SWISH on this server. | ![]() |
| swish_navbar/3 | Generate the swish navigation bar. | ![]() |
| swish_page/3 | Generate the entire SWISH default page. | ![]() |
| swish_reply/2 | HTTP handler to reply the default SWISH page. | ![]() |
| swish_resources/2 | Include SWISH CSS and JavaScript. | ![]() |
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![]() | ||
| projection/1 | Specify the result variables. | ![]() |
r_swish.pl![]() | ||
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![]() | ||
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![]() | ||
| check_prolog_version/1 | Validate the program is running under Prolog version Required or newer. | ![]() |
| git_module_property/2 | Property is a property of the named git-component. | ![]() |
| prolog_version_atom/1 | Atom describes the current Prolog version. | ![]() |
| register_git_module/2 | Register the directory from which the Prolog file was loaded as a GIT component about which to report version information. | ![]() |
web.pl -- Serve /plugin![]() | ||