Constants (Objekt): Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
K (Hob den Schutz von „Constants (Objekt)“ auf) |
|||
(8 dazwischenliegende Versionen von 4 Benutzern werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
==Name== | ==Name== | ||
− | Constants - | + | Constants - Kostanten des IES |
==Beschreibung== | ==Beschreibung== | ||
− | Konstanten, die vom IES | + | Konstanten, die vom IES verwendet werden. |
==Attribute== | ==Attribute== | ||
− | {| class="prettytable" | + | {| class="prettytable sortable" |
|- class="hintergrundfarbe1" | |- class="hintergrundfarbe1" | ||
! Name || Beschreibung || ab IES Version | ! Name || Beschreibung || ab IES Version | ||
Zeile 19: | Zeile 19: | ||
|- | |- | ||
| <code>INFORMATION</code> | | <code>INFORMATION</code> | ||
− | | Konstante für die [[Article]], [[Resource]] und [[Media]]- | + | | Konstante für die [[Article]], [[Resource]] und [[Media]]-Kategorie. |
| 1 | | 1 | ||
|- | |- | ||
Zeile 35: | Zeile 35: | ||
|- | |- | ||
| <code>PREVIEW_ARTICLE</code> | | <code>PREVIEW_ARTICLE</code> | ||
− | | Artikeltyp für Artikel während des Testens. | + | | Artikeltyp für den Artikel während des Testens. |
| 1 | | 1 | ||
|- | |- | ||
| <code>INFORMATION_POOL</code> | | <code>INFORMATION_POOL</code> | ||
− | | Konstante für die [[ArticlePool]]- | + | | Konstante für die [[ArticlePool]]-Kategorie. |
| 1 | | 1 | ||
|- | |- | ||
Zeile 51: | Zeile 51: | ||
|- | |- | ||
| <code>USER</code> | | <code>USER</code> | ||
− | | Konstante für die [[User]]- | + | | Konstante für die [[User]]-Kategorie. |
| 1 | | 1 | ||
|- | |- | ||
− | | <code>SYSTEM_ADMINISTRATOR ([[deprecated]] | + | | <code>SYSTEM_ADMINISTRATOR ([[deprecated]])</code> |
| [[User]] vom Typ Systemadministrator | | [[User]] vom Typ Systemadministrator | ||
| 1 | | 1 | ||
Zeile 63: | Zeile 63: | ||
|- | |- | ||
| <code>EDITOR ([[deprecated]])</code> | | <code>EDITOR ([[deprecated]])</code> | ||
− | | [[User]] vom Typ Standard Nutzer. Ist | + | | [[User]] vom Typ Standard Nutzer. (Ist ein veralteter Typ. Es sollte <code>STANDARD_USER</code> verwendet werden.) |
| 1 | | 1 | ||
|- | |- | ||
Zeile 79: | Zeile 79: | ||
|- | |- | ||
| <code>USER_POOL</code> | | <code>USER_POOL</code> | ||
− | | Konstante für die [[UserPool]]- | + | | Konstante für die [[UserPool]]-Kategorie. |
| 1 | | 1 | ||
|- | |- | ||
Zeile 95: | Zeile 95: | ||
|- | |- | ||
| <code>TEMPLATE</code> | | <code>TEMPLATE</code> | ||
− | | Konstante für die [[Template]]- | + | | Konstante für die [[Template]]-Kategorie. |
| 1 | | 1 | ||
|- | |- | ||
Zeile 103: | Zeile 103: | ||
|- | |- | ||
| <code>TEMPLATE_POOL</code> | | <code>TEMPLATE_POOL</code> | ||
− | | Konstante für die [[TemplatePool]]- | + | | Konstante für die [[TemplatePool]]-Kategorie. |
| 1 | | 1 | ||
|- | |- | ||
Zeile 115: | Zeile 115: | ||
|- | |- | ||
| <code>ROLE_POOL</code> | | <code>ROLE_POOL</code> | ||
− | | Konstante für die [[RolePool]]- | + | | Konstante für die [[RolePool]]-Kategorie. |
| 1 | | 1 | ||
|- | |- | ||
Zeile 127: | Zeile 127: | ||
|- | |- | ||
| <code>ROLE</code> | | <code>ROLE</code> | ||
− | | Konstante für die Role- | + | | Konstante für die Role-Kategorie. |
| 1 | | 1 | ||
|- | |- | ||
Zeile 135: | Zeile 135: | ||
|- | |- | ||
| <code>LDAP_SUB_TREE_SEARCH</code> | | <code>LDAP_SUB_TREE_SEARCH</code> | ||
− | | Type für einen LdapRequest. Die Suche erfolgt in dem angegebenen DN und allen | + | | Type für einen LdapRequest. Die Suche erfolgt in dem angegebenen DN und allen Unterelementen |
| 1 | | 1 | ||
|- | |- | ||
Zeile 149: | Zeile 149: | ||
| Paddingmode für [[ScaleImage]] | | Paddingmode für [[ScaleImage]] | ||
| 2 | | 2 | ||
+ | |- | ||
+ | | <code>PI</code> | ||
+ | | Mathematische Konstante: π | ||
+ | | 2.0.3 | ||
+ | |- | ||
+ | | <code>E</code> | ||
+ | | Mathematische Konstante: Euler-Konstante | ||
+ | | 2.0.3 | ||
+ | |- | ||
+ | | <code>SUNDAY</code> | ||
+ | | Konstante für Sonntag | ||
+ | | 2.0.3 | ||
+ | |- | ||
+ | | <code>MONDAY</code> | ||
+ | | Konstante für Montag | ||
+ | | 2.0.3 | ||
+ | |- | ||
+ | | <code>TUESDAY</code> | ||
+ | | Konstante für Dienstag | ||
+ | | 2.0.3 | ||
+ | |- | ||
+ | | <code>WEDNESDAY</code> | ||
+ | | Konstante für Mittwoch | ||
+ | | 2.0.3 | ||
+ | |- | ||
+ | | <code>THURSDAY</code> | ||
+ | | Konstante für Donnerstag | ||
+ | | 2.0.3 | ||
+ | |- | ||
+ | | <code>FRIDAY</code> | ||
+ | | Konstante für Freitag | ||
+ | | 2.0.3 | ||
+ | |- | ||
+ | | <code>SATURDAY</code> | ||
+ | | Konstante für Samstag | ||
+ | | 2.0.3 | ||
+ | |- | ||
+ | | <code>JANUARY</code> | ||
+ | | Konstante für Januar | ||
+ | | 2.0.4 | ||
+ | |- | ||
+ | | <code>FEBRUARY</code> | ||
+ | | Konstante für Februar | ||
+ | | 2.0.4 | ||
+ | |- | ||
+ | | <code>MARCH</code> | ||
+ | | Konstante für März | ||
+ | | 2.0.4 | ||
+ | |- | ||
+ | | <code>APRIL</code> | ||
+ | | Konstante für April | ||
+ | | 2.0.4 | ||
+ | |- | ||
+ | | <code>MAY</code> | ||
+ | | Konstante für Mai | ||
+ | | 2.0.4 | ||
+ | |- | ||
+ | | <code>JUNE</code> | ||
+ | | Konstante für Juni | ||
+ | | 2.0.4 | ||
+ | |- | ||
+ | | <code>JULY</code> | ||
+ | | Konstante für Juli | ||
+ | | 2.0.4 | ||
+ | |- | ||
+ | | <code>AUGUST</code> | ||
+ | | Konstante für August | ||
+ | | 2.0.4 | ||
+ | |- | ||
+ | | <code>SEPTEMBER</code> | ||
+ | | Konstante für September | ||
+ | | 2.0.4 | ||
+ | |- | ||
+ | | <code>OCTOBER</code> | ||
+ | | Konstante für Oktober | ||
+ | | 2.0.4 | ||
+ | |- | ||
+ | | <code>NOVEMBER</code> | ||
+ | | Konstante für November | ||
+ | | 2.0.4 | ||
+ | |- | ||
+ | | <code>DECEMBER</code> | ||
+ | | Konstante für Dezember | ||
+ | | 2.0.4 | ||
+ | |- | ||
+ | | <code>YEAR</code> | ||
+ | | Konstante für Jahr | ||
+ | | 2.0.4 | ||
+ | |- | ||
+ | | <code>MONTH</code> | ||
+ | | Konstante für Monat (0-11) | ||
+ | | 2.0.4 | ||
+ | |- | ||
+ | | <code>WEEK</code> bzw. <code>WEEK_OF_YEAR</code> | ||
+ | | Konstante für Woche des Jahres | ||
+ | | 2.0.4 | ||
+ | |- | ||
+ | | <code>WEEK_OF_MONTH</code> | ||
+ | | Konstante für Woche des Monats | ||
+ | | 2.0.4 | ||
+ | |- | ||
+ | | <code>DAY</code> bzw. <code>DAY_OF_MONTH</code> | ||
+ | | Konstante für Tag des Monats | ||
+ | | 2.0.4 | ||
+ | |- | ||
+ | | <code>DAY_OF_WEEK</code> | ||
+ | | Konstante für Tag der Woche | ||
+ | | 2.0.4 | ||
+ | |- | ||
+ | | <code>DAY_OF_YEAR</code> | ||
+ | | Konstante für Tag des Jahres | ||
+ | | 2.0.4 | ||
+ | |- | ||
+ | | <code>HOUR</code> | ||
+ | | Konstante für Stunde | ||
+ | | 2.0.4 | ||
+ | |- | ||
+ | | <code>MINUTE</code> | ||
+ | | Konstante für Minute | ||
+ | | 2.0.4 | ||
+ | |- | ||
+ | | <code>SECOND</code> | ||
+ | | Konstante für Sekunde | ||
+ | | 2.0.4 | ||
+ | |- | ||
+ | | <code>MILLISECOND</code> | ||
+ | | Konstante für Millisekunde | ||
+ | | 2.0.4 | ||
|} | |} | ||
Zeile 158: | Zeile 286: | ||
<noinclude> | <noinclude> | ||
[[Category:Objekte]] | [[Category:Objekte]] | ||
− | |||
[[Category:Qualität_des_Codes_prüfen]] | [[Category:Qualität_des_Codes_prüfen]] | ||
</noinclude> | </noinclude> |
Aktuelle Version vom 24. Februar 2010, 12:16 Uhr
Name
Constants - Kostanten des IES
Beschreibung
Konstanten, die vom IES verwendet werden.
Attribute
Name | Beschreibung | ab IES Version |
---|---|---|
IN
|
Eingabe-Modus | 1 |
OUT
|
Ausgabe-Modus | 1 |
INFORMATION
|
Konstante für die Article, Resource und Media-Kategorie. | 1 |
ARTICLE
|
Article vom Typ Article. | 1 |
RESOURCE_ARTICLE
|
Article vom Typ Resource. | 1 |
MEDIA_ARTICLE
|
Article vom Typ Media. | 1 |
PREVIEW_ARTICLE
|
Artikeltyp für den Artikel während des Testens. | 1 |
INFORMATION_POOL
|
Konstante für die ArticlePool-Kategorie. | 1 |
INFORMATION_ROOT_POOL
|
ArticlePool vom Typ Root-Pool. | 1 |
INFORMATION_STANDARD_POOL
|
ArticlePool vom Typ Standard-Pool. | 1 |
USER
|
Konstante für die User-Kategorie. | 1 |
SYSTEM_ADMINISTRATOR (deprecated)
|
User vom Typ Systemadministrator | 1 |
ADMINISTRATOR
|
User vom Typ Administrator | 1 |
EDITOR (deprecated)
|
User vom Typ Standard Nutzer. (Ist ein veralteter Typ. Es sollte STANDARD_USER verwendet werden.)
|
1 |
STANDARD_USER
|
User vom Typ Standard Nutzer | 2.1 |
GUEST
|
User vom Typ Gast | 1 |
ANONYMOUS
|
Dieser User-Typ wird verwendet, bevor sich ein Nutzer an dem Server angemeldet hat. | 1 |
USER_POOL
|
Konstante für die UserPool-Kategorie. | 1 |
ROOT_USER_POOL
|
UserPool vom Typ Root-Pool. | 1 |
STANDARD_USER_POOL
|
UserPool vom Typ Standard-Pool. | 1 |
LDAP_USER_POOL
|
UserPool vom Typ LDAP-Pool. | 1 |
TEMPLATE
|
Konstante für die Template-Kategorie. | 1 |
TAG_TEMPLATE
|
Template vom Typ Tag-Template | 1 |
TEMPLATE_POOL
|
Konstante für die TemplatePool-Kategorie. | 1 |
ROOT_TEMPLATE_POOL
|
TemplatePool vom Typ Root-Pool. | 1 |
STANDARD_TEMPLATE_POOL
|
TemplatePool vom Typ Standard-Pool. | 1 |
ROLE_POOL
|
Konstante für die RolePool-Kategorie. | 1 |
ROOT_ROLE_POOL
|
RolePool vom Typ Root-Pool. | 1 |
STANDARD_ROLE_POOL
|
RolePool vom Typ Standard-Pool. | 1 |
ROLE
|
Konstante für die Role-Kategorie. | 1 |
LDAP_ONE_LEVEL_SEARCH
|
Type für einen LdapRequest. Die Suche erfolgt nur in dem angegebenen DN | 1 |
LDAP_SUB_TREE_SEARCH
|
Type für einen LdapRequest. Die Suche erfolgt in dem angegebenen DN und allen Unterelementen | 1 |
NO_PADDING
|
Paddingmode für ScaleImage | 2 |
PADDING
|
Paddingmode für ScaleImage | 2 |
FIT_PADDING
|
Paddingmode für ScaleImage | 2 |
PI
|
Mathematische Konstante: π | 2.0.3 |
E
|
Mathematische Konstante: Euler-Konstante | 2.0.3 |
SUNDAY
|
Konstante für Sonntag | 2.0.3 |
MONDAY
|
Konstante für Montag | 2.0.3 |
TUESDAY
|
Konstante für Dienstag | 2.0.3 |
WEDNESDAY
|
Konstante für Mittwoch | 2.0.3 |
THURSDAY
|
Konstante für Donnerstag | 2.0.3 |
FRIDAY
|
Konstante für Freitag | 2.0.3 |
SATURDAY
|
Konstante für Samstag | 2.0.3 |
JANUARY
|
Konstante für Januar | 2.0.4 |
FEBRUARY
|
Konstante für Februar | 2.0.4 |
MARCH
|
Konstante für März | 2.0.4 |
APRIL
|
Konstante für April | 2.0.4 |
MAY
|
Konstante für Mai | 2.0.4 |
JUNE
|
Konstante für Juni | 2.0.4 |
JULY
|
Konstante für Juli | 2.0.4 |
AUGUST
|
Konstante für August | 2.0.4 |
SEPTEMBER
|
Konstante für September | 2.0.4 |
OCTOBER
|
Konstante für Oktober | 2.0.4 |
NOVEMBER
|
Konstante für November | 2.0.4 |
DECEMBER
|
Konstante für Dezember | 2.0.4 |
YEAR
|
Konstante für Jahr | 2.0.4 |
MONTH
|
Konstante für Monat (0-11) | 2.0.4 |
WEEK bzw. WEEK_OF_YEAR
|
Konstante für Woche des Jahres | 2.0.4 |
WEEK_OF_MONTH
|
Konstante für Woche des Monats | 2.0.4 |
DAY bzw. DAY_OF_MONTH
|
Konstante für Tag des Monats | 2.0.4 |
DAY_OF_WEEK
|
Konstante für Tag der Woche | 2.0.4 |
DAY_OF_YEAR
|
Konstante für Tag des Jahres | 2.0.4 |
HOUR
|
Konstante für Stunde | 2.0.4 |
MINUTE
|
Konstante für Minute | 2.0.4 |
SECOND
|
Konstante für Sekunde | 2.0.4 |
MILLISECOND
|
Konstante für Millisekunde | 2.0.4 |