File "lib/swish/plugin/notify.pl"[download]
in pack: | swish |
---|---|
Prolog module: | swish_notify |
size: | 24986 |
Recent changes
6 years ago | Jan Wielemaker | New upstream files |
7 years ago | Jan Wielemaker | New files from upstream |
7 years ago | Jan Wielemaker | New upstream file |
8 years ago | Jan Wielemaker | New upstream files |
This file requires
- From packages
- bootstrap.pl: bt_form/4
- chat.pl: chat_about/2, chat_to_profile/2
- user_profile.pl: profile_property/2, set_profile/2
- email.pl: dear/3, email_action_link/6, email_style/2, profile_name/3, public_url/4, signature/2, smtp_send_html/3
- storage.pl: storage_meta_data/2
- From the Prolog library
- library(apply) resolved by
- apply.pl: maplist/3
- library(broadcast) resolved by
- broadcast.pl: listen/2, unlisten/1
- library(debug) resolved by
- debug.pl: debug/3, debugging/1
- library(error) resolved by
- error.pl: existence_error/2, must_be/2
- library(http/html_write) resolved by
- html_write.pl: reply_html_page/2, reply_html_page/3, html/3, print_html/1
- 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, http_read_json_dict/2
- library(http/http_parameters) resolved by
- http_parameters.pl: http_parameters/2
- library(http/http_session) resolved by
- http_session.pl: http_in_session/1, http_session_data/1
- library(lists) resolved by
- lists.pl: member/2, delete/3, subtract/3
- library(persistency) resolved by
- persistency.pl: db_attach/2, db_attached/1
- library(readutil) resolved by
- readutil.pl: read_file_to_terms/3
- library(settings) resolved by
- settings.pl: setting/4, setting/2
- library(apply) resolved by
Exported predicates
- follow/3
- notify/2
Required predicates
- bt_form/4 from bootstrap.pl
- chat_about/2 from chat.pl
- chat_to_profile/2 from chat.pl
- db_attach/2 from library(persistency)
- db_attached/1 from library(persistency)
- dear/3 from email.pl
- debug/3 from library(debug)
- debugging/1 from library(debug)
- delete/3 from library(lists)
- email_action_link/6 from email.pl
- email_style/2 from email.pl
- existence_error/2 from library(error)
- html/3 from library(http/html_write)
- http_handler/3 from library(http/http_dispatch)
- http_in_session/1 from library(http/http_session)
- http_link_to_id/3 from library(http/http_dispatch)
- http_parameters/2 from library(http/http_parameters)
- http_read_json_dict/2 from library(http/http_json)
- http_session_data/1 from library(http/http_session)
- listen/2 from library(broadcast)
- maplist/3 from library(apply)
- member/2 from library(lists)
- must_be/2 from library(error)
- persistency:db_assert/1 undefined
- persistency:db_asserta/1 undefined
- persistency:db_retract/1 undefined
- persistency:db_retractall/1 undefined
- print_html/1 from library(http/html_write)
- profile_name/3 from email.pl
- profile_property/2 from user_profile.pl
- public_url/4 from email.pl
- read_file_to_terms/3 from library(readutil)
- reply_html_page/2 from library(http/html_write)
- reply_html_page/3 from library(http/html_write)
- reply_json_dict/1 from library(http/http_json)
- set_profile/2 from user_profile.pl
- setting/2 from library(settings)
- setting/4 from library(settings)
- signature/2 from email.pl
- smtp_send_html/3 from email.pl
- storage_meta_data/2 from storage.pl
- subtract/3 from library(lists)
- unlisten/1 from library(broadcast)