|
truncate_utf8 |
function |
drupal-6.x/includes/unicode.inc |
Truncate a UTF-8-encoded string safely to a number of characters. |
|
drupal_cron_run |
function |
drupal-6.x/includes/common.inc |
Executes a cron run when called |
|
system_run_cron |
function |
drupal-6.x/modules/system/system.admin.inc |
Menu callback: run cron manually. |
|
drupal_truncate_bytes |
function |
drupal-6.x/includes/unicode.inc |
Truncate a UTF-8-encoded string safely to a number of bytes. |
|
_search_index_truncate |
function |
drupal-6.x/modules/search/search.module |
Helper function for array_walk in search_index_split. |
|
Functions to coordinate long-running operations across requests. |
group |
drupal-6.x/includes/lock.inc |
In most environments, multiple Drupal page requests (a.k.a. threads or
processes) will execute in parallel. This leads to potential conflicts or
race conditions when two requests execute the same code at the same time. A
common example of this is a… |