aggregate.pl -- Aggregation operators on backtrackable predicates |
ansi_term.pl -- Print decorated text to ANSI consoles |
ansi_format/3 | Format text with ANSI attributes. |  |
message_line_element/2 | Hook implementation that deals with ansi(+Attr, +Fmt, +Args) in message specifications. |  |
apply.pl -- Apply predicates on a list |
apply_macros.pl -- Goal expansion rules to avoid meta-calling |
expand_phrase/2 | Provide goal-expansion for PhraseGoal. |  |
expand_phrase/4 | Provide goal-expansion for PhraseGoal. |  |
archive.pl -- Access several archive formats |
archive_close/1 | Close the archive. |  |
archive_create/3 | Convenience predicate to create an archive in OutputFile with data from a list of InputFiles and the given Options. |  |
archive_data_stream/3 | True when DataStream is a stream to a data object inside Archive. |  |
archive_entries/2 | True when Paths is a list of pathnames appearing in Archive. |  |
archive_extract/3 | Extract files from the given archive into Dir. |  |
archive_header_property/2 | True when Property is a property of the current header. |  |
archive_next_header/2 | Forward to the next entry of the archive for which Name unifies with the pathname of the entry. |  |
archive_open/4 | Open the archive in Data and unify Archive with a handle to the opened archive. |  |
archive_open_entry/2 | Open the current entry as a stream. |  |
archive_property/2 | True when Property is a property of the archive Handle. |  |
archive_set_header_property/2 | Set Property of the current header. |  |
arithmetic.pl -- Extensible arithmetic |
assoc.pl -- Binary associations |
backcomp.pl -- Backward compatibility |
base32.pl -- Base32 encoding and decoding |
base64.pl -- Base64 encoding and decoding |
broadcast.pl -- Event service |
c14n2.pl -- C14n2 canonical XML documents |
cgi.pl -- Read CGI parameters |
charsio.pl -- I/O on Lists of Character Codes |
atom_to_chars/2 | Convert Atom into a list of character codes. |  |
atom_to_chars/3 | Convert Atom into a difference list of character codes. |  |
format_to_chars/3 | Use format/2 to write to a list of character codes. |  |
format_to_chars/4 | Use format/2 to write to a difference list of character codes. |  |
number_to_chars/2 | Convert Atom into a list of character codes. |  |
number_to_chars/3 | Convert Number into a difference list of character codes. |  |
open_chars_stream/2 | Open Codes as an input stream. |  |
read_from_chars/2 | Read Codes into Term. |  |
read_term_from_chars/3 | Read Codes into Term. |  |
with_output_to_chars/2 | Run Goal as with once/1. |  |
with_output_to_chars/3 | Run Goal as with once/1. |  |
with_output_to_chars/4 | Same as with_output_to_chars/3 using an explicit stream. |  |
write_to_chars/2 | Write a term to a code list. |  |
write_to_chars/3 | Write a term to a code list. |  |
check.pl -- Consistency checking |
chr.pl |
crypt.pl |
crypto.pl -- Cryptography and authentication library |
crypto_context_hash/2 | Obtain the hash code of Context. |  |
crypto_context_new/2 | Context is unified with the empty context, taking into account Options. |  |
crypto_curve_generator/2 | Point is the generator of the elliptic curve Curve. |  |
crypto_curve_order/2 | Obtain the order of an elliptic curve. |  |
crypto_curve_scalar_mult/4 | R is the result of N times Point on the elliptic curve Curve. |  |
crypto_data_context/3 | Context0 is an existing computation context, and Context is the new context after hashing Data in addition to the previously hashed data. |  |
crypto_data_decrypt/6 | Decrypt the given CipherText, using the symmetric algorithm Algorithm, key Key, and initialization vector IV, to give PlainText. |  |
crypto_data_encrypt/6 | Encrypt the given PlainText, using the symmetric algorithm Algorithm, key Key, and initialization vector (or nonce) IV, to give CipherText. |  |
crypto_data_hash/3 | Hash is the hash of Data. |  |
crypto_data_hkdf/4 | Concentrate possibly dispersed entropy of Data and then expand it to the desired length. |  |
crypto_file_hash/3 | True if Hash is the hash of the content of File. |  |
crypto_generate_prime/3 | Generate a prime P with at least N bits. |  |
crypto_is_prime/2 | True iff P passes a probabilistic primality test. |  |
crypto_modular_inverse/3 | Compute the modular multiplicative inverse of the integer X. |  |
crypto_n_random_bytes/2 | Bytes is unified with a list of N cryptographically secure pseudo-random bytes. |  |
crypto_name_curve/2 | Obtain a handle for a named elliptic curve. |  |
crypto_open_hash_stream/3 | Open a filter stream on OrgStream that maintains a hash. |  |
crypto_password_hash/2 | If Hash is instantiated, the predicate succeeds iff the hash matches the given password. |  |
crypto_password_hash/3 | Derive Hash based on Password. |  |
crypto_stream_hash/2 | Unify Hash with a hash for the bytes sent to or read from HashStream. |  |
ecdsa_sign/4 | Create an ECDSA signature for Data with EC private key Key. |  |
ecdsa_verify/4 | True iff Signature can be verified as the ECDSA signature for Data, using the EC public key Key. |  |
hex_bytes/2 | Relation between a hexadecimal sequence and a list of bytes. |  |
rsa_private_decrypt/4 | RSA Public key encryption and decryption primitives. |  |
rsa_private_encrypt/4 | RSA Public key encryption and decryption primitives. |  |
rsa_public_decrypt/4 | RSA Public key encryption and decryption primitives. |  |
rsa_public_encrypt/4 | RSA Public key encryption and decryption primitives. |  |
rsa_sign/4 | Create an RSA signature for Data with private key Key. |  |
rsa_verify/4 | Verify an RSA signature for Data with public key Key. |  |
csv.pl -- Process CSV (Comma-Separated Values) data |
ctypes.pl -- Character code classification |
date.pl -- Process dates and times |
debug.pl |
assertion_failed/2 | This hook is called if the Goal of assertion/1 fails. |  |
debug_print_hook/3 | Hook called by debug/3. |  |
assertion/1 | Acts similar to C assert() macro. |  |
debug/1 | Add/remove a topic from being printed. |  |
debug/3 | Format a message if debug topic is enabled. |  |
debug_message_context/1 | Specify additional context for debug messages. |  |
debugging/1 | Examine debug topics. |  |
debugging/2 | Examine debug topics. |  |
list_debug_topics/0 | List currently known debug topics and their setting. |  |
nodebug/1 | Add/remove a topic from being printed. |  |
dialect.pl |
exists_source/1 | True if Source (a term valid for load_files/2) exists. |  |
expects_dialect/1 | Tell Prolog all subsequent code to the end of the file or the next :- expects_dialect/1 directive is written for the indicated Dialect. |  |
source_exports/2 | True if Source exports Export. |  |
dicts.pl -- Dict utilities |
dict_fill/4 | Implementation for the dicts_to_same_keys/3 OnEmpty closure that fills new cells with a copy of ValueIn. |  |
dict_keys/2 | True when Keys is an ordered set of the keys appearing in Dict. |  |
dicts_join/3 | Join dicts in Dicts that have the same value for Key, provided they do not have conflicting values on other keys. |  |
dicts_join/4 | Join two lists of dicts (Dicts1 and Dicts2) on Key. |  |
dicts_same_keys/2 | True if List is a list of dicts that all have the same keys and Keys is an ordered set of these keys. |  |
dicts_same_tag/2 | True when List is a list of dicts that all have the tag Tag. |  |
dicts_slice/3 | DictsOut is a list of Dicts only containing values for Keys. |  |
dicts_to_compounds/4 | True when Dicts and Compounds are lists of the same length and each element of Compounds is a compound term whose arguments represent the values associated with the corresponding keys in Keys. |  |
dicts_to_same_keys/3 | DictsOut is a copy of DictsIn, where each dict contains all keys appearing in all dicts of DictsIn. |  |
dif.pl -- The dif/2 constraint |
dif/2 | Constraint that expresses that Term1 and Term2 never become identical (==/2). |  |
doc_files.pl -- Create stand-alone documentation files |
doc_save/2 | Save documentation for FileOrDir to file(s) . |  |
doc_http.pl -- Documentation server |
double_metaphone.pl -- Phonetic string matching |
edinburgh.pl -- Some traditional Edinburgh predicates |
edit.pl -- Editor interface |
error.pl -- Error generating support |
current_type/3 | True when Type is a currently defined type and Var satisfies Type of the body term Body succeeds. |  |
domain_error/2 | The argument is of the proper type, but has a value that is outside the supported values. |  |
existence_error/2 | Term is of the correct type and correct domain, but there is no existing (external) resource that is represented by it. |  |
has_type/2 | True if Term satisfies Type. |  |
instantiation_error/1 | An argument is under-instantiated. |  |
is_of_type/2 | True if Term satisfies Type. |  |
must_be/2 | True if Term satisfies the type constraints for Type. |  |
permission_error/3 | It is not allowed to perform Action on the object Term that is of the given Type. |  |
representation_error/1 | A representation error indicates a limitation of the implementation. |  |
resource_error/1 | A goal cannot be completed due to lack of resources. |  |
syntax_error/1 | A text has invalid syntax. |  |
type_error/2 | Tell the user that Term is not of the expected Type. |  |
uninstantiation_error/1 | An argument is over-instantiated. |  |
explain.pl -- Describe Prolog Terms |
explain/1 | Write all information known about Term to the current output. |  |
explain/2 | Explanation describes information about Term. |  |
files.pl |
can_open_file/2 | Succeeds if the user has access to `File' in mode `Mode'. |  |
chdir/1 | Change Working Directory. |  |
filesex.pl -- Extended operations on files |
copy_directory/2 | Copy the contents of the directory From to To (recursively). |  |
copy_file/2 | Copy a file into a new file or directory. |  |
delete_directory_and_contents/1 | Recursively remove the directory Dir and its contents. |  |
delete_directory_contents/1 | Remove all content from directory Dir, without removing Dir itself. |  |
directory_file_path/3 | True when Path is the full path-name for File in Dir. |  |
link_file/3 | Create a link in the filesystem from NewPath to OldPath. |  |
make_directory_path/1 | Create Dir and all required components (like mkdir -p). |  |
relative_file_name/3 | True when RelPath is Path, relative to RelTo. |  |
set_time_file/3 | Query and set POSIX time attributes of a file. |  |
gensym.pl -- Generate unique symbols |
git.pl -- Run GIT commands |
hash_stream.pl -- Maintain a hash on a stream |
help.pl |
apropos/1 | Give a list of subjects that might be appropriate. |  |
help/1 | Display online help on specified subject. |  |
helpidx.pl |
iostream.pl |
listing.pl -- List programs and pretty print clauses |
lists.pl -- List Manipulation |
main.pl -- Provide entry point for scripts |
argv_options/3 | Generic transformation of long commandline arguments to options. |  |
main/0 | Call main/1 using the passed command-line arguments. |  |
make.pl -- Reload modified source files |
make/0 | Reload all source files that have been changed since they were loaded. |  |
make_hook/2 | This hook is called by make/0. | |
md5.pl -- MD5 hashes |
memfile.pl |
modules.pl -- Module utility predicates |
nb_set.pl -- Non-backtrackable sets |
add_nb_set/2 | Insert Key into the set. |  |
add_nb_set/3 | Insert Key into the set. |  |
empty_nb_set/1 | Create an empty non-backtrackable set. |  |
gen_nb_set/2 | Enumerate the members of a set in the standard order of terms. |  |
nb_set_to_list/2 | Get the elements of a an nb_set. |  |
size_nb_set/2 | Unify Size with the number of elements in the set. |  |
occurs.pl -- Finding and counting sub-terms |
operators.pl -- Manage operators |
option.pl -- Option list processing |
ordsets.pl -- Ordered set manipulation |
oset.pl -- Ordered set manipulation |
pairs.pl -- Operations on key-value lists |
group_pairs_by_key/2 | Group values with equivalent (==/2) consecutive keys. |  |
map_list_to_pairs/3 | Create a Key-Value list by mapping each element of List. |  |
pairs_keys/2 | Remove the values from a list of Key-Value pairs. |  |
pairs_keys_values/3 | True if Keys holds the keys of Pairs and Values the values. |  |
pairs_values/2 | Remove the keys from a list of Key-Value pairs. |  |
transpose_pairs/2 | Swap Key-Value to Value-Key. |  |
pcre.pl -- Perl compatible regular expression matching for SWI-Prolog |
pengines.pl -- Pengines: Web Logic Programming Made Easy |
pengines_io.pl -- Provide Prolog I/O for HTML clients |
binding_term/5 | Hook to render a Prolog result term as HTML. |  |
pengine_bind_io_to_html/1 | Redefine the built-in predicates for IO to send HTML messages using pengine_output/1. |  |
pengine_display/1 | Redirect the corresponding Prolog output predicates. |  |
pengine_flush_output/0 | No-op. |  |
pengine_format/1 | As format/1,2. |  |
pengine_format/2 | As format/1,2. |  |
pengine_io_predicate/1 | True when Head describes the head of a (system) IO predicate that is redefined by the HTML binding. |  |
pengine_listing/0 | List the content of the current pengine or a specified predicate in the pengine. |  |
pengine_listing/1 | List the content of the current pengine or a specified predicate in the pengine. |  |
pengine_nl/0 | Emit a <br/> to the pengine. |  |
pengine_print/1 | Redirect the corresponding Prolog output predicates. |  |
pengine_write/1 | Redirect the corresponding Prolog output predicates. |  |
pengine_write_canonical/1 | Redirect the corresponding Prolog output predicates. |  |
pengine_write_term/2 | Writes term as <span class=Class>Term</span>. |  |
pengine_writeln/1 | Emit Term as <span class=writeln>Term<br></span>. |  |
pengine_writeq/1 | Redirect the corresponding Prolog output predicates. |  |
message_hook/3 | Send output from print_message/2 to the pengine. |  |
persistency.pl -- Provide persistent dynamic predicates |
pldoc.pl -- Process source documentation |
porter_stem.pl |
predicate_options.pl -- Access and analyse predicate options |
assert_predicate_options/4 | As predicate_options(:PI, +Arg, +Options). |  |
check_predicate_option/3 | Verify predicate options at runtime. |  |
check_predicate_options/0 | Analyse loaded program for erroneous options. |  |
check_predicate_options/1 | Verify calls to predicates that have options in all clauses of the predicate indicated by PredicateIndicator. |  |
current_option_arg/2 | True when Arg of PI processes predicate options. |  |
current_predicate_option/3 | True when Arg of PI processes Option. |  |
current_predicate_options/3 | True when Options is the current active option declaration for PI on Arg. |  |
derive_predicate_options/0 | Derive new predicate option declarations. |  |
derived_predicate_options/1 | Derive predicate option declarations for a module. |  |
derived_predicate_options/3 | Derive option arguments using static analysis. |  |
predicate_options/3 | Declare that the predicate PI processes options on Arg. |  |
retractall_predicate_options/0 | Remove all dynamically (derived) predicate options. |  |
process.pl -- Create processes and redirect I/O |
is_process/1 | True if PID might be a process. |  |
process_create/3 | Create a new process running the file Exe and using arguments from the given list. |  |
process_group_kill/1 | Send signal to the group containing process PID. |  |
process_group_kill/2 | Send signal to the group containing process PID. |  |
process_id/1 | True if PID is the process id of the running Prolog process. |  |
process_id/2 | PID is the process id of Process. |  |
process_kill/1 | Send signal to process PID. |  |
process_kill/2 | Send signal to process PID. |  |
process_release/1 | Release process handle. |  |
process_wait/2 | True if PID completed with Status. |  |
process_wait/3 | True if PID completed with Status. |  |
prolog_autoload.pl -- Autoload all dependencies |
prolog_breakpoints.pl -- Manage Prolog break-points |
prolog_clause.pl -- Get detailed source-information about a clause |
clause_info/4 | Fetches source information for the given clause. |  |
clause_name/2 | Provide a suitable description of the indicated clause. |  |
initialization_layout/4 | Find term-layout of :- initialization directives. |  |
open_source/2 | Hook into clause_info/5 that opens the stream holding the source for a specific clause. |  |
predicate_name/2 | Describe a predicate as [Module:]Name/Arity. |  |
unify_goal/5 | This hook is called to fix up source code manipulations that result from goal expansions. |  |
prolog_codewalk.pl -- Prolog code walker |
prolog_program_clause/2 | True when ClauseRef is a reference for clause in the program. |  |
prolog_walk_code/1 | Walk over all loaded (user) Prolog code. |  |
prolog_colour.pl -- Prolog syntax colouring support. |
prolog_format.pl -- Analyse format specifications |
prolog_history.pl -- Per-directory persistent commandline history |
prolog_history/1 | Execute Action on the history. |  |
prolog_metainference.pl -- Infer meta-predicate properties |
prolog_pack.pl -- A package manager for Prolog |
prolog_source.pl -- Examine Prolog source-files |
prolog_stack.pl -- Examine the Prolog stack |
prolog_stream.pl -- A stream with Prolog callbacks |
prolog_xref.pl -- Prolog cross-referencer data collection |
pure_input.pl -- Pure Input from files and streams |
qsave.pl -- Save current program as a state or executable |
qsave_program/1 | Make a saved state in file `File'. |  |
qsave_program/2 | Make a saved state in file `File'. |  |
quasi_quotations.pl -- Define Quasi Quotation syntax |
quintus.pl -- Quintus compatibility |
abs/2 | Unify `Absolute' with the absolute value of `Number'. |  |
atom_char/2 | Same as ISO char_code/2. |  |
compile/1 | Compile files. |  |
cos/2 | Math library predicates. |  |
current_stream/3 | SICStus/Quintus and backward compatible predicate. |  |
date/1 | Get current date as date(Y,M,D) . |  |
genarg/3 | Generalised version of ISO arg/3. |  |
log/2 | Math library predicates. |  |
log10/2 | Math library predicates. |  |
midstring/3 | Too difficult to explain. |  |
midstring/4 | Too difficult to explain. |  |
midstring/5 | Too difficult to explain. |  |
midstring/6 | Too difficult to explain. |  |
mode/1 | Ignore a DEC10/Quintus :- mode(Head) declaration. |  |
no_style_check/1 | Same as SWI-Prolog style_check(-Style) . |  |
on_exception/3 | |  |
otherwise/0 | For (A -> B ; otherwise -> C). |  |
prolog_flag/2 | Same as ISO current_prolog_flag/2. |  |
raise_exception/1 | Quintus compatible exception handling. |  |
simple/1 | Term is atomic or a variable. |  |
sin/2 | Math library predicates. |  |
skip_line/0 | Skip the rest of the current line (on Stream). |  |
skip_line/1 | Skip the rest of the current line (on Stream). |  |
stream_position/3 | True when Old is the current position in Stream and the stream has been repositioned to New. |  |
tan/2 | Math library predicates. |  |
unix/1 | interface to Unix. |  |
random.pl -- Random numbers |
rbtrees.pl -- Red black trees |
is_rbtree/1 | True if Term is a valide Red-Black tree. |  |
list_to_rbtree/2 | Tree is the red-black tree corresponding to the mapping in List, which should be a list of Key-Value pairs. |  |
ord_list_to_rbtree/2 | Tree is the red-black tree corresponding to the mapping in list List, which should be a list of Key-Value pairs. |  |
rb_apply/4 | If the value associated with key Key is Val0 in Tree, and if call(G,Val0,ValF) holds, then NewTree differs from Tree only in that Key is associated with value ValF in tree NewTree. |  |
rb_clone/3 | `Clone' the red-back tree TreeIn into a new tree TreeOut with the same keys as the original but with all values set to unbound values. |  |
rb_del_max/4 | Delete the largest element from the tree Tree, returning the key Key, the value Val associated with the key and a new tree NewTree. |  |
rb_del_min/4 | Delete the least element from the tree Tree, returning the key Key, the value Val associated with the key and a new tree NewTree. |  |
rb_delete/3 | Delete element with key Key from the tree Tree, returning the value Val associated with the key and a new tree NewTree. |  |
rb_delete/4 | Delete element with key Key from the tree Tree, returning the value Val associated with the key and a new tree NewTree. |  |
rb_empty/1 | Succeeds if Tree is an empty Red-Black tree. |  |
rb_fold/4 | Fold the given predicate over all the key-value pairs in Tree, starting with initial state State0 and returning the final state State. |  |
rb_in/3 | True when Key-Value is a key-value pair in red-black tree Tree. |  |
rb_insert/4 | Add an element with key Key and Value to the tree Tree creating a new red-black tree NewTree. |  |
rb_insert_new/4 | Add a new element with key Key and Value to the tree Tree creating a new red-black tree NewTree. |  |
rb_keys/2 | Keys is unified with an ordered list of all keys in the Red-Black tree Tree. |  |
rb_lookup/3 | True when Value is associated with Key in the Red-Black tree Tree. |  |
rb_map/2 | True if call(Goal, Value) is true for all nodes in T. |  |
rb_map/3 | For all nodes Key in the tree Tree, if the value associated with key Key is Val0 in tree Tree, and if call(G,Val0,ValF) holds, then the value associated with Key in NewTree is ValF. |  |
rb_max/3 | Key is the maximal key in Tree, and is associated with Val. |  |
rb_min/3 | Key is the minimum key in Tree, and is associated with Val. |  |
rb_new/1 | Create a new Red-Black tree Tree. |  |
rb_next/4 | Next is the next element after Key in Tree, and is associated with Val. |  |
rb_partial_map/4 | For all nodes Key in Keys, if the value associated with key Key is Val0 in tree Tree, and if call(G,Val0,ValF) holds, then the value associated with Key in NewTree is ValF. |  |
rb_previous/4 | Previous is the previous element after Key in Tree, and is associated with Val. |  |
rb_size/2 | Size is the number of elements in Tree. |  |
rb_update/4 | Tree NewTree is tree Tree, but with value for Key associated with NewVal. |  |
rb_update/5 | Tree NewTree is tree Tree, but with value for Key associated with NewVal. |  |
rb_visit/2 | Pairs is an infix visit of tree Tree, where each element of Pairs is of the form Key-Value. |  |
rdf.pl |
load_rdf/2 | Parse an XML file holding an RDF term into a list of RDF triples. |  |
load_rdf/3 | Parse an XML file holding an RDF term into a list of RDF triples. |  |
process_rdf/3 | Process RDF from Input. |  |
xml_to_rdf/3 | |  |
rdf_ntriples.pl -- RDF N-triples parser (obsolete) |
rdf_parser.pl |
element_to_plrdf/3 | Rewrite a single XML element. |  |
rdf_name_space/1 | True if URL must be handled as rdf: Determines special handling of rdf:about, rdf:resource, etc. |  |
xml_to_plrdf/3 | Translate an XML (using namespaces) term into an Prolog term representing the RDF data. |  |
rdf_triple.pl -- Create triples from intermediate representation |
rdf_write.pl -- Write RDF/XML from a list of triples |
readline.pl -- GNU readline interface |
rl_add_history/1 | Add a line to the history. | |
rl_read_history/1 | Read a saved history from File. | |
rl_read_init_file/1 | Read a GNU readline config file. | |
rl_write_history/1 | Save the history to File. | |
readutil.pl -- Read utilities |
record.pl -- Access compound arguments by name |
current_record/2 | True if Name is the name of a record defined in the module associated with Term and Term is the user-provided record declaration. |  |
current_record_predicate/2 | True if PI is the predicate indicator for an access predicate to Record. |  |
record/1 | Define access predicates for a compound-term. |  |
rewrite.pl |
sandbox.pl -- Sandboxed Prolog code |
sandbox_allowed_directive/1 | Throws an exception if G is not considered a safe directive. |  |
sandbox_allowed_expansion/1 | Throws an exception if G is not considered a safe expansion goal. |  |
sandbox_allowed_goal/1 | Throw an exception if it is not safe to call G. |  |
safe_call/1 | Call Goal if it complies with the sandboxing rules. |  |
safe_directive/1 | Hook to declare additional directives as safe. |  |
safe_global_variable/1 | Declare the given global variable safe to write to. |  |
safe_goal/1 | True if calling Goal provides no security risc. |  |
safe_meta/2 | Hook. |  |
safe_primitive/1 | True if Goal is safe to call (i.e., cannot access dangerous system-resources and cannot upset other parts of the Prolog process). |  |
settings.pl -- Setting management |
sgml.pl -- SGML, XML and HTML parser |
sgml_write.pl -- XML/SGML writer module |
html_write/2 | Write a term as created by the SGML/XML parser to a stream in SGML or XML format. |  |
html_write/3 | Write a term as created by the SGML/XML parser to a stream in SGML or XML format. |  |
sgml_write/2 | Write a term as created by the SGML/XML parser to a stream in SGML or XML format. |  |
sgml_write/3 | Write a term as created by the SGML/XML parser to a stream in SGML or XML format. |  |
xml_write/2 | Write a term as created by the SGML/XML parser to a stream in SGML or XML format. |  |
xml_write/3 | Write a term as created by the SGML/XML parser to a stream in SGML or XML format. |  |
xmlns/2 | Hook to define human readable abbreviations for XML namespaces. |  |
sha.pl -- SHA secure hashes |
file_sha1/2 | True when SHA1 is the SHA1 hash for the content of File. |  |
hash_atom/2 | Convert a list of bytes (integers 0..255) into the usual hexadecimal notation. |  |
hmac_sha/4 | For Options, see sha_hash/3. |  |
sha_hash/3 | Hash is the SHA hash of Data, The conversion is controlled by Options:. |  |
sha_hash_ctx/4 | Hash is the SHA hash of Data. |  |
sha_new_ctx/2 | NewContext is unified with the empty SHA computation context (which includes the Options.) It could later be passed to sha_hash_ctx/4. |  |
shell.pl -- Elementary shell commands |
shlib.pl -- Utility library for loading foreign objects (DLLs, shared objects) |
snowball.pl -- The Snowball multi-lingual stemmer library |
snowball/3 | Apply the Snowball Algorithm on Input and unify the result (an atom) with Stem. |  |
snowball_current_algorithm/1 | True if Algorithm is the official name of an algorithm suported by snowball/3. |  |
socket.pl -- Network socket (TCP and UDP) library |
gethostname/1 | Return the canonical fully qualified name of this host. |  |
negotiate_socks_connection/2 | Negotiate a connection to DesiredEndpoint over StreamPair. |  |
proxy_for_url/3 | This hook can be implemented to return a proxy to try when connecting to URL. |  |
tcp_accept/3 | This predicate waits on a server socket for a connection request by a client. |  |
tcp_bind/2 | Bind the socket to Address on the current machine. |  |
tcp_close_socket/1 | Closes the indicated socket, making SocketId invalid. |  |
tcp_connect/2 | Connect SocketId. |  |
tcp_connect/3 | Establish a TCP communication as a client. |  |
tcp_connect/4 | Connect a (client) socket to Address and return a bi-directional connection through the stream-handles Read and Write. |  |
tcp_fcntl/3 | Interface to the fcntl() call. |  |
tcp_host_to_address/2 | Translate between a machines host-name and it's (IP-)address. |  |
tcp_listen/2 | Tells, after tcp_bind/2, the socket to listen for incoming requests for connections. |  |
tcp_open_socket/2 | Create streams to communicate to SocketId. |  |
tcp_open_socket/3 | Similar to tcp_open_socket/2, but creates two separate sockets where tcp_open_socket/2 would have created a stream pair. |  |
tcp_select/3 | Same as the built-in wait_for_input/3, but integrates better with event processing and the various options of sockets for Windows. |  |
tcp_setopt/2 | Set options on the socket. |  |
tcp_socket/1 | Creates an INET-domain stream-socket and unifies an identifier to it with SocketId. |  |
try_proxy/4 | Attempt a socket-level connection via the given proxy to TargetAddress. |  |
solution_sequences.pl -- Modify solution sequences |
distinct/1 | True if Goal is true and no previous solution of Goal bound Witness to the same value. |  |
distinct/2 | True if Goal is true and no previous solution of Goal bound Witness to the same value. |  |
group_by/4 | Group bindings of Template that have the same value for By. |  |
limit/2 | Limit the number of solutions. |  |
offset/2 | Ignore the first Count solutions. |  |
order_by/2 | Order solutions according to Spec. |  |
reduced/1 | Similar to distinct/1, but does not guarantee unique results in return for using a limited amount of memory. |  |
reduced/3 | Similar to distinct/1, but does not guarantee unique results in return for using a limited amount of memory. |  |
sort.pl |
ssl.pl -- Secure Socket Layer (SSL) library |
cert_accept_any/5 | Implementation for the hook `cert_verify_hook(:Hook)` that accepts any certificate. |  |
load_certificate/2 | Loads a certificate from a PEM- or DER-encoded stream, returning a term which will unify with the same certificate if presented in cert_verify_hook. |  |
load_crl/2 | Loads a CRL from a PEM- or DER-encoded stream, returning a term containing terms hash/1, signature/1, issuer_name/1 and revocations/1, which is a list of revoked/2 terms. |  |
load_private_key/3 | Load a private key PrivateKey from the given stream Stream, using Password to decrypt the key if it is encrypted. |  |
load_public_key/2 | Load a public key PublicKey from the given stream Stream. |  |
ssl_add_certificate_key/4 | Add an additional certificate/key pair to SSL0, yielding SSL. |  |
ssl_context/3 | Create an SSL context. |  |
ssl_negotiate/5 | Once a connection is established and a read/write stream pair is available, (PlainRead and PlainWrite), this predicate can be called to negotiate an SSL session over the streams. |  |
ssl_peer_certificate/2 | True if the peer certificate is provided (this is always the case for a client connection) and Certificate unifies with the peer certificate. |  |
ssl_peer_certificate_chain/2 | Certificates is the certificate chain provided by the peer, represented as a list of certificates. |  |
ssl_secure_ciphers/1 | Secure ciphers must guarantee forward secrecy, and must mitigate all known critical attacks. |  |
ssl_session/2 | Retrieves (debugging) properties from the SSL context associated with Stream. |  |
ssl_set_options/3 | SSL is the same as SSL0, except for the options specified in Options. |  |
system_root_certificates/1 | List is a list of trusted root certificates as provided by the OS. |  |
statistics.pl -- Get information about resource usage |
profile/1 | Run Goal under the execution profiler. |  |
profile/2 | Run Goal under the execution profiler. |  |
show_profile/1 | Display last collected profiling data. |  |
statistics/0 | Print information about resource usage using print_message/2. |  |
statistics/1 | Stats is a dict representing the same information as statistics/0. |  |
thread_statistics/2 | Obtain statistical information about a single thread. |  |
time/1 | Execute Goal, reporting statistics to the user. |  |
streampool.pl |
syslog.pl -- Unix syslog interface |
system.pl -- System utilities |
table.pl |
tabling.pl -- Tabled execution (SLG WAM) |
term_to_json.pl |
terms.pl -- Term manipulation |
subsumes/2 | True if Generic is unified to Specific without changing Specific. |  |
subsumes_chk/2 | True if Generic can be made equivalent to Specific without changing Specific. |  |
term_factorized/3 | Is true when Skeleton is Term where all subterms that appear multiple times are replaced by a variable and Substitution is a list of Var=Value that provides the subterm at the location Var. |  |
term_size/2 | True if Size is the size in cells occupied by Term on the global (term) stack. |  |
term_subsumer/3 | General is the most specific term that is a generalisation of Special1 and Special2. |  |
variant/2 | Same as SWI-Prolog Term1 =@= Term2 . |  |
thread.pl -- High level thread primitives |
thread_pool.pl -- Resource bounded thread management |
threadutil.pl -- Interactive thread utilities |
time.pl |
alarm/3 | Set up an alarm to be signaled Time seconds from now. |  |
alarm/4 | Set up an alarm to be signaled Time seconds from now. |  |
alarm_at/3 | As alarm/3 and alarm/4, but schedule the alarm at an absolute point in time. |  |
alarm_at/4 | As alarm/3 and alarm/4, but schedule the alarm at an absolute point in time. |  |
call_with_time_limit/2 | Call Goal, while watching out for a (wall-time) limit. |  |
current_alarm/4 | Enumerate the alarms in the schedule. |  |
install_alarm/1 | Install an alarm allocated using alarm/4 with the install(false) option or de-activated using uninstall_alarm/1. |  |
install_alarm/2 | Install an alarm allocated using alarm/4 with the install(false) option or de-activated using uninstall_alarm/1. |  |
remove_alarm/1 | Remove an alarm. |  |
uninstall_alarm/1 | De-activate an alarm. |  |
tty.pl -- Terminal operations |
udp_broadcast.pl -- A UDP Broadcast Bridge |
ugraphs.pl -- Graph manipulation library |
compose/3 | Calculates the composition of two S-form graphs, which need not have the same set of vertices. |  |
del_vertices/3 | Unify NewGraph with a new graph obtained by deleting the list of Vertices and all the edges that start from or go to a vertex in Vertices to the Graph. |  |
edges/2 | Edges is the set of edges in UGraph. |  |
neighbors/3 | Neigbours is a sorted list of the neighbours of Vertex in Graph. |  |
neighbours/3 | Neigbours is a sorted list of the neighbours of Vertex in Graph. |  |
top_sort/2 | Sorted is a topological sorted list of nodes in Graph. |  |
top_sort/3 | Sorted is a topological sorted list of nodes in Graph. |  |
transpose_ugraph/2 | Unify NewGraph with a new graph obtained from Graph by replacing all edges of the form V1-V2 by edges of the form V2-V1. |  |
ugraph_union/3 | Is true when Union is the union of Set1 and Set2. |  |
vertices/2 | Strips off the neighbours lists of an S-representation to produce a list of the vertices of the graph. |  |
vertices_edges_to_ugraph/3 | Create a UGraph from Vertices and edges. |  |
uid.pl -- User and group management on Unix systems |
unicode.pl -- Unicode string handling |
unix.pl -- Unix specific operations |
detach_IO/0 | Detach I/O similar to detach_IO/1. |  |
detach_IO/1 | This predicate is intended to create Unix deamon processes. |  |
dup/2 | Interface to Unix dup2() , copying the underlying filedescriptor and thus making both streams point to the same underlying object. |  |
exec/1 | Replace the running program by starting Command. |  |
fork/1 | Clone the current process into two branches. |  |
fork_exec/1 | Fork (as fork/1) and exec (using exec/1) the child immediately. |  |
kill/2 | Deliver a software interrupt to the process with identifier Pid using software-interrupt number Signal. |  |
pipe/2 | Create a communication-pipe. |  |
prctl/1 | Access to Linux process control operations. |  |
sysconf/1 | Access system configuration. |  |
wait/2 | Wait for a child to change status. |  |
uri.pl -- Process URIs |
url.pl -- Analysing and constructing URL |
file_name_to_url/2 | Translate between a filename and a file:// URL. |  |
global_url/3 | Translate a possibly relative URL into an absolute one. |  |
http_location/2 | Construct or analyze an HTTP location. |  |
is_absolute_url/1 | True if URL is an absolute URL. |  |
parse_url/2 | Construct or analyse a URL. |  |
parse_url/3 | Similar to parse_url/2 for relative URLs. |  |
parse_url_search/2 | Construct or analyze an HTTP search specification. |  |
set_url_encoding/2 | Query and set the encoding for URLs. |  |
url_iri/2 | Convert between a URL, encoding in US-ASCII and an IRI. |  |
www_form_encode/2 | En/decode to/from application/x-www-form-encoded. |  |
utf8.pl -- UTF-8 encoding/decoding on lists of character codes. |
uuid.pl -- Universally Unique Identifier (UUID) Library |
varnumbers.pl -- Utilities for numbered terms |
when.pl -- Conditional coroutining |
when/2 | Execute Goal when Condition is satisfied. |  |
win_menu.pl -- Console window menu |
writef.pl -- Old-style formatted write |
swritef/2 | Use writef/1 or writef/2 and write the result to a string. |  |
swritef/3 | Use writef/1 or writef/2 and write the result to a string. |  |
writef/1 | Formatted write to the current_output . |  |
writef/2 | Formatted write to the current_output . |  |
www_browser.pl -- Open a URL in the users browser |
xmlenc.pl -- XML encryption library |
xpath.pl -- Select nodes in an XML DOM |
xsdp_types.pl -- XML-Schema primitive types |
yall.pl -- Lambda expressions |
//2 | Shorthand for Free/[]>>Lambda . |  |
//3 | Shorthand for Free/[]>>Lambda . |  |
//4 | Shorthand for Free/[]>>Lambda . |  |
//5 | Shorthand for Free/[]>>Lambda . |  |
//6 | Shorthand for Free/[]>>Lambda . |  |
//7 | Shorthand for Free/[]>>Lambda . |  |
//8 | Shorthand for Free/[]>>Lambda . |  |
//9 | Shorthand for Free/[]>>Lambda . |  |
>>/2 | Calls a copy of Lambda. |  |
>>/3 | Calls a copy of Lambda. |  |
>>/4 | Calls a copy of Lambda. |  |
>>/5 | Calls a copy of Lambda. |  |
>>/6 | Calls a copy of Lambda. |  |
>>/7 | Calls a copy of Lambda. |  |
>>/8 | Calls a copy of Lambda. |  |
>>/9 | Calls a copy of Lambda. |  |
is_lambda/1 | True if Term is a valid Lambda expression. |  |
lambda_calls/2 | Goal is the goal called if call/N is applied to LambdaExpression, where ExtraArgs are the additional arguments to call/N. |  |
lambda_calls/3 | Goal is the goal called if call/N is applied to LambdaExpression, where ExtraArgs are the additional arguments to call/N. |  |
zlib.pl -- Zlib wrapper for SWI-Prolog |
encoding_filter/3 | Act as plugin for library(http/http_open) for processing content with Content-encoding: gzip . |  |
gzopen/3 | Open a file compatible with the gzip program. |  |
gzopen/4 | Open a file compatible with the gzip program. |  |