This is the flx Reference Manual, version 0.1.0, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Dec 15 04:54:22 2024 GMT+0.
The main system appears first, followed by any subsystem dependency.
Files are sorted by type and then listed depth-first from the systems components trees.
flx/flx.lisp
flx
(system).
flx
.
score
(function).
bigger-sublist
(function).
boundary-p
(function).
capital-p
(function).
find-best-match
(function).
get-hash-for-string
(function).
get-heatmap-str
(function).
inc-vec
(function).
memq
(function).
process-cache
(function).
word-p
(function).
word-separators
(special variable).
Packages are listed by definition order.
flx
common-lisp
.
score
(function).
bigger-sublist
(function).
boundary-p
(function).
capital-p
(function).
find-best-match
(function).
get-hash-for-string
(function).
get-heatmap-str
(function).
inc-vec
(function).
memq
(function).
process-cache
(function).
word-p
(function).
word-separators
(special variable).
Definitions are sorted by export status, category, package, and then by lexicographic order.
List of characters that act as word separators in flx.
Return sublist bigger than VAL from sorted SORTED-LIST.
If VAL is nil, return entire list.
Check if LAST-CHAR is the end of a word and CHAR the start of the next.
This function is camel-case aware.
Recursively compute the best match for a string, passed as STR-INFO and
HEATMAP, according to QUERY.
This function uses MATCH-CACHE to memoize its return values.
For other parameters, see ‘score’
Return hash-table for string where keys are characters.
Value is a sorted list of indexes for character occurrences.
Generate the heatmap vector of string.
See documentation for logic.
Increment each element in VEC between BEG and END by INC.
INC defaults to 1. BEG defaults to 0 and is inclusive. END is not inclusive and defaults to the length of VEC.
Get calculated heatmap from cache, add it if necessary.
Jump to: | B C F G I M P S W |
---|
Jump to: | B C F G I M P S W |
---|
Jump to: | S W |
---|
Index Entry | Section | ||
---|---|---|---|
| |||
S | |||
Special Variable, word-separators : | Private special variables | ||
| |||
W | |||
word-separators : | Private special variables | ||
|
Jump to: | S W |
---|
Jump to: | F P S |
---|
Jump to: | F P S |
---|