File "lib/swish/avatar.pl"[download]
in pack: | swish |
---|---|
Prolog module: | avatar |
size: | 5041 |
Recent changes
7 years ago | Jan Wielemaker | New files from upstream |
8 years ago | Jan Wielemaker | New upstream files |
This file requires
- From the Prolog library
- library(apply) resolved by
- apply.pl: foldl/4
- library(error) resolved by
- error.pl: resource_error/1
- library(http/http_open) resolved by
- http_open.pl: http_open/3
- library(http/http_path) resolved by
- http_path.pl: http_absolute_location/3
- library(lists) resolved by
- lists.pl: member/2
- library(md5) resolved by
- md5.pl: md5_hash/3
- library(random) resolved by
- random.pl: random_member/2
- library(uri) resolved by
- uri.pl: uri_components/2, uri_data/3
- library(apply) resolved by
Exported predicates
- clean_avatar_cache/0
- email_gravatar/2
- random_avatar/1
- release_avatar/1
- valid_gravatar/1
Required predicates
- foldl/4 from library(apply)
- http_absolute_location/3 from library(http/http_path)
- http_open/3 from library(http/http_open)
- md5_hash/3 from library(md5)
- member/2 from library(lists)
- random_member/2 from library(random)
- resource_error/1 from library(error)
- uri_components/2 from library(uri)
- uri_data/3 from library(uri)