This is the css-lite Reference Manual, version 0.1, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Dec 15 05:51:59 2024 GMT+0.
The main system appears first, followed by any subsystem dependency.
css-lite
0.1
parenscript
(system).
package.lisp
(file).
css-lite.lisp
(file).
utility.lisp
(file).
lite-utility.lisp
(file).
paren-css-lite.lisp
(file).
Files are sorted by type and then listed depth-first from the systems components trees.
css-lite/css-lite.asd
css-lite/package.lisp
css-lite/css-lite.lisp
css-lite/utility.lisp
css-lite/lite-utility.lisp
css-lite/paren-css-lite.lisp
css-lite/css-lite.lisp
package.lisp
(file).
css-lite
(system).
*css-stream*
(special variable).
*indent-css*
(special variable).
comment
(function).
css
(macro).
css-id-name
(function).
css-string
(macro).
inline-css
(function).
make-css-func
(macro).
make-css-var
(macro).
+newline+
(special variable).
css-comment-p
(function).
css-func-p
(function).
css-selectors-to-string
(function).
css-var-p
(function).
expand-tree
(function).
process-css-properties
(function).
process-css-rule
(function).
selector-to-string
(function).
to-string
(function).
css-lite/utility.lisp
css-lite.lisp
(file).
css-lite
(system).
flatten
(function).
css-lite/lite-utility.lisp
utility.lisp
(file).
css-lite
(system).
css-lite/paren-css-lite.lisp
lite-utility.lisp
(file).
css-lite
(system).
Packages are listed by definition order.
css-lite
common-lisp
.
%
(function).
*css-stream*
(special variable).
*indent-css*
(special variable).
comment
(function).
css
(macro).
css-id-name
(function).
css-string
(macro).
inline-css
(function).
make-css-func
(macro).
make-css-var
(macro).
pt
(function).
px
(function).
+newline+
(special variable).
css-comment-p
(function).
css-func-p
(function).
css-selectors-to-string
(function).
css-var-p
(function).
expand-tree
(function).
flatten
(function).
process-css-properties
(function).
process-css-rule
(function).
selector-to-string
(function).
to-string
(function).
Definitions are sorted by export status, category, package, and then by lexicographic order.
Indicates if the properties of a selector should be indented or not.
There are three possible values:
* nil - The default value, and indicates that no indentation should be
applied
* the symbol ’tab - Indicates that the properties should be indented
using the #Tab character
* an integer greater than 0 - Indicates how many #Space characters should be used to indent the properties
Return T if ‘val’ is the start of a CSS comment, otherwise return NIL.
Jump to: | %
C E F I M P S T |
---|
Jump to: | %
C E F I M P S T |
---|
Jump to: | *
+
S |
---|
Jump to: | *
+
S |
---|
Jump to: | C F L P S U |
---|
Jump to: | C F L P S U |
---|