/usr/share/doc/racket/help/blueboxes.rktd is in racket-doc 6.7-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | 395
((3) 0 () 2 ((q lib "help/help-utils.rkt") (q lib "help/search.rkt")) () (h ! (equal) ((c def c (c (? . 1) q perform-search)) q (391 . 6)) ((c def c (c (? . 0) q find-help)) q (766 . 3)) ((c def c (c (? . 0) q search-for)) q (605 . 3)) ((c def c (c (? . 1) q send-main-page)) q (0 . 9)) ((c def c (c (? . 0) q find-help/lib)) q (676 . 4)) ((c def c (c (? . 0) q go-to-main-page)) q (826 . 2))))
procedure
(send-main-page [#:sub sub
#:notify notify
#:fragment fragment
#:query query]) -> any
sub : path-string? = "index.html"
notify : (-> (or/c path? string?) void) = void
fragment : (or/c #f string?) = #f
query : (or/c #f string?) = #f
procedure
(perform-search str [context]) -> void?
str : string?
context : (or/c #f = #f
string?
(list/c string? string?))
procedure
(search-for strs) -> void?
strs : (listof string?)
procedure
(find-help/lib id lib) -> void?
id : symbol?
lib : module-path?
procedure
(find-help id) -> void?
id : identifier?
procedure
(go-to-main-page) -> void?
|