This is the html-entities Reference Manual, version 0.2, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Dec 15 06:23:18 2024 GMT+0.
The main system appears first, followed by any subsystem dependency.
html-entities
A module for encoding and decoding HTML/XML/SGML entities.
Aaron Sokoloski <asokoloski@gmail.com>
MIT License
0.2
cl-ppcre
(system).
packages.lisp
(file).
entity-tables.lisp
(file).
html-entities.lisp
(file).
Files are sorted by type and then listed depth-first from the systems components trees.
html-entities/html-entities.asd
html-entities/packages.lisp
html-entities/entity-tables.lisp
html-entities/html-entities.lisp
html-entities/html-entities.asd
html-entities
(system).
html-entities/entity-tables.lisp
packages.lisp
(file).
html-entities
(system).
*entity-definitions*
(special variable).
*sgml-entity-definitions*
(special variable).
html-entities/html-entities.lisp
entity-tables.lisp
(file).
packages.lisp
(file).
html-entities
(system).
*enable-sgml*
(special variable).
*encode-in-hexadecimal*
(special variable).
*encode-using-named-entities*
(special variable).
char-of-name
(function).
char-to-entity
(function).
decode-entities
(function).
encode-entities
(function).
entity-to-char
(function).
name-of-char
(function).
*char-to-name*
(special variable).
*escape-all*
(special variable).
*name-to-char*
(special variable).
*sgml-char-to-name*
(special variable).
*sgml-name-to-char*
(special variable).
init-hashes
(function).
Packages are listed by definition order.
html-entities
Main package for html-entities.
cl-ppcre
.
common-lisp
.
*enable-sgml*
(special variable).
*encode-in-hexadecimal*
(special variable).
*encode-using-named-entities*
(special variable).
char-of-name
(function).
char-to-entity
(function).
decode-entities
(function).
encode-entities
(function).
entity-to-char
(function).
name-of-char
(function).
*char-to-name*
(special variable).
*entity-definitions*
(special variable).
*escape-all*
(special variable).
*name-to-char*
(special variable).
*sgml-char-to-name*
(special variable).
*sgml-entity-definitions*
(special variable).
*sgml-name-to-char*
(special variable).
init-hashes
(function).
Definitions are sorted by export status, category, package, and then by lexicographic order.
Encode and decode using SGML entity names, of which HTML entity names are almost a subset (' is different).
When a symbolic name is not available, use hexadecimal-based integers: á instead of á .
Use symbolic names, such as á , rather than á or á .
Decodes all entites in HTML.
Encodes entites in HTML. Defaults to pretty much everything you can, but you can pass a regex like "[<>&\"]" to only encode the basics.
Jump to: | C D E F I N |
---|
Jump to: | C D E F I N |
---|
Jump to: | *
S |
---|
Jump to: | *
S |
---|
Jump to: | E F H P S |
---|
Jump to: | E F H P S |
---|