PSQL_SHOW_TABLES |
lib/Drush/Sql/Sqlpgsql.php |
|
MAKE_DEFAULT_L10N_SERVER |
commands/make/make.drush.inc |
Default localization server for downloading translations. |
MAKE_API |
commands/make/make.drush.inc |
Make refuses to build makefiles whose api version is mismatched
with make command. |
MAINTENANCE_MODE |
commands/core/drupal/update_6.inc |
|
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… |
FILE_EXISTS_OVERWRITE |
includes/filesystem.inc |
|
FILE_EXISTS_MERGE |
includes/filesystem.inc |
|
FILE_EXISTS_ABORT |
includes/filesystem.inc |
Behavior for drush_copy_dir() and drush_move_dir() when destinations exist. |
DRUSH_UPDATESTATUS_UNKNOWN |
commands/pm/pm.drush.inc |
No available update data was found for project. |
DRUSH_UPDATESTATUS_REVOKED |
commands/pm/pm.drush.inc |
Current release has been unpublished and is no longer available. |
DRUSH_UPDATESTATUS_REQUESTED_VERSION_NOT_FOUND |
commands/pm/pm.drush.inc |
Requested version not found. |
DRUSH_UPDATESTATUS_REQUESTED_VERSION_NOT_CURRENT |
commands/pm/pm.drush.inc |
Requested version available. |
DRUSH_UPDATESTATUS_REQUESTED_VERSION_CURRENT |
commands/pm/pm.drush.inc |
Requested version already installed. |
DRUSH_UPDATESTATUS_REQUESTED_PROJECT_NOT_UPDATEABLE |
commands/pm/pm.drush.inc |
Requested project is not updateable. |
DRUSH_UPDATESTATUS_REQUESTED_PROJECT_NOT_FOUND |
commands/pm/pm.drush.inc |
Requested project not found. |
DRUSH_UPDATESTATUS_PROJECT_NOT_PACKAGED |
commands/pm/pm.drush.inc |
Project was not packaged by drupal.org. |
DRUSH_UPDATESTATUS_NOT_SUPPORTED |
commands/pm/pm.drush.inc |
Current release is no longer supported by the project maintainer. |
DRUSH_UPDATESTATUS_NOT_SECURE |
commands/pm/pm.drush.inc |
Project is missing security update(s). |
DRUSH_UPDATESTATUS_NOT_FETCHED |
commands/pm/pm.drush.inc |
There was a failure fetching available update data for this project. |
DRUSH_UPDATESTATUS_NOT_CURRENT |
commands/pm/pm.drush.inc |
Project has a new release available, but it is not a security release. |
DRUSH_UPDATESTATUS_NOT_CHECKED |
commands/pm/pm.drush.inc |
Project's status cannot be checked. |
DRUSH_UPDATESTATUS_FETCH_PENDING |
commands/pm/pm.drush.inc |
We need to (re)fetch available update data for this project. |
DRUSH_UPDATESTATUS_CURRENT |
commands/pm/pm.drush.inc |
Project is up to date. |
DRUSH_SUCCESS |
includes/drush.inc |
The command completed successfully. |
DRUSH_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_EXITCODE_USER_ABORT |
includes/drush.inc |
The command was aborted because the user chose to cancel it at some prompt.
This exit code is arbitrarily the same as EX_TEMPFAIL in sysexits.h, although
note that shell error codes are distinct from C exit codes, so this alignment
not meaningful. |
DRUSH_CACHE_TEMPORARY |
includes/cache.inc |
Indicates that the item should be removed at the next general cache wipe. |
DRUSH_CACHE_PERMANENT |
includes/cache.inc |
Indicates that the item should never be removed unless explicitly selected. |
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_BOOTSTRAP_NONE |
includes/bootstrap.inc |
No bootstrap. |
DRUSH_BOOTSTRAP_MAX |
includes/bootstrap.inc |
Use drush_bootstrap_max instead of drush_bootstrap_to_phase |
DRUSH_BOOTSTRAP_DRUSH |
includes/bootstrap.inc |
@deprecated |
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_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_LOGIN |
includes/bootstrap.inc |
Log in to the initialiased Drupal site. |
DRUSH_BOOTSTRAP_DRUPAL_FULL |
includes/bootstrap.inc |
Fully initialize Drupal. |
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_CONFIGURATION |
includes/bootstrap.inc |
Load the settings from the Drupal sites directory. |
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_BACKEND_PACKET_PATTERN |
includes/backend.inc |
|
DRUSH_BACKEND_OUTPUT_START |
includes/backend.inc |
Identify the JSON encoded output from a command. |
DRUSH_BACKEND_OUTPUT_DELIMITER |
includes/backend.inc |
|
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. |