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![]() | ||
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![]() | ||
| 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![]() | ||
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![]() | ||
gitty_driver_files.pl -- Gitty plain files driver![]() | ||
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![]() | ||
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![]() | ||
oauth2.pl -- Oauth2 based login![]() | ||
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)![]() | ||
| not_sandboxed/2 | Called by Pengines to see whether User may call non-sandboxed operations in Application. | ![]() |
| approve/3 | This hook is called by approve/2 and deny/2 before the default rules. | |
| approve/2 | ![]() | |
| authorized/2 | Verify that Action is authorized. | ![]() |
| deny/2 | ![]() | |
| ws_authorized/2 | True when WSUser is allowed to perform action. | ![]() |
procps.pl![]() | ||
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![]() | ||
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![]() | ||
template_hint.pl -- Generate template hints for CondeMirror![]() | ||
trace.pl -- ![]() | ||
| prepare_goal/3 | Handle the breakpoints(List) option to set breakpoints prior to execution of the query. | ![]() |
| open_source/2 | Open SWISH non-file sources. | ![]() |
| $swish wrapper/2 | Wrap a SWISH goal in '$swish wrapper'. | ![]() |
| post_context/3 | Multifile hooks to extract additional information from the Pengine, either just before Goal is started or after an answer was produced. | ![]() |
| pre_context/3 | Multifile hooks to extract additional information from the Pengine, either just before Goal is started or after an answer was produced. | ![]() |
version.pl -- Manage software versions![]() | ||
web.pl -- Serve /plugin![]() | ||