List extension packs
/home/ISDAlab
/home/logicalcontracts/lc
/home/logicalcontracts/lc/nlpmappings
/home/logicalcontracts/lc/tezos
/home/lps_corner/engine
/home/lps_corner/swish
/home/lps_corner/utils
/home/swish
/home/swish/config-enabled
/home/swish/lib
/home/swish/lib/plugin
/home/swish/lib/render
/home/swish/pack/profile/prolog
/home/swish/pack/smtp/prolog
/usr/lib/swipl/boot
/usr/lib/swipl/library
/usr/lib/swipl/library/chr
/usr/lib/swipl/library/clp
/usr/lib/swipl/library/dcg
/usr/lib/swipl/library/dialect
/usr/lib/swipl/library/dialect/sicstus
/usr/lib/swipl/library/dialect/swi
/usr/lib/swipl/library/http
/usr/lib/swipl/library/lynx
/usr/lib/swipl/library/pldoc
/usr/lib/swipl/library/semweb
pengine://7ab629c0-437d-49ae-bd7b-877d9a35b8b9
pengine://e4635369-a7ad-4aba-acc1-aff40f74fc6a
All
Application
Manual
Name
Summary
Help
open_hook
(+Spec, +Mode, -Stream, -Close, +Options0, -Options)
is
semidet
[multifile,
library(iostream)
]
Open
Spec
in
Mode
, producing
Stream
.
Arguments:
Close
- is unified to a goal that must be called to undo the side-effects of the action, e.g., typically the term
close(Stream)
Options0
- are the options passed to
open_any/5
Options
- are passed to the post processing filters that may be installed by
open_any/5
.
iostream
:
open_hook
(+Spec, +Mode, -Stream, -Close, +Options0, -Options)
is
semidet
[multifile,
library(http/http_open)
]
Hook implementation that makes
open_any/5
support
http
and
https
URLs for
Mode == read
.