NameLocationDescription
AMAZON_ECS_SCHEMAcontrib-6/amazon/amazon.module
AMAZON_IMAGE_SIZEScontrib-6/amazon/amazon.module
AMAZON_PARTICIPANT_TYPEScontrib-6/amazon/amazon.module
APACHESOLR_READ_ONLYcontrib-6/apachesolr/apachesolr.module
APACHESOLR_READ_WRITEcontrib-6/apachesolr/apachesolr.module
API_RE_FILENAMEcontrib-6/api/api.moduleRegular expression for matching file names.
API_RE_TAG_STARTcontrib-6/api/api.moduleRegular expression for starting inline @tags.
AUTO_NODETITLE_DISABLEDcontrib-6/auto_nodetitle/auto_nodetitle.module
AUTO_NODETITLE_ENABLEDcontrib-6/auto_nodetitle/auto_nodetitle.module
AUTO_NODETITLE_OPTIONALcontrib-6/auto_nodetitle/auto_nodetitle.module
BLOCK_CACHE_GLOBALdrupal-6/modules/block/block.moduleThe block is the same for every user on every page where it is visible.
BLOCK_CACHE_PER_PAGEdrupal-6/modules/block/block.moduleThe block can change depending on the page being viewed.
BLOCK_CACHE_PER_ROLEdrupal-6/modules/block/block.moduleThe 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_USERdrupal-6/modules/block/block.moduleThe 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_CACHEdrupal-6/modules/block/block.moduleThe block should not get cached. This setting should be used:
BLOCK_REGION_NONEdrupal-6/modules/block/block.moduleDenotes that a block is not enabled in any region and should not be shown.
CACHE_AGGRESSIVEdrupal-6/includes/bootstrap.incIndicates 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_DISABLEDdrupal-6/includes/bootstrap.incIndicates that page caching is disabled.
CACHE_NORMALdrupal-6/includes/bootstrap.incIndicates that page caching is enabled, using "normal" mode.
CACHE_PERMANENTdrupal-6/includes/bootstrap.incIndicates that the item should never be removed unless explicitly told to using cache_clear_all() with a cache ID.
CACHE_TEMPORARYdrupal-6/includes/bootstrap.incIndicates that the item should be removed at the next general cache wipe.
CDN_ADVANCED_SYNCED_FILES_DB_VARIABLEcontrib-6/cdn/cdn.module
CDN_BASIC_EXTENSIONS_DEFAULTcontrib-6/cdn/cdn.module
CDN_BASIC_EXTENSIONS_VARIABLEcontrib-6/cdn/cdn.module
CDN_BASIC_URL_VARIABLEcontrib-6/cdn/cdn.module
CDN_DAEMON_FSMONITOR_DBcontrib-6/cdn/cdn.module
CDN_DAEMON_PERSISTENT_DATA_DBcontrib-6/cdn/cdn.module
CDN_DAEMON_PID_FILEcontrib-6/cdn/cdn.module
CDN_DAEMON_SYNCED_FILES_DBcontrib-6/cdn/cdn.module
CDN_DISABLEDcontrib-6/cdn/cdn.module
CDN_DRUPAL_ROOT_VARIABLEcontrib-6/cdn/cdn.module
CDN_ENABLEDcontrib-6/cdn/cdn.module
CDN_EXCLUSION_DEFAULTcontrib-6/cdn/cdn.module
CDN_EXCLUSION_VARIABLEcontrib-6/cdn/cdn.module
CDN_MODE_ADVANCEDcontrib-6/cdn/cdn.module
CDN_MODE_BASICcontrib-6/cdn/cdn.module
CDN_MODE_VARIABLEcontrib-6/cdn/cdn.module
CDN_PERM_ACCESS_STATScontrib-6/cdn/cdn.module
CDN_PERM_ACCESS_TESTINGcontrib-6/cdn/cdn.module
CDN_PERM_TOUCHcontrib-6/cdn/cdn.module
CDN_STATS_VARIABLEcontrib-6/cdn/cdn.module
CDN_STATUS_VARIABLEcontrib-6/cdn/cdn.module
CDN_TESTINGcontrib-6/cdn/cdn.module
COMMENT_ANONYMOUS_MAYNOT_CONTACTdrupal-6/modules/comment/comment.moduleAnonymous posters may not enter their contact information.
COMMENT_ANONYMOUS_MAY_CONTACTdrupal-6/modules/comment/comment.moduleAnonymous posters may leave their contact information.
COMMENT_ANONYMOUS_MUST_CONTACTdrupal-6/modules/comment/comment.moduleAnonymous posters must leave their contact information.
COMMENT_CONTROLS_ABOVEdrupal-6/modules/comment/comment.moduleComment controls should be shown above the comment list.
COMMENT_CONTROLS_ABOVE_BELOWdrupal-6/modules/comment/comment.moduleComment controls should be shown both above and below the comment list.
COMMENT_CONTROLS_BELOWdrupal-6/modules/comment/comment.moduleComment controls should be shown below the comment list.
COMMENT_CONTROLS_HIDDENdrupal-6/modules/comment/comment.moduleComment controls are hidden.