|
DRUSH_APPLICATION_ERROR |
includes/drush.inc |
The command that was executed resulted in an application error,
The most commom causes for this is invalid PHP or a broken SSH
pipe when using drush_backend_invoke in a distributed manner. |
|
DRUSH_BACKEND_OUTPUT_DELIMITER |
includes/backend.inc |
|
|
DRUSH_BACKEND_OUTPUT_START |
includes/backend.inc |
Identify the JSON encoded output from a command. |
|
DRUSH_BACKEND_PACKET_PATTERN |
includes/backend.inc |
|
|
DRUSH_BACKEND_PACKET_START |
includes/backend.inc |
Identify JSON encoded "packets" embedded inside of backend
output; used to send out-of-band information durring a backend
invoke call (currently only used for log and error messages). |
|
DRUSH_BOOTSTRAP_DRUPAL_CONFIGURATION |
includes/bootstrap.inc |
Load the settings from the Drupal sites directory. |
|
DRUSH_BOOTSTRAP_DRUPAL_DATABASE |
includes/bootstrap.inc |
Connect to the Drupal database using the database credentials loaded
during the previous bootstrap phase. |
|
DRUSH_BOOTSTRAP_DRUPAL_FULL |
includes/bootstrap.inc |
Fully initialize Drupal. |
|
DRUSH_BOOTSTRAP_DRUPAL_LOGIN |
includes/bootstrap.inc |
Log in to the initialiased Drupal site. |
|
DRUSH_BOOTSTRAP_DRUPAL_ROOT |
includes/bootstrap.inc |
Set up and test for a valid drupal root, either through the -r/--root options,
or evaluated based on the current working directory. |
|
DRUSH_BOOTSTRAP_DRUPAL_SITE |
includes/bootstrap.inc |
Set up a Drupal site directory and the correct environment variables to
allow Drupal to find the configuration file. |
|
DRUSH_BOOTSTRAP_DRUSH |
includes/bootstrap.inc |
Only bootstrap Drush, without any Drupal specific code. |
|
DRUSH_BOOTSTRAP_MAX |
includes/bootstrap.inc |
Use drush_bootstrap_max instead of drush_bootstrap_to_phase |
|
DRUSH_BOOTSTRAP_NONE |
includes/bootstrap.inc |
No bootstrap. |
|
DRUSH_CACHE_LIFETIME_DEFAULT |
includes/drush.inc |
Default amount of time, in seconds, to cache downloads via
drush_download_file(). One day is 86400 seconds. |
|
DRUSH_CACHE_PERMANENT |
includes/cache.inc |
Indicates that the item should never be removed unless explicitly selected. |
|
DRUSH_CACHE_TEMPORARY |
includes/cache.inc |
Indicates that the item should be removed at the next general cache wipe. |
|
DRUSH_DRUPAL_KILOBYTE |
includes/drush.inc |
The number of bytes in a kilobyte. Copied from Drupal. |
|
DRUSH_FRAMEWORK_ERROR |
includes/drush.inc |
The command could not be completed because the framework has specified errors that have occured. |
|
DRUSH_HTTPSERVER_BASE_URL |
commands/runserver/runserver.drush.inc |
Base URL for automatic download of supported version of httpserver. |
|
DRUSH_HTTPSERVER_DIR_BASE |
commands/runserver/runserver.drush.inc |
Directory name for httpserver. This is displayed in the manual install help. |
|
DRUSH_HTTPSERVER_VERSION |
commands/runserver/runserver.drush.inc |
Supported version of httpserver. This is displayed in the manual install help. |
|
DRUSH_PEAR_BASE_URL |
includes/environment.inc |
Base URL for automatic file download of PEAR packages. |
|
DRUSH_PM_REQUESTED_CURRENT |
commands/pm/pm.drush.inc |
User requested version already installed. |
|
DRUSH_PM_REQUESTED_PROJECT_NOT_FOUND |
commands/pm/pm.drush.inc |
User requested project not found. |
|
DRUSH_PM_REQUESTED_PROJECT_NOT_PACKAGED |
commands/pm/pm.drush.inc |
User requested project was not packaged by drupal.org. |
|
DRUSH_PM_REQUESTED_PROJECT_NOT_UPDATEABLE |
commands/pm/pm.drush.inc |
User requested project not updateable. |
|
DRUSH_PM_REQUESTED_UPDATE |
commands/pm/pm.drush.inc |
Project is a user requested version update. |
|
DRUSH_PM_REQUESTED_VERSION_NOT_FOUND |
commands/pm/pm.drush.inc |
User requested version not found. |
|
DRUSH_SUCCESS |
includes/drush.inc |
The command completed successfully. |
|
DRUSH_TABLE_VERSION |
includes/environment.inc |
Supported version of Console Table. This is displayed in the manual install help. |
|
FILE_EXISTS_ABORT |
includes/filesystem.inc |
Behavior for drush_copy_dir() and drush_move_dir() when destinations exist. |
|
FILE_EXISTS_MERGE |
includes/filesystem.inc |
|
|
FILE_EXISTS_OVERWRITE |
includes/filesystem.inc |
|
|
MAINTENANCE_MODE |
commands/core/drupal/update_6.inc |
@file
Update.php for provisioned sites.
This file is a derivative of the standard drupal update.php,
which has been modified to allow being run from the command
line. |
|
MAINTENANCE_MODE |
commands/core/drupal/update.inc |
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… |
|
MAINTENANCE_MODE |
commands/core/drupal/update_7.inc |
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… |
|
MAKE_API |
commands/make/make.drush.inc |
Make refuses to build makefiles whose api version is mismatched
with make command. |
|
MAKE_DEFAULT_L10N_SERVER |
commands/make/make.drush.inc |
Default localization server for downloading translations. |
|
PHPUnit_MAIN_METHOD |
tests/runner.php |
|
|
RELEASE_INFO_DEFAULT_URL |
commands/pm/release_info/updatexml.inc |
|