File "lib/swish/pack/profile/prolog/user_profile.pl"[download]
in pack: | swish |
---|---|
Prolog module: | user_profile |
size: | 14437 |
Recent changes
8 years ago | Jan Wielemaker | New upstream files |
This file requires
- From the Prolog library
- library(apply) resolved by
- apply.pl: maplist/3
- library(error) resolved by
- error.pl: type_error/2, existence_error/2, permission_error/3, instantiation_error/1, must_be/2
- library(lists) resolved by
- lists.pl: member/2
- library(option) resolved by
- option.pl: option/2, option/3
- library(settings) resolved by
- settings.pl: setting/4, setting/2
- library(uri) resolved by
- uri.pl: uri_components/2, uri_data/3
- library(uuid) resolved by
- uuid.pl: uuid/1
- library(apply) resolved by
Exported predicates
- current_profile/1
- current_profile/2
- profile_add_session/3
- profile_canonical_value/3
- profile_create/2
- profile_open_db/1
- profile_property/2
- profile_refresh_session/2
- profile_remove/1
- profile_remove/2
- profile_remove_session/2
- profile_session/2
- set_profile/2
- set_profile/3
Required predicates
- existence_error/2 from library(error)
- instantiation_error/1 from library(error)
- maplist/3 from library(apply)
- member/2 from library(lists)
- must_be/2 from library(error)
- option/2 from library(option)
- option/3 from library(option)
- permission_error/3 from library(error)
- setting/2 from library(settings)
- setting/4 from library(settings)
- type_error/2 from library(error)
- uri_components/2 from library(uri)
- uri_data/3 from library(uri)
- uuid/1 from library(uuid)