File "lib/trill_on_swish/storage.pl"[download]
in pack: | trill_on_swish |
---|---|
Prolog module: | web_storage |
size: | 12193 |
Recent changes
8 years ago | rzese | trill_on_swish v. 2.0 |
9 years ago | rzese | updated version |
This file requires
- From packages
- From the Prolog library
- library(apply) resolved by
- apply.pl: maplist/2
- library(debug) resolved by
- debug.pl: debug/3
- library(http/http_dispatch) resolved by
- http_dispatch.pl: http_handler/3, http_404/2, 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_wrapper) resolved by
- http_wrapper.pl: http_peer/2
- library(http/mimetype) resolved by
- mimetype.pl: file_mime_type/2
- library(lists) resolved by
- lists.pl: member/2, nth1/3
- library(option) resolved by
- option.pl: option/2, option/3
- library(random) resolved by
- random.pl: random_between/3
- library(settings) resolved by
- settings.pl: setting/4, setting/2
- library(solution_sequences) resolved by
- solution_sequences.pl: limit/2
- library(apply) resolved by
Exported predicates
- storage_file/1
- storage_file/3
Required predicates
- debug/3 from library(debug)
- file_mime_type/2 from library(http/mimetype)
- gitty_commit/3 from gitty.pl
- gitty_create/5 from gitty.pl
- gitty_data/4 from gitty.pl
- gitty_diff/4 from gitty.pl
- gitty_file/3 from gitty.pl
- gitty_history/4 from gitty.pl
- gitty_open/2 from gitty.pl
- gitty_update/5 from gitty.pl
- http_404/2 from library(http/http_dispatch)
- 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)
- http_peer/2 from library(http/http_wrapper)
- http_read_json_dict/2 from library(http/http_json)
- is_of_type/2 autoloaded
- limit/2 from library(solution_sequences)
- make_directory_path/1 autoloaded
- maplist/2 from library(apply)
- match/3 from search.pl
- member/2 from library(lists)
- nth1/3 from library(lists)
- option/2 from library(option)
- option/3 from library(option)
- random_between/3 from library(random)
- reply_json_dict/1 from library(http/http_json)
- setting/2 from library(settings)
- setting/4 from library(settings)
- swish_reply/2 from page.pl
- swish_reply_config/2 from config.pl