Note: this list is generated by looking for the string for this theme hook, so it may include some references that are not actually using this theme hook.

comment_ranking in modules/comment/comment.module
Implements hook_ranking().
database.inc in includes/database/mysql/database.inc
Database interface code for MySQL database servers.
DatabaseSchema_pgsql::ensureIdentifiersLength in includes/database/pgsql/schema.inc
Make sure to limit identifiers according to PostgreSQL compiled in length.
DatabaseSchema_pgsql::fieldExists in includes/database/pgsql/schema.inc
Check if a column exists in the given table.
DatabaseSchema_pgsql::getComment in includes/database/pgsql/schema.inc
Retrieve a table or column comment.
DatabaseSchema_pgsql::queryFieldInformation in includes/database/pgsql/schema.inc
Fetch the list of CHECK constraints used on a field.
DatabaseSchema_pgsql::renameTable in includes/database/pgsql/schema.inc
Rename a table.
DatabaseSchema_pgsql::tableExists in includes/database/pgsql/schema.inc
Check if a table exists.
DatabaseSchema_sqlite::findTables in includes/database/sqlite/schema.inc
Find all tables that are like the specified base table name.
DatabaseSchema_sqlite::findTablesD8 in includes/database/sqlite/schema.inc
Finds all tables that are like the specified base table name. This is a backport of the change made to findTables in Drupal 8 to work with virtual, un-prefixed table names. The original function is retained for Backwards Compatibility.
drupal_common_theme in includes/common.inc
Provides theme registration for themes across .inc files.
FieldSqlStorageTestCase::testFieldSqlStorageForeignKeys in modules/field/modules/field_sql_storage/field_sql_storage.test
Test foreign key support.
file_field_schema in modules/file/file.install
Implements hook_field_schema().
FilterUnitTestCase::testFilterXSS in modules/filter/filter.test
Tests limiting allowed tags and XSS prevention.
filter_xss_admin in includes/common.inc
Applies a very permissive XSS/HTML filter for admin-only use.
hook_field_schema in modules/field/field.api.php
Define the Field API schema for a field structure.
hook_schema in modules/system/system.api.php
Define the current version of the database schema.
locale_string_is_safe in includes/locale.inc
Check that a string is safe to be added or imported as a translation.
SelectQuery::addField in includes/database/select.inc
Adds a field to the list to be SELECTed.
SelectQuery::addJoin in includes/database/select.inc
Join against another table in the database.
SelectQuery::arguments in includes/database/select.inc
Gets a complete list of all values to insert into the prepared statement.
SelectQuery::compile in includes/database/select.inc
Compiles the saved conditions for later retrieval.
SelectQuery::compiled in includes/database/select.inc
Check whether a condition has been previously compiled.
SelectQuery::preExecute in includes/database/select.inc
Generic preparation and validation for a SELECT query.
SelectQuery::__clone in includes/database/select.inc
Implements the magic __clone function.
SelectQuery::__toString in includes/database/select.inc
Implements PHP magic __toString method to convert the query to a string.
simpletest_theme in modules/simpletest/simpletest.module
Implements hook_theme().
system_schema in modules/system/system.install
Implements hook_schema().
taxonomy_nodes_test_query_node_access_alter in modules/simpletest/tests/taxonomy_nodes_test.module
Implements hook_query_TAG_alter().
user_schema in modules/user/user.install
Implements hook_schema().
_field_sql_storage_schema in modules/field/modules/field_sql_storage/field_sql_storage.module
Return the database schema for a field. This may contain one or more tables. Each table will contain the columns relevant for the specified field. Leave the $field's 'columns' and 'indexes' keys empty to get only the base schema.
_filter_html_tips in modules/filter/filter.module
Implements callback_filter_tips().