|
MENU_MODIFIED_BY_ADMIN |
drupal-6.x/includes/menu.inc |
|
|
1 |
|
MENU_NORMAL_ITEM |
drupal-6.x/includes/menu.inc |
Normal menu items show up in the menu tree and can be moved/hidden by
the administrator. Use this for most menu items. It is the default value if
no menu item type is specified. |
|
1 |
|
MENU_NOT_FOUND |
drupal-6.x/includes/menu.inc |
|
|
1 |
|
MENU_SITE_OFFLINE |
drupal-6.x/includes/menu.inc |
|
|
1 |
|
MENU_SUGGESTED_ITEM |
drupal-6.x/includes/menu.inc |
Modules may "suggest" menu items that the administrator may enable. They act
just as callbacks do until enabled, at which time they act like normal items.
Note for the value: 0x0010 was a flag which is no longer used, but this way
the values… |
|
1 |
|
MENU_VISIBLE_IN_BREADCRUMB |
drupal-6.x/includes/menu.inc |
|
|
1 |
|
MENU_VISIBLE_IN_TREE |
drupal-6.x/includes/menu.inc |
|
|
1 |
|
NODE_BUILD_NORMAL |
drupal-6.x/modules/node/node.module |
|
|
1 |
|
NODE_BUILD_PREVIEW |
drupal-6.x/modules/node/node.module |
|
|
1 |
|
NODE_BUILD_PRINT |
drupal-6.x/modules/node/node.module |
|
|
1 |
|
NODE_BUILD_RSS |
drupal-6.x/modules/node/node.module |
|
|
1 |
|
NODE_BUILD_SEARCH_INDEX |
drupal-6.x/modules/node/node.module |
|
|
1 |
|
NODE_BUILD_SEARCH_RESULT |
drupal-6.x/modules/node/node.module |
|
|
1 |
|
NODE_NEW_LIMIT |
drupal-6.x/modules/node/node.module |
Nodes changed before this time are always marked as read. |
|
1 |
|
OPENID_DH_DEFAULT_GEN |
drupal-6.x/modules/openid/openid.inc |
|
|
1 |
|
OPENID_DH_DEFAULT_MOD |
drupal-6.x/modules/openid/openid.inc |
|
|
1 |
|
OPENID_NS_1_0 |
drupal-6.x/modules/openid/openid.inc |
|
|
1 |
|
OPENID_NS_1_1 |
drupal-6.x/modules/openid/openid.inc |
|
|
1 |
|
OPENID_NS_2_0 |
drupal-6.x/modules/openid/openid.inc |
|
|
1 |
|
OPENID_RAND_SOURCE |
drupal-6.x/modules/openid/openid.inc |
|
|
1 |
|
OPENID_SHA1_BLOCKSIZE |
drupal-6.x/modules/openid/openid.inc |
|
|
1 |
|
PREG_CLASS_CJK |
drupal-6.x/modules/search/search.module |
Matches all CJK characters that are candidates for auto-splitting
(Chinese, Japanese, Korean).
Contains kana and BMP ideographs. |
|
1 |
|
PREG_CLASS_NUMBERS |
drupal-6.x/modules/search/search.module |
Matches all 'N' Unicode character classes (numbers) |
|
1 |
|
PREG_CLASS_PUNCTUATION |
drupal-6.x/modules/search/search.module |
Matches all 'P' Unicode character classes (punctuation) |
|
1 |
|
PREG_CLASS_SEARCH_EXCLUDE |
drupal-6.x/modules/search/search.module |
Matches Unicode character classes to exclude from the search index. |
|
1 |
|
PROFILE_HIDDEN |
drupal-6.x/modules/profile/profile.module |
Hidden profile field, only accessible by administrators, modules and themes. |
|
1 |
|
PROFILE_PRIVATE |
drupal-6.x/modules/profile/profile.module |
Private field, content only available to privileged users. |
|
1 |
|
PROFILE_PUBLIC |
drupal-6.x/modules/profile/profile.module |
Public field, content shown on profile page but not used on member list pages. |
|
1 |
|
PROFILE_PUBLIC_LISTINGS |
drupal-6.x/modules/profile/profile.module |
Public field, content shown on profile page and on member list pages. |
|
1 |
|
REQUIREMENT_ERROR |
drupal-6.x/includes/install.inc |
|
|
1 |
|
REQUIREMENT_INFO |
drupal-6.x/includes/install.inc |
|
|
1 |
|
REQUIREMENT_OK |
drupal-6.x/includes/install.inc |
|
|
1 |
|
REQUIREMENT_WARNING |
drupal-6.x/includes/install.inc |
|
|
1 |
|
SAVED_DELETED |
drupal-6.x/includes/common.inc |
Return status for saving which deleted an existing item. |
|
1 |
|
SAVED_NEW |
drupal-6.x/includes/common.inc |
Return status for saving which involved creating a new item. |
|
1 |
|
SAVED_UPDATED |
drupal-6.x/includes/common.inc |
Return status for saving which involved an update to an existing item. |
|
1 |
|
SCHEMA_INSTALLED |
drupal-6.x/includes/install.inc |
|
|
1 |
|
SCHEMA_UNINSTALLED |
drupal-6.x/includes/install.inc |
|
|
1 |
|
TRANSLATION_ENABLED |
drupal-6.x/modules/translation/translation.module |
Identifies a content type which has translation support enabled. |
|
1 |
|
UNICODE_ERROR |
drupal-6.x/includes/unicode.inc |
Indicates an error during check for PHP unicode support. |
|
1 |
|
UNICODE_MULTIBYTE |
drupal-6.x/includes/unicode.inc |
Indicates that full unicode support with the PHP mbstring extension is being
used. |
|
1 |
|
UNICODE_SINGLEBYTE |
drupal-6.x/includes/unicode.inc |
Indicates that standard PHP (emulated) unicode support is being used. |
|
1 |
|
UPDATE_CURRENT |
drupal-6.x/modules/update/update.module |
Project is up to date. |
|
1 |
|
UPDATE_DEFAULT_URL |
drupal-6.x/modules/update/update.module |
URL to check for updates, if a given project doesn't define its own. |
|
1 |
|
UPDATE_MAX_FETCH_ATTEMPTS |
drupal-6.x/modules/update/update.module |
Maximum number of attempts to fetch available update data from a given host. |
|
1 |
|
UPDATE_NOT_CHECKED |
drupal-6.x/modules/update/update.module |
Project's status cannot be checked. |
|
1 |
|
UPDATE_NOT_CURRENT |
drupal-6.x/modules/update/update.module |
Project has a new release available, but it is not a security release. |
|
1 |
|
UPDATE_NOT_FETCHED |
drupal-6.x/modules/update/update.module |
There was a failure fetching available update data for this project. |
|
1 |
|
UPDATE_NOT_SECURE |
drupal-6.x/modules/update/update.module |
Project is missing security update(s). |
|
1 |
|
UPDATE_NOT_SUPPORTED |
drupal-6.x/modules/update/update.module |
Current release is no longer supported by the project maintainer. |
|
1 |