The firephp Reference Manual

This is the firephp Reference Manual, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Feb 26 16:25:25 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

The main system appears first, followed by any subsystem dependency.


2.1 firephp

FirePHP debug utility

Maintainer

Olexiy Zamkoviy

Author

Olexiy Zamkoviy

License

LLGPL

Dependencies
  • cl-json (system).
  • hunchentoot (system).
Source

firephp.asd.

Child Component

firephp.lisp (file).


3 Files

Files are sorted by type and then listed depth-first from the systems components trees.


3.1 Lisp


3.1.1 firephp/firephp.asd

Source

firephp.asd.

Parent Component

firephp (system).

ASDF Systems

firephp.

Packages

firephp-asd.


3.1.2 firephp/firephp.lisp

Source

firephp.asd.

Parent Component

firephp (system).

Packages

firephp.

Public Interface
Internals

4 Packages

Packages are listed by definition order.


4.1 firephp-asd

Source

firephp.asd.

Use List
  • asdf/interface.
  • common-lisp.

4.2 firephp

FirePHP protocol server implementation

Source

firephp.lisp.

Use List

common-lisp.

Public Interface
Internals

5 Definitions

Definitions are sorted by export status, category, package, and then by lexicographic order.


5.1 Public Interface


5.1.1 Special variables

Special Variable: *escape-html-p*
Package

firephp.

Source

firephp.lisp.


5.1.2 Ordinary functions

Function: descr (&rest args)
Package

firephp.

Source

firephp.lisp.

Function: fb (&rest args)

Simple debug function applies to any arguments and just displays them

Package

firephp.

Source

firephp.lisp.

Function: send-message (message &rest args &key type label)
Package

firephp.

Source

firephp.lisp.


5.2 Internals


5.2.1 Ordinary functions

Function: get-last-message-index ()
Package

firephp.

Source

firephp.lisp.

Function: maybe-escape-html (str)
Package

firephp.

Source

firephp.lisp.

Function: send-header (name value)
Package

firephp.

Source

firephp.lisp.

Function: split-into-chunks (sequence &optional size)
Package

firephp.

Source

firephp.lisp.


Appendix A Indexes


A.1 Concepts


A.3 Variables

Jump to:   *  
S  
Index Entry  Section

*
*escape-html-p*: Public special variables

S
Special Variable, *escape-html-p*: Public special variables