Primary tabs

Namesort descending Location Description Direct uses Strings
DRUPAL_DISABLED modules/system/system.module Disabled option on forms and settings 12 1
DRUPAL_HASH_COUNT includes/password.inc The standard log2 number of iterations for password stretching. This should increase by 1 every Drupal version in order to counteract increases in the speed and power of computers available to crack the hashes. 3 1
DRUPAL_HASH_LENGTH includes/password.inc The expected (and maximum) number of characters in a hashed password. 1 1
DRUPAL_KILOBYTE includes/bootstrap.inc The number of bytes in a kilobyte. 3 1
DRUPAL_MAXIMUM_TEMP_FILE_AGE modules/system/system.module Maximum age of temporary files in seconds. 2 1
DRUPAL_MAX_HASH_COUNT includes/password.inc The maximum allowed log2 number of iterations for password stretching. 1
DRUPAL_MINIMUM_PHP includes/bootstrap.inc Minimum supported version of PHP. 7 1
DRUPAL_MINIMUM_PHP_MEMORY_LIMIT includes/bootstrap.inc Minimum recommended value of PHP memory_limit. 1 1
DRUPAL_MIN_HASH_COUNT includes/password.inc The minimum allowed log2 number of iterations for password stretching. 2 1
DRUPAL_NO_CACHE includes/common.inc The block should not get cached. 16 1
DRUPAL_OPTIONAL modules/system/system.module Optional option on forms and settings 13 1
DRUPAL_PHP_FUNCTION_PATTERN includes/bootstrap.inc Regular expression to match PHP function names. 7 1
DRUPAL_REQUIRED modules/system/system.module Required option on forms and settings 6 1
DRUPAL_ROOT modules/statistics/statistics.php Root directory of Drupal installation. 166 9
DRUPAL_ROOT ./install.php Defines the root directory of the Drupal installation. 166 9
DRUPAL_ROOT ./authorize.php Defines the root directory of the Drupal installation. 166 9
DRUPAL_ROOT ./cron.php Root directory of Drupal installation. 166 9
DRUPAL_ROOT ./index.php Root directory of Drupal installation. 166 9
DRUPAL_ROOT ./xmlrpc.php Root directory of Drupal installation. 166 9
DRUPAL_ROOT ./update.php Defines the root directory of the Drupal installation. 166 9
DRUPAL_ROOT modules/simpletest/tests/http.php 166 9
DRUPAL_ROOT modules/simpletest/tests/https.php 166 9
DRUPAL_USER_TIMEZONE_DEFAULT modules/system/system.module New users will be set to the default time zone at registration. 2 1
DRUPAL_USER_TIMEZONE_EMPTY modules/system/system.module New users will get an empty time zone at registration. 1 1
DRUPAL_USER_TIMEZONE_SELECT modules/system/system.module New users will select their own timezone at registration. 2 1
DRUPAL_WEIGHT_SELECT_MAX modules/system/system.module Maximum number of values in a weight select element. 1 1
EMAIL_MAX_LENGTH modules/user/user.module Maximum length of user e-mail text field. 3 1
ERROR_REPORTING_DISPLAY_ALL includes/bootstrap.inc Error reporting level: display all messages. 3 1
ERROR_REPORTING_DISPLAY_SOME includes/bootstrap.inc Error reporting level: display errors and warnings. 3 1
ERROR_REPORTING_HIDE includes/bootstrap.inc Error reporting level: display no errors. 2 1
FIELD_BEHAVIOR_CUSTOM modules/field/field.module Value for field API indicating a widget can receive several field values. 5 1
FIELD_BEHAVIOR_DEFAULT modules/field/field.module Value for field API concerning widget default and multiple value settings. 6 1
FIELD_BEHAVIOR_NONE modules/field/field.module Value for field API indicating a widget doesn't accept default values. 2 1
FIELD_CARDINALITY_UNLIMITED modules/field/field.module Value for field API indicating a field accepts an unlimited number of values. 27 1
FIELD_LOAD_CURRENT modules/field/field.module Age argument for loading the most recent version of an entity's field data with field_attach_load(). 18 1
FIELD_LOAD_REVISION modules/field/field.module Age argument for loading the version of an entity's field data specified in the entity with field_attach_load(). 9 1
FIELD_STORAGE_INSERT modules/field/field.attach.inc Argument for an insert operation. 1 1
FIELD_STORAGE_UPDATE modules/field/field.attach.inc Argument for an update operation. 4 1
FILE_CREATE_DIRECTORY includes/file.inc Flag used by file_prepare_directory() -- create directory if not present. 23 1
FILE_EXECUTABLE includes/install.inc File permission check -- File is executable. 3 1
FILE_EXIST includes/install.inc File permission check -- File exists. 5 1
FILE_EXISTS_ERROR includes/file.inc Flag for dealing with existing files: Do nothing and return FALSE. 12 1
FILE_EXISTS_RENAME includes/file.inc Flag for dealing with existing files: Appends number until name is unique. 24 1
FILE_EXISTS_REPLACE includes/file.inc Flag for dealing with existing files: Replace the existing file. 21 1
FILE_INSECURE_EXTENSIONS includes/file.inc A pipe-separated list of insecure extensions. 3 1
FILE_MODIFY_PERMISSIONS includes/file.inc Flag used by file_prepare_directory() -- file permissions may be changed. 6 1
FILE_NOT_EXECUTABLE includes/install.inc File permission check -- File is not executable. 3 1
FILE_NOT_EXIST includes/install.inc File permission check -- File does not exist. 1 1
FILE_NOT_READABLE includes/install.inc File permission check -- File is not readable. 3 1
FILE_NOT_WRITABLE includes/install.inc File permission check -- File is not writable. 5 1

Pages

Other projects