41 string references to 't'

CommonXssUnitTest::testFormatStringAndT in drupal-7.x/modules/simpletest/tests/common.test
Test t() and format_string() replacement functionality.
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.
DatabaseDeleteTruncateTestCase::testSubselectDelete in drupal-7.x/modules/simpletest/tests/database_test.test
Confirm that we can use a subselect in a delete successfully.
DatabaseSelectCloneTest::testSelectConditionSubQueryCloning in drupal-7.x/modules/simpletest/tests/database_test.test
Test that subqueries as value within conditions are cloned properly.
DatabaseSelectComplexTestCase::testDefaultJoin in drupal-7.x/modules/simpletest/tests/database_test.test
Test simple JOIN statements.
DatabaseSelectComplexTestCase::testGroupBy in drupal-7.x/modules/simpletest/tests/database_test.test
Test GROUP BY clauses.
DatabaseSelectComplexTestCase::testGroupByAndHaving in drupal-7.x/modules/simpletest/tests/database_test.test
Test GROUP BY and HAVING clauses together.
DatabaseSelectComplexTestCase::testLeftOuterJoin in drupal-7.x/modules/simpletest/tests/database_test.test
Test LEFT OUTER joins.
DatabaseSelectPagerDefaultTestCase::testElementNumbers in drupal-7.x/modules/simpletest/tests/database_test.test
Confirm that every pager gets a valid non-overlaping element ID.
DatabaseSelectPagerDefaultTestCase::testHavingPagerQuery in drupal-7.x/modules/simpletest/tests/database_test.test
Confirm that a paging query with a having expression returns valid results.
DatabaseSelectPagerDefaultTestCase::testInnerPagerQuery in drupal-7.x/modules/simpletest/tests/database_test.test
Confirm that a pager query with inner pager query returns valid results.
DatabaseSelectSubqueryTestCase::testExistsSubquerySelect in drupal-7.x/modules/simpletest/tests/database_test.test
Test EXISTS subquery conditionals on SELECT statements.
DatabaseSelectSubqueryTestCase::testFromSubquerySelect in drupal-7.x/modules/simpletest/tests/database_test.test
Test that we can use a subquery in a FROM clause.
DatabaseSelectSubqueryTestCase::testFromSubquerySelectWithLimit in drupal-7.x/modules/simpletest/tests/database_test.test
Test that we can use a subquery in a FROM clause with a limit.
DatabaseSelectSubqueryTestCase::testJoinSubquerySelect in drupal-7.x/modules/simpletest/tests/database_test.test
Test that we can use a subquery in a JOIN clause.
DatabaseSelectSubqueryTestCase::testNotExistsSubquerySelect in drupal-7.x/modules/simpletest/tests/database_test.test
Test NOT EXISTS subquery conditionals on SELECT statements.
DatabaseSelectTestCase::testRandomOrder in drupal-7.x/modules/simpletest/tests/database_test.test
Test that random ordering of queries works.
DatabaseSelectTestCase::testSelectDuplicateAlias in drupal-7.x/modules/simpletest/tests/database_test.test
Test that aliases are renamed when duplicates.
DatabaseSelectTestCase::testUnion in drupal-7.x/modules/simpletest/tests/database_test.test
Test that we can UNION multiple Select queries together. This is semantically equal to UNION DISTINCT, so we don't explicity test that.
DatabaseSelectTestCase::testUnionAll in drupal-7.x/modules/simpletest/tests/database_test.test
Test that we can UNION ALL multiple Select queries together.
database_test_even_pager_query in drupal-7.x/modules/simpletest/tests/database_test.module
Run a pager query and return the results.
database_test_odd_pager_query in drupal-7.x/modules/simpletest/tests/database_test.module
Run a pager query and return the results.
database_test_tablesort in drupal-7.x/modules/simpletest/tests/database_test.module
Run a tablesort query and return the results.
database_test_tablesort_first in drupal-7.x/modules/simpletest/tests/database_test.module
Run a tablesort query with a second order_by after and return the results.
FieldSqlStorageTestCase::testFieldAttachInsertAndUpdate in drupal-7.x/modules/field/modules/field_sql_storage/field_sql_storage.test
Reads mysql to verify correct data is written when using insert and update.
field_sql_storage_field_storage_load in drupal-7.x/modules/field/modules/field_sql_storage/field_sql_storage.module
Implements hook_field_storage_load().
file_default_mimetype_mapping in drupal-7.x/includes/file.mimetypes.inc
Default MIME extension mapping.
get_t in drupal-7.x/includes/bootstrap.inc
Returns the name of the proper localization function.
hook_field_storage_load in drupal-7.x/modules/field/field.api.php
Load field data for a set of entities.
LocaleInstallTest::testFunctionSignatures in drupal-7.x/modules/locale/locale.test
Verify that function signatures of t() and st() are equal.
SearchQuery::executeFirstPass in drupal-7.x/modules/search/search.extender.inc
Executes the first pass query.
taxonomy_autocomplete in drupal-7.x/modules/taxonomy/taxonomy.pages.inc
Page callback: Outputs JSON for taxonomy autocomplete suggestions.
taxonomy_get_children in drupal-7.x/modules/taxonomy/taxonomy.module
Finds all children of a term ID.
taxonomy_get_parents in drupal-7.x/modules/taxonomy/taxonomy.module
Finds all parents of a given term ID.
taxonomy_get_tree in drupal-7.x/modules/taxonomy/taxonomy.module
Create a hierarchical representation of a vocabulary.
taxonomy_select_nodes in drupal-7.x/modules/taxonomy/taxonomy.module
Return nodes attached to a term across all field instances.
tracker_page in drupal-7.x/modules/tracker/tracker.pages.inc
Page callback: prints a listing of active nodes on the site.
_locale_translate_seek in drupal-7.x/includes/locale.inc
Perform a string search and display results in a table
_menu_item_localize in drupal-7.x/includes/menu.inc
Localizes the router item title using t() or another callback.
_menu_router_build in drupal-7.x/includes/menu.inc
Builds the router table based on the data from hook_menu().