File "lib/swish/dashboard.pl"[download]
in pack: | swish |
---|---|
Prolog module: | swish_dashboard |
size: | 6517 |
Recent changes
7 years ago | Jan Wielemaker | New upstream libraries |
This file requires
- From packages
- bootstrap.pl: bt_form/4
- form.pl: validate_form/2
- From the Prolog library
- library(apply) resolved by
- apply.pl: include/3, maplist/3
- library(debug) resolved by
- debug.pl: debug/3
- library(error) resolved by
- error.pl: current_type/3
- library(http/html_write) resolved by
- html_write.pl: html/3, print_html/1
- library(lists) resolved by
- lists.pl: append/3, select/3, delete/3
- library(option) resolved by
- option.pl: option/2, select_option/3
- library(pengines) resolved by
- pengines.pl: pengine_input/2
- library(apply) resolved by
Exported predicates
- parameters/1
Required predicates
- append/3 from library(lists)
- bt_form/4 from bootstrap.pl
- current_type/3 from library(error)
- debug/3 from library(debug)
- delete/3 from library(lists)
- html/3 from library(http/html_write)
- include/3 from library(apply)
- maplist/3 from library(apply)
- option/2 from library(option)
- pengine_input/2 from library(pengines)
- print_html/1 from library(http/html_write)
- select/3 from library(lists)
- select_option/3 from library(option)
- validate_form/2 from form.pl