ARCHIVE_TAR_ATT_SEPARATOR |
modules/system/system.tar.inc |
|
ARCHIVE_TAR_END_BLOCK |
modules/system/system.tar.inc |
|
BACKDROP_ANONYMOUS_ROLE |
includes/bootstrap.inc |
Role ID for anonymous users. |
BACKDROP_AUTHENTICATED_ROLE |
includes/bootstrap.inc |
Role ID for authenticated users. |
BACKDROP_BOOTSTRAP_CONFIGURATION |
includes/bootstrap.inc |
First bootstrap phase: initialize configuration. |
BACKDROP_BOOTSTRAP_DATABASE |
includes/bootstrap.inc |
Third bootstrap phase: initialize database layer. |
BACKDROP_BOOTSTRAP_FULL |
includes/bootstrap.inc |
Final bootstrap phase: Backdrop is fully loaded; validate and fix input data. |
BACKDROP_BOOTSTRAP_LANGUAGE |
includes/bootstrap.inc |
Eighth bootstrap phase: find out language of the page. |
BACKDROP_BOOTSTRAP_LOCK |
includes/bootstrap.inc |
Fourth bootstrap phase: initialize the lock system. |
BACKDROP_BOOTSTRAP_PAGE_CACHE |
includes/bootstrap.inc |
Second bootstrap phase: try to serve a cached page. |
BACKDROP_BOOTSTRAP_PAGE_HEADER |
includes/bootstrap.inc |
Seventh bootstrap phase: set up the page header. |
BACKDROP_BOOTSTRAP_SESSION |
includes/bootstrap.inc |
Sixth bootstrap phase: initialize session handling. |
BACKDROP_BOOTSTRAP_VARIABLES |
includes/bootstrap.inc |
Fifth bootstrap phase: initialize the variable system. |
BACKDROP_CACHE_CUSTOM |
includes/common.inc |
The block is handling its own caching in its hook_block_view(). |
BACKDROP_CACHE_GLOBAL |
includes/common.inc |
The block or element is the same for every user and page that it is visible. |
BACKDROP_CACHE_PER_PAGE |
includes/common.inc |
The block or element can change depending on the page being viewed. |
BACKDROP_CACHE_PER_ROLE |
includes/common.inc |
The block or element can change depending on the user's roles. |
BACKDROP_CACHE_PER_USER |
includes/common.inc |
The block or element can change depending on the user. |
BACKDROP_CORE_COMPATIBILITY |
includes/bootstrap.inc |
Core API compatibility. |
BACKDROP_DISABLED |
modules/system/system.module |
Disabled option on forms and settings |
BACKDROP_HASH_COUNT |
includes/password.inc |
The standard log2 number of iterations for password stretching. This should
increase by 1 every Backdrop version in order to counteract increases in the
speed and power of computers available to crack the hashes. |
BACKDROP_HASH_LENGTH |
includes/password.inc |
The expected (and maximum) number of characters in a hashed password. |
BACKDROP_KILOBYTE |
includes/bootstrap.inc |
The number of bytes in a kilobyte. |
BACKDROP_MAX_HASH_COUNT |
includes/password.inc |
The maximum allowed log2 number of iterations for password stretching. |
BACKDROP_MAXIMUM_TEMP_FILE_AGE |
modules/system/system.module |
Maximum age of temporary files in seconds. |
BACKDROP_MIN_HASH_COUNT |
includes/password.inc |
The minimum allowed log2 number of iterations for password stretching. |
BACKDROP_MINIMUM_PHP |
includes/bootstrap.inc |
Minimum supported version of PHP. |
BACKDROP_MINIMUM_PHP_MEMORY_LIMIT |
includes/bootstrap.inc |
Minimum recommended value of PHP memory_limit. |
BACKDROP_NO_CACHE |
includes/common.inc |
The block should not get cached. |
BACKDROP_OPTIONAL |
modules/system/system.module |
Optional option on forms and settings |
BACKDROP_PHP_FUNCTION_PATTERN |
includes/bootstrap.inc |
Regular expression to match PHP function names. |
BACKDROP_REQUIRED |
modules/system/system.module |
Required option on forms and settings |
BACKDROP_ROOT |
modules/simpletest/tests/http.php |
Defines the root directory of the Backdrop installation. |
BACKDROP_ROOT |
./update.php |
Defines the root directory of the Backdrop installation. |
BACKDROP_ROOT |
./authorize.php |
Defines the root directory of the Backdrop installation. |
BACKDROP_ROOT |
modules/simpletest/tests/https.php |
Defines the root directory of the Backdrop installation. |
BACKDROP_ROOT |
./install.php |
Defines the root directory of the Backdrop installation. |
BACKDROP_ROOT |
./cron.php |
Defines the root directory of the Backdrop installation. |
BACKDROP_USER_TIMEZONE_DEFAULT |
modules/system/system.module |
New users will be set to the default time zone at registration. |
BACKDROP_USER_TIMEZONE_EMPTY |
modules/system/system.module |
New users will get an empty time zone at registration. |
BACKDROP_USER_TIMEZONE_SELECT |
modules/system/system.module |
New users will select their own timezone at registration. |
BACKDROP_VERSION |
includes/bootstrap.inc |
The current system version. |
BACKDROP_WEIGHT_SELECT_MAX |
modules/system/system.module |
Maximum number of values in a weight select element. |
CACHE_PERMANENT |
includes/bootstrap.inc |
Indicates that the item should never be removed unless explicitly selected. |
CACHE_TEMPORARY |
includes/bootstrap.inc |
Indicates that the item should be removed at the next general cache wipe. |
CHECK_PLAIN |
includes/bootstrap.inc |
Flag used to indicate that text is not sanitized, so run check_plain(). |
CKEDITOR_VERSION |
modules/ckeditor/ckeditor.module |
|
COMMENT_ANONYMOUS_MAY_CONTACT |
modules/comment/comment.module |
Anonymous posters may leave their contact information. |
COMMENT_ANONYMOUS_MAYNOT_CONTACT |
modules/comment/comment.module |
Anonymous posters cannot enter their contact information. |
COMMENT_ANONYMOUS_MUST_CONTACT |
modules/comment/comment.module |
Anonymous posters are required to leave their contact information. |