| CACHE_PERMANENT | drupal-4-6/ includes/ bootstrap.inc | |
| CACHE_TEMPORARY | drupal-4-6/ includes/ bootstrap.inc | |
| CONTACT_HOURLY_THRESHOLD | drupal-4-6/ modules/ contact.module | |
| FILE_CREATE_DIRECTORY | drupal-4-6/ includes/ file.inc | |
| FILE_DIRECTORY_TEMP | drupal-4-6/ includes/ file.inc | |
| FILE_DOWNLOADS_PRIVATE | drupal-4-6/ includes/ file.inc | |
| FILE_DOWNLOADS_PUBLIC | drupal-4-6/ includes/ file.inc | |
| FILE_EXISTS_ERROR | drupal-4-6/ includes/ file.inc | |
| FILE_EXISTS_RENAME | drupal-4-6/ includes/ file.inc | |
| FILE_EXISTS_REPLACE | drupal-4-6/ includes/ file.inc | |
| FILE_MODIFY_PERMISSIONS | drupal-4-6/ includes/ file.inc | |
| FILTER_FORMAT_DEFAULT | drupal-4-6/ modules/ filter.module | |
| FILTER_HTML_ESCAPE | drupal-4-6/ modules/ filter.module | |
| FILTER_HTML_STRIP | drupal-4-6/ modules/ filter.module | |
| IS_WINDOWS | drupal-4-6/ includes/ file.inc | |
| MARK_NEW | drupal-4-6/ includes/ theme.inc | |
| MARK_READ | drupal-4-6/ includes/ theme.inc | @name Content markers |
| MARK_UPDATED | drupal-4-6/ includes/ theme.inc | |
| MENU_ACCESS_DENIED | drupal-4-6/ includes/ menu.inc | |
| MENU_CALLBACK | drupal-4-6/ includes/ menu.inc | Callbacks simply register a path so that the correct function is fired
when the URL is accessed. They are not shown in the menu. |
| MENU_CREATED_BY_ADMIN | drupal-4-6/ includes/ menu.inc | |
| MENU_CUSTOM_ITEM | drupal-4-6/ includes/ menu.inc | Custom items are those defined by the administrator. Reserved for internal
use; do not return from hook_menu() implementations. |
| MENU_CUSTOM_MENU | drupal-4-6/ includes/ menu.inc | Custom menus are those defined by the administrator. Reserved for internal
use; do not return from hook_menu() implementations. |
| MENU_DEFAULT_LOCAL_TASK | drupal-4-6/ includes/ menu.inc | Every set of local tasks should provide one "default" task, that links to the
same path as its parent when clicked. |
| MENU_DYNAMIC_ITEM | drupal-4-6/ includes/ menu.inc | Dynamic menu items change frequently, and so should not be stored in the
database for administrative customization. |
| MENU_EXPANDED | drupal-4-6/ includes/ menu.inc | |
| MENU_FOUND | drupal-4-6/ includes/ menu.inc | |
| MENU_IS_LOCAL_TASK | drupal-4-6/ includes/ menu.inc | |
| MENU_IS_ROOT | drupal-4-6/ includes/ menu.inc | |
| MENU_ITEM_GROUPING | drupal-4-6/ includes/ menu.inc | Item groupings are used for pages like "node/add" that simply list
subpages to visit. They are distinguished from other pages in that they will
disappear from the menu if no subpages exist. |
| MENU_LINKS_TO_PARENT | drupal-4-6/ includes/ menu.inc | |
| MENU_LOCAL_TASK | drupal-4-6/ includes/ menu.inc | Local tasks are rendered as tabs by default. Use this for menu items that
describe actions to be performed on their parent item. An example is the path
"node/52/edit", which performs the "edit" task on "node/52". |
| MENU_MODIFIABLE_BY_ADMIN | drupal-4-6/ includes/ menu.inc | |
| MENU_MODIFIED_BY_ADMIN | drupal-4-6/ includes/ menu.inc | |
| MENU_NORMAL_ITEM | drupal-4-6/ 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. |
| MENU_NOT_FOUND | drupal-4-6/ includes/ menu.inc | |
| MENU_SUGGESTED_ITEM | drupal-4-6/ 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. |
| MENU_VISIBLE_IF_HAS_CHILDREN | drupal-4-6/ includes/ menu.inc | |
| MENU_VISIBLE_IN_BREADCRUMB | drupal-4-6/ includes/ menu.inc | |
| MENU_VISIBLE_IN_TREE | drupal-4-6/ includes/ menu.inc | |
| NODE_NEW_LIMIT | drupal-4-6/ modules/ node.module | |
| PREG_CLASS_NUMBERS | drupal-4-6/ modules/ search.module | Matches all 'N' Unicode character classes (numbers) |
| PREG_CLASS_PUNCTUATION | drupal-4-6/ modules/ search.module | Matches all 'P' Unicode character classes (punctuation) |
| PREG_CLASS_SEARCH_EXCLUDE | drupal-4-6/ modules/ search.module | Matches Unicode character classes to exclude from the search index. |
| PROFILE_PRIVATE | drupal-4-6/ modules/ profile.module | Flags to define the visibility of a profile field. |
| PROFILE_PUBLIC | drupal-4-6/ modules/ profile.module | |
| PROFILE_PUBLIC_LISTINGS | drupal-4-6/ modules/ profile.module | |
| WATCHDOG_ERROR | drupal-4-6/ includes/ bootstrap.inc | |
| WATCHDOG_NOTICE | drupal-4-6/ includes/ bootstrap.inc | |
| WATCHDOG_WARNING | drupal-4-6/ includes/ bootstrap.inc | |