File "lib/swish/render/svgtree.pl"[download]
in pack: | swish |
---|---|
Prolog module: | swish_svgtree |
size: | 7100 |
Recent changes
8 years ago | Jan Wielemaker | New renderers |
This file requires
- From packages
- render.pl could not find proof of dependency
- From the Prolog library
- library(apply) resolved by
- apply.pl: maplist/3
- library(http/html_write) resolved by
- html_write.pl: html/3, print_html/1
- library(http/http_wrapper) resolved by
- http_wrapper.pl: http_current_request/1
- library(http/js_write) resolved by
- js_write.pl: js_script/3, js_expression/3
- library(http/term_html) resolved by
- term_html.pl: term/4
- library(lists) resolved by
- lists.pl: append/3
- library(option) resolved by
- option.pl: option/2
- library(sandbox) resolved by
- sandbox.pl: safe_goal/1
- library(apply) resolved by
Exported predicates
- term_rendering/5
Required predicates
- append/3 from library(lists)
- html/3 from library(http/html_write)
- http_current_request/1 from library(http/http_wrapper)
- js_expression/3 from library(http/js_write)
- js_script/3 from library(http/js_write)
- maplist/3 from library(apply)
- option/2 from library(option)
- print_html/1 from library(http/html_write)
- safe_goal/1 from library(sandbox)
- term/4 from library(http/term_html)