- BackdropDateTime::toISO in core/
includes/ date.class.inc - Creates an ISO date from an array of values.
- bg.php in core/
includes/ transliteration/ bg.php - bg.php in core/
includes/ transliteration/ bg.php - CommonXssUnitTestCase::testFormatStringAndT in core/
modules/ simpletest/ tests/ common.test - Test t() and format_string() replacement functionality.
- DatabaseBasicSyntaxTestCase::testLikeBackslash in core/
modules/ simpletest/ tests/ database_test.test - Test LIKE query containing a backslash.
- DatabaseBasicSyntaxTestCase::testLikeEscape in core/
modules/ simpletest/ tests/ database_test.test - Test escaping of LIKE wildcards.
- DatabaseDeleteTruncateTestCase::testSubselectDelete in core/
modules/ simpletest/ tests/ database_test.test - Confirm that we can use a subselect in a delete successfully.
- DatabaseSelectCloneTest::testNestedQueryCloning in core/
modules/ simpletest/ tests/ database_test.test - Tests that nested SELECT queries are cloned properly.
- DatabaseSelectCloneTest::testSelectConditionSubQueryCloning in core/
modules/ simpletest/ tests/ database_test.test - Test that subqueries as value within conditions are cloned properly.
- DatabaseSelectComplexTestCase::testDefaultJoin in core/
modules/ simpletest/ tests/ database_test.test - Test simple JOIN statements.
- DatabaseSelectComplexTestCase::testGroupBy in core/
modules/ simpletest/ tests/ database_test.test - Test GROUP BY clauses.
- DatabaseSelectComplexTestCase::testGroupByAndHaving in core/
modules/ simpletest/ tests/ database_test.test - Test GROUP BY and HAVING clauses together.
- DatabaseSelectComplexTestCase::testLeftOuterJoin in core/
modules/ simpletest/ tests/ database_test.test - Test LEFT OUTER joins.
- DatabaseSelectPagerDefaultTestCase::testElementNumbers in core/
modules/ simpletest/ tests/ database_test.test - Confirm that every pager gets a valid non-overlapping element ID.
- DatabaseSelectPagerDefaultTestCase::testHavingPagerQuery in core/
modules/ simpletest/ tests/ database_test.test - Confirm that a paging query with a having expression returns valid results.
- DatabaseSelectPagerDefaultTestCase::testInnerPagerQuery in core/
modules/ simpletest/ tests/ database_test.test - Confirm that a pager query with inner pager query returns valid results.
- DatabaseSelectSubqueryTestCase::testExistsSubquerySelect in core/
modules/ simpletest/ tests/ database_test.test - Test EXISTS subquery conditionals on SELECT statements.
- DatabaseSelectSubqueryTestCase::testFromSubquerySelect in core/
modules/ simpletest/ tests/ database_test.test - Test that we can use a subquery in a FROM clause.
- DatabaseSelectSubqueryTestCase::testFromSubquerySelectWithLimit in core/
modules/ simpletest/ tests/ database_test.test - Test that we can use a subquery in a FROM clause with a limit.
- DatabaseSelectSubqueryTestCase::testJoinSubquerySelect in core/
modules/ simpletest/ tests/ database_test.test - Test that we can use a subquery in a JOIN clause.
- DatabaseSelectSubqueryTestCase::testNotExistsSubquerySelect in core/
modules/ simpletest/ tests/ database_test.test - Test NOT EXISTS subquery conditionals on SELECT statements.
- DatabaseSelectTestCase::testRandomOrder in core/
modules/ simpletest/ tests/ database_test.test - Test that random ordering of queries works.
- DatabaseSelectTestCase::testSelectDuplicateAlias in core/
modules/ simpletest/ tests/ database_test.test - Test that aliases are renamed when duplicates.
- DatabaseSelectTestCase::testUnion in core/
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 explicitly test that.
- DatabaseSelectTestCase::testUnionAll in core/
modules/ simpletest/ tests/ database_test.test - Test that we can UNION ALL multiple Select queries together.
- database_test_even_pager_query in core/
modules/ simpletest/ tests/ database_test.module - Run a pager query and return the results.
- database_test_odd_pager_query in core/
modules/ simpletest/ tests/ database_test.module - Run a pager query and return the results.
- database_test_tablesort in core/
modules/ simpletest/ tests/ database_test.module - Run a tablesort query and return the results.
- database_test_tablesort_first in core/
modules/ simpletest/ tests/ database_test.module - Run a tablesort query with a second order_by after and return the results.
- DateAPITestCase::testDateAPI in core/
modules/ date/ tests/ date_api.test - DateAPITestCase::testDateAPI in core/
modules/ date/ tests/ date_api.test - date_days in core/
includes/ date.inc - Constructs an array of days in a month.
- date_days_in_month in core/
includes/ date.inc - Identifies the number of days in a month for a date.
- date_format_date in core/
includes/ date.inc - Formats a date, using a date type or a custom date format string.
- date_format_patterns in core/
includes/ date.inc - Constructs an array of regex replacement strings for date format elements.
- date_format_patterns in core/
includes/ date.inc - Constructs an array of regex replacement strings for date format elements.
- date_limit_format in core/
includes/ date.inc - Limits a date format to include only elements from a given granularity array.
- date_sql_handler::arg_replace in core/
modules/ date/ views/ date_sql_handler.inc - Convert strings like '+1 day' to the ISO equivalent, like 'P1D' .
- date_sql_handler::format_help in core/
modules/ date/ views/ date_sql_handler.inc - Converts a format string into help text, i.e. 'Y-m-d' becomes 'YYYY-MM-DD'.
- date_views_filter_handler_simple::date_default_value in core/
modules/ date/ views/ date_views_filter_handler_simple.inc - Helper function to find a default value.
- date_views_filter_handler_simple::get_filter_value in core/
modules/ date/ views/ date_views_filter_handler_simple.inc - Helper function to see if we need to swap in the default value.
- FieldSqlStorageTestCase::testFieldAttachInsertAndUpdate in core/
modules/ field/ modules/ field_sql_storage/ tests/ field_sql_storage.test - Reads mysql to verify correct data is written when using insert and update.
- field_sql_storage_field_storage_load in core/
modules/ field/ modules/ field_sql_storage/ field_sql_storage.module - Implements hook_field_storage_load().
- file_default_mimetype_mapping in core/
includes/ file.mimetypes.inc - Default MIME extension mapping.
- get_t in core/
includes/ bootstrap.inc - Returns the name of the proper localization function.
- hook_field_storage_load in core/
modules/ field/ field.api.php - Load field data for a set of entities.
- LocaleInstallTest::testFunctionSignatures in core/
modules/ locale/ tests/ locale.test - Verify that function signatures of t() and st() are equal.
- locale_reset in core/
modules/ locale/ locale.module - Reset static variables used by locale().
- locale_update_1002 in core/
modules/ locale/ locale.install - Removes duplicates in {locales_source}.
- menu_test_init in core/
modules/ simpletest/ tests/ menu_test.module - Implements hook_init().
- SearchQuery::executeFirstPass in core/
modules/ search/ search.extender.inc - Executes the first pass query.
- tablesort_example_page in modules/
examples/ tablesort_example/ tablesort_example.module - Builds the table render array.
- TaxonomyQueryAlterTestCase::testTaxonomyQueryAlter in core/
modules/ taxonomy/ tests/ taxonomy.test - Tests that appropriate tags are added when querying the database.
- taxonomy_autocomplete in core/
modules/ taxonomy/ taxonomy.pages.inc - Page callback: Outputs JSON for taxonomy autocomplete suggestions.
- taxonomy_get_tree in core/
modules/ taxonomy/ taxonomy.module - Create a hierarchical representation of a vocabulary.
- taxonomy_select_nodes in core/
modules/ taxonomy/ taxonomy.module - Return nodes attached to a term across all field instances.
- taxonomy_term_load_children in core/
modules/ taxonomy/ taxonomy.module - Finds all children of a term ID.
- taxonomy_term_load_parents in core/
modules/ taxonomy/ taxonomy.module - Finds all parents of a given term ID.
- views_ajax_autocomplete_taxonomy in core/
modules/ views/ includes/ ajax.inc - Page callback for views taxonomy autocomplete.
- x01.php in core/
includes/ transliteration/ x01.php - x01.php in core/
includes/ transliteration/ x01.php - x02.php in core/
includes/ transliteration/ x02.php - x02.php in core/
includes/ transliteration/ x02.php - x03.php in core/
includes/ transliteration/ x03.php - x03.php in core/
includes/ transliteration/ x03.php - x04.php in core/
includes/ transliteration/ x04.php - x04.php in core/
includes/ transliteration/ x04.php - x05.php in core/
includes/ transliteration/ x05.php - x05.php in core/
includes/ transliteration/ x05.php - x06.php in core/
includes/ transliteration/ x06.php - x06.php in core/
includes/ transliteration/ x06.php - x07.php in core/
includes/ transliteration/ x07.php - x09.php in core/
includes/ transliteration/ x09.php - x0d.php in core/
includes/ transliteration/ x0d.php - x0e.php in core/
includes/ transliteration/ x0e.php - x0f.php in core/
includes/ transliteration/ x0f.php - x10.php in core/
includes/ transliteration/ x10.php - x10.php in core/
includes/ transliteration/ x10.php - x11.php in core/
includes/ transliteration/ x11.php - x14.php in core/
includes/ transliteration/ x14.php - x16.php in core/
includes/ transliteration/ x16.php - x17.php in core/
includes/ transliteration/ x17.php - x18.php in core/
includes/ transliteration/ x18.php - x1d.php in core/
includes/ transliteration/ x1d.php - x1d.php in core/
includes/ transliteration/ x1d.php - x1e.php in core/
includes/ transliteration/ x1e.php - x1e.php in core/
includes/ transliteration/ x1e.php - x20.php in core/
includes/ transliteration/ x20.php - x28.php in core/
includes/ transliteration/ x28.php - x31.php in core/
includes/ transliteration/ x31.php - x31.php in core/
includes/ transliteration/ x31.php - x32.php in core/
includes/ transliteration/ x32.php - xfb.php in core/
includes/ transliteration/ xfb.php - xfe.php in core/
includes/ transliteration/ xfe.php - xff.php in core/
includes/ transliteration/ xff.php - xff.php in core/
includes/ transliteration/ xff.php - _locale_translate_seek in core/
modules/ locale/ locale.pages.inc - Perform a string search and display results in a table
- _menu_item_localize in core/
includes/ menu.inc - Localizes the router item title using t() or another callback.
- _menu_router_build in core/
includes/ menu.inc - Builds the router table based on the data from hook_menu().