lib

Prolog files

attvar.plShow source
authenticate.pl  -- Authentication access for SWISHShow source
authentication_hook/3Is called from the /pengine/create request to establish the logged in user.Source
authenticate/2Establish the identity behind the HTTP Request.Source
user_property/2True when Identity has Property.Source
avatar.pl  -- Avatar managementShow source
bootstrap.pl  -- Bootstrap form generatorShow source
chat.pl  -- The SWISH collaboration backboneShow source
broadcast_bell/3Adds a bell to indicate central chat messages.Source
chat_about/2Distribute a chat message about DocID.Source
chat_broadcast/1Send Message to all known SWISH clients.Source
chat_broadcast/2Send Message to all known SWISH clients.Source
chat_to_profile/2Send a HTML notification to users logged in using ProfileID.Source
notifications/3The chat element is added to the navbar and managed by web/js/chat.js.Source
chatstore.pl  -- Store chat messagesShow source
config.pl  -- Make HTTP locations known to JSON codeShow source
content_filter.pl  -- Ban list content filterShow source
dashboard.pl  -- Provide non-programmer query executionShow source
download.pl  -- Provide a button for downloading dataShow source
examples.pl  -- Serve example filesShow source
flags.plShow source
form.pl  -- Form handling utilitiesShow source
gitty.pl  -- Single-file GIT like version systemShow source
gitty_driver_bdb.pl  -- Gitty BDB driverShow source
gitty_driver_files.pl  -- Gitty plain files driverShow source
help.pl  -- SWISH help systemShow source
highlight.pl  -- Highlight token serverShow source
html_output.pl  -- SWISH HTML OutputShow source
include.pl  -- Support :- include(File) from SWISHShow source
jquery.pl  -- Call jQuery on the SWISH interfaceShow source
jquery/2Run a jQuery query in the SWISH interface.Source
jquery/3Run a jQuery query in the SWISH interface.Source
markdown.pl  -- SWISH Notebook markdown supportShow source
md_eval.pl  -- Provide evaluable markdownShow source
messages.plShow source
noble_avatar.pl  -- Noble Avatar generatorShow source
page.pl  -- Provide the SWISH application as Prolog HTML componentShow source
patch.pl  -- Run patch programShow source
paths.pl  -- Setup SWISH search pathsShow source
pep.pl  -- SWISH PEP (Policy Enforcement Point)Show source
procps.plShow source
profiles.plShow source
projection.pl  -- Define the projectionShow source
r_swish.plShow source
r_console/2Relay Rserve captured output to SWISH using writeln.Source
r_console_property/1Relay the size of the console.Source
r_display_images/1Relay received images to the SWISH console using pengine_output/1.Source
r_download/0Provide download buttons for all created files.Source
r_download/1Provide a download button for the indicates file.Source
render.pl  -- SWISH term-rendering supportShow source
search.pl  -- SWISH search from the navigation barShow source
session.pl  -- Setup SWISH sessionsShow source
storage.pl  -- Store files on behalve of web clientsShow source
swish_chr.pl  -- Make CHR available in SWISHShow source
swish_csv.pl  -- Support CSV output from a Pengines serverShow source
swish_debug.plShow source
pengine_stale_module/1True if M seems to be a pengine module with no associated pengine.Source
pengine_stale_module/2True if M seems to be a pengine module with no associated pengine.Source
stale_pengine/1True if Pengine is a Pengine who's thread died.Source
start_swish_stat_collector/0Start collecting statistical performance information for the running SWISH server.Source
swish_died_thread/2True if Id is a thread that died with Status and has not (yet) been joined.Source
swish_save_stats/1Save statistcs to File or the default file.Source
swish_statistics/1True if State is a statistics about SWISH.Source
swish_stats/2Get the collected statistics for the given Period.Source
template_hint.pl  -- Generate template hints for CondeMirrorShow source
trace.pl  -- Show source
prepare_goal/3Handle the breakpoints(List) option to set breakpoints prior to execution of the query.Source
open_source/2Open SWISH non-file sources.Source
$swish wrapper/2Wrap a SWISH goal in '$swish wrapper'.Source
post_context/3Multifile hooks to extract additional information from the Pengine, either just before Goal is started or after an answer was produced.Source
pre_context/3Multifile hooks to extract additional information from the Pengine, either just before Goal is started or after an answer was produced.Source
version.pl  -- Manage software versionsShow source
web.pl  -- Serve /pluginShow source