attvar.pl![]() | ||
|---|---|---|
authenticate.pl -- Authentication access for SWISH![]() | ||
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![]() | ||
content_filter.pl -- Ban list content filter![]() | ||
| eval_content/3 | Evaluate the content of Text. | ![]() |
dashboard.pl -- Provide non-programmer query execution![]() | ||
examples.pl -- Serve example files![]() | ||
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_history/4 | History is a dict holding a key history with a list of dicts representating the history of Name in 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![]() | ||
include.pl -- Support :- include(File) from SWISH![]() | ||
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![]() | ||
| 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. | ![]() |
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![]() | ||
| 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. | ![]() |
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![]() | ||
swish_debug.pl -- Print debug messages and test assertions![]() | ||
| debug/1 | Add/remove a topic from being printed. | ![]() |
| list_debug_topics/0 | List currently known topics for debug/3 and their setting. | ![]() |
| list_debug_topics/1 | List currently known topics for debug/3 and their setting. | ![]() |
| nodebug/1 | Add/remove a topic from being printed. | ![]() |
| swish_debug/3 | Format a message if debug topic is enabled. | ![]() |
| swish_debugging/1 | Examine debug topics. | ![]() |
swish_diagnostics.pl![]() | ||
swish_redis.pl -- Redis stream connection![]() | ||
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![]() | ||