Constants

Solapas principales

Nombreorden descendente Ubicación Descripción Direct uses Strings
DRUPAL_MINIMUM_PHP drupal-6.x/modules/system/system.module Minimum supported version of PHP. 1
DRUPAL_MINIMUM_PHP_MEMORY_LIMIT drupal-6.x/modules/system/system.module Minimum recommended value of PHP memory_limit. 1
EMAIL_MAX_LENGTH drupal-6.x/modules/user/user.module 1
FILE_CREATE_DIRECTORY drupal-6.x/includes/file.inc 1
FILE_DOWNLOADS_PRIVATE drupal-6.x/includes/file.inc 1
FILE_DOWNLOADS_PUBLIC drupal-6.x/includes/file.inc 1
FILE_EXECUTABLE drupal-6.x/includes/install.inc 1
FILE_EXIST drupal-6.x/includes/install.inc 1
FILE_EXISTS_ERROR drupal-6.x/includes/file.inc 1
FILE_EXISTS_RENAME drupal-6.x/includes/file.inc 1
FILE_EXISTS_REPLACE drupal-6.x/includes/file.inc 1
FILE_MODIFY_PERMISSIONS drupal-6.x/includes/file.inc 1
FILE_NOT_EXECUTABLE drupal-6.x/includes/install.inc 1
FILE_NOT_EXIST drupal-6.x/includes/install.inc 1
FILE_NOT_READABLE drupal-6.x/includes/install.inc 1
FILE_NOT_WRITABLE drupal-6.x/includes/install.inc 1
FILE_READABLE drupal-6.x/includes/install.inc 1
FILE_STATUS_PERMANENT drupal-6.x/includes/file.inc 1
FILE_STATUS_TEMPORARY drupal-6.x/includes/file.inc A files status can be one of two values: temporary or permanent. The status for each file Drupal manages is stored in the {files} tables. If the status is temporary Drupal's file garbage collection will delete the file and remove it from the… 1
FILE_WRITABLE drupal-6.x/includes/install.inc 1
FILTER_FORMAT_DEFAULT drupal-6.x/modules/filter/filter.module 1
FILTER_HTML_ESCAPE drupal-6.x/modules/filter/filter.module 1
FILTER_HTML_STRIP drupal-6.x/modules/filter/filter.module 1
HTTP_REQUEST_TIMEOUT drupal-6.x/includes/common.inc Error code indicating that the request made by drupal_http_request() exceeded the specified timeout. 1
LANGUAGE_LTR drupal-6.x/includes/bootstrap.inc Language written left to right. Possible value of $language->direction. 1
LANGUAGE_NEGOTIATION_DOMAIN drupal-6.x/includes/bootstrap.inc Domain based negotiation with fallback to default language if no language identified by domain. 1
LANGUAGE_NEGOTIATION_NONE drupal-6.x/includes/bootstrap.inc No language negotiation. The default language is used. 1
LANGUAGE_NEGOTIATION_PATH drupal-6.x/includes/bootstrap.inc Path based negotiation with fallback to user preferences and browser language detection if no defined path prefix identified. 1
LANGUAGE_NEGOTIATION_PATH_DEFAULT drupal-6.x/includes/bootstrap.inc Path based negotiation with fallback to default language if no defined path prefix identified. 1
LANGUAGE_RTL drupal-6.x/includes/bootstrap.inc Language written right to left. Possible value of $language->direction. 1
LOCALE_IMPORT_KEEP drupal-6.x/includes/locale.inc Translation import mode keeping existing translations and only inserting new strings. 1
LOCALE_IMPORT_OVERWRITE drupal-6.x/includes/locale.inc Translation import mode overwriting all existing translations if new translated version available. 1
LOCALE_JS_STRING drupal-6.x/includes/locale.inc 1
MAINTENANCE_MODE drupal-6.x/install.php 12
MAINTENANCE_MODE drupal-6.x/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… 12
MARK_NEW drupal-6.x/includes/theme.inc Mark content as being new. 1
MARK_READ drupal-6.x/includes/theme.inc Mark content as read. 1
MARK_UPDATED drupal-6.x/includes/theme.inc Mark content as being updated. 1
MENU_ACCESS_DENIED drupal-6.x/includes/menu.inc 1
MENU_CALLBACK drupal-6.x/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. 1
MENU_CREATED_BY_ADMIN drupal-6.x/includes/menu.inc 1
MENU_DEFAULT_LOCAL_TASK drupal-6.x/includes/menu.inc Every set of local tasks should provide one "default" task, that links to the same path as its parent when clicked. 1
MENU_FOUND drupal-6.x/includes/menu.inc 1
MENU_IS_LOCAL_TASK drupal-6.x/includes/menu.inc 1
MENU_IS_ROOT drupal-6.x/includes/menu.inc 1
MENU_LINKS_TO_PARENT drupal-6.x/includes/menu.inc 1
MENU_LOCAL_TASK drupal-6.x/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". 1
MENU_MAX_DEPTH drupal-6.x/includes/menu.inc The maximum depth of a menu links tree - matches the number of p columns. 1
MENU_MAX_MENU_NAME_LENGTH_UI drupal-6.x/modules/menu/menu.module Maximum length of menu name as entered by the user. Database length is 32 and we add a menu- prefix. 1
MENU_MAX_PARTS drupal-6.x/includes/menu.inc The maximum number of path elements for a menu callback 1

Páginas