FILE_URL_TEST_CDN_2 |
modules/simpletest/tests/file_test.module |
|
FILE_WRITABLE |
includes/install.inc |
File permission check -- File is writable. |
HTTP_REQUEST_TIMEOUT |
includes/common.inc |
Error code indicating that the request exceeded the specified timeout. |
IMAGE_STORAGE_DEFAULT |
modules/image/image.module |
Image style constant for module-defined presets. |
IMAGE_STORAGE_MODULE |
modules/image/image.module |
Image style constant to represent any module-based preset. |
IMAGE_STORAGE_NORMAL |
modules/image/image.module |
Image style constant for user presets. |
IMAGE_STORAGE_OVERRIDE |
modules/image/image.module |
Image style constant for user presets that override module-defined presets. |
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. |
INSTALL_TASK_RUN_IF_REACHED |
includes/install.core.inc |
Run the task on each installation request until the database is set up. |
INSTALL_TASK_SKIP |
includes/install.core.inc |
Do not run the task during the current installation request. |
JS_DEFAULT |
includes/common.inc |
The default group for module JavaScript code added to the page. |
JS_LIBRARY |
includes/common.inc |
The default group for JavaScript and jQuery libraries added to the page. |
JS_SETTING |
includes/common.inc |
The default group for JavaScript settings added to the page. |
JS_THEME |
includes/common.inc |
The default group for theme JavaScript code added to the page. |
LANGUAGE_LTR |
includes/bootstrap.inc |
Language written left to right. Possible value of $language->direction. |
LANGUAGE_NEGOTIATION_BROWSER |
includes/locale.inc |
The language is set based on the browser language settings. |
LANGUAGE_NEGOTIATION_DEFAULT |
includes/language.inc |
No language negotiation. The default language is used. |
LANGUAGE_NEGOTIATION_INTERFACE |
includes/locale.inc |
The language is determined using the current interface language. |
LANGUAGE_NEGOTIATION_SESSION |
includes/locale.inc |
The language is set based on the request/session parameters. |
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_URL_DOMAIN |
includes/locale.inc |
URL language negotiation: use the domain 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_PREFIX |
includes/locale.inc |
URL language negotiation: use the path prefix as URL language
indicator. |
LANGUAGE_NEGOTIATION_USER |
includes/locale.inc |
The language is set based on the user language settings. |
LANGUAGE_NONE |
includes/bootstrap.inc |
The language code used when no language is explicitly assigned. |
LANGUAGE_RTL |
includes/bootstrap.inc |
Language written right to left. Possible value of $language->direction. |
LANGUAGE_SYSTEM |
includes/bootstrap.inc |
System language (only applicable to UI). |
LANGUAGE_TYPE_CONTENT |
includes/bootstrap.inc |
The type of language used to define the content language. |
LANGUAGE_TYPE_INTERFACE |
includes/bootstrap.inc |
The type of language used to select the user interface. |
LANGUAGE_TYPE_URL |
includes/bootstrap.inc |
The type of language used for URLs. |
LAYOUT_STORAGE_DEFAULT |
modules/layout/layout.module |
Layout constant for module-defined layouts. |
LAYOUT_STORAGE_NORMAL |
modules/layout/layout.module |
Layouts constant for user-defined layouts. |
LAYOUT_STORAGE_OVERRIDE |
modules/layout/layout.module |
Layout constant for layouts that override module-defined presets. |
LAYOUT_TITLE_BLOCK |
modules/layout/layout.module |
Layout constant indicating the title of the layout comes from a block. |
LAYOUT_TITLE_CUSTOM |
modules/layout/layout.module |
Layout constant indicating the title of the layout is manually specified. |
LAYOUT_TITLE_DEFAULT |
modules/layout/layout.module |
Layout constant indicating the title of the layout is the default. |
LAYOUT_TITLE_NONE |
modules/layout/layout.module |
Layout constant indicating the title of the layout is not shown. |
LINK_EMAIL |
modules/link/link.module |
|
LINK_EXTERNAL |
modules/link/link.module |
|
LINK_FRONT |
modules/link/link.module |
|
LINK_INTERNAL |
modules/link/link.module |
|
LINK_NEWS |
modules/link/link.module |
|
LINK_TARGET_DEFAULT |
modules/link/link.module |
|
LINK_TARGET_NEW_WINDOW |
modules/link/link.module |
|
LINK_TARGET_TOP |
modules/link/link.module |
|
LINK_TARGET_USER |
modules/link/link.module |
|
LINK_URL_MAX_LENGTH |
modules/link/link.module |
Maximum URLs length - needs to match value in link.install. |
LOCALE_IMPORT_KEEP |
includes/locale.inc |
Translation import mode keeping existing translations and only
inserting new strings. |
LOCALE_IMPORT_OVERWRITE |
includes/locale.inc |
Translation import mode overwriting all existing translations
if new translated version available. |
LOCALE_JS_OBJECT |
includes/locale.inc |
Regular expression pattern used to match simple JS object literal. |