Package | Description |
---|---|
com.caucho.quercus | |
com.caucho.quercus.lib | |
com.caucho.quercus.module |
Modifier and Type | Field and Description |
---|---|
static IniDefinition |
QuercusContext.INI_ALWAYS_POPULATE_RAW_POST_DATA |
static IniDefinition |
QuercusContext.INI_INCLUDE_PATH |
static IniDefinition |
QuercusContext.INI_REGISTER_LONG_ARRAYS |
static IniDefinition |
QuercusContext.INI_UNICODE_FALLBACK_ENCODING |
static IniDefinition |
QuercusContext.INI_UNICODE_FROM_ERROR_MODE |
static IniDefinition |
QuercusContext.INI_UNICODE_FROM_ERROR_SUBST_CHAR |
static IniDefinition |
QuercusContext.INI_UNICODE_HTTP_INPUT_ENCODING |
static IniDefinition |
QuercusContext.INI_UNICODE_OUTPUT_ENCODING |
static IniDefinition |
QuercusContext.INI_UNICODE_RUNTIME_ENCODING |
static IniDefinition |
QuercusContext.INI_UNICODE_SCRIPT_ENCODING |
static IniDefinition |
QuercusContext.INI_UNICODE_SEMANTICS |
Modifier and Type | Field and Description |
---|---|
static IniDefinition |
BcmathModule.INI_BCMATH_SCALE |
Modifier and Type | Class and Description |
---|---|
static class |
IniDefinition.Runtime |
static class |
IniDefinition.Unsupported |
Modifier and Type | Field and Description |
---|---|
static IniDefinition |
IniDefinition.NULL |
Modifier and Type | Method and Description |
---|---|
IniDefinition |
IniDefinitions.add(java.lang.String name,
boolean deflt,
int scope)
Add an ini default for an ini that has a boolean value.
|
IniDefinition |
IniDefinitions.add(java.lang.String name,
long deflt,
int scope)
Add an ini default for an ini that has a long value.
|
IniDefinition |
IniDefinitions.add(java.lang.String name,
java.lang.String deflt,
int scope)
Add an ini default for an ini that has a string value.
|
IniDefinition |
IniDefinitions.addUnsupported(java.lang.String name,
boolean deflt,
int scope)
Add an unsupported ini default for an ini that has a boolean value.
|
IniDefinition |
IniDefinitions.addUnsupported(java.lang.String name,
long deflt,
int scope)
Add an unsupported ini default for an ini that has a long value.
|
IniDefinition |
IniDefinitions.addUnsupported(java.lang.String name,
java.lang.String deflt,
int scope)
Add an unsupported ini default for an ini that has a string value.
|
IniDefinition |
IniDefinitions.get(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
java.util.Set<java.util.Map.Entry<java.lang.String,IniDefinition>> |
IniDefinitions.entrySet() |