attvar.pl![]() | ||
|---|---|---|
| get_attr/2 | Get the attribute on the current module. | ![]() |
| put_attr/2 | Put an attribute on the current module. | ![]() |
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![]() | ||
content_filter.pl -- Ban list content filter![]() | ||
| eval_content/3 | Evaluate the content of Text. | ![]() |
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![]() | ||
| 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![]() | ||
| download_button/2 | Emit a button in the SWISH output window 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![]() | ||
| data_diff/3 | Diff two data strings line-by-line. | ![]() |
| delete_head/2 | Delete Head from the administration. | ![]() |
| delete_object/2 | Delete an existing object. | ![]() |
| fsck_object/2 | Test the integrity of object Hash in Store. | ![]() |
| gitty_close/1 | Close access to the Store. | ![]() |
| gitty_commit/3 | True if Meta holds the commit data of NameOrHash. | ![]() |
| gitty_create/5 | Create a new object Name from Data and meta information. | ![]() |
| gitty_data/4 | Get the data in object Name and its meta-data. | ![]() |
| gitty_diff/4 | True if Dict representeds the changes in Hash1 to FileOrHash2. | ![]() |
| gitty_driver/2 | Get the current gitty driver. | ![]() |
| gitty_file/3 | True when Hash is an entry in the gitty Store and Head is the HEAD revision. | ![]() |
| gitty_file/4 | True when Hash is an entry in the gitty Store and Head is the HEAD revision. | ![]() |
| gitty_fsck/1 | Check the integrity of store. | ![]() |
| gitty_hash/2 | True when Hash is an object in the store. | ![]() |
| gitty_load/4 | Low level objects store. | ![]() |
| gitty_open/2 | Open a gitty store according to Options. | ![]() |
| gitty_plain_commit/3 | Load the commit object with Hash. | ![]() |
| gitty_reserved_meta/1 | True when Key is a gitty reserved key for the commit meta-data. | ![]() |
| gitty_save/4 | Low level objects store. | ![]() |
| gitty_update/5 | Update document Name using Data and the given meta information. | ![]() |
| is_gitty_hash/1 | True if Term is a possible gitty (SHA1) hash. | ![]() |
| set_head/3 | Register Head as the Head hash for File, removing possible old head. | ![]() |
| udiff_string/2 | True when String is the string representation of UDiff. | ![]() |
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![]() | ||
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![]() | ||
| create_log_dir/0 | Create the directory for holding the log files. | ![]() |
| create_log_dir/1 | Create the directory for holding the log files. | ![]() |
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. | ![]() |
| 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![]() | ||
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![]() | ||
| 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![]() | ||
| typeahead/4 | Find files using typeahead from the SWISH search box. | ![]() |
| storage_commit/2 | Load the commit data for Hash. | ![]() |
| storage_file/1 | True if File is known in the store. | ![]() |
| storage_file/3 | True if File is known in the store. | ![]() |
| storage_file_extension/2 | True if File is known in the store. | ![]() |
| storage_file_extension_head/3 | True if File is known in the store. | ![]() |
| storage_fsck/0 | Enumerate and check the consistency of the entire store. | ![]() |
| storage_load_term/2 | Add/retrieve terms from the gitty store. | ![]() |
| storage_meta_data/2 | True if File is known in the store. | ![]() |
| storage_meta_property/2 | True when Meta has Property. | ![]() |
| storage_repack/0 | Repack the storage directory. | ![]() |
| storage_repack/1 | Repack the storage directory. | ![]() |
| storage_store_term/2 | Add/retrieve terms from the gitty store. | ![]() |
| storage_unpack/0 | Unpack all packed objects of the store. | ![]() |
| use_gitty_file/1 | Load a file from the Gitty store. | ![]() |
| use_gitty_file/2 | Load a file from the Gitty store. | ![]() |
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![]() | ||
| pengine_stale_module/1 | True if M seems to be a pengine module with no associated pengine. | ![]() |
| pengine_stale_module/2 | True if M seems to be a pengine module with no associated pengine. | ![]() |
| redis_consumer_status/2 | True when Status is a dict describing the current status for Consumer. | ![]() |
| stale_pengine/1 | True if Pengine is a Pengine who's thread died. | ![]() |
| start_swish_stat_collector/0 | Start collecting statistical performance information for the running SWISH server. | ![]() |
| swish_cluster_member/2 | ![]() | |
| swish_died_thread/2 | True if Id is a thread that died with Status and has not (yet) been joined. | ![]() |
| swish_save_stats/1 | Save statistcs to File or the default file. | ![]() |
| swish_statistics/1 | True if State is a statistics about SWISH. | ![]() |
| swish_stats/2 | Get the collected statistics for the given Period. | ![]() |
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 -- ![]() | ||
version.pl -- Manage software versions![]() | ||
web.pl -- Serve /plugin![]() | ||