28 string references to 't'

CommonXssUnitTest::testFormatStringAndT in drupal/modules/simpletest/tests/common.test
Test t() and format_string() replacement functionality.
DatabaseSelectCloneTest::testSelectConditionSubQueryCloning in drupal/modules/simpletest/tests/database_test.test
Test that subqueries as value within conditions are cloned properly.
DatabaseSelectComplexTestCase::testDefaultJoin in drupal/modules/simpletest/tests/database_test.test
Test simple JOIN statements.
DatabaseSelectComplexTestCase::testGroupBy in drupal/modules/simpletest/tests/database_test.test
Test GROUP BY clauses.
DatabaseSelectComplexTestCase::testGroupByAndHaving in drupal/modules/simpletest/tests/database_test.test
Test GROUP BY and HAVING clauses together.
DatabaseSelectComplexTestCase::testLeftOuterJoin in drupal/modules/simpletest/tests/database_test.test
Test LEFT OUTER joins.
DatabaseSelectSubqueryTestCase::testExistsSubquerySelect in drupal/modules/simpletest/tests/database_test.test
Test EXISTS subquery conditionals on SELECT statements.
DatabaseSelectSubqueryTestCase::testFromSubquerySelect in drupal/modules/simpletest/tests/database_test.test
Test that we can use a subquery in a FROM clause.
DatabaseSelectSubqueryTestCase::testFromSubquerySelectWithLimit in drupal/modules/simpletest/tests/database_test.test
Test that we can use a subquery in a FROM clause with a limit.
DatabaseSelectSubqueryTestCase::testJoinSubquerySelect in drupal/modules/simpletest/tests/database_test.test
Test that we can use a subquery in a JOIN clause.
DatabaseSelectSubqueryTestCase::testNotExistsSubquerySelect in drupal/modules/simpletest/tests/database_test.test
Test NOT EXISTS subquery conditionals on SELECT statements.
DatabaseSelectTestCase::testSelectDuplicateAlias in drupal/modules/simpletest/tests/database_test.test
Test that aliases are renamed when duplicates.
database_test_even_pager_query in drupal/modules/simpletest/tests/database_test.module
Run a pager query and return the results.
database_test_odd_pager_query in drupal/modules/simpletest/tests/database_test.module
Run a pager query and return the results.
database_test_tablesort in drupal/modules/simpletest/tests/database_test.module
Run a tablesort query and return the results.
database_test_tablesort_first in drupal/modules/simpletest/tests/database_test.module
Run a tablesort query with a second order_by after and return the results.
get_t in drupal/includes/bootstrap.inc
Returns the name of the proper localization function.
LocaleInstallTest::testFunctionSignatures in drupal/modules/locale/locale.test
Verify that function signatures of t() and st() are equal.
SearchQuery::executeFirstPass in drupal/modules/search/search.extender.inc
Executes the first pass query.
TaxonomyQueryAlterTestCase::testTaxonomyQueryAlter in drupal/modules/taxonomy/taxonomy.test
Tests that appropriate tags are added when querying the database.
taxonomy_autocomplete in drupal/modules/taxonomy/taxonomy.pages.inc
Page callback: Outputs JSON for taxonomy autocomplete suggestions.
taxonomy_get_children in drupal/modules/taxonomy/taxonomy.module
Finds all children of a term ID.
taxonomy_get_parents in drupal/modules/taxonomy/taxonomy.module
Finds all parents of a given term ID.
taxonomy_get_tree in drupal/modules/taxonomy/taxonomy.module
Create a hierarchical representation of a vocabulary.
taxonomy_select_nodes in drupal/modules/taxonomy/taxonomy.module
Return nodes attached to a term across all field instances.
_locale_translate_seek in drupal/includes/locale.inc
Perform a string search and display results in a table
_menu_item_localize in drupal/includes/menu.inc
Localizes the router item title using t() or another callback.
_menu_router_build in drupal/includes/menu.inc
Builds the router table based on the data from hook_menu().