|
DRUPAL_MAX_HASH_COUNT |
drupal-7.x/includes/password.inc |
The maximum allowed log2 number of iterations for password stretching. |
|
1 |
|
DRUPAL_MINIMUM_PHP |
drupal-7.x/includes/bootstrap.inc |
Minimum supported version of PHP. |
|
1 |
|
DRUPAL_MINIMUM_PHP_MEMORY_LIMIT |
drupal-7.x/includes/bootstrap.inc |
Minimum recommended value of PHP memory_limit. |
|
1 |
|
DRUPAL_MIN_HASH_COUNT |
drupal-7.x/includes/password.inc |
The minimum allowed log2 number of iterations for password stretching. |
|
1 |
|
DRUPAL_NO_CACHE |
drupal-7.x/includes/common.inc |
The block should not get cached. |
|
1 |
|
DRUPAL_OPTIONAL |
drupal-7.x/modules/system/system.module |
Optional option on forms and settings |
|
1 |
|
DRUPAL_PHP_FUNCTION_PATTERN |
drupal-7.x/includes/bootstrap.inc |
Regular expression to match PHP function names. |
|
1 |
|
DRUPAL_REQUIRED |
drupal-7.x/modules/system/system.module |
Required option on forms and settings |
|
1 |
|
DRUPAL_ROOT |
drupal-7.x/modules/simpletest/tests/http.php |
|
|
8 |
|
DRUPAL_ROOT |
drupal-7.x/install.php |
Defines the root directory of the Drupal installation. |
|
8 |
|
DRUPAL_ROOT |
drupal-7.x/update.php |
Defines the root directory of the Drupal installation. |
|
8 |
|
DRUPAL_ROOT |
drupal-7.x/cron.php |
Root directory of Drupal installation. |
|
8 |
|
DRUPAL_ROOT |
drupal-7.x/xmlrpc.php |
Root directory of Drupal installation. |
|
8 |
|
DRUPAL_ROOT |
drupal-7.x/authorize.php |
Defines the root directory of the Drupal installation. |
|
8 |
|
DRUPAL_ROOT |
drupal-7.x/index.php |
Root directory of Drupal installation. |
|
8 |
|
DRUPAL_ROOT |
drupal-7.x/modules/simpletest/tests/https.php |
|
|
8 |
|
DRUPAL_USER_TIMEZONE_DEFAULT |
drupal-7.x/modules/system/system.module |
New users will be set to the default time zone at registration. |
|
1 |
|
DRUPAL_USER_TIMEZONE_EMPTY |
drupal-7.x/modules/system/system.module |
New users will get an empty time zone at registration. |
|
1 |
|
DRUPAL_USER_TIMEZONE_SELECT |
drupal-7.x/modules/system/system.module |
New users will select their own timezone at registration. |
|
1 |
|
DRUPAL_WEIGHT_SELECT_MAX |
drupal-7.x/modules/system/system.module |
Maximum number of values in a weight select element. |
|
1 |
|
EMAIL_MAX_LENGTH |
drupal-7.x/modules/user/user.module |
Maximum length of user e-mail text field. |
|
1 |
|
ERROR_REPORTING_DISPLAY_ALL |
drupal-7.x/includes/bootstrap.inc |
Error reporting level: display all messages. |
|
1 |
|
ERROR_REPORTING_DISPLAY_SOME |
drupal-7.x/includes/bootstrap.inc |
Error reporting level: display errors and warnings. |
|
1 |
|
ERROR_REPORTING_HIDE |
drupal-7.x/includes/bootstrap.inc |
Error reporting level: display no errors. |
|
1 |
|
FIELD_BEHAVIOR_CUSTOM |
drupal-7.x/modules/field/field.module |
Value for field API indicating a widget can receive several field values. |
|
1 |
|
FIELD_BEHAVIOR_DEFAULT |
drupal-7.x/modules/field/field.module |
Value for field API concerning widget default and multiple value settings. |
|
1 |
|
FIELD_BEHAVIOR_NONE |
drupal-7.x/modules/field/field.module |
Value for field API indicating a widget doesn't accept default values. |
|
1 |
|
FIELD_CARDINALITY_UNLIMITED |
drupal-7.x/modules/field/field.module |
Value for field API indicating a field accepts an unlimited number of values. |
|
1 |
|
FIELD_LOAD_CURRENT |
drupal-7.x/modules/field/field.module |
Age argument for loading the most recent version of an entity's
field data with field_attach_load(). |
|
1 |
|
FIELD_LOAD_REVISION |
drupal-7.x/modules/field/field.module |
Age argument for loading the version of an entity's field data
specified in the entity with field_attach_load(). |
|
1 |
|
FIELD_STORAGE_INSERT |
drupal-7.x/modules/field/field.attach.inc |
Argument for an insert operation. |
|
1 |
|
FIELD_STORAGE_UPDATE |
drupal-7.x/modules/field/field.attach.inc |
Argument for an update operation. |
|
1 |
|
FILE_CREATE_DIRECTORY |
drupal-7.x/includes/file.inc |
Flag used by file_prepare_directory() -- create directory if not present. |
|
1 |
|
FILE_EXECUTABLE |
drupal-7.x/includes/install.inc |
File permission check -- File is executable. |
|
1 |
|
FILE_EXIST |
drupal-7.x/includes/install.inc |
File permission check -- File exists. |
|
1 |
|
FILE_EXISTS_ERROR |
drupal-7.x/includes/file.inc |
Flag for dealing with existing files: Do nothing and return FALSE. |
|
1 |
|
FILE_EXISTS_RENAME |
drupal-7.x/includes/file.inc |
Flag for dealing with existing files: Appends number until name is unique. |
|
1 |
|
FILE_EXISTS_REPLACE |
drupal-7.x/includes/file.inc |
Flag for dealing with existing files: Replace the existing file. |
|
1 |
|
FILE_MODIFY_PERMISSIONS |
drupal-7.x/includes/file.inc |
Flag used by file_prepare_directory() -- file permissions may be changed. |
|
1 |
|
FILE_NOT_EXECUTABLE |
drupal-7.x/includes/install.inc |
File permission check -- File is not executable. |
|
1 |
|
FILE_NOT_EXIST |
drupal-7.x/includes/install.inc |
File permission check -- File does not exist. |
|
1 |
|
FILE_NOT_READABLE |
drupal-7.x/includes/install.inc |
File permission check -- File is not readable. |
|
1 |
|
FILE_NOT_WRITABLE |
drupal-7.x/includes/install.inc |
File permission check -- File is not writable. |
|
1 |
|
FILE_READABLE |
drupal-7.x/includes/install.inc |
File permission check -- File is readable. |
|
1 |
|
FILE_STATUS_PERMANENT |
drupal-7.x/includes/file.inc |
Indicates that the file is permanent and should not be deleted. |
|
1 |
|
FILE_URL_TEST_CDN_1 |
drupal-7.x/modules/simpletest/tests/file_test.module |
|
|
1 |
|
FILE_URL_TEST_CDN_2 |
drupal-7.x/modules/simpletest/tests/file_test.module |
|
|
1 |
|
FILE_WRITABLE |
drupal-7.x/includes/install.inc |
File permission check -- File is writable. |
|
1 |
|
HTTP_REQUEST_TIMEOUT |
drupal-7.x/includes/common.inc |
Error code indicating that the request exceeded the specified timeout. |
|
1 |
|
IMAGE_DERIVATIVE_TOKEN |
drupal-7.x/modules/image/image.module |
The name of the query parameter for image derivative tokens. |
|
1 |