DRUPAL_ROOT |
drupal/authorize.php |
Defines the root directory of the Drupal installation. |
162 |
9 |
DRUPAL_ROOT |
drupal/install.php |
Defines the root directory of the Drupal installation. |
162 |
9 |
DRUPAL_ROOT |
drupal/update.php |
Defines the root directory of the Drupal installation. |
162 |
9 |
DRUPAL_ROOT |
drupal/xmlrpc.php |
Root directory of Drupal installation. |
162 |
9 |
DRUPAL_ROOT |
drupal/index.php |
Root directory of Drupal installation. |
162 |
9 |
DRUPAL_ROOT |
drupal/cron.php |
Root directory of Drupal installation. |
162 |
9 |
DRUPAL_ROOT |
drupal/modules/simpletest/tests/http.php |
|
162 |
9 |
DRUPAL_ROOT |
drupal/modules/simpletest/tests/https.php |
|
162 |
9 |
DRUPAL_ROOT |
drupal/modules/statistics/statistics.php |
Root directory of Drupal installation. |
162 |
9 |
LANGUAGE_NONE |
drupal/includes/bootstrap.inc |
The language code used when no language is explicitly assigned. |
156 |
1 |
REQUEST_TIME |
drupal/includes/bootstrap.inc |
Time of the current request in seconds elapsed since the Unix Epoch. |
103 |
1 |
MENU_CALLBACK |
drupal/includes/menu.inc |
Menu type -- A hidden, internal callback, typically used for API calls. |
36 |
1 |
PASS_THROUGH |
drupal/includes/bootstrap.inc |
Flag used to indicate that text has already been sanitized. |
35 |
1 |
DRUPAL_ANONYMOUS_RID |
drupal/includes/bootstrap.inc |
Role ID for anonymous users; should match what's in the "role" table. |
33 |
1 |
WATCHDOG_NOTICE |
drupal/includes/bootstrap.inc |
Log message severity -- Normal but significant conditions. |
30 |
1 |
FIELD_CARDINALITY_UNLIMITED |
drupal/modules/field/field.module |
Value for field API indicating a field accepts an unlimited number of values. |
28 |
1 |
WATCHDOG_ERROR |
drupal/includes/bootstrap.inc |
Log message severity -- Error conditions. |
27 |
1 |
MENU_LOCAL_TASK |
drupal/includes/menu.inc |
Menu type -- A task specific to the parent item, usually rendered as a tab. |
25 |
1 |
FILE_CREATE_DIRECTORY |
drupal/includes/file.inc |
Flag used by file_prepare_directory() -- create directory if not present. |
22 |
1 |
FILE_EXISTS_REPLACE |
drupal/includes/file.inc |
Flag for dealing with existing files: Replace the existing file. |
22 |
1 |
FILE_STATUS_PERMANENT |
drupal/includes/file.inc |
Indicates that the file is permanent and should not be deleted. |
22 |
1 |
MENU_DEFAULT_LOCAL_TASK |
drupal/includes/menu.inc |
Menu type -- The "default" local task, which is initially active. |
22 |
1 |
REQUIREMENT_ERROR |
drupal/includes/install.inc |
Requirement severity -- Error condition; abort installation. |
21 |
1 |
WATCHDOG_WARNING |
drupal/includes/bootstrap.inc |
Log message severity -- Warning conditions. |
21 |
1 |
FILE_EXISTS_RENAME |
drupal/includes/file.inc |
Flag for dealing with existing files: Appends number until name is unique. |
19 |
1 |
COMMENT_PUBLISHED |
drupal/modules/comment/comment.module |
Comment is published. |
19 |
1 |
MENU_ACCESS_DENIED |
drupal/includes/menu.inc |
Menu status code -- Access denied. |
18 |
1 |
USER_REGISTER_VISITORS |
drupal/modules/user/user.module |
Visitors can create their own accounts. |
17 |
1 |
COMMENT_MODE_THREADED |
drupal/modules/comment/comment.module |
Comments are displayed as a threaded list - expanded. |
17 |
1 |
MENU_LOCAL_ACTION |
drupal/includes/menu.inc |
Menu type -- An action specific to the parent, usually rendered as a link. |
16 |
1 |
MENU_MAX_DEPTH |
drupal/includes/menu.inc |
The maximum depth of a menu links tree - matches the number of p columns. |
16 |
1 |
DRUPAL_AUTHENTICATED_RID |
drupal/includes/bootstrap.inc |
Role ID for authenticated users; should match what's in the "role" table. |
16 |
1 |
DRUPAL_NO_CACHE |
drupal/includes/common.inc |
The block should not get cached. |
15 |
1 |
MENU_NOT_FOUND |
drupal/includes/menu.inc |
Menu status code -- Not found. |
15 |
1 |
DRUPAL_BOOTSTRAP_FULL |
drupal/includes/bootstrap.inc |
Final bootstrap phase: Drupal is fully loaded; validate and fix input data. |
14 |
1 |
LANGUAGE_TYPE_INTERFACE |
drupal/includes/bootstrap.inc |
The type of language used to select the user interface. |
14 |
1 |
REQUIREMENT_WARNING |
drupal/includes/install.inc |
Requirement severity -- Warning condition; proceed but flag warning. |
13 |
1 |
FIELD_LOAD_CURRENT |
drupal/modules/field/field.module |
Age argument for loading the most recent version of an entity's
field data with field_attach_load(). |
13 |
1 |
DRUPAL_OPTIONAL |
drupal/modules/system/system.module |
Optional option on forms and settings |
13 |
1 |
COMMENT_NOT_PUBLISHED |
drupal/modules/comment/comment.module |
Comment is awaiting approval. |
13 |
1 |
COMMENT_NODE_OPEN |
drupal/modules/comment/comment.module |
Comments for this node are open. |
13 |
1 |
FILE_EXISTS_ERROR |
drupal/includes/file.inc |
Flag for dealing with existing files: Do nothing and return FALSE. |
12 |
1 |
SAVED_NEW |
drupal/includes/common.inc |
Return status for saving which involved creating a new item. |
12 |
1 |
SAVED_UPDATED |
drupal/includes/common.inc |
Return status for saving which involved an update to an existing item. |
12 |
1 |
USER_REGISTER_VISITORS_ADMINISTRATIVE_APPROVAL |
drupal/modules/user/user.module |
Visitors can create accounts, but they don't become active without
administrative approval. |
12 |
1 |
MENU_SUGGESTED_ITEM |
drupal/includes/menu.inc |
Menu type -- A normal menu item, hidden until enabled by an administrator. |
11 |
1 |
DRUPAL_CORE_COMPATIBILITY |
drupal/includes/bootstrap.inc |
Core API compatibility. |
11 |
1 |
DRUPAL_DISABLED |
drupal/modules/system/system.module |
Disabled option on forms and settings |
11 |
1 |
MAINTENANCE_MODE |
drupal/authorize.php |
Global flag to identify update.php and authorize.php runs. |
10 |
20 |
MAINTENANCE_MODE |
drupal/install.php |
Global flag to indicate the site is in installation mode. |
10 |
20 |