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