| AUTO_NODETITLE_DISABLED | contrib/auto_nodetitle/auto_nodetitle.module | |
| AUTO_NODETITLE_ENABLED | contrib/auto_nodetitle/auto_nodetitle.module | |
| AUTO_NODETITLE_OPTIONAL | contrib/auto_nodetitle/auto_nodetitle.module | |
| BACKUP_MIGRATE_STORAGE_DB | contrib/backup_migrate/includes/crud.inc | |
| BACKUP_MIGRATE_STORAGE_NONE | contrib/backup_migrate/includes/crud.inc | |
| BACKUP_MIGRATE_STORAGE_OVERRIDEN | contrib/backup_migrate/includes/crud.inc | |
| BLOCK_CACHE_GLOBAL | core/modules/block/block.module | The block is the same for every user on every page where it is visible. |
| BLOCK_CACHE_PER_PAGE | core/modules/block/block.module | The block can change depending on the page being viewed. |
| BLOCK_CACHE_PER_ROLE | core/modules/block/block.module | The block can change depending on the roles the user viewing the page belongs to.
This is the default setting, used when the block does not specify anything. |
| BLOCK_CACHE_PER_USER | core/modules/block/block.module | The block can change depending on the user viewing the page.
This setting can be resource-consuming for sites with large number of users,
and thus should only be used when BLOCK_CACHE_PER_ROLE is not sufficient. |
| BLOCK_NO_CACHE | core/modules/block/block.module | The block should not get cached. This setting should be used:
for simple blocks (notably those that do not perform any db query),
where querying the db cache would be more expensive than directly generating
the content.
for blocks that change too... |
| BLOCK_REGION_NONE | core/modules/block/block.module | Denotes that a block is not enabled in any region and should not
be shown. |
| CACHE_AGGRESSIVE | core/includes/bootstrap.inc | Indicates that page caching is using "aggressive" mode. This bypasses
loading any modules for additional speed, which may break functionality in
modules that expect to be run on each page load. |
| CACHE_DISABLED | core/includes/bootstrap.inc | Indicates that page caching is disabled. |
| CACHE_NORMAL | core/includes/bootstrap.inc | Indicates that page caching is enabled, using "normal" mode. |
| CACHE_PERMANENT | core/includes/bootstrap.inc | Indicates that the item should never be removed unless explicitly told to
using cache_clear_all() with a cache ID. |
| CACHE_TEMPORARY | core/includes/bootstrap.inc | Indicates that the item should be removed at the next general cache wipe. |
| CALENDAR_HIDE_ALL | contrib/calendar/calendar.module | |
| CALENDAR_SHOW_ALL | contrib/calendar/calendar.module | |
| CAPTCHA_DEFAULT_VALIDATION_CASE_INSENSITIVE | contrib/captcha/captcha.module | |
| CAPTCHA_DEFAULT_VALIDATION_CASE_SENSITIVE | contrib/captcha/captcha.module | |
| CAPTCHA_PERSISTENCE_SHOW_ALWAYS | contrib/captcha/captcha.module | |
| CAPTCHA_PERSISTENCE_SKIP_ONCE_SUCCESSFUL | contrib/captcha/captcha.module | |
| CAPTCHA_PERSISTENCE_SKIP_ONCE_SUCCESSFUL_PER_FORM | contrib/captcha/captcha.module | |
| CAPTCHA_STATUS_EXAMPLE | contrib/captcha/captcha.module | |
| CAPTCHA_STATUS_SOLVED | contrib/captcha/captcha.module | |
| CAPTCHA_STATUS_UNSOLVED | contrib/captcha/captcha.module | |
| CA_UI_PATH | contrib/ubercart/ca/ca.module | The Drupal menu path to Conditional Actions pages. |
| CM_TO_CM | contrib/ubercart/uc_store/uc_store.module | |
| CM_TO_FT | contrib/ubercart/uc_store/uc_store.module | |
| CM_TO_IN | contrib/ubercart/uc_store/uc_store.module | |
| CM_TO_MM | contrib/ubercart/uc_store/uc_store.module | |
| COMMENT_ANONYMOUS_MAYNOT_CONTACT | core/modules/comment/comment.module | Anonymous posters may not enter their contact information. |
| COMMENT_ANONYMOUS_MAY_CONTACT | core/modules/comment/comment.module | Anonymous posters may leave their contact information. |
| COMMENT_ANONYMOUS_MUST_CONTACT | core/modules/comment/comment.module | Anonymous posters must leave their contact information. |
| COMMENT_CONTROLS_ABOVE | core/modules/comment/comment.module | Comment controls should be shown above the comment list. |
| COMMENT_CONTROLS_ABOVE_BELOW | core/modules/comment/comment.module | Comment controls should be shown both above and below the comment list. |
| COMMENT_CONTROLS_BELOW | core/modules/comment/comment.module | Comment controls should be shown below the comment list. |
| COMMENT_CONTROLS_HIDDEN | core/modules/comment/comment.module | Comment controls are hidden. |
| COMMENT_FORM_BELOW | core/modules/comment/comment.module | Comment form should be shown below post or list of comments. |
| COMMENT_FORM_SEPARATE_PAGE | core/modules/comment/comment.module | Comment form should be displayed on a separate page. |
| COMMENT_MODE_FLAT_COLLAPSED | core/modules/comment/comment.module | Comments are displayed in a flat list - collapsed. |
| COMMENT_MODE_FLAT_EXPANDED | core/modules/comment/comment.module | Comments are displayed in a flat list - expanded. |
| COMMENT_MODE_THREADED_COLLAPSED | core/modules/comment/comment.module | Comments are displayed as a threaded list - collapsed. |
| COMMENT_MODE_THREADED_EXPANDED | core/modules/comment/comment.module | Comments are displayed as a threaded list - expanded. |
| COMMENT_NODE_DISABLED | core/modules/comment/comment.module | Comments for this node are disabled. |
| COMMENT_NODE_READ_ONLY | core/modules/comment/comment.module | Comments for this node are locked. |
| COMMENT_NODE_READ_WRITE | core/modules/comment/comment.module | Comments are enabled on this node. |
| COMMENT_NOT_PUBLISHED | core/modules/comment/comment.module | Comment is awaiting approval. |
| COMMENT_ORDER_NEWEST_FIRST | core/modules/comment/comment.module | Comments are ordered by date - newest first. |