|
$theme_key |
global |
documentation-6.x/developer/globals.php |
Name of the active theme. |
|
_db_create_keys |
function |
drupal-6.x/includes/database.pgsql.inc |
|
|
search_get_keys |
function |
drupal-6.x/modules/search/search.module |
Helper function for grabbing search keys. |
|
db_add_unique_key |
function |
drupal-6.x/includes/database.pgsql.inc |
Add a unique key. |
|
db_add_unique_key |
function |
drupal-6.x/includes/database.mysql-common.inc |
Add a unique key. |
|
drupal_random_key |
function |
drupal-6.x/includes/bootstrap.inc |
Returns a URL-safe, base64 encoded string of highly randomized bytes (over the full 8-bit range). |
|
_db_create_key_sql |
function |
drupal-6.x/includes/database.pgsql.inc |
|
|
db_add_primary_key |
function |
drupal-6.x/includes/database.pgsql.inc |
Add a primary key. |
|
db_drop_unique_key |
function |
drupal-6.x/includes/database.pgsql.inc |
Drop a unique key. |
|
_db_create_key_sql |
function |
drupal-6.x/includes/database.mysql-common.inc |
|
|
db_add_primary_key |
function |
drupal-6.x/includes/database.mysql-common.inc |
Add a primary key. |
|
db_drop_unique_key |
function |
drupal-6.x/includes/database.mysql-common.inc |
Drop a unique key. |
|
db_drop_primary_key |
function |
drupal-6.x/includes/database.pgsql.inc |
Drop the primary key. |
|
_db_create_keys_sql |
function |
drupal-6.x/includes/database.mysql-common.inc |
|
|
db_drop_primary_key |
function |
drupal-6.x/includes/database.mysql-common.inc |
Drop the primary key. |
|
drupal_get_private_key |
function |
drupal-6.x/includes/common.inc |
Ensure the private key variable used to generate tokens is set. |
|
path_admin_filter_get_keys |
function |
drupal-6.x/modules/path/path.admin.inc |
Helper function for grabbing filter keys. |
|
node_unpublish_by_keyword_action |
function |
drupal-6.x/modules/node/node.module |
Implementation of a configurable Drupal action.
Unpublish a node if it contains a certain string. |
|
comment_unpublish_by_keyword_action |
function |
drupal-6.x/modules/comment/comment.module |
Action to unpublish a comment if it contains a certain string. |
|
node_unpublish_by_keyword_action_form |
function |
drupal-6.x/modules/node/node.module |
|
|
node_unpublish_by_keyword_action_submit |
function |
drupal-6.x/modules/node/node.module |
|
|
comment_unpublish_by_keyword_action_form |
function |
drupal-6.x/modules/comment/comment.module |
Form builder; Prepare a form for blacklisted keywords. |
|
comment_unpublish_by_keyword_action_submit |
function |
drupal-6.x/modules/comment/comment.module |
Process comment_unpublish_by_keyword_action_form form submissions. |