| 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 in the database. |
| 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 | Global flag to indicate that a task should be run on each installation
request that reaches it. |
| INSTALL_TASK_SKIP | includes/install.core.inc | Global flag to indicate that a task should not be run during the current
installation request. |
| JS_DEFAULT | includes/common.inc | The default weight of JavaScript being added to the page. |
| JS_LIBRARY | includes/common.inc | The weight of JavaScript libraries, settings or jQuery plugins being
added to the page. |
| JS_THEME | includes/common.inc | The weight of theme JavaScript code being added to the page. |
| LANGUAGE_LTR | includes/bootstrap.inc | Language written left to right. Possible value of $language->direction. |
| LANGUAGE_NEGOTIATION_DEFAULT | includes/language.inc | No language negotiation. The default language is used. |
| 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_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. |
| 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_STRING | includes/locale.inc | Regular expression pattern used to localize JavaScript strings. |
| LOCALE_LANGUAGE_NEGOTIATION_BROWSER | modules/locale/locale.module | The language is set based on the browser language settings. |
| LOCALE_LANGUAGE_NEGOTIATION_INTERFACE | modules/locale/locale.module | The language is determined using the current interface language. |
| LOCALE_LANGUAGE_NEGOTIATION_SESSION | modules/locale/locale.module | The language is set based on the request/session parameters. |
| LOCALE_LANGUAGE_NEGOTIATION_URL | modules/locale/locale.module | The language is determined using a URL language indicator:
path prefix or domain according to the configuration. |
| LOCALE_LANGUAGE_NEGOTIATION_URL_DOMAIN | includes/locale.inc | URL language negotiation: use the domain as URL language
indicator. |
| LOCALE_LANGUAGE_NEGOTIATION_URL_PREFIX | includes/locale.inc | URL language negotiation: use the path prefix as URL language
indicator. |
| LOCALE_LANGUAGE_NEGOTIATION_USER | modules/locale/locale.module | The language is set based on the user language settings. |
| MAIL_LINE_ENDINGS | includes/mail.inc | Auto-detect appropriate line endings for e-mails. |
| MAINTENANCE_MODE | ./update.php | Global flag to identify update.php run, and so avoid various unwanted
operations, such as hook_init() and hook_exit() invokes, css/js preprocessing
and translation, and solve some theming issues. This flag is checked on several
places in Drupal code... |
| MARK_NEW | includes/theme.inc | Mark content as being new. |
| MARK_READ | includes/theme.inc | Mark content as read. |
| MARK_UPDATED | includes/theme.inc | Mark content as being updated. |
| MEDIAMOSA_BROWSE_FILTER_ASSET | sites/all/modules/mediamosa/maintenance/browse/mediamosa_maintenance_browse_asset.inc | |
| MEDIAMOSA_BROWSE_FILTER_COLLECTION | sites/all/modules/mediamosa/maintenance/browse/mediamosa_maintenance_browse_collection.inc | |
| MEDIAMOSA_CQL_BOOLEAN_AND | sites/all/modules/mediamosa/cql/mediamosa_cql.inc | |
| MEDIAMOSA_CQL_BOOLEAN_NOT | sites/all/modules/mediamosa/cql/mediamosa_cql.inc | |
| MEDIAMOSA_CQL_BOOLEAN_OR | sites/all/modules/mediamosa/cql/mediamosa_cql.inc | |
| MEDIAMOSA_CQL_BOOLEAN_PROX | sites/all/modules/mediamosa/cql/mediamosa_cql.inc | |
| MEDIAMOSA_CQL_CONTEXT_KEY_COLUMN | sites/all/modules/mediamosa/core/cql/mediamosa_core_cql.inc | |
| MEDIAMOSA_CQL_CONTEXT_KEY_COLUMNS | sites/all/modules/mediamosa/cql/mediamosa_cql.inc | |
| MEDIAMOSA_CQL_CONTEXT_KEY_DEFAULT_RELATION | sites/all/modules/mediamosa/cql/mediamosa_cql.inc | |
| MEDIAMOSA_CQL_CONTEXT_KEY_DEFAULT_SEARCH_TERMS | sites/all/modules/mediamosa/cql/mediamosa_cql.inc | |
| MEDIAMOSA_CQL_CONTEXT_KEY_DIRECTION | sites/all/modules/mediamosa/core/cql/mediamosa_core_cql.inc | |
| MEDIAMOSA_CQL_CONTEXT_KEY_INDEXES | sites/all/modules/mediamosa/cql/mediamosa_cql.inc | Key defines for the context array |
| MEDIAMOSA_CQL_CONTEXT_KEY_INDEX_REFERENCES | sites/all/modules/mediamosa/cql/mediamosa_cql.inc | |
| MEDIAMOSA_CQL_CONTEXT_KEY_JOIN | sites/all/modules/mediamosa/core/cql/mediamosa_core_cql.inc | |
| MEDIAMOSA_CQL_CONTEXT_KEY_NULL | sites/all/modules/mediamosa/core/cql/mediamosa_core_cql.inc | |
| MEDIAMOSA_CQL_CONTEXT_KEY_PREFIX | sites/all/modules/mediamosa/core/cql/mediamosa_core_cql.inc | |
| MEDIAMOSA_CQL_CONTEXT_KEY_PROP_ID | sites/all/modules/mediamosa/core/cql/mediamosa_core_cql.inc | |
| MEDIAMOSA_CQL_CONTEXT_KEY_SUFFIX | sites/all/modules/mediamosa/core/cql/mediamosa_core_cql.inc | |
| MEDIAMOSA_CQL_CONTEXT_KEY_TABLE_ALIAS | sites/all/modules/mediamosa/core/cql/mediamosa_core_cql.inc | |