18 calls to db_like()

comment_form_validate in drupal-7.x/modules/comment/comment.module
Validate comment form submissions.
DatabaseBasicSyntaxTestCase::testLikeBackslash in drupal-7.x/modules/simpletest/tests/database_test.test
Test LIKE query containing a backslash.
DatabaseBasicSyntaxTestCase::testLikeEscape in drupal-7.x/modules/simpletest/tests/database_test.test
Test escaping of LIKE wildcards.
DrupalDatabaseCache::clear in drupal-7.x/includes/cache.inc
Implements DrupalCacheInterface::clear().
EntityFieldQuery::addCondition in drupal-7.x/includes/entity.inc
Adds a condition to an already built SelectQuery (internal function).
profile_admin_settings_autocomplete in drupal-7.x/modules/profile/profile.admin.inc
Retrieve a pipe delimited string of autocomplete suggestions for profile categories
profile_autocomplete in drupal-7.x/modules/profile/profile.pages.inc
Callback to allow autocomplete of profile text fields.
profile_browse in drupal-7.x/modules/profile/profile.pages.inc
Menu callback; display a list of user information.
TaxonomyTermController::buildQuery in drupal-7.x/modules/taxonomy/taxonomy.module
Builds the query to load the entity.
taxonomy_autocomplete in drupal-7.x/modules/taxonomy/taxonomy.pages.inc
Page callback: Outputs JSON for taxonomy autocomplete suggestions.
update_fix_d7_block_deltas in drupal-7.x/includes/update.inc
A helper function that modules can use to assist with the transformation from numeric block deltas to string block deltas during the 6.x -> 7.x upgrade.
user_account_form_validate in drupal-7.x/modules/user/user.module
Form validation handler for user_account_form().
user_autocomplete in drupal-7.x/modules/user/user.pages.inc
Menu callback; Retrieve a JSON object containing autocomplete suggestions for existing users.
user_is_blocked in drupal-7.x/modules/user/user.module
Checks for usernames blocked by user administration.
user_search_execute in drupal-7.x/modules/user/user.module
Implements hook_search_execute().
user_update_7017 in drupal-7.x/modules/user/user.install
Update email templates to use new tokens.
_locale_translate_seek in drupal-7.x/includes/locale.inc
Perform a string search and display results in a table
_profile_get_fields in drupal-7.x/modules/profile/profile.module