attvar.pl![]() | ||
|---|---|---|
authenticate.pl -- Authentication access for SWISH![]() | ||
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![]() | ||
| eval_content/3 | Evaluate the content of Text. | ![]() |
dashboard.pl -- Provide non-programmer query execution![]() | ||
data_source.pl -- Cached data access![]() | ||
| goal_expansion/2 | Translate a Dict where the tag is the identifier of a data source and the keys are columns pf this source into a goal on the data. | ![]() |
| data materialized/3 | Called by a data plugin to indicate that loading the data has finished. | ![]() |
| data_dump/3 | Table is a list of rows in the indicated range. | ![]() |
| data_flush/1 | Drop the data associated with hash. | ![]() |
| data_property/2 | True when Property is a known property about the data source Id. | ![]() |
| data_record/2 | True when Record is a dict representing a row in the dataset identified by Id. | ![]() |
| data_row/2 | True when Row is a term Id(Arg, ...), where the first row contains the column names. | ![]() |
| data_row/4 | True when Row is a term Id(Arg, ...), where the first row contains the column names. | ![]() |
| data_source/2 | Create a data source Id from the source definition Source. | ![]() |
| record/2 | True when Record is a dict representing a row in the dataset identified by Id. | ![]() |
download.pl -- Provide a button 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_object_file/3 | True when Path is the file at which the object with Hash is stored. | ![]() |
| 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![]() | ||
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![]() | ||
| jquery/2 | Run a jQuery query in the SWISH interface. | ![]() |
| jquery/3 | Run a jQuery query in 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![]() | ||
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. | ![]() |
oauth2.pl -- Oauth2 based login![]() | ||
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)![]() | ||
| 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 -- Get process statistics from Linux /proc![]() | ||
profiles.pl![]() | ||
projection.pl -- Define the projection![]() | ||
| projection/1 | Specify the result variables. | ![]() |
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![]() | ||
| 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![]() | ||
| match/3 | True if Line matches Query, respecting Options. | ![]() |
| search_box/3 | Render a Bootstrap search box. | ![]() |
| typeahead/4 | Find typeahead suggestions for a specific search category (Type). | ![]() |
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 -- 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![]() | ||
| 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![]() | ||