Did you know ... Search Documentation:
Search results for "append"

Search results for "append"

Total:86 matches; Application: 6, Reference Manual: 26, Packages: 13, System Libraries: 41(0.73 sec.)
Showing:25 matches; Application: 6, Reference Manual: 19
Application
 
generics.pl  -- GenericsShow source
add_option/4Adds an option with the given name and value (i.e.Source
uri_query_add/4Inserts the given name-value pair as a query component into the given URI.Source
post.pl  -- PostsShow source
add_post_freshnesslifetime/1Add fressness menu if Kind = news.
add_post_link//2Emit HTML that allows for adding a new post.Source
posts//4Generate HTML for a list of posts and add a link to add new posts.Source
tagit.plShow source
add_tag/1Add tag to the given object.Source
 
Reference Manual
 
4.17 Input and output
append/1Similar to tell/1, but positions the file pointer at the end of File rather than truncating an existing file.
A.24 library(lists): List Manipulation
append/2Concatenate a list of lists.Source
append/3List1AndList2 is the concatenation of List1 and List2Source
4.22 Analysing and Constructing Atoms
atom_concat/3Atom3 forms the concatenation of Atom1 and Atom2.
atomic_concat/3Atom represents the text after converting Atomic1 and Atomic2 to text and concatenating the result: ?- atomic_concat(name, 42, X).
atomic_list_concat/2List is a list of strings, atoms, integers, floating point numbers or non-integer rationals.
atomic_list_concat/3Creates an atom just like atomic_list_concat/2, but inserts Separator between each pair of inputs.
A.60 library(ugraphs): Graph manipulation library
add_edges/3Unify NewGraph with a new graph obtained by adding the list of Edges to Graph.Source
add_vertices/3Unify NewGraph with a new graph obtained by adding the list of Vertices to Graph.Source
5.2 The string type and its double quoted syntax
string_concat/3Similar to atom_concat/3, but the unbound argument will be unified with a string object rather than an atom.
A.27 library(nb_set): Non-backtrackable set
add_nb_set/2Add Key to Set.Source
add_nb_set/3If Key is not in Set and New is unified to true, Key is added to Set.Source
4.35 Operating System Interaction
win_add_dll_directory/1This predicate adds a directory to the search path for dependent DLL files.Source
win_add_dll_directory/2This predicate adds a directory to the search path for dependent DLL files.Source
win_remove_dll_directory/1Remove a DLL search directory installed using win_add_dll_directory/2.Source
A.54 library(simplex): Solve linear programming problems
constraint_add/4Left is a list of Coefficient*Variable terms.Source
A.9 library(clpfd): CLP(FD): Constraint Logic Programming over Finite Domains
fdset_add_element/3Set2 is the same FD set as Set1, but with the integer Elt added.Source
A.19 library(heaps): heaps/priority queues
add_to_heap/4Adds Key with priority Priority to Heap0, constructing a new heap in Heap.Source
6.10 Dynamic importing using import modules
add_import_module/3If Import is not already an import module for Module, add it to this list at the start or end depending on StartOrEnd.