This is the practical-cl Reference Manual, version 1.0, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Dec 15 07:20:11 2024 GMT+0.
practical-cl/practical-cl.asd
pcl-binary-data/pcl-binary-data.asd
pcl-macro-utilities/pcl-macro-utilities.asd
pcl-html/pcl-html.asd
pcl-id3v2/pcl-id3v2.asd
pcl-pathnames/pcl-pathnames.asd
pcl-mp3-browser/pcl-mp3-browser.asd
pcl-mp3-database/pcl-mp3-database.asd
pcl-shoutcast/pcl-shoutcast.asd
pcl-url-function/pcl-url-function.asd
pcl-simple-database/pcl-simple-database.asd
pcl-spam/pcl-spam.asd
pcl-test-framework/pcl-test-framework.asd
pcl-binary-data/packages.lisp
pcl-binary-data/binary-data.lisp
pcl-macro-utilities/packages.lisp
pcl-macro-utilities/macro-utilities.lisp
pcl-html/packages.lisp
pcl-html/html.lisp
pcl-html/css.lisp
pcl-id3v2/packages.lisp
pcl-id3v2/id3v2.lisp
pcl-pathnames/packages.lisp
pcl-pathnames/pathnames.lisp
pcl-mp3-browser/packages.lisp
pcl-mp3-browser/playlist.lisp
pcl-mp3-browser/mp3-browser.lisp
pcl-mp3-database/packages.lisp
pcl-mp3-database/database.lisp
pcl-mp3-database/mp3-database.lisp
pcl-shoutcast/packages.lisp
pcl-shoutcast/song-source.lisp
pcl-shoutcast/shoutcast.lisp
pcl-url-function/packages.lisp
pcl-url-function/html-infrastructure.lisp
pcl-simple-database/packages.lisp
pcl-simple-database/simple-database.lisp
pcl-spam/packages.lisp
pcl-spam/spam.lisp
pcl-test-framework/packages.lisp
pcl-test-framework/test.lisp
com.gigamonkeys.spam
com.gigamonkeys.id3v2
com.gigamonkeys.mp3-database
com.gigamonkeys.binary-data
com.gigamonkeys.pathnames
com.gigamonkeys.id3v2-system
com.gigamonkeys.mp3-browser
com.gigamonkeys.test
com.gigamonkeys.shoutcast
com.gigamonkeys.macro-utilities
com.gigamonkeys.url-function
com.gigamonkeys.simple-db
com.gigamonkeys.html
The main system appears first, followed by any subsystem dependency.
practical-cl
pcl-binary-data
pcl-macro-utilities
pcl-html
pcl-id3v2
pcl-pathnames
pcl-mp3-browser
pcl-mp3-database
pcl-shoutcast
pcl-url-function
pcl-simple-database
pcl-spam
pcl-test-framework
practical-cl
All code from Practical Common Lisp.
Peter Seibel <peter@gigamonkeys.com>
Peter Seibel <peter@gigamonkeys.com>
BSD
1.0
pcl-binary-data
(system).
pcl-html
(system).
pcl-id3v2
(system).
pcl-macro-utilities
(system).
pcl-mp3-browser
(system).
pcl-mp3-database
(system).
pcl-pathnames
(system).
pcl-shoutcast
(system).
pcl-simple-database
(system).
pcl-spam
(system).
pcl-test-framework
(system).
pcl-url-function
(system).
pcl-binary-data
Parser for binary data files.
Peter Seibel <peter@gigamonkeys.com>
Peter Seibel <peter@gigamonkeys.com>
BSD
1.0
pcl-macro-utilities
(system).
packages.lisp
(file).
binary-data.lisp
(file).
pcl-macro-utilities
Utilities for writing macros
Peter Seibel <peter@gigamonkeys.com>
Peter Seibel <peter@gigamonkeys.com>
BSD
1.0
packages.lisp
(file).
macro-utilities.lisp
(file).
pcl-html
HTML and CSS generation from sexps.
Peter Seibel <peter@gigamonkeys.com>
Peter Seibel <peter@gigamonkeys.com>
BSD
1.0
pcl-macro-utilities
(system).
packages.lisp
(file).
html.lisp
(file).
css.lisp
(file).
pcl-id3v2
ID3v2 parser.
Peter Seibel <peter@gigamonkeys.com>
Peter Seibel <peter@gigamonkeys.com>
BSD
1.0
pcl-binary-data
(system).
pcl-pathnames
(system).
packages.lisp
(file).
id3v2.lisp
(file).
pcl-pathnames
Portable pathname manipulation functions.
Peter Seibel <peter@gigamonkeys.com>
Peter Seibel <peter@gigamonkeys.com>
BSD
1.0
packages.lisp
(file).
pathnames.lisp
(file).
pcl-mp3-browser
AllegroServe-based user interface for Shoutcast server.
Peter Seibel <peter@gigamonkeys.com>
Peter Seibel <peter@gigamonkeys.com>
BSD
1.0
pcl-id3v2
(system).
pcl-mp3-database
(system).
pcl-shoutcast
(system).
pcl-url-function
(system).
pcl-html
(system).
bordeaux-threads
(system).
packages.lisp
(file).
playlist.lisp
(file).
mp3-browser.lisp
(file).
pcl-mp3-database
In-memory MP3 Database.
Peter Seibel <peter@gigamonkeys.com>
Peter Seibel <peter@gigamonkeys.com>
BSD
1.0
pcl-pathnames
(system).
pcl-macro-utilities
(system).
pcl-id3v2
(system).
packages.lisp
(file).
database.lisp
(file).
mp3-database.lisp
(file).
pcl-shoutcast
Shoutcast server.
Peter Seibel <peter@gigamonkeys.com>
Peter Seibel <peter@gigamonkeys.com>
BSD
Shoutcast server that runs in AllegroServe
0.1
pcl-html
(system).
pcl-pathnames
(system).
pcl-macro-utilities
(system).
pcl-id3v2
(system).
pcl-mp3-database
(system).
pcl-url-function
(system).
packages.lisp
(file).
song-source.lisp
(file).
shoutcast.lisp
(file).
pcl-url-function
define-url-function macro for AllegroServe
Peter Seibel <peter@gigamonkeys.com>
Peter Seibel <peter@gigamonkeys.com>
BSD
0.1
pcl-html
(system).
pcl-macro-utilities
(system).
aserve
(system).
packages.lisp
(file).
html-infrastructure.lisp
(file).
pcl-simple-database
Simple s-expression database.
Peter Seibel <peter@gigamonkeys.com>
Peter Seibel <peter@gigamonkeys.com>
BSD
1.0
packages.lisp
(file).
simple-database.lisp
(file).
pcl-spam
Spam filter
Peter Seibel <peter@gigamonkeys.com>
Peter Seibel <peter@gigamonkeys.com>
BSD
1.0
cl-ppcre
(system).
pcl-pathnames
(system).
pcl-test-framework
(system).
packages.lisp
(file).
spam.lisp
(file).
pcl-test-framework
Simple unit test framework for Common Lisp
Peter Seibel <peter@gigamonkeys.com>
Peter Seibel <peter@gigamonkeys.com>
BSD
1.0
pcl-macro-utilities
(system).
packages.lisp
(file).
test.lisp
(file).
Files are sorted by type and then listed depth-first from the systems components trees.
practical-cl/practical-cl.asd
pcl-binary-data/pcl-binary-data.asd
pcl-macro-utilities/pcl-macro-utilities.asd
pcl-html/pcl-html.asd
pcl-id3v2/pcl-id3v2.asd
pcl-pathnames/pcl-pathnames.asd
pcl-mp3-browser/pcl-mp3-browser.asd
pcl-mp3-database/pcl-mp3-database.asd
pcl-shoutcast/pcl-shoutcast.asd
pcl-url-function/pcl-url-function.asd
pcl-simple-database/pcl-simple-database.asd
pcl-spam/pcl-spam.asd
pcl-test-framework/pcl-test-framework.asd
pcl-binary-data/packages.lisp
pcl-binary-data/binary-data.lisp
pcl-macro-utilities/packages.lisp
pcl-macro-utilities/macro-utilities.lisp
pcl-html/packages.lisp
pcl-html/html.lisp
pcl-html/css.lisp
pcl-id3v2/packages.lisp
pcl-id3v2/id3v2.lisp
pcl-pathnames/packages.lisp
pcl-pathnames/pathnames.lisp
pcl-mp3-browser/packages.lisp
pcl-mp3-browser/playlist.lisp
pcl-mp3-browser/mp3-browser.lisp
pcl-mp3-database/packages.lisp
pcl-mp3-database/database.lisp
pcl-mp3-database/mp3-database.lisp
pcl-shoutcast/packages.lisp
pcl-shoutcast/song-source.lisp
pcl-shoutcast/shoutcast.lisp
pcl-url-function/packages.lisp
pcl-url-function/html-infrastructure.lisp
pcl-simple-database/packages.lisp
pcl-simple-database/simple-database.lisp
pcl-spam/packages.lisp
pcl-spam/spam.lisp
pcl-test-framework/packages.lisp
pcl-test-framework/test.lisp
pcl-binary-data/pcl-binary-data.asd
pcl-binary-data
(system).
pcl-macro-utilities/pcl-macro-utilities.asd
pcl-macro-utilities
(system).
pcl-mp3-browser/pcl-mp3-browser.asd
pcl-mp3-browser
(system).
pcl-mp3-database/pcl-mp3-database.asd
pcl-mp3-database
(system).
pcl-url-function/pcl-url-function.asd
pcl-url-function
(system).
pcl-simple-database/pcl-simple-database.asd
pcl-simple-database
(system).
pcl-test-framework/pcl-test-framework.asd
pcl-test-framework
(system).
pcl-binary-data/binary-data.lisp
packages.lisp
(file).
pcl-binary-data
(system).
*in-progress-objects*
(special variable).
+null+
(constant).
current-binary-object
(function).
define-binary-class
(macro).
define-binary-type
(macro).
define-tagged-binary-class
(macro).
parent-of-type
(function).
read-value
(generic function).
write-value
(generic function).
all-slots
(function).
as-keyword
(function).
define-generic-binary-class
(macro).
direct-slots
(function).
inherited-slots
(function).
mklist
(function).
new-class-all-slots
(function).
normalize-slot-spec
(function).
read-object
(generic function).
slot->binding
(function).
slot->defclass-slot
(function).
slot->keyword-arg
(function).
slot->read-value
(function).
slot->write-value
(function).
type-reader-body
(function).
type-writer-body
(function).
write-object
(generic function).
pcl-macro-utilities/packages.lisp
pcl-macro-utilities
(system).
pcl-macro-utilities/macro-utilities.lisp
packages.lisp
(file).
pcl-macro-utilities
(system).
once-only
(macro).
ppme
(macro).
spliceable
(function).
with-gensyms
(macro).
pcl-html/html.lisp
packages.lisp
(file).
pcl-html
(system).
define-html-macro
(macro).
emit-html
(function).
html
(macro).
in-html-style
(macro).
with-html-output
(macro).
with-html-to-file
(macro).
*attribute-escapes*
(special variable).
*block-elements*
(special variable).
*element-escapes*
(special variable).
*empty-elements*
(special variable).
*escapes*
(special variable).
*html-output*
(special variable).
*html-pretty-printer*
(special variable).
*inline-elements*
(special variable).
*paragraph-elements*
(special variable).
*preserve-whitespace-elements*
(special variable).
*pretty*
(special variable).
*xhtml*
(special variable).
beginning-of-line-p
(reader method).
(setf beginning-of-line-p)
(writer method).
block-element-p
(function).
codegen-html
(function).
compile-buffer
(function).
cons-form-p
(function).
define-html-special-operator
(macro).
embed-code
(generic function).
embed-value
(generic function).
emit
(function).
emit-attributes
(function).
emit-close-tag
(function).
emit-element-body
(function).
emit-freshline
(function).
emit-newline
(function).
emit-open-tag
(function).
emit/no-newlines
(function).
empty-element-p
(function).
escape
(function).
escape-char
(function).
expand-macro-form
(function).
freshline
(generic function).
generate-code
(function).
generate-macro-no-attributes
(function).
generate-macro-with-attributes
(function).
get-pretty-printer
(function).
html-compiler
(class).
html-pretty-printer
(class).
indent
(generic function).
indent-if-necessary
(function).
indentation
(reader method).
(setf indentation)
(writer method).
indenting-p
(reader method).
(setf indenting-p)
(writer method).
indenting-printer
(class).
macro-form-p
(function).
make-op-buffer
(function).
newline
(generic function).
op->code
(generic function).
ops
(reader method).
(setf ops)
(writer method).
optimize-static-output
(function).
out
(reader method).
(setf out)
(writer method).
paragraph-element-p
(function).
parse-cons-form
(function).
parse-explicit-attributes-sexp
(function).
parse-html-macro-lambda-list
(function).
parse-implicit-attributes-sexp
(function).
preserve-whitespace-p
(function).
printer
(reader method).
(setf printer)
(writer method).
process
(function).
process-cons-sexp-html
(function).
process-sexp-html
(function).
process-special-form
(function).
push-op
(function).
raw-string
(generic function).
self-evaluating-p
(function).
sexp->ops
(function).
sexp-html-p
(function).
special-form-p
(function).
tab-width
(reader method).
(setf tab-width)
(writer method).
toggle-indenting
(generic function).
unindent
(generic function).
pcl-html/css.lisp
packages.lisp
(file).
html.lisp
(file).
pcl-html
(system).
emit-css-import
(function).
emit-css-selector
(function).
parse-selector
(function).
process-css
(function).
process-css-key-or-value
(function).
pcl-id3v2/id3v2.lisp
packages.lisp
(file).
pcl-id3v2
(system).
album
(function).
artist
(function).
composer
(function).
encoding-program
(function).
genre
(function).
id3-p
(function).
mp3-p
(function).
part-of-set
(function).
read-id3
(function).
read-value
(method).
read-value
(method).
read-value
(method).
read-value
(method).
read-value
(method).
read-value
(method).
read-value
(method).
read-value
(method).
read-value
(method).
read-value
(method).
read-value
(method).
read-value
(method).
read-value
(method).
read-value
(method).
read-value
(method).
read-value
(method).
read-value
(method).
read-value
(method).
read-value
(method).
read-value
(method).
read-value
(method).
read-value
(method).
read-value
(method).
read-value
(method).
size
(reader method).
size
(reader method).
size
(reader method).
(setf size)
(writer method).
(setf size)
(writer method).
(setf size)
(writer method).
song
(function).
track
(function).
translated-genre
(function).
write-value
(method).
write-value
(method).
write-value
(method).
write-value
(method).
write-value
(method).
write-value
(method).
write-value
(method).
write-value
(method).
write-value
(method).
write-value
(method).
write-value
(method).
write-value
(method).
write-value
(method).
write-value
(method).
write-value
(method).
write-value
(method).
write-value
(method).
write-value
(method).
write-value
(method).
write-value
(method).
write-value
(method).
year
(function).
*id3-v1-genres*
(special variable).
bytes-left
(function).
comment-frame
(class).
comment-frame-v2.2
(class).
comment-frame-v2.3
(class).
count-versions
(function).
crc
(reader method).
(setf crc)
(writer method).
crc-p
(function).
data
(reader method).
(setf data)
(writer method).
data-bytes
(generic function).
decompressed-size
(reader method).
(setf decompressed-size)
(writer method).
description
(reader method).
(setf description)
(writer method).
encoded-string-length
(function).
encoding
(reader method).
encoding
(reader method).
(setf encoding)
(writer method).
(setf encoding)
(writer method).
encryption-scheme
(reader method).
(setf encryption-scheme)
(writer method).
extended-header-size
(reader method).
(setf extended-header-size)
(writer method).
extended-p
(function).
extra-flags
(reader method).
(setf extra-flags)
(writer method).
find-frame
(function).
find-frame-class
(function).
flags
(reader method).
flags
(reader method).
(setf flags)
(writer method).
(setf flags)
(writer method).
frame-compressed-p
(function).
frame-encrypted-p
(function).
frame-grouped-p
(function).
frame-header-size
(generic function).
frame-name-member
(function).
frame-types
(function).
frame-types-in-dir
(function).
frames
(reader method).
frames
(reader method).
(setf frames)
(writer method).
(setf frames)
(writer method).
generic-frame
(class).
generic-frame-v2.2
(class).
generic-frame-v2.3
(class).
get-text-info
(function).
grouping-identity
(reader method).
(setf grouping-identity)
(writer method).
id
(reader method).
id
(reader method).
(setf id)
(writer method).
(setf id)
(writer method).
id3-tag
(class).
id3v2.2-frame
(class).
id3v2.2-tag
(class).
id3v2.3-frame
(class).
id3v2.3-tag
(class).
identifier
(reader method).
(setf identifier)
(writer method).
in-padding
(condition).
information
(method).
information
(reader method).
(setf information)
(writer method).
(setf information)
(method).
language
(reader method).
(setf language)
(writer method).
major-version
(reader method).
(setf major-version)
(writer method).
non-terminated-type
(function).
padding-size
(reader method).
(setf padding-size)
(writer method).
read-frame
(function).
read-object
(method).
read-object
(method).
read-object
(method).
read-object
(method).
read-object
(method).
read-object
(method).
read-object
(method).
read-object
(method).
read-object
(method).
read-object
(method).
read-object
(method).
revision
(reader method).
(setf revision)
(writer method).
show-tag-header
(function).
show-tag-headers
(function).
string-args
(function).
swap-bytes
(function).
terminated-type
(function).
text
(reader method).
(setf text)
(writer method).
text-info-frame
(class).
text-info-frame-v2.2
(class).
text-info-frame-v2.3
(class).
translate-v1-genre
(function).
ucs-2-char-type
(function).
upto-null
(function).
write-object
(method).
write-object
(method).
write-object
(method).
write-object
(method).
write-object
(method).
write-object
(method).
write-object
(method).
write-object
(method).
write-object
(method).
write-object
(method).
write-object
(method).
write-object
(method).
write-object
(method).
write-object
(method).
pcl-pathnames/pathnames.lisp
packages.lisp
(file).
pcl-pathnames
(system).
directory-p
(function).
directory-pathname-p
(function).
file-exists-p
(function).
file-p
(function).
file-pathname-p
(function).
list-directory
(function).
pathname-as-directory
(function).
pathname-as-file
(function).
walk-directory
(function).
directory-wildcard
(function).
pcl-mp3-browser/playlist.lisp
packages.lisp
(file).
pcl-mp3-browser
(system).
current-song
(reader method).
current-song
(method).
(setf current-song)
(writer method).
find-song-source
(method).
maybe-move-to-next-song
(method).
still-current-p
(method).
*empty-playlist-song*
(special variable).
*end-of-playlist-song*
(special variable).
*playlists*
(special variable).
*playlists-lock*
(special variable).
*silence-mp3*
(special variable).
add-songs
(function).
at-end-p
(function).
clear-playlist
(function).
current-idx
(reader method).
(setf current-idx)
(writer method).
delete-songs
(function).
empty-p
(function).
file-for-current-idx
(function).
id
(reader method).
(setf id)
(writer method).
lock
(reader method).
lookup-playlist
(function).
make-playlist-table
(function).
make-silent-song
(function).
order-playlist
(function).
ordering
(reader method).
(setf ordering)
(writer method).
playlist
(class).
playlist-id
(function).
position-of-current
(function).
repeat
(reader method).
(setf repeat)
(writer method).
(setf repeat)
(method).
reset-current-song
(function).
row->song
(function).
shuffle
(reader method).
(setf shuffle)
(writer method).
shuffle-by-album
(function).
shuffle-by-song
(function).
shuffle-playlist
(function).
shuffled-album-names
(function).
songs-for-album
(function).
songs-table
(reader method).
(setf songs-table)
(writer method).
sort-playlist
(function).
update-current-if-necessary
(function).
user-agent
(reader method).
(setf user-agent)
(writer method).
with-playlist-locked
(macro).
pcl-mp3-browser/mp3-browser.lisp
packages.lisp
(file).
playlist.lisp
(file).
pcl-mp3-browser
(system).
start-mp3-browser
(function).
string->type
(method).
string->type
(method).
string->type
(method).
*major-version*
(special variable).
*minor-version*
(special variable).
*mp3-css*
(special variable).
*mp3-dir*
(special variable).
*random-amount*
(special variable).
all-playlists
(function).
base64->obj
(function).
browse
(function).
browse-link
(function).
browse-page-title
(function).
configure-mp3-browser
(function).
delete-songs-link
(function).
link
(function).
list-item-for-page
(function).
obj->base64
(function).
playlist
(function).
playlist-button
(function).
playlist-repeat-button
(function).
playlist-shuffle-button
(function).
playlist-toolbar
(function).
safe-read-from-string
(function).
sort-playlist-button
(function).
standard-footer
(function).
standard-header
(function).
urlencode
(function).
values->base-64
(function).
values-for-page
(function).
with-safe-io-syntax
(macro).
pcl-mp3-database/database.lisp
packages.lisp
(file).
pcl-mp3-database
(system).
*default-table-size*
(special variable).
column
(class).
column-value
(function).
delete-all-rows
(function).
delete-rows
(function).
do-rows
(macro).
extract-schema
(function).
in
(function).
insert-row
(function).
make-column
(generic function).
make-schema
(function).
map-rows
(function).
matching
(function).
not-nullable
(function).
nth-row
(function).
random-selection
(function).
schema
(reader method).
(setf schema)
(writer method).
select
(function).
shuffle-table
(function).
sort-rows
(function).
table
(class).
table-size
(function).
with-column-values
(macro).
as-keyword
(function).
column-bindings
(function).
column-matcher
(function).
column-matchers
(function).
comparator
(reader method).
default-value
(reader method).
distinct-rows
(function).
equality-predicate
(reader method).
extractor
(function).
find-column
(function).
intern-for-column
(function).
interned-values
(reader method).
interned-values-column
(class).
make-rows
(function).
mklist
(function).
name
(reader method).
normalize-for-column
(function).
normalize-row
(function).
nshuffle-vector
(function).
project-columns
(function).
random-sample
(function).
restrict-rows
(function).
row-comparator
(function).
row-equality-tester
(function).
rows
(reader method).
(setf rows)
(writer method).
sorted-rows
(function).
value-normalizer
(reader method).
pcl-mp3-database/mp3-database.lisp
packages.lisp
(file).
database.lisp
(file).
pcl-mp3-database
(system).
*mp3-schema*
(special variable).
*mp3s*
(special variable).
load-database
(function).
file->row
(function).
parse-track
(function).
parse-year
(function).
pcl-shoutcast/song-source.lisp
packages.lisp
(file).
pcl-shoutcast
(system).
current-song
(generic function).
file
(reader method).
find-song-source
(generic function).
id3-size
(reader method).
maybe-move-to-next-song
(generic function).
song
(class).
still-current-p
(generic function).
title
(reader method).
*songs*
(special variable).
add-file-to-songs
(function).
file->song
(function).
index
(reader method).
(setf index)
(writer method).
simple-song-queue
(class).
songs
(reader method).
(setf songs)
(writer method).
pcl-shoutcast/shoutcast.lisp
packages.lisp
(file).
pcl-shoutcast
(system).
*song-source-type*
(special variable).
*metadata-interval*
(special variable).
*timeout-seconds*
(special variable).
make-icy-metadata
(function).
play-current
(function).
play-songs
(function).
prepare-icy-response
(function).
shoutcast
(function).
turn-off-chunked-transfer-encoding
(function).
pcl-url-function/html-infrastructure.lisp
packages.lisp
(file).
pcl-url-function
(system).
define-url-function
(macro).
string->type
(generic function).
get-cookie-value
(function).
normalize-param
(function).
param-binding
(function).
param-bindings
(function).
set-cookie-code
(function).
set-cookies-code
(function).
symbol->cookie-name
(function).
symbol->query-name
(function).
pcl-simple-database/packages.lisp
pcl-simple-database
(system).
pcl-simple-database/simple-database.lisp
packages.lisp
(file).
pcl-simple-database
(system).
*db*
(special variable).
add-cds
(function).
add-record
(function).
clear-db
(function).
delete-rows
(function).
dump-db
(function).
load-db
(function).
make-cd
(function).
make-comparison-expr
(function).
make-comparisons-list
(function).
prompt-for-cd
(function).
prompt-read
(function).
save-db
(function).
select
(function).
update
(function).
where
(macro).
pcl-spam/spam.lisp
packages.lisp
(file).
pcl-spam
(system).
print-object
(method).
*corpus*
(special variable).
*feature-database*
(special variable).
*max-chars*
(special variable).
*max-ham-score*
(special variable).
*min-spam-score*
(special variable).
*total-hams*
(special variable).
*total-spams*
(special variable).
add-directory-to-corpus
(function).
add-file-to-corpus
(function).
analyze-results
(function).
bayesian-spam-probability
(function).
classification
(function).
classify
(function).
clear-database
(function).
correct-p
(function).
explain-classification
(function).
extract-features
(function).
extract-words
(function).
false-negative-p
(function).
false-positive-p
(function).
fisher
(function).
ham-count
(reader method).
(setf ham-count)
(writer method).
increment-count
(function).
increment-total-count
(function).
intern-feature
(function).
inverse-chi-square
(function).
missed-ham-p
(function).
missed-spam-p
(function).
nshuffle-vector
(function).
result-type
(function).
score
(function).
show-feature
(function).
show-summary
(function).
shuffle-vector
(function).
sorted-interesting
(function).
spam-count
(reader method).
(setf spam-count)
(writer method).
spam-probability
(function).
start-of-file
(function).
test-classifier
(function).
test-from-corpus
(function).
train
(function).
train-from-corpus
(function).
untrained-p
(function).
word
(reader method).
(setf word)
(writer method).
word-feature
(class).
pcl-test-framework/packages.lisp
pcl-test-framework
(system).
pcl-test-framework/test.lisp
packages.lisp
(file).
pcl-test-framework
(system).
*test-name*
(special variable).
combine-results
(macro).
report-result
(function).
Packages are listed by definition order.
com.gigamonkeys.spam
com.gigamonkeys.id3v2
com.gigamonkeys.mp3-database
com.gigamonkeys.binary-data
com.gigamonkeys.pathnames
com.gigamonkeys.id3v2-system
com.gigamonkeys.mp3-browser
com.gigamonkeys.test
com.gigamonkeys.shoutcast
com.gigamonkeys.macro-utilities
com.gigamonkeys.url-function
com.gigamonkeys.simple-db
com.gigamonkeys.html
com.gigamonkeys.spam
com.gigamonkeys.pathnames
.
com.gigamonkeys.test
.
common-lisp
.
*corpus*
(special variable).
*feature-database*
(special variable).
*max-chars*
(special variable).
*max-ham-score*
(special variable).
*min-spam-score*
(special variable).
*total-hams*
(special variable).
*total-spams*
(special variable).
add-directory-to-corpus
(function).
add-file-to-corpus
(function).
analyze-results
(function).
bayesian-spam-probability
(function).
classification
(function).
classify
(function).
clear-database
(function).
correct-p
(function).
explain-classification
(function).
extract-features
(function).
extract-words
(function).
false-negative-p
(function).
false-positive-p
(function).
fisher
(function).
ham-count
(generic reader).
(setf ham-count)
(generic writer).
increment-count
(function).
increment-total-count
(function).
intern-feature
(function).
inverse-chi-square
(function).
missed-ham-p
(function).
missed-spam-p
(function).
nshuffle-vector
(function).
result-type
(function).
score
(function).
show-feature
(function).
show-summary
(function).
shuffle-vector
(function).
sorted-interesting
(function).
spam-count
(generic reader).
(setf spam-count)
(generic writer).
spam-probability
(function).
start-of-file
(function).
test-classifier
(function).
test-from-corpus
(function).
train
(function).
train-from-corpus
(function).
untrained-p
(function).
word
(generic reader).
(setf word)
(generic writer).
word-feature
(class).
com.gigamonkeys.id3v2
com.gigamonkeys.binary-data
.
com.gigamonkeys.pathnames
.
common-lisp
.
album
(function).
artist
(function).
composer
(function).
encoding-program
(function).
genre
(function).
id3-p
(function).
mp3-p
(function).
part-of-set
(function).
read-id3
(function).
size
(generic reader).
(setf size)
(generic writer).
song
(function).
song
(class).
track
(function).
translated-genre
(function).
year
(function).
*id3-v1-genres*
(special variable).
bytes-left
(function).
comment-frame
(class).
comment-frame-v2.2
(class).
comment-frame-v2.3
(class).
count-versions
(function).
crc
(generic reader).
(setf crc)
(generic writer).
crc-p
(function).
data
(generic reader).
(setf data)
(generic writer).
data-bytes
(generic function).
decompressed-size
(generic reader).
(setf decompressed-size)
(generic writer).
description
(generic reader).
(setf description)
(generic writer).
encoded-string-length
(function).
encoding
(generic reader).
(setf encoding)
(generic writer).
encryption-scheme
(generic reader).
(setf encryption-scheme)
(generic writer).
extended-header-size
(generic reader).
(setf extended-header-size)
(generic writer).
extended-p
(function).
extra-flags
(generic reader).
(setf extra-flags)
(generic writer).
find-frame
(function).
find-frame-class
(function).
flags
(generic reader).
(setf flags)
(generic writer).
frame-compressed-p
(function).
frame-encrypted-p
(function).
frame-grouped-p
(function).
frame-header-size
(generic function).
frame-name-member
(function).
frame-types
(function).
frame-types-in-dir
(function).
frames
(generic reader).
(setf frames)
(generic writer).
generic-frame
(class).
generic-frame-v2.2
(class).
generic-frame-v2.3
(class).
get-text-info
(function).
grouping-identity
(generic reader).
(setf grouping-identity)
(generic writer).
id
(generic reader).
(setf id)
(generic writer).
id3-tag
(class).
id3v2.2-frame
(class).
id3v2.2-tag
(class).
id3v2.3-frame
(class).
id3v2.3-tag
(class).
identifier
(generic reader).
(setf identifier)
(generic writer).
in-padding
(condition).
information
(generic function).
(setf information)
(generic function).
language
(generic reader).
(setf language)
(generic writer).
major-version
(generic reader).
(setf major-version)
(generic writer).
non-terminated-type
(function).
padding-size
(generic reader).
(setf padding-size)
(generic writer).
read-frame
(function).
revision
(generic reader).
(setf revision)
(generic writer).
show-tag-header
(function).
show-tag-headers
(function).
string-args
(function).
swap-bytes
(function).
terminated-type
(function).
text
(generic reader).
(setf text)
(generic writer).
text-info-frame
(class).
text-info-frame-v2.2
(class).
text-info-frame-v2.3
(class).
translate-v1-genre
(function).
ucs-2-char-type
(function).
upto-null
(function).
com.gigamonkeys.mp3-database
*default-table-size*
(special variable).
*mp3-schema*
(special variable).
*mp3s*
(special variable).
column
(class).
column-value
(function).
delete-all-rows
(function).
delete-rows
(function).
do-rows
(macro).
extract-schema
(function).
in
(function).
insert-row
(function).
load-database
(function).
make-column
(generic function).
make-schema
(function).
map-rows
(function).
matching
(function).
not-nullable
(function).
nth-row
(function).
random-selection
(function).
schema
(generic reader).
(setf schema)
(generic writer).
select
(function).
shuffle-table
(function).
sort-rows
(function).
table
(class).
table-size
(function).
with-column-values
(macro).
as-keyword
(function).
column-bindings
(function).
column-matcher
(function).
column-matchers
(function).
comparator
(generic reader).
default-value
(generic reader).
distinct-rows
(function).
equality-predicate
(generic reader).
extractor
(function).
file->row
(function).
find-column
(function).
intern-for-column
(function).
interned-values
(generic reader).
interned-values-column
(class).
make-rows
(function).
mklist
(function).
name
(generic reader).
normalize-for-column
(function).
normalize-row
(function).
nshuffle-vector
(function).
parse-track
(function).
parse-year
(function).
project-columns
(function).
random-sample
(function).
restrict-rows
(function).
row-comparator
(function).
row-equality-tester
(function).
rows
(generic reader).
(setf rows)
(generic writer).
sorted-rows
(function).
value-normalizer
(generic reader).
com.gigamonkeys.binary-data
com.gigamonkeys.macro-utilities
.
common-lisp
.
*in-progress-objects*
(special variable).
+null+
(constant).
current-binary-object
(function).
define-binary-class
(macro).
define-binary-type
(macro).
define-tagged-binary-class
(macro).
parent-of-type
(function).
read-value
(generic function).
write-value
(generic function).
all-slots
(function).
as-keyword
(function).
define-generic-binary-class
(macro).
direct-slots
(function).
inherited-slots
(function).
mklist
(function).
new-class-all-slots
(function).
normalize-slot-spec
(function).
read-object
(generic function).
slot->binding
(function).
slot->defclass-slot
(function).
slot->keyword-arg
(function).
slot->read-value
(function).
slot->write-value
(function).
type-reader-body
(function).
type-writer-body
(function).
write-object
(generic function).
com.gigamonkeys.pathnames
common-lisp
.
directory-p
(function).
directory-pathname-p
(function).
file-exists-p
(function).
file-p
(function).
file-pathname-p
(function).
list-directory
(function).
pathname-as-directory
(function).
pathname-as-file
(function).
walk-directory
(function).
directory-wildcard
(function).
com.gigamonkeys.mp3-browser
com.gigamonkeys.html
.
com.gigamonkeys.id3v2
.
com.gigamonkeys.mp3-database
.
com.gigamonkeys.shoutcast
.
com.gigamonkeys.url-function
.
common-lisp
.
net.aserve
.
start-mp3-browser
(function).
*empty-playlist-song*
(special variable).
*end-of-playlist-song*
(special variable).
*major-version*
(special variable).
*minor-version*
(special variable).
*mp3-css*
(special variable).
*mp3-dir*
(special variable).
*playlists*
(special variable).
*playlists-lock*
(special variable).
*random-amount*
(special variable).
*silence-mp3*
(special variable).
add-songs
(function).
all-playlists
(function).
at-end-p
(function).
base64->obj
(function).
browse
(function).
browse-link
(function).
browse-page-title
(function).
clear-playlist
(function).
configure-mp3-browser
(function).
current-idx
(generic reader).
(setf current-idx)
(generic writer).
delete-songs
(function).
delete-songs-link
(function).
empty-p
(function).
file-for-current-idx
(function).
id
(generic reader).
(setf id)
(generic writer).
link
(function).
list-item-for-page
(function).
lock
(generic reader).
lookup-playlist
(function).
make-playlist-table
(function).
make-silent-song
(function).
obj->base64
(function).
order-playlist
(function).
ordering
(generic reader).
(setf ordering)
(generic writer).
playlist
(function).
playlist
(class).
playlist-button
(function).
playlist-id
(function).
playlist-repeat-button
(function).
playlist-shuffle-button
(function).
playlist-toolbar
(function).
position-of-current
(function).
repeat
(generic reader).
(setf repeat)
(generic function).
reset-current-song
(function).
row->song
(function).
safe-read-from-string
(function).
shuffle
(generic reader).
(setf shuffle)
(generic writer).
shuffle-by-album
(function).
shuffle-by-song
(function).
shuffle-playlist
(function).
shuffled-album-names
(function).
songs-for-album
(function).
songs-table
(generic reader).
(setf songs-table)
(generic writer).
sort-playlist
(function).
sort-playlist-button
(function).
standard-footer
(function).
standard-header
(function).
update-current-if-necessary
(function).
urlencode
(function).
user-agent
(generic reader).
(setf user-agent)
(generic writer).
values->base-64
(function).
values-for-page
(function).
with-playlist-locked
(macro).
with-safe-io-syntax
(macro).
com.gigamonkeys.test
com.gigamonkeys.macro-utilities
.
common-lisp
.
*test-name*
(special variable).
combine-results
(macro).
report-result
(function).
com.gigamonkeys.shoutcast
com.gigamonkeys.id3v2
.
common-lisp
.
net.aserve
.
*song-source-type*
(special variable).
current-song
(slot).
current-song
(generic function).
(setf current-song)
(generic writer).
file
(slot).
file
(generic reader).
find-song-source
(generic function).
id3-size
(slot).
id3-size
(generic reader).
maybe-move-to-next-song
(generic function).
still-current-p
(generic function).
title
(slot).
title
(generic reader).
*metadata-interval*
(special variable).
*songs*
(special variable).
*timeout-seconds*
(special variable).
add-file-to-songs
(function).
file->song
(function).
index
(generic reader).
(setf index)
(generic writer).
make-icy-metadata
(function).
play-current
(function).
play-songs
(function).
prepare-icy-response
(function).
shoutcast
(function).
simple-song-queue
(class).
songs
(generic reader).
(setf songs)
(generic writer).
turn-off-chunked-transfer-encoding
(function).
com.gigamonkeys.macro-utilities
common-lisp
.
once-only
(macro).
ppme
(macro).
spliceable
(function).
with-gensyms
(macro).
com.gigamonkeys.url-function
com.gigamonkeys.html
.
com.gigamonkeys.macro-utilities
.
common-lisp
.
net.aserve
.
define-url-function
(macro).
string->type
(generic function).
get-cookie-value
(function).
normalize-param
(function).
param-binding
(function).
param-bindings
(function).
set-cookie-code
(function).
set-cookies-code
(function).
symbol->cookie-name
(function).
symbol->query-name
(function).
com.gigamonkeys.simple-db
common-lisp
.
*db*
(special variable).
add-cds
(function).
add-record
(function).
clear-db
(function).
delete-rows
(function).
dump-db
(function).
load-db
(function).
make-cd
(function).
make-comparison-expr
(function).
make-comparisons-list
(function).
prompt-for-cd
(function).
prompt-read
(function).
save-db
(function).
select
(function).
update
(function).
where
(macro).
com.gigamonkeys.html
com.gigamonkeys.macro-utilities
.
common-lisp
.
define-html-macro
(macro).
emit-html
(function).
html
(macro).
in-html-style
(macro).
with-html-output
(macro).
with-html-to-file
(macro).
*attribute-escapes*
(special variable).
*block-elements*
(special variable).
*element-escapes*
(special variable).
*empty-elements*
(special variable).
*escapes*
(special variable).
*html-output*
(special variable).
*html-pretty-printer*
(special variable).
*inline-elements*
(special variable).
*paragraph-elements*
(special variable).
*preserve-whitespace-elements*
(special variable).
*pretty*
(special variable).
*xhtml*
(special variable).
beginning-of-line-p
(generic reader).
(setf beginning-of-line-p)
(generic writer).
block-element-p
(function).
codegen-html
(function).
compile-buffer
(function).
cons-form-p
(function).
define-html-special-operator
(macro).
embed-code
(generic function).
embed-value
(generic function).
emit
(function).
emit-attributes
(function).
emit-close-tag
(function).
emit-css-import
(function).
emit-css-selector
(function).
emit-element-body
(function).
emit-freshline
(function).
emit-newline
(function).
emit-open-tag
(function).
emit/no-newlines
(function).
empty-element-p
(function).
escape
(function).
escape-char
(function).
expand-macro-form
(function).
freshline
(generic function).
generate-code
(function).
generate-macro-no-attributes
(function).
generate-macro-with-attributes
(function).
get-pretty-printer
(function).
html-compiler
(class).
html-pretty-printer
(class).
indent
(generic function).
indent-if-necessary
(function).
indentation
(generic reader).
(setf indentation)
(generic writer).
indenting-p
(generic reader).
(setf indenting-p)
(generic writer).
indenting-printer
(class).
macro-form-p
(function).
make-op-buffer
(function).
newline
(generic function).
op->code
(generic function).
ops
(generic reader).
(setf ops)
(generic writer).
optimize-static-output
(function).
out
(generic reader).
(setf out)
(generic writer).
paragraph-element-p
(function).
parse-cons-form
(function).
parse-explicit-attributes-sexp
(function).
parse-html-macro-lambda-list
(function).
parse-implicit-attributes-sexp
(function).
parse-selector
(function).
preserve-whitespace-p
(function).
printer
(generic reader).
(setf printer)
(generic writer).
process
(function).
process-cons-sexp-html
(function).
process-css
(function).
process-css-key-or-value
(function).
process-sexp-html
(function).
process-special-form
(function).
push-op
(function).
raw-string
(generic function).
self-evaluating-p
(function).
sexp->ops
(function).
sexp-html-p
(function).
special-form-p
(function).
tab-width
(generic reader).
(setf tab-width)
(generic writer).
toggle-indenting
(generic function).
unindent
(generic function).
Definitions are sorted by export status, category, package, and then by lexicographic order.
Run each expression in ‘forms’ as a test case.
Define a test function. Within a test function we can call other test functions or use ‘check’ to run individual test cases.
Is ‘name’ the name of an existing directory.
Is the given pathname the name of a directory? This function can usefully be used to test whether a name returned by LIST-DIRECTORIES or passed to the function in WALK-DIRECTORY is the name of a directory in the file system since they always return names in ‘directory normal form’.
Similar to CL:PROBE-FILE except it always returns directory names in ‘directory normal form’. Returns truename which will be in ‘directory form’ if file named is, in fact, a directory.
Is ‘name’ the name of an existing file, i.e. not a directory.
Build a where function that matches rows in which the value of the named column is in the given table
Return a list of the contents of the directory named by dirname. Names of subdirectories will be returned in ‘directory normal form’. Unlike CL:DIRECTORY, LIST-DIRECTORY does not accept wildcard pathnames; ‘dirname’ should simply be a pathname that names a directory. It can be in either file or directory form.
Build a where function that matches rows with the given column values.
Return a pathname reperesenting the given pathname in ‘directory normal form’, i.e. with all the name elements in the directory component and NIL in the name and type components. Can not be used on wild pathnames because there’s not portable way to convert wildcards in the name and type into a single directory component. Returns its argument if name and type are both nil or :unspecific.
Return a pathname reperesenting the given pathname in ‘file form’, i.e. with the name elements in the name and type component. Can’t convert wild pathnames because of problems mapping wild directory component into name and type components. Returns its argument if it is already in file form.
Walk a directory invoking ‘fn’ on each pathname found. If ‘test’ is supplied fn is invoked only on pathnames for which ‘test’ returns true. If ‘directories’ is t invokes ‘test’ and ‘fn’ on directory pathnames as well.
Return the currently playing song or NIL.
Find the song-source of the given type for the given request.
If the given song is still the current one update the value returned by current-song.
simple-song-queue
)) ¶Read a value of the given type from the stream.
(eql com.gigamonkeys.id3v2::id3-encoded-string)
) stream &key encoding length terminator) ¶(eql com.gigamonkeys.id3v2::raw-bytes)
) stream &key size) ¶(eql com.gigamonkeys.id3v2::frame-id)
) stream &key length) ¶(eql com.gigamonkeys.id3v2::id3-frames)
) stream &key tag-size frame-type) ¶(eql com.gigamonkeys.id3v2::id3v2.3-frame)
) streamvar &key) ¶(eql com.gigamonkeys.id3v2::id3v2.2-frame)
) streamvar &key) ¶(eql com.gigamonkeys.id3v2::optional)
) stream &key type if) ¶(eql com.gigamonkeys.id3v2::id3-tag)
) streamvar &key) ¶(eql com.gigamonkeys.id3v2::ucs-2-terminated-string)
) stream &key terminator) ¶(eql com.gigamonkeys.id3v2::ucs-2-string)
) stream &key length) ¶(eql com.gigamonkeys.id3v2::ucs-2-char-little-endian)
) stream &key) ¶(eql com.gigamonkeys.id3v2::ucs-2-char-big-endian)
) stream &key) ¶(eql com.gigamonkeys.id3v2::ucs-2-char)
) stream &key swap) ¶(eql com.gigamonkeys.id3v2::iso-8859-1-terminated-string)
) stream &key terminator) ¶(eql com.gigamonkeys.id3v2::iso-8859-1-string)
) stream &key length) ¶(eql com.gigamonkeys.id3v2::iso-8859-1-char)
) stream &key) ¶(eql com.gigamonkeys.id3v2::generic-terminated-string)
) stream &key terminator character-type) ¶(eql com.gigamonkeys.id3v2::generic-string)
) stream &key length character-type) ¶(eql com.gigamonkeys.id3v2::id3-tag-size)
) stream &key) ¶(eql com.gigamonkeys.id3v2::u4)
) stream &key) ¶(eql com.gigamonkeys.id3v2::u3)
) stream &key) ¶(eql com.gigamonkeys.id3v2::u2)
) stream &key) ¶(eql com.gigamonkeys.id3v2::u1)
) stream &key) ¶(eql com.gigamonkeys.id3v2::unsigned-integer)
) stream &key bytes bits-per-byte) ¶symbol
) stream &key) ¶id3v2.3-frame
)) ¶automatically generated reader method
size
.
id3v2.2-frame
)) ¶automatically generated reader method
size
.
id3v2.3-frame
)) ¶automatically generated writer method
size
.
id3v2.2-frame
)) ¶automatically generated writer method
size
.
Return true if the song given is the same as the current-song.
simple-song-queue
)) ¶Write a value as the given type to the stream.
(eql com.gigamonkeys.id3v2::id3-encoded-string)
) stream value &key encoding length terminator) ¶(eql com.gigamonkeys.id3v2::raw-bytes)
) stream value &key size) ¶(eql com.gigamonkeys.id3v2::frame-id)
) stream value &key length) ¶(eql com.gigamonkeys.id3v2::id3-frames)
) stream value &key tag-size frame-type) ¶(eql com.gigamonkeys.id3v2::optional)
) stream value &key type if) ¶(eql com.gigamonkeys.id3v2::ucs-2-terminated-string)
) stream value &key terminator) ¶(eql com.gigamonkeys.id3v2::ucs-2-string)
) stream value &key length) ¶(eql com.gigamonkeys.id3v2::ucs-2-char-little-endian)
) stream value &key) ¶(eql com.gigamonkeys.id3v2::ucs-2-char-big-endian)
) stream value &key) ¶(eql com.gigamonkeys.id3v2::ucs-2-char)
) stream value &key swap) ¶(eql com.gigamonkeys.id3v2::iso-8859-1-terminated-string)
) stream value &key terminator) ¶(eql com.gigamonkeys.id3v2::iso-8859-1-string)
) stream value &key length) ¶(eql com.gigamonkeys.id3v2::iso-8859-1-char)
) stream value &key) ¶(eql com.gigamonkeys.id3v2::generic-terminated-string)
) stream value &key terminator character-type) ¶(eql com.gigamonkeys.id3v2::generic-string)
) stream value &key length character-type) ¶(eql com.gigamonkeys.id3v2::id3-tag-size)
) stream value &key) ¶(eql com.gigamonkeys.id3v2::u4)
) stream value &key) ¶(eql com.gigamonkeys.id3v2::u3)
) stream value &key) ¶(eql com.gigamonkeys.id3v2::u2)
) stream value &key) ¶(eql com.gigamonkeys.id3v2::u1)
) stream value &key) ¶(eql com.gigamonkeys.id3v2::unsigned-integer)
) stream value &key bytes bits-per-byte) ¶symbol
) stream value &key) ¶:equality-predicate
This slot is read-only.
:comparator
This slot is read-only.
:default-value
This slot is read-only.
(function (lambda (com.gigamonkeys.mp3-database::v com.gigamonkeys.mp3-database:column) (declare (ignore com.gigamonkeys.mp3-database:column)) com.gigamonkeys.mp3-database::v))
:value-normalizer
This slot is read-only.
Combine the results (as booleans) of evaluating ‘forms’ in order.
Bayesian adjustment of a given probability given the number of data points that went into it, an assumed probability, and a weight we give that assumed probability.
Classify the text of a message as SPAM, HAM, or UNSURE.
Compile a string possibly containing newlines into a sequence of :raw-string and :newline ops.
The Fisher computation described by Robinson.
Probability that chi-square >= value with given degrees-of-freedom. Based on Gary Robinson’s Python implementation.
Like all slots but works while compiling a new class before slots and superclasses have been saved.
Shuffle a vector in place using Fisher-Yates algorithm.
Shuffle a vector in place.
Parse a lambda list that can include the &attributes lambda-list-keyword.
Based on Algorithm S from Knuth. TAOCP, vol. 2. p. 142
Report the results of a single test case. Called by ‘check’.
Return a shuffled copy of vector.
Basic probability that a feature with the given relative frequencies will appear in a spam assuming spams and hams are otherwise equally probable. One of the two frequencies must be non-zero.
indenting-printer
)) ¶automatically generated reader method
indenting-printer
)) ¶automatically generated writer method
id3v2.3-tag
)) ¶automatically generated reader method
crc
.
id3v2.3-tag
)) ¶automatically generated writer method
crc
.
generic-frame
)) ¶automatically generated reader method
data
.
generic-frame
)) ¶automatically generated writer method
data
.
id3v2.3-frame
)) ¶id3v2.2-frame
)) ¶id3v2.3-frame
)) ¶automatically generated reader method
id3v2.3-frame
)) ¶automatically generated writer method
comment-frame
)) ¶automatically generated reader method
comment-frame
)) ¶automatically generated writer method
html-compiler
) code) ¶html-pretty-printer
) code) ¶html-compiler
) value) ¶html-pretty-printer
) value) ¶comment-frame
)) ¶automatically generated reader method
text-info-frame
)) ¶automatically generated reader method
comment-frame
)) ¶automatically generated writer method
text-info-frame
)) ¶automatically generated writer method
id3v2.3-frame
)) ¶automatically generated reader method
id3v2.3-frame
)) ¶automatically generated writer method
id3v2.3-tag
)) ¶automatically generated reader method
id3v2.3-tag
)) ¶automatically generated writer method
id3v2.3-tag
)) ¶automatically generated reader method
id3v2.3-tag
)) ¶automatically generated writer method
id3v2.3-frame
)) ¶automatically generated reader method
id3v2.3-frame
)) ¶automatically generated writer method
id3v2.3-frame
)) ¶id3v2.2-frame
)) ¶id3v2.3-tag
)) ¶automatically generated reader method
id3v2.2-tag
)) ¶automatically generated reader method
id3v2.3-tag
)) ¶automatically generated writer method
id3v2.2-tag
)) ¶automatically generated writer method
html-compiler
)) ¶html-pretty-printer
)) ¶id3v2.3-frame
)) ¶automatically generated reader method
id3v2.3-frame
)) ¶automatically generated writer method
word-feature
)) ¶word-feature
)) ¶Number of hams we have seen this feature in.
id3v2.3-frame
)) ¶automatically generated reader method
id
.
id3v2.2-frame
)) ¶automatically generated reader method
id
.
id3v2.3-frame
)) ¶automatically generated writer method
id
.
id3v2.2-frame
)) ¶automatically generated writer method
id
.
html-compiler
)) ¶html-pretty-printer
)) ¶indenting-printer
)) ¶automatically generated reader method
indenting-printer
)) ¶automatically generated writer method
indenting-printer
)) ¶automatically generated reader method
indenting-printer
)) ¶automatically generated writer method
simple-song-queue
)) ¶automatically generated reader method
simple-song-queue
)) ¶automatically generated writer method
generic-frame-v2.3
)) ¶text-info-frame
)) ¶automatically generated reader method
text-info-frame
)) ¶text-info-frame
)) ¶automatically generated writer method
interned-values-column
)) ¶automatically generated reader method
comment-frame
)) ¶automatically generated reader method
comment-frame
)) ¶automatically generated writer method
html-compiler
)) ¶html-pretty-printer
)) ¶(eql :embed-code)
) &rest operands) ¶(eql :embed-value)
) &rest operands) ¶(eql :toggle-indenting)
) &rest operands) ¶(eql :unindent)
) &rest operands) ¶(eql :indent)
) &rest operands) ¶(eql :freshline)
) &rest operands) ¶(eql :newline)
) &rest operands) ¶(eql :raw-string)
) &rest operands) ¶html-compiler
)) ¶automatically generated reader method
html-compiler
)) ¶automatically generated writer method
indenting-printer
)) ¶automatically generated reader method
indenting-printer
)) ¶automatically generated writer method
id3v2.3-tag
)) ¶automatically generated reader method
id3v2.3-tag
)) ¶automatically generated writer method
html-pretty-printer
)) ¶automatically generated reader method
html-pretty-printer
)) ¶automatically generated writer method
html-compiler
) string &optional newlines-p) ¶html-pretty-printer
) string &optional newlines-p) ¶Fill in the slots of object from stream.
progn
.
:most-specific-last
comment-frame-v2.3
) streamvar) ¶comment-frame-v2.2
) streamvar) ¶text-info-frame-v2.3
) streamvar) ¶text-info-frame-v2.2
) streamvar) ¶comment-frame
) streamvar) ¶text-info-frame
) streamvar) ¶generic-frame-v2.3
) streamvar) ¶generic-frame-v2.2
) streamvar) ¶generic-frame
) streamvar) ¶id3v2.3-tag
) streamvar) ¶id3v2.2-tag
) streamvar) ¶simple-song-queue
)) ¶automatically generated reader method
simple-song-queue
)) ¶automatically generated writer method
word-feature
)) ¶word-feature
)) ¶Number of spams we have seen this feature in.
html-pretty-printer
)) ¶automatically generated reader method
html-pretty-printer
)) ¶automatically generated writer method
comment-frame
)) ¶automatically generated reader method
text
.
comment-frame
)) ¶automatically generated writer method
text
.
html-compiler
)) ¶html-pretty-printer
)) ¶html-compiler
)) ¶html-pretty-printer
)) ¶word-feature
)) ¶word-feature
)) ¶The word this feature represents.
Write out the slots of object to the stream.
progn
.
:most-specific-last
comment-frame-v2.3
) streamvar) ¶comment-frame-v2.2
) streamvar) ¶text-info-frame-v2.3
) streamvar) ¶text-info-frame-v2.2
) streamvar) ¶comment-frame
) streamvar) ¶text-info-frame
) streamvar) ¶generic-frame-v2.3
) streamvar) ¶generic-frame-v2.2
) streamvar) ¶generic-frame
) streamvar) ¶id3v2.3-frame
) streamvar) ¶id3v2.2-frame
) streamvar) ¶id3v2.3-tag
) streamvar) ¶id3v2.2-tag
) streamvar) ¶:identifier
:major-version
:revision
:flags
:frames
:flags
:decompressed-size
:encryption-scheme
:grouping-identity
:extended-header-size
:extra-flags
:padding-size
:frames
(make-hash-table :test (function equal))
This slot is read-only.
(function eql)
(function com.gigamonkeys.mp3-database::intern-for-column)
(com.gigamonkeys.mp3-browser::make-playlist-table)
com.gigamonkeys.mp3-browser::*empty-playlist-song*
0
:album
:none
:none
"unknown"
The word this feature represents.
(error "must supply :word")
:word
word
.
Number of spams we have seen this feature in.
0
:spam-count
Number of hams we have seen this feature in.
0
:ham-count
Jump to: | (
A B C D E F G H I L M N O P R S T U V W Y |
---|
Jump to: | (
A B C D E F G H I L M N O P R S T U V W Y |
---|
Jump to: | *
+
B C D E F G H I L M N O P R S T U V W |
---|
Jump to: | *
+
B C D E F G H I L M N O P R S T U V W |
---|
Jump to: | B C D F G H I M P S T W |
---|
Jump to: | B C D F G H I M P S T W |
---|