File "lib/swish/plugin/login.pl"[download]
in pack: | swish |
---|---|
Prolog module: | swish_login |
size: | 9796 |
Recent changes
7 years ago | Jan Wielemaker | New upstream files. |
7 years ago | Jan Wielemaker | New upstream files |
This file requires
- From packages
- config.pl could not find proof of dependency
- From the Prolog library
- library(apply) resolved by
- apply.pl: maplist/3
- library(broadcast) resolved by
- broadcast.pl: broadcast/1
- library(http/html_write) resolved by
- html_write.pl: reply_html_page/2, html/3
- library(http/http_dispatch) resolved by
- http_dispatch.pl: http_handler/3, http_link_to_id/3
- library(http/http_json) resolved by
- http_json.pl: reply_json_dict/1
- library(http/http_parameters) resolved by
- http_parameters.pl: http_parameters/2
- library(http/js_write) resolved by
- js_write.pl: js_script/3
- library(option) resolved by
- option.pl: option/2, option/3
- library(apply) resolved by
Exported predicates
- current_user_info/2
- login_button/3
- login_continue_button/2
- reply_logged_in/1
- reply_logged_in_page/1
- reply_logged_out/1
- reply_logged_out_page/1
Required predicates
- broadcast/1 from library(broadcast)
- html/3 from library(http/html_write)
- http_handler/3 from library(http/http_dispatch)
- http_link_to_id/3 from library(http/http_dispatch)
- http_parameters/2 from library(http/http_parameters)
- js_script/3 from library(http/js_write)
- maplist/3 from library(apply)
- option/2 from library(option)
- option/3 from library(option)
- reply_html_page/2 from library(http/html_write)
- reply_json_dict/1 from library(http/http_json)
- sub_term/2 autoloaded