The acclimation Reference Manual
Table of Contents
The acclimation Reference Manual
This is the acclimation Reference Manual,
generated automatically by Declt version 3.0 "Montgomery Scott"
on Tue Dec 22 11:37:11 2020 GMT+0.
1 Introduction
This project is meant to provide tools for internationalizing Common
Lisp programs.
One important aspect of internationalization is of course the language
used in error messages, documentation strings etc. But with this
project we will provide tools for all other aspects of
internationalization as well. To get an idea of what we are aiming
for, here is a partial list of other tools we are thinking of
providing:
* Showing dates. This is a complex issue because it not only
involves the format of a date, but also the precision. For
example, it is probably not useful to provide more precision for
the time an email was sent than down to the minute.
* Measuring weight. There are three important aspects here, namely
the type of object that is being measured, the unit to be used,
and the precision. For instance, in the UK, for measuring the
weight of people, some people like to use the units "stones" and
"pounds" for this purpose, and it is not useful to give more than
one or two digits of precision for the pounds.
* Measuring temperature. The same three aspects are involved as
with weight units. Some people might want to use degrees
Fahrenheit for measuring oven temperature, and it is not useful to
have more precision than 10 degrees. The same person might want
to show the temperature of liquid nitrogen in Kelvin.
* Names of physical quantities. Even if English is used, some
people (including myself) do not like names of physical quantities
that tie them to a particular unit of measure, such as voltage,
mileage, amperage, wattage, etc. In addition, such quantities can
become ambiguous, because there might be several quantities that
use the same unit, such as length, height, width, or distance. We
intend to provide tools that allow programmers to configure what
names of quantities are used.
* Etc.
2 Systems
The main system appears first, followed by any subsystem dependency.
2.1 acclimation
- Author
Robert Strandh <robert.strandh@gmail.com>
- License
FreeBSD, see file LICENSE.text
- Description
Library supporting internationalization
- Source
acclimation.asd (file)
- Components
-
3 Files
Files are sorted by type and then listed depth-first from the systems
components trees.
3.1 Lisp
3.1.1 acclimation.asd
- Location
acclimation.asd
- Systems
acclimation (system)
3.1.2 acclimation/packages.lisp
- Parent
acclimation (system)
- Location
packages.lisp
- Packages
acclimation
3.1.3 acclimation/locale.lisp
- Dependency
packages.lisp (file)
- Parent
acclimation (system)
- Location
locale.lisp
- Exported Definitions
-
3.1.4 acclimation/date.lisp
- Dependency
locale.lisp (file)
- Parent
acclimation (system)
- Location
date.lisp
- Exported Definitions
-
3.1.5 acclimation/language.lisp
- Dependency
date.lisp (file)
- Parent
acclimation (system)
- Location
language.lisp
- Exported Definitions
language (class)
- Internal Definitions
-
3.1.6 acclimation/language-english.lisp
- Dependency
language.lisp (file)
- Parent
acclimation (system)
- Location
language-english.lisp
- Exported Definitions
-
3.1.7 acclimation/language-french.lisp
- Dependency
language-english.lisp (file)
- Parent
acclimation (system)
- Location
language-french.lisp
- Exported Definitions
-
3.1.8 acclimation/language-swedish.lisp
- Dependency
language-french.lisp (file)
- Parent
acclimation (system)
- Location
language-swedish.lisp
- Exported Definitions
-
3.1.9 acclimation/language-vietnamese.lisp
- Dependency
language-swedish.lisp (file)
- Parent
acclimation (system)
- Location
language-vietnamese.lisp
- Exported Definitions
-
3.1.10 acclimation/language-japanese.lisp
- Dependency
language-vietnamese.lisp (file)
- Parent
acclimation (system)
- Location
language-japanese.lisp
- Exported Definitions
-
- Internal Definitions
japanese (class)
3.1.11 acclimation/language-polish.lisp
- Dependency
language-japanese.lisp (file)
- Parent
acclimation (system)
- Location
language-polish.lisp
- Exported Definitions
-
- Internal Definitions
polish (class)
3.1.12 acclimation/language-german.lisp
- Dependency
language-polish.lisp (file)
- Parent
acclimation (system)
- Location
language-german.lisp
- Exported Definitions
-
3.1.13 acclimation/language-afrikaans.lisp
- Dependency
language-german.lisp (file)
- Parent
acclimation (system)
- Location
language-afrikaans.lisp
- Exported Definitions
-
3.1.14 acclimation/condition.lisp
- Dependency
language-afrikaans.lisp (file)
- Parent
acclimation (system)
- Location
condition.lisp
- Exported Definitions
-
3.1.15 acclimation/restart.lisp
- Dependency
condition.lisp (file)
- Parent
acclimation (system)
- Location
restart.lisp
- Exported Definitions
-
3.1.16 acclimation/documentation.lisp
- Dependency
restart.lisp (file)
- Parent
acclimation (system)
- Location
documentation.lisp
- Exported Definitions
-
3.1.17 acclimation/init.lisp
- Dependency
documentation.lisp (file)
- Parent
acclimation (system)
- Location
init.lisp
4 Packages
Packages are listed by definition order.
4.1 acclimation
- Source
packages.lisp (file)
- Use List
common-lisp
- Exported Definitions
-
- Internal Definitions
-
5 Definitions
Definitions are sorted by export status, category, package, and then by
lexicographic order.
5.1 Exported definitions
5.1.1 Special variables
- Special Variable: *locale*
-
- Package
acclimation
- Source
locale.lisp (file)
5.1.2 Macros
- Macro: with-restarts CASES &body BODY
-
- Package
acclimation
- Source
restart.lisp (file)
5.1.3 Generic functions
- Generic Function: documentation NAME TYPE LANGUAGE
-
- Generic Function: (setf documentation) DOCUMENTATION NAME TYPE LANGUAGE
-
- Package
acclimation
- Source
documentation.lisp (file)
- Methods
- Method: documentation NAME TYPE (LANGUAGE english)
-
- Method: (setf documentation) DOCUMENTATION NAME TYPE (LANGUAGE english)
-
- Generic Function: interactive-function RESTART LANGUAGE
-
- Package
acclimation
- Source
restart.lisp (file)
- Generic Function: language OBJECT
-
- Generic Function: (setf language) NEW-VALUE OBJECT
-
- Package
acclimation
- Methods
- Method: language (LOCALE locale)
-
automatically generated reader method
- Source
locale.lisp (file)
- Method: (setf language) NEW-VALUE (LOCALE locale)
-
automatically generated writer method
- Source
locale.lisp (file)
- Generic Function: long-day-name DAY LANGUAGE
-
- Package
acclimation
- Source
date.lisp (file)
- Methods
- Method: long-day-name (DAY (eql 7)) (LANGUAGE afrikaans)
-
- Source
language-afrikaans.lisp (file)
- Method: long-day-name (DAY (eql 6)) (LANGUAGE afrikaans)
-
- Source
language-afrikaans.lisp (file)
- Method: long-day-name (DAY (eql 5)) (LANGUAGE afrikaans)
-
- Source
language-afrikaans.lisp (file)
- Method: long-day-name (DAY (eql 4)) (LANGUAGE afrikaans)
-
- Source
language-afrikaans.lisp (file)
- Method: long-day-name (DAY (eql 3)) (LANGUAGE afrikaans)
-
- Source
language-afrikaans.lisp (file)
- Method: long-day-name (DAY (eql 2)) (LANGUAGE afrikaans)
-
- Source
language-afrikaans.lisp (file)
- Method: long-day-name (DAY (eql 1)) (LANGUAGE afrikaans)
-
- Source
language-afrikaans.lisp (file)
- Method: long-day-name (DAY (eql 7)) (LANGUAGE german)
-
- Source
language-german.lisp (file)
- Method: long-day-name (DAY (eql 6)) (LANGUAGE german)
-
- Source
language-german.lisp (file)
- Method: long-day-name (DAY (eql 5)) (LANGUAGE german)
-
- Source
language-german.lisp (file)
- Method: long-day-name (DAY (eql 4)) (LANGUAGE german)
-
- Source
language-german.lisp (file)
- Method: long-day-name (DAY (eql 3)) (LANGUAGE german)
-
- Source
language-german.lisp (file)
- Method: long-day-name (DAY (eql 2)) (LANGUAGE german)
-
- Source
language-german.lisp (file)
- Method: long-day-name (DAY (eql 1)) (LANGUAGE german)
-
- Source
language-german.lisp (file)
- Method: long-day-name (DAY (eql 7)) (LANGUAGE polish)
-
- Source
language-polish.lisp (file)
- Method: long-day-name (DAY (eql 6)) (LANGUAGE polish)
-
- Source
language-polish.lisp (file)
- Method: long-day-name (DAY (eql 5)) (LANGUAGE polish)
-
- Source
language-polish.lisp (file)
- Method: long-day-name (DAY (eql 4)) (LANGUAGE polish)
-
- Source
language-polish.lisp (file)
- Method: long-day-name (DAY (eql 3)) (LANGUAGE polish)
-
- Source
language-polish.lisp (file)
- Method: long-day-name (DAY (eql 2)) (LANGUAGE polish)
-
- Source
language-polish.lisp (file)
- Method: long-day-name (DAY (eql 1)) (LANGUAGE polish)
-
- Source
language-polish.lisp (file)
- Method: long-day-name (DAY (eql 7)) (LANGUAGE japanese)
-
- Source
language-japanese.lisp (file)
- Method: long-day-name (DAY (eql 6)) (LANGUAGE japanese)
-
- Source
language-japanese.lisp (file)
- Method: long-day-name (DAY (eql 5)) (LANGUAGE japanese)
-
- Source
language-japanese.lisp (file)
- Method: long-day-name (DAY (eql 4)) (LANGUAGE japanese)
-
- Source
language-japanese.lisp (file)
- Method: long-day-name (DAY (eql 3)) (LANGUAGE japanese)
-
- Source
language-japanese.lisp (file)
- Method: long-day-name (DAY (eql 2)) (LANGUAGE japanese)
-
- Source
language-japanese.lisp (file)
- Method: long-day-name (DAY (eql 1)) (LANGUAGE japanese)
-
- Source
language-japanese.lisp (file)
- Method: long-day-name (DAY (eql 7)) (LANGUAGE vietnamese)
-
- Source
language-vietnamese.lisp (file)
- Method: long-day-name (DAY (eql 6)) (LANGUAGE vietnamese)
-
- Source
language-vietnamese.lisp (file)
- Method: long-day-name (DAY (eql 5)) (LANGUAGE vietnamese)
-
- Source
language-vietnamese.lisp (file)
- Method: long-day-name (DAY (eql 4)) (LANGUAGE vietnamese)
-
- Source
language-vietnamese.lisp (file)
- Method: long-day-name (DAY (eql 3)) (LANGUAGE vietnamese)
-
- Source
language-vietnamese.lisp (file)
- Method: long-day-name (DAY (eql 2)) (LANGUAGE vietnamese)
-
- Source
language-vietnamese.lisp (file)
- Method: long-day-name (DAY (eql 1)) (LANGUAGE vietnamese)
-
- Source
language-vietnamese.lisp (file)
- Method: long-day-name (DAY (eql 7)) (LANGUAGE swedish)
-
- Source
language-swedish.lisp (file)
- Method: long-day-name (DAY (eql 6)) (LANGUAGE swedish)
-
- Source
language-swedish.lisp (file)
- Method: long-day-name (DAY (eql 5)) (LANGUAGE swedish)
-
- Source
language-swedish.lisp (file)
- Method: long-day-name (DAY (eql 4)) (LANGUAGE swedish)
-
- Source
language-swedish.lisp (file)
- Method: long-day-name (DAY (eql 3)) (LANGUAGE swedish)
-
- Source
language-swedish.lisp (file)
- Method: long-day-name (DAY (eql 2)) (LANGUAGE swedish)
-
- Source
language-swedish.lisp (file)
- Method: long-day-name (DAY (eql 1)) (LANGUAGE swedish)
-
- Source
language-swedish.lisp (file)
- Method: long-day-name (DAY (eql 7)) (LANGUAGE french)
-
- Source
language-french.lisp (file)
- Method: long-day-name (DAY (eql 6)) (LANGUAGE french)
-
- Source
language-french.lisp (file)
- Method: long-day-name (DAY (eql 5)) (LANGUAGE french)
-
- Source
language-french.lisp (file)
- Method: long-day-name (DAY (eql 4)) (LANGUAGE french)
-
- Source
language-french.lisp (file)
- Method: long-day-name (DAY (eql 3)) (LANGUAGE french)
-
- Source
language-french.lisp (file)
- Method: long-day-name (DAY (eql 2)) (LANGUAGE french)
-
- Source
language-french.lisp (file)
- Method: long-day-name (DAY (eql 1)) (LANGUAGE french)
-
- Source
language-french.lisp (file)
- Method: long-day-name (DAY (eql 7)) (LANGUAGE english)
-
- Source
language-english.lisp (file)
- Method: long-day-name (DAY (eql 6)) (LANGUAGE english)
-
- Source
language-english.lisp (file)
- Method: long-day-name (DAY (eql 5)) (LANGUAGE english)
-
- Source
language-english.lisp (file)
- Method: long-day-name (DAY (eql 4)) (LANGUAGE english)
-
- Source
language-english.lisp (file)
- Method: long-day-name (DAY (eql 3)) (LANGUAGE english)
-
- Source
language-english.lisp (file)
- Method: long-day-name (DAY (eql 2)) (LANGUAGE english)
-
- Source
language-english.lisp (file)
- Method: long-day-name (DAY (eql 1)) (LANGUAGE english)
-
- Source
language-english.lisp (file)
- Generic Function: report-condition CONDITION STREAM LANGUAGE
-
- Package
acclimation
- Source
condition.lisp (file)
- Generic Function: report-function RESTART LANGUAGE
-
- Package
acclimation
- Source
restart.lisp (file)
- Generic Function: short-day-name DAY LANGUAGE
-
- Package
acclimation
- Source
date.lisp (file)
- Methods
- Method: short-day-name (DAY (eql 7)) (LANGUAGE afrikaans)
-
- Source
language-afrikaans.lisp (file)
- Method: short-day-name (DAY (eql 6)) (LANGUAGE afrikaans)
-
- Source
language-afrikaans.lisp (file)
- Method: short-day-name (DAY (eql 5)) (LANGUAGE afrikaans)
-
- Source
language-afrikaans.lisp (file)
- Method: short-day-name (DAY (eql 4)) (LANGUAGE afrikaans)
-
- Source
language-afrikaans.lisp (file)
- Method: short-day-name (DAY (eql 3)) (LANGUAGE afrikaans)
-
- Source
language-afrikaans.lisp (file)
- Method: short-day-name (DAY (eql 2)) (LANGUAGE afrikaans)
-
- Source
language-afrikaans.lisp (file)
- Method: short-day-name (DAY (eql 1)) (LANGUAGE afrikaans)
-
- Source
language-afrikaans.lisp (file)
- Method: short-day-name (DAY (eql 7)) (LANGUAGE german)
-
- Source
language-german.lisp (file)
- Method: short-day-name (DAY (eql 6)) (LANGUAGE german)
-
- Source
language-german.lisp (file)
- Method: short-day-name (DAY (eql 5)) (LANGUAGE german)
-
- Source
language-german.lisp (file)
- Method: short-day-name (DAY (eql 4)) (LANGUAGE german)
-
- Source
language-german.lisp (file)
- Method: short-day-name (DAY (eql 3)) (LANGUAGE german)
-
- Source
language-german.lisp (file)
- Method: short-day-name (DAY (eql 2)) (LANGUAGE german)
-
- Source
language-german.lisp (file)
- Method: short-day-name (DAY (eql 1)) (LANGUAGE german)
-
- Source
language-german.lisp (file)
- Method: short-day-name (DAY (eql 7)) (LANGUAGE polish)
-
- Source
language-polish.lisp (file)
- Method: short-day-name (DAY (eql 6)) (LANGUAGE polish)
-
- Source
language-polish.lisp (file)
- Method: short-day-name (DAY (eql 5)) (LANGUAGE polish)
-
- Source
language-polish.lisp (file)
- Method: short-day-name (DAY (eql 4)) (LANGUAGE polish)
-
- Source
language-polish.lisp (file)
- Method: short-day-name (DAY (eql 3)) (LANGUAGE polish)
-
- Source
language-polish.lisp (file)
- Method: short-day-name (DAY (eql 2)) (LANGUAGE polish)
-
- Source
language-polish.lisp (file)
- Method: short-day-name (DAY (eql 1)) (LANGUAGE polish)
-
- Source
language-polish.lisp (file)
- Method: short-day-name (DAY (eql 7)) (LANGUAGE japanese)
-
- Source
language-japanese.lisp (file)
- Method: short-day-name (DAY (eql 6)) (LANGUAGE japanese)
-
- Source
language-japanese.lisp (file)
- Method: short-day-name (DAY (eql 5)) (LANGUAGE japanese)
-
- Source
language-japanese.lisp (file)
- Method: short-day-name (DAY (eql 4)) (LANGUAGE japanese)
-
- Source
language-japanese.lisp (file)
- Method: short-day-name (DAY (eql 3)) (LANGUAGE japanese)
-
- Source
language-japanese.lisp (file)
- Method: short-day-name (DAY (eql 2)) (LANGUAGE japanese)
-
- Source
language-japanese.lisp (file)
- Method: short-day-name (DAY (eql 1)) (LANGUAGE japanese)
-
- Source
language-japanese.lisp (file)
- Method: short-day-name (DAY (eql 7)) (LANGUAGE vietnamese)
-
- Source
language-vietnamese.lisp (file)
- Method: short-day-name (DAY (eql 6)) (LANGUAGE vietnamese)
-
- Source
language-vietnamese.lisp (file)
- Method: short-day-name (DAY (eql 5)) (LANGUAGE vietnamese)
-
- Source
language-vietnamese.lisp (file)
- Method: short-day-name (DAY (eql 4)) (LANGUAGE vietnamese)
-
- Source
language-vietnamese.lisp (file)
- Method: short-day-name (DAY (eql 3)) (LANGUAGE vietnamese)
-
- Source
language-vietnamese.lisp (file)
- Method: short-day-name (DAY (eql 2)) (LANGUAGE vietnamese)
-
- Source
language-vietnamese.lisp (file)
- Method: short-day-name (DAY (eql 1)) (LANGUAGE vietnamese)
-
- Source
language-vietnamese.lisp (file)
- Method: short-day-name (DAY (eql 7)) (LANGUAGE swedish)
-
- Source
language-swedish.lisp (file)
- Method: short-day-name (DAY (eql 6)) (LANGUAGE swedish)
-
- Source
language-swedish.lisp (file)
- Method: short-day-name (DAY (eql 5)) (LANGUAGE swedish)
-
- Source
language-swedish.lisp (file)
- Method: short-day-name (DAY (eql 4)) (LANGUAGE swedish)
-
- Source
language-swedish.lisp (file)
- Method: short-day-name (DAY (eql 3)) (LANGUAGE swedish)
-
- Source
language-swedish.lisp (file)
- Method: short-day-name (DAY (eql 2)) (LANGUAGE swedish)
-
- Source
language-swedish.lisp (file)
- Method: short-day-name (DAY (eql 1)) (LANGUAGE swedish)
-
- Source
language-swedish.lisp (file)
- Method: short-day-name (DAY (eql 7)) (LANGUAGE french)
-
- Source
language-french.lisp (file)
- Method: short-day-name (DAY (eql 6)) (LANGUAGE french)
-
- Source
language-french.lisp (file)
- Method: short-day-name (DAY (eql 5)) (LANGUAGE french)
-
- Source
language-french.lisp (file)
- Method: short-day-name (DAY (eql 4)) (LANGUAGE french)
-
- Source
language-french.lisp (file)
- Method: short-day-name (DAY (eql 3)) (LANGUAGE french)
-
- Source
language-french.lisp (file)
- Method: short-day-name (DAY (eql 2)) (LANGUAGE french)
-
- Source
language-french.lisp (file)
- Method: short-day-name (DAY (eql 1)) (LANGUAGE french)
-
- Source
language-french.lisp (file)
- Method: short-day-name (DAY (eql 7)) (LANGUAGE english)
-
- Source
language-english.lisp (file)
- Method: short-day-name (DAY (eql 6)) (LANGUAGE english)
-
- Source
language-english.lisp (file)
- Method: short-day-name (DAY (eql 5)) (LANGUAGE english)
-
- Source
language-english.lisp (file)
- Method: short-day-name (DAY (eql 4)) (LANGUAGE english)
-
- Source
language-english.lisp (file)
- Method: short-day-name (DAY (eql 3)) (LANGUAGE english)
-
- Source
language-english.lisp (file)
- Method: short-day-name (DAY (eql 2)) (LANGUAGE english)
-
- Source
language-english.lisp (file)
- Method: short-day-name (DAY (eql 1)) (LANGUAGE english)
-
- Source
language-english.lisp (file)
- Generic Function: week-start OBJECT
-
- Generic Function: (setf week-start) NEW-VALUE OBJECT
-
- Package
acclimation
- Methods
- Method: week-start (LOCALE locale)
-
automatically generated reader method
- Source
locale.lisp (file)
- Method: (setf week-start) NEW-VALUE (LOCALE locale)
-
automatically generated writer method
- Source
locale.lisp (file)
5.1.4 Conditions
- Condition: condition ()
-
- Package
acclimation
- Source
condition.lisp (file)
- Direct superclasses
condition (condition)
5.1.5 Classes
- Class: afrikaans ()
-
- Package
acclimation
- Source
language-afrikaans.lisp (file)
- Direct superclasses
language (class)
- Direct methods
-
- Class: english ()
-
- Package
acclimation
- Source
language-english.lisp (file)
- Direct superclasses
language (class)
- Direct methods
-
- Class: french ()
-
- Package
acclimation
- Source
language-french.lisp (file)
- Direct superclasses
language (class)
- Direct methods
-
- Class: german ()
-
- Package
acclimation
- Source
language-german.lisp (file)
- Direct superclasses
language (class)
- Direct methods
-
- Class: language ()
-
- Package
acclimation
- Source
language.lisp (file)
- Direct superclasses
standard-object (class)
- Direct subclasses
-
- Class: locale ()
-
- Package
acclimation
- Source
locale.lisp (file)
- Direct superclasses
standard-object (class)
- Direct methods
-
- Direct slots
- Slot: %language
-
- Initargs
:language
- Readers
language (generic function)
- Writers
(setf language) (generic function)
- Slot: %week-start
-
- Initargs
:week-start
- Initform
1
- Readers
week-start (generic function)
- Writers
(setf week-start) (generic function)
- Class: swedish ()
-
- Package
acclimation
- Source
language-swedish.lisp (file)
- Direct superclasses
language (class)
- Direct methods
-
- Class: vietnamese ()
-
- Package
acclimation
- Source
language-vietnamese.lisp (file)
- Direct superclasses
language (class)
- Direct methods
-
5.2 Internal definitions
5.2.1 Classes
- Class: deutsch ()
-
- Package
acclimation
- Source
language.lisp (file)
- Direct superclasses
language (class)
- Class: japanese ()
-
- Package
acclimation
- Source
language-japanese.lisp (file)
- Direct superclasses
language (class)
- Direct methods
-
- Class: polish ()
-
- Package
acclimation
- Source
language-polish.lisp (file)
- Direct superclasses
language (class)
- Direct methods
-
- Class: svenska ()
-
- Package
acclimation
- Source
language.lisp (file)
- Direct superclasses
language (class)
- Class: tieng-viet ()
-
- Package
acclimation
- Source
language.lisp (file)
- Direct superclasses
language (class)
Appendix A Indexes
A.1 Concepts
| Index Entry | | Section |
|
A | | |
| acclimation.asd: | | The acclimation․asd file |
| acclimation/condition.lisp: | | The acclimation/condition․lisp file |
| acclimation/date.lisp: | | The acclimation/date․lisp file |
| acclimation/documentation.lisp: | | The acclimation/documentation․lisp file |
| acclimation/init.lisp: | | The acclimation/init․lisp file |
| acclimation/language-afrikaans.lisp: | | The acclimation/language-afrikaans․lisp file |
| acclimation/language-english.lisp: | | The acclimation/language-english․lisp file |
| acclimation/language-french.lisp: | | The acclimation/language-french․lisp file |
| acclimation/language-german.lisp: | | The acclimation/language-german․lisp file |
| acclimation/language-japanese.lisp: | | The acclimation/language-japanese․lisp file |
| acclimation/language-polish.lisp: | | The acclimation/language-polish․lisp file |
| acclimation/language-swedish.lisp: | | The acclimation/language-swedish․lisp file |
| acclimation/language-vietnamese.lisp: | | The acclimation/language-vietnamese․lisp file |
| acclimation/language.lisp: | | The acclimation/language․lisp file |
| acclimation/locale.lisp: | | The acclimation/locale․lisp file |
| acclimation/packages.lisp: | | The acclimation/packages․lisp file |
| acclimation/restart.lisp: | | The acclimation/restart․lisp file |
|
F | | |
| File, Lisp, acclimation.asd: | | The acclimation․asd file |
| File, Lisp, acclimation/condition.lisp: | | The acclimation/condition․lisp file |
| File, Lisp, acclimation/date.lisp: | | The acclimation/date․lisp file |
| File, Lisp, acclimation/documentation.lisp: | | The acclimation/documentation․lisp file |
| File, Lisp, acclimation/init.lisp: | | The acclimation/init․lisp file |
| File, Lisp, acclimation/language-afrikaans.lisp: | | The acclimation/language-afrikaans․lisp file |
| File, Lisp, acclimation/language-english.lisp: | | The acclimation/language-english․lisp file |
| File, Lisp, acclimation/language-french.lisp: | | The acclimation/language-french․lisp file |
| File, Lisp, acclimation/language-german.lisp: | | The acclimation/language-german․lisp file |
| File, Lisp, acclimation/language-japanese.lisp: | | The acclimation/language-japanese․lisp file |
| File, Lisp, acclimation/language-polish.lisp: | | The acclimation/language-polish․lisp file |
| File, Lisp, acclimation/language-swedish.lisp: | | The acclimation/language-swedish․lisp file |
| File, Lisp, acclimation/language-vietnamese.lisp: | | The acclimation/language-vietnamese․lisp file |
| File, Lisp, acclimation/language.lisp: | | The acclimation/language․lisp file |
| File, Lisp, acclimation/locale.lisp: | | The acclimation/locale․lisp file |
| File, Lisp, acclimation/packages.lisp: | | The acclimation/packages․lisp file |
| File, Lisp, acclimation/restart.lisp: | | The acclimation/restart․lisp file |
|
L | | |
| Lisp File, acclimation.asd: | | The acclimation․asd file |
| Lisp File, acclimation/condition.lisp: | | The acclimation/condition․lisp file |
| Lisp File, acclimation/date.lisp: | | The acclimation/date․lisp file |
| Lisp File, acclimation/documentation.lisp: | | The acclimation/documentation․lisp file |
| Lisp File, acclimation/init.lisp: | | The acclimation/init․lisp file |
| Lisp File, acclimation/language-afrikaans.lisp: | | The acclimation/language-afrikaans․lisp file |
| Lisp File, acclimation/language-english.lisp: | | The acclimation/language-english․lisp file |
| Lisp File, acclimation/language-french.lisp: | | The acclimation/language-french․lisp file |
| Lisp File, acclimation/language-german.lisp: | | The acclimation/language-german․lisp file |
| Lisp File, acclimation/language-japanese.lisp: | | The acclimation/language-japanese․lisp file |
| Lisp File, acclimation/language-polish.lisp: | | The acclimation/language-polish․lisp file |
| Lisp File, acclimation/language-swedish.lisp: | | The acclimation/language-swedish․lisp file |
| Lisp File, acclimation/language-vietnamese.lisp: | | The acclimation/language-vietnamese․lisp file |
| Lisp File, acclimation/language.lisp: | | The acclimation/language․lisp file |
| Lisp File, acclimation/locale.lisp: | | The acclimation/locale․lisp file |
| Lisp File, acclimation/packages.lisp: | | The acclimation/packages․lisp file |
| Lisp File, acclimation/restart.lisp: | | The acclimation/restart․lisp file |
|
A.2 Functions
| Index Entry | | Section |
|
( | | |
| (setf documentation) : | | Exported generic functions |
| (setf documentation) : | | Exported generic functions |
| (setf language) : | | Exported generic functions |
| (setf language) : | | Exported generic functions |
| (setf week-start) : | | Exported generic functions |
| (setf week-start) : | | Exported generic functions |
|
D | | |
| documentation : | | Exported generic functions |
| documentation : | | Exported generic functions |
|
G | | |
| Generic Function, (setf documentation) : | | Exported generic functions |
| Generic Function, (setf language) : | | Exported generic functions |
| Generic Function, (setf week-start) : | | Exported generic functions |
| Generic Function, documentation : | | Exported generic functions |
| Generic Function, interactive-function : | | Exported generic functions |
| Generic Function, language : | | Exported generic functions |
| Generic Function, long-day-name : | | Exported generic functions |
| Generic Function, report-condition : | | Exported generic functions |
| Generic Function, report-function : | | Exported generic functions |
| Generic Function, short-day-name : | | Exported generic functions |
| Generic Function, week-start : | | Exported generic functions |
|
I | | |
| interactive-function : | | Exported generic functions |
|
L | | |
| language : | | Exported generic functions |
| language : | | Exported generic functions |
| long-day-name : | | Exported generic functions |
| long-day-name : | | Exported generic functions |
| long-day-name : | | Exported generic functions |
| long-day-name : | | Exported generic functions |
| long-day-name : | | Exported generic functions |
| long-day-name : | | Exported generic functions |
| long-day-name : | | Exported generic functions |
| long-day-name : | | Exported generic functions |
| long-day-name : | | Exported generic functions |
| long-day-name : | | Exported generic functions |
| long-day-name : | | Exported generic functions |
| long-day-name : | | Exported generic functions |
| long-day-name : | | Exported generic functions |
| long-day-name : | | Exported generic functions |
| long-day-name : | | Exported generic functions |
| long-day-name : | | Exported generic functions |
| long-day-name : | | Exported generic functions |
| long-day-name : | | Exported generic functions |
| long-day-name : | | Exported generic functions |
| long-day-name : | | Exported generic functions |
| long-day-name : | | Exported generic functions |
| long-day-name : | | Exported generic functions |
| long-day-name : | | Exported generic functions |
| long-day-name : | | Exported generic functions |
| long-day-name : | | Exported generic functions |
| long-day-name : | | Exported generic functions |
| long-day-name : | | Exported generic functions |
| long-day-name : | | Exported generic functions |
| long-day-name : | | Exported generic functions |
| long-day-name : | | Exported generic functions |
| long-day-name : | | Exported generic functions |
| long-day-name : | | Exported generic functions |
| long-day-name : | | Exported generic functions |
| long-day-name : | | Exported generic functions |
| long-day-name : | | Exported generic functions |
| long-day-name : | | Exported generic functions |
| long-day-name : | | Exported generic functions |
| long-day-name : | | Exported generic functions |
| long-day-name : | | Exported generic functions |
| long-day-name : | | Exported generic functions |
| long-day-name : | | Exported generic functions |
| long-day-name : | | Exported generic functions |
| long-day-name : | | Exported generic functions |
| long-day-name : | | Exported generic functions |
| long-day-name : | | Exported generic functions |
| long-day-name : | | Exported generic functions |
| long-day-name : | | Exported generic functions |
| long-day-name : | | Exported generic functions |
| long-day-name : | | Exported generic functions |
| long-day-name : | | Exported generic functions |
| long-day-name : | | Exported generic functions |
| long-day-name : | | Exported generic functions |
| long-day-name : | | Exported generic functions |
| long-day-name : | | Exported generic functions |
| long-day-name : | | Exported generic functions |
| long-day-name : | | Exported generic functions |
| long-day-name : | | Exported generic functions |
|
M | | |
| Macro, with-restarts : | | Exported macros |
| Method, (setf documentation) : | | Exported generic functions |
| Method, (setf language) : | | Exported generic functions |
| Method, (setf week-start) : | | Exported generic functions |
| Method, documentation : | | Exported generic functions |
| Method, language : | | Exported generic functions |
| Method, long-day-name : | | Exported generic functions |
| Method, long-day-name : | | Exported generic functions |
| Method, long-day-name : | | Exported generic functions |
| Method, long-day-name : | | Exported generic functions |
| Method, long-day-name : | | Exported generic functions |
| Method, long-day-name : | | Exported generic functions |
| Method, long-day-name : | | Exported generic functions |
| Method, long-day-name : | | Exported generic functions |
| Method, long-day-name : | | Exported generic functions |
| Method, long-day-name : | | Exported generic functions |
| Method, long-day-name : | | Exported generic functions |
| Method, long-day-name : | | Exported generic functions |
| Method, long-day-name : | | Exported generic functions |
| Method, long-day-name : | | Exported generic functions |
| Method, long-day-name : | | Exported generic functions |
| Method, long-day-name : | | Exported generic functions |
| Method, long-day-name : | | Exported generic functions |
| Method, long-day-name : | | Exported generic functions |
| Method, long-day-name : | | Exported generic functions |
| Method, long-day-name : | | Exported generic functions |
| Method, long-day-name : | | Exported generic functions |
| Method, long-day-name : | | Exported generic functions |
| Method, long-day-name : | | Exported generic functions |
| Method, long-day-name : | | Exported generic functions |
| Method, long-day-name : | | Exported generic functions |
| Method, long-day-name : | | Exported generic functions |
| Method, long-day-name : | | Exported generic functions |
| Method, long-day-name : | | Exported generic functions |
| Method, long-day-name : | | Exported generic functions |
| Method, long-day-name : | | Exported generic functions |
| Method, long-day-name : | | Exported generic functions |
| Method, long-day-name : | | Exported generic functions |
| Method, long-day-name : | | Exported generic functions |
| Method, long-day-name : | | Exported generic functions |
| Method, long-day-name : | | Exported generic functions |
| Method, long-day-name : | | Exported generic functions |
| Method, long-day-name : | | Exported generic functions |
| Method, long-day-name : | | Exported generic functions |
| Method, long-day-name : | | Exported generic functions |
| Method, long-day-name : | | Exported generic functions |
| Method, long-day-name : | | Exported generic functions |
| Method, long-day-name : | | Exported generic functions |
| Method, long-day-name : | | Exported generic functions |
| Method, long-day-name : | | Exported generic functions |
| Method, long-day-name : | | Exported generic functions |
| Method, long-day-name : | | Exported generic functions |
| Method, long-day-name : | | Exported generic functions |
| Method, long-day-name : | | Exported generic functions |
| Method, long-day-name : | | Exported generic functions |
| Method, long-day-name : | | Exported generic functions |
| Method, long-day-name : | | Exported generic functions |
| Method, long-day-name : | | Exported generic functions |
| Method, long-day-name : | | Exported generic functions |
| Method, long-day-name : | | Exported generic functions |
| Method, long-day-name : | | Exported generic functions |
| Method, long-day-name : | | Exported generic functions |
| Method, short-day-name : | | Exported generic functions |
| Method, short-day-name : | | Exported generic functions |
| Method, short-day-name : | | Exported generic functions |
| Method, short-day-name : | | Exported generic functions |
| Method, short-day-name : | | Exported generic functions |
| Method, short-day-name : | | Exported generic functions |
| Method, short-day-name : | | Exported generic functions |
| Method, short-day-name : | | Exported generic functions |
| Method, short-day-name : | | Exported generic functions |
| Method, short-day-name : | | Exported generic functions |
| Method, short-day-name : | | Exported generic functions |
| Method, short-day-name : | | Exported generic functions |
| Method, short-day-name : | | Exported generic functions |
| Method, short-day-name : | | Exported generic functions |
| Method, short-day-name : | | Exported generic functions |
| Method, short-day-name : | | Exported generic functions |
| Method, short-day-name : | | Exported generic functions |
| Method, short-day-name : | | Exported generic functions |
| Method, short-day-name : | | Exported generic functions |
| Method, short-day-name : | | Exported generic functions |
| Method, short-day-name : | | Exported generic functions |
| Method, short-day-name : | | Exported generic functions |
| Method, short-day-name : | | Exported generic functions |
| Method, short-day-name : | | Exported generic functions |
| Method, short-day-name : | | Exported generic functions |
| Method, short-day-name : | | Exported generic functions |
| Method, short-day-name : | | Exported generic functions |
| Method, short-day-name : | | Exported generic functions |
| Method, short-day-name : | | Exported generic functions |
| Method, short-day-name : | | Exported generic functions |
| Method, short-day-name : | | Exported generic functions |
| Method, short-day-name : | | Exported generic functions |
| Method, short-day-name : | | Exported generic functions |
| Method, short-day-name : | | Exported generic functions |
| Method, short-day-name : | | Exported generic functions |
| Method, short-day-name : | | Exported generic functions |
| Method, short-day-name : | | Exported generic functions |
| Method, short-day-name : | | Exported generic functions |
| Method, short-day-name : | | Exported generic functions |
| Method, short-day-name : | | Exported generic functions |
| Method, short-day-name : | | Exported generic functions |
| Method, short-day-name : | | Exported generic functions |
| Method, short-day-name : | | Exported generic functions |
| Method, short-day-name : | | Exported generic functions |
| Method, short-day-name : | | Exported generic functions |
| Method, short-day-name : | | Exported generic functions |
| Method, short-day-name : | | Exported generic functions |
| Method, short-day-name : | | Exported generic functions |
| Method, short-day-name : | | Exported generic functions |
| Method, short-day-name : | | Exported generic functions |
| Method, short-day-name : | | Exported generic functions |
| Method, short-day-name : | | Exported generic functions |
| Method, short-day-name : | | Exported generic functions |
| Method, short-day-name : | | Exported generic functions |
| Method, short-day-name : | | Exported generic functions |
| Method, short-day-name : | | Exported generic functions |
| Method, week-start : | | Exported generic functions |
|
R | | |
| report-condition : | | Exported generic functions |
| report-function : | | Exported generic functions |
|
S | | |
| short-day-name : | | Exported generic functions |
| short-day-name : | | Exported generic functions |
| short-day-name : | | Exported generic functions |
| short-day-name : | | Exported generic functions |
| short-day-name : | | Exported generic functions |
| short-day-name : | | Exported generic functions |
| short-day-name : | | Exported generic functions |
| short-day-name : | | Exported generic functions |
| short-day-name : | | Exported generic functions |
| short-day-name : | | Exported generic functions |
| short-day-name : | | Exported generic functions |
| short-day-name : | | Exported generic functions |
| short-day-name : | | Exported generic functions |
| short-day-name : | | Exported generic functions |
| short-day-name : | | Exported generic functions |
| short-day-name : | | Exported generic functions |
| short-day-name : | | Exported generic functions |
| short-day-name : | | Exported generic functions |
| short-day-name : | | Exported generic functions |
| short-day-name : | | Exported generic functions |
| short-day-name : | | Exported generic functions |
| short-day-name : | | Exported generic functions |
| short-day-name : | | Exported generic functions |
| short-day-name : | | Exported generic functions |
| short-day-name : | | Exported generic functions |
| short-day-name : | | Exported generic functions |
| short-day-name : | | Exported generic functions |
| short-day-name : | | Exported generic functions |
| short-day-name : | | Exported generic functions |
| short-day-name : | | Exported generic functions |
| short-day-name : | | Exported generic functions |
| short-day-name : | | Exported generic functions |
| short-day-name : | | Exported generic functions |
| short-day-name : | | Exported generic functions |
| short-day-name : | | Exported generic functions |
| short-day-name : | | Exported generic functions |
| short-day-name : | | Exported generic functions |
| short-day-name : | | Exported generic functions |
| short-day-name : | | Exported generic functions |
| short-day-name : | | Exported generic functions |
| short-day-name : | | Exported generic functions |
| short-day-name : | | Exported generic functions |
| short-day-name : | | Exported generic functions |
| short-day-name : | | Exported generic functions |
| short-day-name : | | Exported generic functions |
| short-day-name : | | Exported generic functions |
| short-day-name : | | Exported generic functions |
| short-day-name : | | Exported generic functions |
| short-day-name : | | Exported generic functions |
| short-day-name : | | Exported generic functions |
| short-day-name : | | Exported generic functions |
| short-day-name : | | Exported generic functions |
| short-day-name : | | Exported generic functions |
| short-day-name : | | Exported generic functions |
| short-day-name : | | Exported generic functions |
| short-day-name : | | Exported generic functions |
| short-day-name : | | Exported generic functions |
|
W | | |
| week-start : | | Exported generic functions |
| week-start : | | Exported generic functions |
| with-restarts : | | Exported macros |
|
A.3 Variables
A.4 Data types
| Index Entry | | Section |
|
A | | |
| acclimation : | | The acclimation system |
| acclimation : | | The acclimation package |
| afrikaans : | | Exported classes |
|
C | | |
| Class, afrikaans : | | Exported classes |
| Class, deutsch : | | Internal classes |
| Class, english : | | Exported classes |
| Class, french : | | Exported classes |
| Class, german : | | Exported classes |
| Class, japanese : | | Internal classes |
| Class, language : | | Exported classes |
| Class, locale : | | Exported classes |
| Class, polish : | | Internal classes |
| Class, svenska : | | Internal classes |
| Class, swedish : | | Exported classes |
| Class, tieng-viet : | | Internal classes |
| Class, vietnamese : | | Exported classes |
| condition : | | Exported conditions |
| Condition, condition : | | Exported conditions |
|
D | | |
| deutsch : | | Internal classes |
|
E | | |
| english : | | Exported classes |
|
F | | |
| french : | | Exported classes |
|
G | | |
| german : | | Exported classes |
|
J | | |
| japanese : | | Internal classes |
|
L | | |
| language : | | Exported classes |
| locale : | | Exported classes |
|
P | | |
| Package, acclimation : | | The acclimation package |
| polish : | | Internal classes |
|
S | | |
| svenska : | | Internal classes |
| swedish : | | Exported classes |
| System, acclimation : | | The acclimation system |
|
T | | |
| tieng-viet : | | Internal classes |
|
V | | |
| vietnamese : | | Exported classes |
|