Contains filters are case sensitive
Name Locationsort ascending Description
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_VISIBLE includes/stream_wrappers.inc Stream wrapper bit flag -- exposed in the UI and potentially web accessible.
STREAM_WRAPPERS_WRITE includes/stream_wrappers.inc Stream wrapper bit flag -- wrapper is writeable.
STREAM_WRAPPERS_READ includes/stream_wrappers.inc Stream wrapper bit flag -- wrapper is readable (almost always true).
STREAM_WRAPPERS_LOCAL includes/stream_wrappers.inc Stream wrapper bit flag -- refers to a local file system location.
BACKDROP_MIN_HASH_COUNT includes/password.inc The minimum allowed log2 number of iterations for password stretching.
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_MAX_HASH_COUNT includes/password.inc The maximum allowed log2 number of iterations for password stretching.
BACKDROP_HASH_LENGTH includes/password.inc The expected (and maximum) number of characters in a hashed password.
MENU_LOCAL_ACTION includes/menu.inc Menu type -- An action specific to the parent, usually rendered as a link.
MENU_DEFAULT_LOCAL_TASK includes/menu.inc Menu type -- The "default" local task, which is initially active.
MENU_LOCAL_TASK includes/menu.inc Menu type -- A task specific to the parent item, usually rendered as a tab.
MENU_SUGGESTED_ITEM includes/menu.inc Menu type -- A normal menu item, hidden until enabled by an administrator.
MENU_CALLBACK includes/menu.inc Menu type -- A hidden, internal callback, typically used for API calls.
MENU_NORMAL_ITEM includes/menu.inc Menu type -- A "normal" menu item that's shown in menu and breadcrumbs.
MENU_IS_LOCAL_ACTION includes/menu.inc Internal menu flag -- menu item is a local action.
MENU_IS_LOCAL_TASK includes/menu.inc Internal menu flag -- menu item is a local task.
MENU_CREATED_BY_ADMIN includes/menu.inc Internal menu flag -- menu item was created by administrator.
MENU_MODIFIED_BY_ADMIN includes/menu.inc Internal menu flag -- menu item can be modified by administrator.
MENU_LINKS_TO_PARENT includes/menu.inc Internal menu flag -- menu item links back to its parent.
MENU_VISIBLE_IN_BREADCRUMB includes/menu.inc Internal menu flag -- menu item is visible in the breadcrumb.
MENU_VISIBLE_IN_TREE includes/menu.inc Internal menu flag -- menu item is visible in the menu tree.
MENU_IS_ROOT includes/menu.inc Internal menu flag -- menu item is the root of the menu tree.
MENU_ACCESS_DENIED includes/menu.inc Menu status code -- Access denied.
MENU_NOT_FOUND includes/menu.inc Menu status code -- Not found.
MENU_PREFERRED_LINK includes/menu.inc Reserved key to identify the most specific menu link for a given path.
MENU_MAX_DEPTH includes/menu.inc The maximum depth of a menu links tree - matches the number of p columns.
MENU_MAX_PARTS includes/menu.inc The maximum number of path elements for a menu callback
MENU_SITE_ONLINE includes/menu.inc Internal menu status code -- Everything is working fine.
MENU_SITE_OFFLINE includes/menu.inc Internal menu status code -- Menu item inaccessible because site is offline.
MENU_CONTEXT_INLINE includes/menu.inc Internal menu flag: Local task should be displayed inline.
MENU_CONTEXT_PAGE includes/menu.inc Internal menu flag: Local task should be displayed in page context.
MENU_CONTEXT_NONE includes/menu.inc Internal menu flag: Invisible local task.
MAIL_LINE_ENDINGS includes/mail.inc Auto-detect appropriate line endings for e-mails.
LANGUAGE_NEGOTIATION_URL_PREFIX includes/locale.inc URL language negotiation: use the path prefix as URL language indicator.
LANGUAGE_NEGOTIATION_URL includes/locale.inc The language is determined using a URL language indicator: path prefix or domain according to the configuration.
LANGUAGE_NEGOTIATION_BROWSER includes/locale.inc The language is set based on the browser language settings.
LANGUAGE_NEGOTIATION_INTERFACE includes/locale.inc The language is determined using the current interface language.
LANGUAGE_NEGOTIATION_URL_FALLBACK includes/locale.inc If no URL language is available language is determined using an already detected one.
LANGUAGE_NEGOTIATION_USER includes/locale.inc The language is set based on the user language settings.
LANGUAGE_NEGOTIATION_SESSION includes/locale.inc The language is set based on the request/session parameters.
LOCALE_JS_STRING includes/locale.inc Regular expression pattern used to localize JavaScript strings.
LOCALE_JS_OBJECT includes/locale.inc Regular expression pattern used to match simple JS object literal.
LOCALE_JS_OBJECT_CONTEXT includes/locale.inc Regular expression to match an object containing a key 'context'.
LOCALE_IMPORT_OVERWRITE includes/locale.inc Translation import mode overwriting all existing translations if new translated version available.
LOCALE_IMPORT_KEEP includes/locale.inc Translation import mode keeping existing translations and only inserting new strings.
LANGUAGE_NEGOTIATION_URL_DOMAIN includes/locale.inc URL language negotiation: use the domain as URL language indicator.
LANGUAGE_NEGOTIATION_DEFAULT includes/language.inc No language negotiation. The default language is used.
FILE_WRITABLE includes/install.inc File permission check -- File is writable.
FILE_EXECUTABLE includes/install.inc File permission check -- File is executable.

Pages