Contains filters are case sensitive
Namesort ascending Location Description
LINK_EXTERNAL modules/link/link.module
LINK_EMAIL modules/link/link.module
LAYOUT_TITLE_NONE modules/layout/layout.module Layout constant indicating the title of the layout is not shown.
LAYOUT_TITLE_DEFAULT modules/layout/layout.module Layout constant indicating the title of the layout is the default.
LAYOUT_TITLE_CUSTOM modules/layout/layout.module Layout constant indicating the title of the layout is manually specified.
LAYOUT_TITLE_BLOCK modules/layout/layout.module Layout constant indicating the title of the layout comes from a block.
LAYOUT_STORAGE_OVERRIDE modules/layout/layout.module Layout constant for layouts that override module-defined presets.
LAYOUT_STORAGE_NORMAL modules/layout/layout.module Layouts constant for user-defined layouts.
LAYOUT_STORAGE_DEFAULT modules/layout/layout.module Layout constant for module-defined layouts.
LANGUAGE_TYPE_URL includes/bootstrap.inc The type of language used for URLs.
LANGUAGE_TYPE_INTERFACE includes/bootstrap.inc The type of language used to select the user interface.
LANGUAGE_TYPE_CONTENT includes/bootstrap.inc The type of language used to define the content language.
LANGUAGE_SYSTEM includes/bootstrap.inc System language (only applicable to UI).
LANGUAGE_RTL includes/bootstrap.inc Language written right to left. Possible value of $language->direction.
LANGUAGE_NONE includes/bootstrap.inc The language code used when no language is explicitly assigned.
LANGUAGE_NEGOTIATION_USER includes/locale.inc The language is set based on the user language settings.
LANGUAGE_NEGOTIATION_URL_PREFIX includes/locale.inc URL language negotiation: use the path prefix as URL language indicator.
LANGUAGE_NEGOTIATION_URL_FALLBACK includes/locale.inc If no URL language is available language is determined using an already detected one.
LANGUAGE_NEGOTIATION_URL_DOMAIN includes/locale.inc URL language negotiation: use the domain 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_SESSION includes/locale.inc The language is set based on the request/session parameters.
LANGUAGE_NEGOTIATION_INTERFACE includes/locale.inc The language is determined using the current interface language.
LANGUAGE_NEGOTIATION_DEFAULT includes/language.inc No language negotiation. The default language is used.
LANGUAGE_NEGOTIATION_BROWSER includes/locale.inc The language is set based on the browser language settings.
LANGUAGE_LTR includes/bootstrap.inc Language written left to right. Possible value of $language->direction.
JS_THEME includes/common.inc The default group for theme JavaScript code added to the page.
JS_SETTING includes/common.inc The default group for JavaScript settings added to the page.
JS_LIBRARY includes/common.inc The default group for JavaScript and jQuery libraries added to the page.
JS_DEFAULT includes/common.inc The default group for module JavaScript code added to the page.
INSTALL_TASK_SKIP includes/install.core.inc Do not run the task during the current installation request.
INSTALL_TASK_RUN_IF_REACHED includes/install.core.inc Run the task on each installation request until the database is set up.
INSTALL_TASK_RUN_IF_NOT_COMPLETED includes/install.core.inc Global flag to indicate that a task should be run on each installation request that reaches it, until the database is set up and we are able to record the fact that it already ran.
IMAGE_STORAGE_OVERRIDE modules/image/image.module Image style constant for user presets that override module-defined presets.
IMAGE_STORAGE_NORMAL modules/image/image.module Image style constant for user presets.
IMAGE_STORAGE_MODULE modules/image/image.module Image style constant to represent any module-based preset.
IMAGE_STORAGE_DEFAULT modules/image/image.module Image style constant for module-defined presets.
HTTP_REQUEST_TIMEOUT includes/common.inc Error code indicating that the request exceeded the specified timeout.
FILE_WRITABLE includes/install.inc File permission check -- File is writable.
FILE_URL_TEST_CDN_2 modules/simpletest/tests/file_test.module
FILE_URL_TEST_CDN_1 modules/simpletest/tests/file_test.module
FILE_TYPE_STORAGE_OVERRIDE modules/file/file.module File type constant for file types that override module-defined presets.
FILE_TYPE_STORAGE_NORMAL modules/file/file.module File types constant for user-defined file types.
FILE_TYPE_STORAGE_DEFAULT modules/file/file.module File type constant for module-defined file types.
FILE_TYPE_NONE modules/file/file.module The {file_managed}.type value when the file type has not yet been determined.
FILE_STATUS_PERMANENT includes/file.inc Indicates that the file is permanent and should not be deleted.
FILE_READABLE includes/install.inc File permission check -- File is readable.
FILE_NOT_WRITABLE includes/install.inc File permission check -- File is not writable.
FILE_NOT_READABLE includes/install.inc File permission check -- File is not readable.
FILE_NOT_EXIST includes/install.inc File permission check -- File does not exist.
FILE_NOT_EXECUTABLE includes/install.inc File permission check -- File is not executable.

Pages