Did you know ... Search Documentation:
Search results for "format"
Total:88 matches; Reference Manual: 29, Packages: 23, System Libraries: 36(0.32 sec.)
Showing:25 matches from Reference Manual
Reference Manual
 
4.32 Formatted Write
format/1Write formatted output to Output or current_output.Source
format/2Write formatted output to Output or current_output.
format/3Write formatted output to Output or current_output.
format_predicate/2If a sequence ~c (tilde, followed by some character) is found, the format/3 and friends first check whether the user has defined a predicate to handle the format.
current_format_predicate/2True when ~Code is handled by the user-defined predicate specified by Head.
Sec. 4.32.1Programming Format
Sec. 4.32Formatted Write
4.35 Operating System Interaction
format_time/3Modelled after POSIX strftime(), using GNU extensions.
format_time/4Format time given a specified Locale.
parse_time/2Same as parse_time(Text, _Format, Stamp).Source
A.2 library(ansi_term): Print decorated text to ANSI consoles
ansi_format/3Format text with ANSI attributes.Source
ansi_format/4Format text with ANSI attributes.Source
A.6 library(charsio): I/O on Lists of Character Codes
format_to_chars/3Use format/2 to write to a list of character codes.Source
format_to_chars/4Use format/2 to write to a difference list of character codes.Source
A.7 library(check): Consistency checking
list_format_errors/0List argument errors for format/2,3.Source
list_format_errors/1List argument errors for format/2,3.Source
A.29 library(writef): Old-style formatted write
Sec. A.29library(writef): Old-style formatted write
writef/1Formatted write to the current_output.Source
writef/2Formatted write to the current_output.Source
2.10 Overview of the Debugger
Sec. 2.10.4.3Formatting Commands
12.9 Foreign access to Prolog IO streams
SdprintfX()Same as Sdprintf() but doesn't have the format-checking attribute.
SsnprintfX()Same as Ssnprintf() but doesn't have the format-checking attribute.
SfprintfX()Same as Sfprintf() but doesn't have the format-checking attribute, which can trigger compiler warnings if the format does not match the arguments.
4.17 Input and output
fast_read/2Read Term using the fast serialization format from the Input stream.
fast_write/2Write Term using the fast serialization format to the Output stream.