File "lib/swish/storage.pl"[download]
in pack: | swish |
---|---|
Prolog module: | web_storage |
size: | 34912 |
Recent changes
6 years ago | Jan Wielemaker | New upstream file |
7 years ago | Jan Wielemaker | New upstream files |
7 years ago | Jan Wielemaker | New files from upstream |
7 years ago | Jan Wielemaker | New upstream files |
8 years ago | Jan Wielemaker | New upstream files |
This file requires
- From packages
- authenticate.pl: authenticate/2, user_property/2
- config.pl: swish_reply_config/2
- gitty.pl: gitty_commit/3, gitty_create/5, gitty_data/4, gitty_diff/4, gitty_driver/2, gitty_file/3, gitty_file/4, gitty_fsck/1, gitty_history/4, gitty_load/4, gitty_open/2, gitty_save/4, gitty_update/5, is_gitty_hash/1
- page.pl: swish_reply/2
- patch.pl: patch/4
- pep.pl: authorized/2
- search.pl: match/3
- From the Prolog library
- library(apply) resolved by
- apply.pl: include/3, partition/4, maplist/2, maplist/3, foldl/4
- library(broadcast) resolved by
- broadcast.pl: listen/2, unlisten/1, broadcast/1
- library(dcg/basics) resolved by
- basics.pl: blank/2, blanks/2, nonblank/3, string/3, eos/2
- library(debug) resolved by
- debug.pl: debug/3, debugging/1
- 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, reply_json_dict/2, http_read_json_dict/2
- library(http/http_parameters) resolved by
- http_parameters.pl: http_parameters/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(pcre) resolved by
- pcre.pl: re_match/2, re_compile/3
- library(pengines_io) resolved by
- pengines_io.pl: message_lines_to_html/3
- library(random) resolved by
- random.pl: random_between/3
- library(readutil) resolved by
- readutil.pl: read_file_to_string/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
- storage_file_extension/2
- storage_fsck/0
- storage_load_term/2
- storage_meta_data/2
- storage_meta_property/2
- storage_repack/0
- storage_repack/1
- storage_store_term/2
- storage_unpack/0
- use_gitty_file/1
- use_gitty_file/2
Required predicates
- authenticate/2 from authenticate.pl
- authorized/2 from pep.pl
- blank/2 from library(dcg/basics)
- blanks/2 from library(dcg/basics)
- broadcast/1 from library(broadcast)
- debug/3 from library(debug)
- debugging/1 from library(debug)
- eos/2 from library(dcg/basics)
- file_mime_type/2 from library(http/mimetype)
- foldl/4 from library(apply)
- 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_driver/2 from gitty.pl
- gitty_file/3 from gitty.pl
- gitty_file/4 from gitty.pl
- gitty_fsck/1 from gitty.pl
- gitty_history/4 from gitty.pl
- gitty_load/4 from gitty.pl
- gitty_open/2 from gitty.pl
- gitty_save/4 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_read_json_dict/2 from library(http/http_json)
- include/3 from library(apply)
- is_gitty_hash/1 from gitty.pl
- is_of_type/2 autoloaded
- limit/2 from library(solution_sequences)
- listen/2 from library(broadcast)
- maplist/2 from library(apply)
- maplist/3 from library(apply)
- match/3 from search.pl
- member/2 from library(lists)
- message_lines_to_html/3 from library(pengines_io)
- nonblank/3 from library(dcg/basics)
- nth1/3 from library(lists)
- option/2 from library(option)
- option/3 from library(option)
- partition/4 from library(apply)
- patch/4 from patch.pl
- random_between/3 from library(random)
- re_compile/3 from library(pcre)
- re_match/2 from library(pcre)
- read_file_to_string/3 from library(readutil)
- reply_json_dict/1 from library(http/http_json)
- reply_json_dict/2 from library(http/http_json)
- setting/2 from library(settings)
- setting/4 from library(settings)
- string/3 from library(dcg/basics)
- swish_reply/2 from page.pl
- swish_reply_config/2 from config.pl
- unlisten/1 from library(broadcast)
- user_property/2 from authenticate.pl