aggregate.pl -- Aggregation operators on backtrackable predicates![]() | ||
---|---|---|
ansi_term.pl -- Print decorated text to ANSI consoles![]() | ||
apply.pl -- Apply predicates on a list![]() | ||
apply_macros.pl -- Goal expansion rules to avoid meta-calling![]() | ||
archive.pl -- Access several archive formats![]() | ||
arithmetic.pl -- Extensible arithmetic![]() | ||
assoc.pl -- Binary associations![]() | ||
atom.pl -- Operations on atoms![]() | ||
backcomp.pl -- Backward compatibility![]() | ||
base32.pl -- Base32 encoding and decoding![]() | ||
base64.pl -- Base64 encoding and decoding![]() | ||
bdb.pl -- Berkeley DB interface![]() | ||
broadcast.pl -- Event service![]() | ||
c14n2.pl -- C14n2 canonical XML documents![]() | ||
cgi.pl -- Read CGI parameters![]() | ||
charsio.pl -- I/O on Lists of Character Codes![]() | ||
check.pl -- Consistency checking![]() | ||
chr.pl![]() | ||
codesio.pl -- I/O on Lists of Character Codes![]() | ||
coinduction.pl -- Co-Logic Programming![]() | ||
console_input.pl![]() | ||
crypt.pl![]() | ||
crypto.pl -- Cryptography and authentication library![]() | ||
csv.pl -- Process CSV (Comma-Separated Values) data![]() | ||
csv/3 | Prolog DCG to `read/write' CSV data. | ![]() |
csv/4 | Prolog DCG to `read/write' CSV data. | ![]() |
csv_options/2 | Compiled is the compiled representation of the CSV processing options as they may be passed into csv//2, etc. | ![]() |
csv_read_file/2 | Read a CSV file into a list of rows. | ![]() |
csv_read_file/3 | Read a CSV file into a list of rows. | ![]() |
csv_read_file_row/3 | True when Row is a row in File. | ![]() |
csv_read_row/3 | Read the next CSV record from Stream and unify the result with Row. | ![]() |
csv_read_stream/3 | Read CSV data from Stream. | ![]() |
csv_write_file/2 | Write a list of Prolog terms to a CSV file. | ![]() |
csv_write_file/3 | Write a list of Prolog terms to a CSV file. | ![]() |
csv_write_stream/3 | Write the rows in Data to Stream. | ![]() |
ctypes.pl -- Character code classification![]() | ||
date.pl -- Process dates and times![]() | ||
debug.pl -- Print debug messages and test assertions![]() | ||
dialect.pl -- Support multiple Prolog dialects![]() | ||
dicts.pl -- Dict utilities![]() | ||
dif.pl -- The dif/2 constraint![]() | ||
doc_files.pl -- Create stand-alone documentation files![]() | ||
doc_http.pl -- Documentation server![]() | ||
doc_latex.pl -- PlDoc LaTeX backend![]() | ||
double_metaphone.pl -- Phonetic string matching![]() | ||
edinburgh.pl -- Some traditional Edinburgh predicates![]() | ||
edit.pl -- Editor interface![]() | ||
editline.pl -- BSD libedit based command line editing![]() | ||
error.pl -- Error generating support![]() | ||
explain.pl -- Describe Prolog Terms![]() | ||
filesex.pl -- Extended operations on files![]() | ||
chmod/2 | Set the mode of the target file. | ![]() |
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. | ![]() |
directory_member/3 | True when Member is a path inside Directory. | ![]() |
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 the file RelToFile. | ![]() |
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![]() | ||
heaps.pl -- heaps/priority queues![]() | ||
iostream.pl -- Utilities to deal with streams![]() | ||
lazy_lists.pl -- Lazy list handling![]() | ||
listing.pl -- List programs and pretty print clauses![]() | ||
lists.pl -- List Manipulation![]() | ||
main.pl -- Provide entry point for scripts![]() | ||
make.pl -- Reload modified source files![]() | ||
mallocinfo.pl -- Memory allocation details![]() | ||
md5.pl -- MD5 hashes![]() | ||
memfile.pl![]() | ||
modules.pl -- Module utility predicates![]() | ||
nb_set.pl -- Non-backtrackable sets![]() | ||
occurs.pl -- Finding and counting sub-terms![]() | ||
odbc.pl![]() | ||
operators.pl -- Manage operators![]() | ||
option.pl -- Option list processing![]() | ||
optparse.pl -- command line parsing![]() | ||
ordsets.pl -- Ordered set manipulation![]() | ||
oset.pl -- Ordered set manipulation![]() | ||
pairs.pl -- Operations on key-value lists![]() | ||
paxos.pl -- A Replicated Data Store![]() | ||
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![]() | ||
persistency.pl -- Provide persistent dynamic predicates![]() | ||
pldoc.pl -- Process source documentation![]() | ||
plunit.pl -- Unit Testing![]() | ||
begin_tests/1 | Start a test-unit. | ![]() |
begin_tests/2 | Start a test-unit. | ![]() |
end_tests/1 | Close a unit-test module. | ![]() |
load_test_files/1 | Load .plt test-files related to loaded source-files. | ![]() |
run_tests/0 | Run tests and report about the results. | ![]() |
run_tests/1 | Run tests and report about the results. | ![]() |
running_tests/0 | Print the currently running test. | ![]() |
set_test_options/1 | Specifies how to deal with test suites. | ![]() |
test_report/1 | Produce reports on test results after the run. | ![]() |
message_hook/3 | Redefine printing some messages. | ![]() |
porter_stem.pl![]() | ||
pprint.pl -- Pretty Print Prolog terms![]() | ||
predicate_options.pl -- Access and analyse predicate options![]() | ||
process.pl -- Create processes and redirect I/O![]() | ||
prolog_autoload.pl -- Autoload all dependencies![]() | ||
prolog_breakpoints.pl -- Manage Prolog break-points![]() | ||
prolog_clause.pl -- Get detailed source-information about a clause![]() | ||
prolog_codewalk.pl -- Prolog code walker![]() | ||
prolog_colour.pl -- Prolog syntax colouring support.![]() | ||
prolog_format.pl -- Analyse format specifications![]() | ||
prolog_metainference.pl -- Infer meta-predicate properties![]() | ||
infer_meta_predicate/2 | True when MetaSpec is a meta-predicate specifier for the predicate Head. | ![]() |
inferred_meta_predicate/2 | True when MetaSpec is an inferred meta-predicate specification for Head. | ![]() |
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![]() | ||
protobufs.pl -- Google's Protocol Buffers![]() | ||
pure_input.pl -- Pure Input from files and streams![]() | ||
pwp.pl -- Prolog Well-formed Pages![]() | ||
qsave.pl -- Save current program as a state or executable![]() | ||
arch_shlib/3 | This is a user defined hook called by qsave_program/2. | ![]() |
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![]() | ||
phrase_from_quasi_quotation/2 | Process the quasi quotation using the DCG Grammar. | ![]() |
quasi_quotation_syntax/1 | Declare the predicate SyntaxName/4 to implement the the quasi quote syntax SyntaxName. | ![]() |
quasi_quotation_syntax_error/1 | Report syntax_error(Error) using the current location in the quasi quoted input parser. | ![]() |
with_quasi_quotation_input/3 | Process the quasi-quoted Content using Stream parsed by Goal. | ![]() |
quintus.pl -- Quintus compatibility![]() | ||
random.pl -- Random numbers![]() | ||
rbtrees.pl -- Red black trees![]() | ||
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_parser.pl![]() | ||
rdf_triple.pl -- Create triples from intermediate representation![]() | ||
rdf_write.pl -- Write RDF/XML from a list of triples![]() | ||
readline.pl -- GNU readline interface![]() | ||
readutil.pl -- Read utilities![]() | ||
record.pl -- Access compound arguments by name![]() | ||
rewrite.pl![]() | ||
sandbox.pl -- Sandboxed Prolog code![]() | ||
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![]() | ||
shell.pl -- Elementary shell commands![]() | ||
shlib.pl -- Utility library for loading foreign objects (DLLs, shared objects)![]() | ||
snowball.pl -- The Snowball multi-lingual stemmer library![]() | ||
socket.pl -- Network socket (TCP and UDP) library![]() | ||
solution_sequences.pl -- Modify solution sequences![]() | ||
sort.pl![]() | ||
ssl.pl -- Secure Socket Layer (SSL) library![]() | ||
statistics.pl -- Get information about resource usage![]() | ||
streampool.pl -- Input multiplexing![]() | ||
syslog.pl -- Unix syslog interface![]() | ||
system.pl -- System utilities![]() | ||
table.pl![]() | ||
term_to_json.pl![]() | ||
term_to_json/2 | Convert any general Prolog term into a JSON term. | ![]() |
term_to_json/3 | Convert any general Prolog term into a JSON term. | ![]() |
terms.pl -- Term manipulation![]() | ||
test_cover.pl -- Clause cover analysis![]() | ||
thread.pl -- High level thread primitives![]() | ||
thread_pool.pl -- Resource bounded thread management![]() | ||
threadutil.pl -- Interactive thread utilities![]() | ||
attach_console/0 | Create a new console and make the standard Prolog streams point to it. | ![]() |
attach_console/1 | Create a new console and make the standard Prolog streams point to it. | ![]() |
interactor/0 | Run a Prolog toplevel in another thread with a new console window. | ![]() |
interactor/1 | Run a Prolog toplevel in another thread with a new console window. | ![]() |
join_threads/0 | Join all terminated threads. | ![]() |
tdebug/0 | Enable debug-mode, trapping the graphical debugger on reaching spy-points or errors. | ![]() |
tdebug/1 | Enable debug-mode, trapping the graphical debugger on reaching spy-points or errors. | ![]() |
thread_has_console/0 | True when the calling thread has an attached console. | ![]() |
thread_run_interactor/0 | Attach a console and run a Prolog toplevel in the current thread. | ![]() |
threads/0 | List currently known threads with their status. | ![]() |
tnodebug/0 | Disable debug-mode in all threads or the specified Thread. | ![]() |
tnodebug/1 | Disable debug-mode in all threads or the specified Thread. | ![]() |
tprofile/1 | Profile the operation of Thread until the user hits a key. | ![]() |
tspy/1 | Trap the graphical debugger on reaching Spec in the specified or any thread. | ![]() |
tspy/2 | Trap the graphical debugger on reaching Spec in the specified or any thread. | ![]() |
xterm_args/1 | Multifile and dynamic hook that provides (additional) arguments for the xterm(1) process opened for additional thread consoles. | ![]() |
time.pl -- Time and alarm library![]() | ||
udp_broadcast.pl -- A UDP broadcast proxy![]() | ||
ugraphs.pl -- Graph manipulation library![]() | ||
uid.pl -- User and group management on Unix systems![]() | ||
unicode.pl -- Unicode string handling![]() | ||
unix.pl -- Unix specific operations![]() | ||
uri.pl -- Process URIs![]() | ||
url.pl -- Analysing and constructing URL![]() | ||
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![]() | ||
www_browser.pl -- Open a URL in the users browser![]() | ||
xpath.pl -- Select nodes in an XML DOM![]() | ||
xsdp_types.pl -- XML-Schema primitive types![]() | ||
yall.pl -- Lambda expressions![]() | ||
zip.pl -- Access resource ZIP archives![]() | ||
zlib.pl -- Zlib wrapper for SWI-Prolog![]() |