File "lib/swish/search.pl"[download]
in pack: | swish |
---|---|
Prolog module: | swish_search |
size: | 6392 |
Recent changes
7 years ago | Jan Wielemaker | New files from upstream |
8 years ago | Jan Wielemaker | New upstream files |
8 years ago | Jan Wielemaker | New upstream files |
9 years ago | Jan Wielemaker | Copied from upstream |
9 years ago | Jan Wielemaker | New upstream versions |
This file requires
- From packages
- config.pl: swish_config/2
- From the Prolog library
- library(debug) resolved by
- debug.pl: debug/3
- library(http/html_write) resolved by
- html_write.pl: html/3
- library(http/http_dispatch) resolved by
- http_dispatch.pl: http_handler/3
- library(http/http_json) resolved by
- http_json.pl: reply_json_dict/1
- library(http/http_parameters) resolved by
- http_parameters.pl: http_parameters/2
- library(lists) resolved by
- lists.pl: member/2, nth1/3
- library(option) resolved by
- option.pl: option/2
- library(prolog_source) resolved by
- prolog_source.pl: file_alias_path/2
- library(solution_sequences) resolved by
- solution_sequences.pl: limit/2
- library(debug) resolved by
Exported predicates
- match/3
- search_box/3
Required predicates
- debug/3 from library(debug)
- directory_file_path/3 autoloaded
- file_alias_path/2 from library(prolog_source)
- html/3 from library(http/html_write)
- http_handler/3 from library(http/http_dispatch)
- http_parameters/2 from library(http/http_parameters)
- limit/2 from library(solution_sequences)
- member/2 from library(lists)
- nth1/3 from library(lists)
- option/2 from library(option)
- reply_json_dict/1 from library(http/http_json)
- swish_config/2 from config.pl