List extension packs
/app
/app/spacy
/app/swish
/app/tokenize/prolog
/data/config-enabled
/swish
/swish/lib
/swish/lib/plugin
/swish/lib/render
/swish/pack/profile/prolog
/swish/pack/profile/prolog/profile/backend
/swish/pack/rserve_client/prolog/r
/swish/pack/sCASP/prolog
/swish/pack/sCASP/prolog/scasp
/swish/pack/sCASP/prolog/scasp/clp
/swish/pack/sCASP/prolog/scasp/lang
/usr/lib/swipl/boot
/usr/lib/swipl/library
/usr/lib/swipl/library/chr
/usr/lib/swipl/library/clp
/usr/lib/swipl/library/clp/clpq
/usr/lib/swipl/library/clp/clpqr
/usr/lib/swipl/library/clp/clpr
/usr/lib/swipl/library/dcg
/usr/lib/swipl/library/dialect
/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
All
Application
Manual
Name
Summary
Help
r_display_images
(+Images:list)
[multifile,
library(r/r_call)
]
Hook to display images.
Arguments:
Images
- is a list of images. Each image is of the form Format(String), where Format is the file extension. Currently only uses
svg
. If not defined,
print_message/2
is called with the term
r_images(Images)
.
r_call
:
r_display_images
(+Images)
[multifile,
swish(lib/r_swish)
]
Relay received images to the SWISH console using
pengine_output/1
.