Contains filters are case sensitive
Namesort ascending Location Description
STREAM_WRAPPERS_WRITE includes/stream_wrappers.inc Stream wrapper bit flag -- wrapper is writeable.
STREAM_WRAPPERS_VISIBLE includes/stream_wrappers.inc Stream wrapper bit flag -- exposed in the UI and potentially web accessible.
STREAM_WRAPPERS_READ_VISIBLE includes/stream_wrappers.inc Stream wrapper type flag -- visible and read-only.
STREAM_WRAPPERS_READ includes/stream_wrappers.inc Stream wrapper bit flag -- wrapper is readable (almost always true).
STREAM_WRAPPERS_NORMAL includes/stream_wrappers.inc Stream wrapper type flag -- the default when 'type' is omitted from hook_stream_wrappers(). This does not include STREAM_WRAPPERS_LOCAL, because PHP grants a greater trust level to local files (for example, they can be used in an…
STREAM_WRAPPERS_LOCAL_NORMAL includes/stream_wrappers.inc Stream wrapper type flag -- visible, readable and writeable using local files.
STREAM_WRAPPERS_LOCAL_HIDDEN includes/stream_wrappers.inc Stream wrapper type flag -- hidden, readable and writeable using local files.
STREAM_WRAPPERS_LOCAL includes/stream_wrappers.inc Stream wrapper bit flag -- refers to a local file system location.
STREAM_WRAPPERS_HIDDEN includes/stream_wrappers.inc Stream wrapper type flag -- not visible in the UI or accessible via web, but readable and writable. E.g. the temporary directory for uploads.
STREAM_WRAPPERS_ALL includes/stream_wrappers.inc Stream wrapper bit flag -- a filter that matches all wrappers.
SIMPLETEST_MINIMUM_PHP_MEMORY_LIMIT modules/simpletest/simpletest.install Minimum value of PHP memory_limit for SimpleTest.
SEARCH_TYPE_JPN modules/search/tests/search.test
SEARCH_TYPE_2 modules/search/tests/search.test
SEARCH_TYPE modules/search/tests/search.test
SCHEMA_UNINSTALLED includes/install.inc Indicates that a module has not been installed yet.
SCHEMA_INSTALLED includes/install.inc Indicates that a module has been installed.
SAVED_UPDATED includes/common.inc Return status for saving which involved an update to an existing item.
SAVED_NEW includes/common.inc Return status for saving which involved creating a new item.
SAVED_DELETED includes/common.inc Return status for saving which deleted an existing item.
RESPONSIVE_PRIORITY_MEDIUM includes/theme.inc A responsive table class; hide table cell on narrow devices.
RESPONSIVE_PRIORITY_LOW includes/theme.inc A responsive table class; only show table cell on wide devices.
REQUIREMENT_WARNING includes/install.inc Requirement severity -- Warning condition; proceed but flag warning.
REQUIREMENT_OK includes/install.inc Requirement severity -- Requirement successfully met.
REQUIREMENT_INFO includes/install.inc Requirement severity -- Informational message only.
REQUIREMENT_ERROR includes/install.inc Requirement severity -- Error condition; abort installation.
REQUIRED_D7_SCHEMA_VERSION includes/update.inc Minimum schema version of Drupal 7 required for upgrade to Backdrop.
REQUEST_TIME includes/bootstrap.inc Time of the current request in seconds elapsed since the Unix Epoch.
REDIRECT_ACCESS_IGNORE modules/redirect/redirect.module Modules should return this value from hook_redirect_access() to not affect redirect access.
REDIRECT_ACCESS_DENY modules/redirect/redirect.module Modules should return this value from hook_redirect_access() to deny access to a redirect.
REDIRECT_ACCESS_ALLOW modules/redirect/redirect.module Modules should return this value from hook_redirect_access() to allow access to a redirect.
PREG_CLASS_UNICODE_WORD_BOUNDARY includes/unicode.inc Matches Unicode characters that are word boundaries.
PREG_CLASS_PUNCTUATION modules/search/search.module Matches all 'P' Unicode character classes (punctuation)
PREG_CLASS_NUMBERS modules/search/search.module Matches all 'N' Unicode character classes (numbers)
PREG_CLASS_CJK modules/search/search.module Matches CJK (Chinese, Japanese, Korean) letter-like characters.
PATH_UPDATE_ACTION_NO_NEW modules/path/path.inc "Do nothing. Leave the old alias intact."
PATH_UPDATE_ACTION_LEAVE modules/path/path.inc "Create a new alias. Leave the existing alias functioning."
PATH_UPDATE_ACTION_DELETE modules/path/path.inc "Create a new alias. Delete the old alias."
PATH_PUNCTUATION_REPLACE modules/path/path.inc Replace the punctuation with the separator in the alias.
PATH_PUNCTUATION_REMOVE modules/path/path.inc Remove the punctuation from the alias.
PATH_PUNCTUATION_DO_NOTHING modules/path/path.inc Leave the punctuation as it is in the alias.
PATH_CASE_LOWER modules/path/path.inc Case should be lowercased in the generated path.
PATH_CASE_LEAVE_ASIS modules/path/path.inc Case should be left as is in the generated path.
PASS_THROUGH includes/bootstrap.inc Flag used to indicate that text has already been sanitized.
NODE_STICKY modules/node/node.module Denotes that the node is sticky at the top of the page.
NODE_SCHEDULED modules/node/node.module Denotes that the node is not published, but scheduled for later.
NODE_PUBLISHED modules/node/node.module Denotes that the node is published.
NODE_PROMOTED modules/node/node.module Denotes that the node is promoted.
NODE_NOT_STICKY modules/node/node.module Denotes that the node is not sticky at the top of the page.
NODE_NOT_PUBLISHED modules/node/node.module Denotes that the node is not published.
NODE_NOT_PROMOTED modules/node/node.module Denotes that the node is not promoted.

Pages