File "lib/swish/html_output.pl"[download]
in pack: | swish |
---|---|
Prolog module: | swish_html_output |
size: | 6580 |
Recent changes
6 years ago | Jan Wielemaker | Updated copied files |
This file requires
- From the Prolog library
- library(error) resolved by
- error.pl: domain_error/2, permission_error/3, instantiation_error/1, must_be/2
- library(http/html_write) resolved by
- html_write.pl: print_html/2
- library(lists) resolved by
- lists.pl: append/3
- library(pengines) resolved by
- pengines.pl: pengine_self/1
- library(sandbox) resolved by
- sandbox.pl: safe_goal/1
- library(error) resolved by
Exported predicates
- html/1
- html/3
- html/4
- safe_raw_html/1
Required predicates
- append/3 from library(lists)
- domain_error/2 from library(error)
- html_write:html/3 public in html_write.pl
- html_write:layout/3 multifile
- instantiation_error/1 from library(error)
- maplist/3 autoloaded
- must_be/2 from library(error)
- pengine_self/1 from library(pengines)
- pengines_io:send_html/1 undefined
- permission_error/3 from library(error)
- print_html/2 from library(http/html_write)
- safe_goal/1 from library(sandbox)