Showing:25 matches from Reference Manual
| Reference Manual |
| |
| 4.17 Input and output |
| append/1 | Similar to tell/1, but positions the file pointer at the end of File rather than truncating an existing file. | |
| A.25 library(lists): List Manipulation |
| append/2 | Concatenate a list of lists. |  |
| append/3 | List1AndList2 is the concatenation of List1 and List2 |  |
| 13.6 library(dialect/tau/dom): Tau-Prolog compatible DOM manipulation |
| append_child/2 | Add Child as a child to Elem. |  |
| add_class/2 | Add classes to a Elem. |  |
| 4.22 Analysing and Constructing Atoms |
| atom_concat/3 | Atom3 forms the concatenation of Atom1 and Atom2. | |
| atomic_concat/3 | Atom represents the text after converting Atomic1 and Atomic2 to text and concatenating the result: ?- atomic_concat(name, 42, X). | |
| atomic_list_concat/2 | List is a list of strings, atoms, integers, floating point numbers or non-integer rationals. | |
| atomic_list_concat/3 | Creates an atom just like atomic_list_concat/2, but inserts Separator between each pair of inputs. | |
| 13.5 library(dom): Browser DOM manipulation |
| append_html/2 | Extend the HTMLElement Elem using DOM elements created from Spec using html//1. |  |
| A.62 library(ugraphs): Graph manipulation library |
| add_edges/3 | Unify NewGraph with a new graph obtained by adding the list of Edges to Graph. |  |
| add_vertices/3 | Unify NewGraph with a new graph obtained by adding the list of Vertices to Graph. |  |
| 5.2 The string type and its double quoted syntax |
| string_concat/3 | Similar to atom_concat/3, but the unbound argument will be unified with a string object rather than an atom. | |
| A.28 library(nb_set): Non-backtrackable set |
| add_nb_set/2 | Add Key to Set. |  |
| add_nb_set/3 | If Key is not in Set and New is unified to true, Key is added to Set. |  |
| 4.35 Operating System Interaction |
| win_add_dll_directory/1 | This predicate adds a directory to the search path for dependent DLL files. |  |
| win_add_dll_directory/2 | This predicate adds a directory to the search path for dependent DLL files. |  |
| win_remove_dll_directory/1 | Remove a DLL search directory installed using win_add_dll_directory/2. |  |
| A.56 library(simplex): Solve linear programming problems |
| constraint_add/4 | Left is a list of Coefficient*Variable terms. |  |
| A.9 library(clpfd): CLP(FD): Constraint Logic Programming over Finite Domains |
| fdset_add_element/3 | Set2 is the same FD set as Set1, but with the integer Elt added. |  |
| A.20 library(heaps): heaps/priority queues |
| add_to_heap/4 | Adds Value with priority Key to Heap0, constructing a new heap in Heap. |  |
| 6.10 Dynamic importing using import modules |
| add_import_module/3 | If Import is not already an import module for Module, add it to this list at the start or end depending on StartOrEnd. | |
| A.34 library(ordsets): Ordered set manipulation |
| ord_add_element/3 | Insert an element into the set. |  |
| 12.8 Notes on Using Foreign Code |
| PL_add_hash_table() | Add key-value to the table. | |
| 15 Packs: community add-ons |
| Sec. 15 | Packs: community add-ons | |