library
Prolog files
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![]() | ||
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![]() | ||
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![]() | ||
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_http.pl -- Documentation server![]() | ||
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![]() | ||
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![]() | ||
gensym.pl -- Generate unique symbols![]() | ||
git.pl -- Run GIT commands![]() | ||
hash_stream.pl -- Maintain a hash on a stream![]() | ||
heaps.pl -- heaps/priority queues![]() | ||
| add_to_heap/4 | Adds Key with priority Priority to Heap0, constructing a new heap in Heap. | ![]() |
| delete_from_heap/4 | Deletes Key from Heap0, leaving its priority in Priority and the resulting data structure in Heap. | ![]() |
| empty_heap/1 | True if Heap is an empty heap. | ![]() |
| get_from_heap/4 | Retrieves the minimum-priority pair Priority-Key from Heap0. | ![]() |
| heap_size/2 | Determines the number of elements in Heap. | ![]() |
| heap_to_list/2 | Constructs a list List of Priority-Element terms, ordered by (ascending) priority. | ![]() |
| is_heap/1 | Returns true if X is a heap. | ![]() |
| list_to_heap/2 | If List is a list of Priority-Element terms, constructs a heap out of List. | ![]() |
| merge_heaps/3 | Merge the two heaps Heap0 and Heap1 in Heap. | ![]() |
| min_of_heap/3 | Unifies Key with the minimum-priority element of Heap and Priority with its priority value. | ![]() |
| min_of_heap/5 | Gets the two minimum-priority elements from Heap. | ![]() |
| singleton_heap/3 | True if Heap is a heap with the single element Priority-Key. | ![]() |
help.pl![]() | ||
helpidx.pl![]() | ||
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![]() | ||
md5.pl -- MD5 hashes![]() | ||
memfile.pl![]() | ||
modules.pl -- Module utility predicates![]() | ||
nb_rbtrees.pl -- Non-backtrackable operations on red black trees![]() | ||
nb_set.pl -- Non-backtrackable sets![]() | ||
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![]() | ||
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![]() | ||
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![]() | ||
| breakpoint_property/2 | True when Property is a property of the breakpoint Id. | ![]() |
| delete_breakpoint/1 | Delete breakpoint with given Id. | ![]() |
| set_breakpoint/4 | Put a breakpoint at the indicated source-location. | ![]() |
| set_breakpoint/5 | Put a breakpoint at the indicated source-location. | ![]() |
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![]() | ||
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![]() | ||
quasi_quotations.pl -- Define Quasi Quotation syntax![]() | ||
quintus.pl -- Quintus compatibility![]() | ||
random.pl -- Random numbers![]() | ||
rbtrees.pl -- Red black trees![]() | ||
rdf.pl![]() | ||
rdf_ntriples.pl -- RDF N-triples parser (obsolete)![]() | ||
rdf_parser.pl![]() | ||
rdf_triple.pl -- Create triples from intermediate representation![]() | ||
rdf_write.pl -- Write RDF/XML from a list of triples![]() | ||
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![]() | ||
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![]() | ||
syslog.pl -- Unix syslog interface![]() | ||
system.pl -- System utilities![]() | ||
| lock_predicate/1 | Transform a predicate into a system predicate. | ![]() |
| system_mode/1 | Switch the system into system or user mode. | ![]() |
| system_module/0 | Any predicate defined after this declaraction uptil the end of the file will become a system predicate. | ![]() |
| unlock_predicate/1 | Transform a system predicate into a normal system predicate. | ![]() |
table.pl![]() | ||
tabling.pl -- Tabled execution (SLG WAM)![]() | ||
term_to_json.pl![]() | ||
terms.pl -- Term manipulation![]() | ||
thread.pl -- High level thread primitives![]() | ||
thread_pool.pl![]() | ||
threadutil.pl -- Interactive thread utilities![]() | ||
time.pl -- Time and alarm library![]() | ||
tty.pl -- Terminal operations![]() | ||
udp_broadcast.pl -- A UDP Broadcast Bridge![]() | ||
| udp_broadcast_initialize/2 | causes any required runtime initialization to occur. | ![]() |
| udp_broadcast_service/2 | provides the UDP broadcast address for a given Domain. | ![]() |
| udp_host_to_address/2 | locates a UDP service by name. | ![]() |
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![]() | ||
writef.pl -- Old-style formatted write![]() | ||
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![]() | ||
zlib.pl -- Zlib wrapper for SWI-Prolog![]() | ||
