72 string references to 'c'

aggregator_load_feed_items in drupal/core/modules/aggregator/aggregator.pages.inc
Loads and optionally filters feed items.
ajax_forms_test_validation_form_callback in drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module
Ajax form callback: Selects the 'drivertext' element of the validation form.
ajax_forms_test_validation_number_form_callback in drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module
Ajax form callback: Selects the 'drivernumber' element of the validation form.
ArgumentStringTest::testGlossary in drupal/core/modules/views/lib/Drupal/views/Tests/Handler/ArgumentStringTest.php
Tests the glossary feature.
CheckCircularReferencesPassTest::testDeepCircularReference in drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Compiler/CheckCircularReferencesPassTest.php
@expectedException \Symfony\Component\DependencyInjection\Exception\ServiceCircularReferenceException
CheckCircularReferencesPassTest::testProcessDetectsIndirectCircularReference in drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Compiler/CheckCircularReferencesPassTest.php
@expectedException \Symfony\Component\DependencyInjection\Exception\ServiceCircularReferenceException
CheckCircularReferencesPassTest::testProcessWithAliases in drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Compiler/CheckCircularReferencesPassTest.php
@expectedException \Symfony\Component\DependencyInjection\Exception\ServiceCircularReferenceException
ClosureExpressionVisitorTest::testSortByFieldAscending in drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Collections/ClosureExpressionVisitorTest.php
ClosureExpressionVisitorTest::testSortByFieldDescending in drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Collections/ClosureExpressionVisitorTest.php
ClosureExpressionVisitorTest::testSortDelegate in drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Collections/ClosureExpressionVisitorTest.php
CommentAttributesTest::_testBasicCommentRdfaMarkup in drupal/core/modules/rdf/lib/Drupal/rdf/Tests/CommentAttributesTest.php
Helper function for testCommentRdfaMarkup().
comment_get_recent in drupal/core/modules/comment/comment.module
Finds the most recent comments that are available to the current user.
comment_get_thread in drupal/core/modules/comment/comment.module
Retrieves comments for a thread.
DateTimePlusTest::testDateArrays in drupal/core/modules/system/lib/Drupal/system/Tests/Datetime/DateTimePlusTest.php
Test creating dates from arrays of date parts.
DateTimePlusTest::testDateStrings in drupal/core/modules/system/lib/Drupal/system/Tests/Datetime/DateTimePlusTest.php
Test creating dates from string input.
DateTimePlusTest::testDateTimestamp in drupal/core/modules/system/lib/Drupal/system/Tests/Datetime/DateTimePlusTest.php
Test creating dates from timestamps.
DateTimePlusTest::testTimezoneConversion in drupal/core/modules/system/lib/Drupal/system/Tests/Datetime/DateTimePlusTest.php
Test timezone manipulation.
date_iso8601 in drupal/core/includes/common.inc
Returns an ISO8601 formatted date based on the given date.
Debug::export in drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Util/Debug.php
Export
DiffFormatter::_block_header in drupal/core/lib/Drupal/Component/Diff/DiffEngine.php
FieldDateTest::testFieldDate in drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldDateTest.php
Framework_MockObjectTest::testStubbedReturnValueMap in drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/MockObjectTest.php
Framework_TestCaseTest::testGlobalsBackupPost in drupal/core/vendor/phpunit/phpunit/Tests/Framework/TestCaseTest.php
Framework_TestCaseTest::testGlobalsBackupPre in drupal/core/vendor/phpunit/phpunit/Tests/Framework/TestCaseTest.php
@backupGlobals enabled
FunctionsTest::testItemList in drupal/core/modules/system/lib/Drupal/system/Tests/Theme/FunctionsTest.php
Tests theme_item_list().
GreaterThanOrEqualValidatorTest::provideInvalidComparisons in drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/GreaterThanOrEqualValidatorTest.php
IntegrationTest::testProcessInlinesReferencesToAliases in drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Compiler/IntegrationTest.php
IntegrationTest::testProcessInlinesWhenThereAreMultipleReferencesButFromTheSameDefinition in drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Compiler/IntegrationTest.php
IntegrationTest::testProcessRemovesAndInlinesRecursively in drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Compiler/IntegrationTest.php
This tests that the following dependencies are correctly processed:
kg.php in drupal/core/lib/Drupal/Component/Transliteration/data/kg.php
LessThanOrEqualValidatorTest::provideInvalidComparisons in drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/LessThanOrEqualValidatorTest.php
NestedArrayUnitTest::testMergeDeepArray in drupal/core/tests/Drupal/Tests/Core/NestedArrayUnitTest.php
Tests NestedArray::mergeDeepArray().
NodeAttributesTest::testNodeAttributes in drupal/core/modules/rdf/lib/Drupal/rdf/Tests/NodeAttributesTest.php
Creates a node of type article and tests its RDFa markup.
NodeNewComments::pre_render in drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/field/NodeNewComments.php
Run before any fields are rendered.
PhpMatcherDumperTest::getRouteCollections in drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/Dumper/PhpMatcherDumperTest.php
PHPUnit_TextUI_Command::handleArguments in drupal/core/vendor/phpunit/phpunit/PHPUnit/TextUI/Command.php
Handles the command-line arguments.
ProjectUrlMatcher::match in drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Fixtures/dumper/url_matcher2.php
Tries to match a URL path with a set of routes.
ProjectUrlMatcher::match in drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Fixtures/dumper/url_matcher1.php
Tries to match a URL path with a set of routes.
RdfaMarkupTest::testDrupalRdfaAttributes in drupal/core/modules/rdf/lib/Drupal/rdf/Tests/RdfaMarkupTest.php
Tests rdf_rdfa_attributes().
ResolveDefinitionTemplatesPassTest::testProcessHandlesMultipleInheritance in drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Compiler/ResolveDefinitionTemplatesPassTest.php
ThemeTest::testRegistryRebuild in drupal/core/modules/system/lib/Drupal/system/Tests/Theme/ThemeTest.php
Ensures the theme registry is rebuilt when modules are disabled/enabled.
TrackerAttributesTest::_testBasicTrackerRdfaMarkup in drupal/core/modules/rdf/lib/Drupal/rdf/Tests/TrackerAttributesTest.php
Helper function for testAttributesInTracker().
tracker_cron in drupal/core/modules/tracker/tracker.module
Implements hook_cron().
TransliterationTest::testPHPTransliteration in drupal/core/modules/system/lib/Drupal/system/Tests/Transliteration/TransliterationTest.php
Tests the PHPTransliteration class.
Twig_TemplateMethodAndPropObject::getC in drupal/core/vendor/twig/twig/test/Twig/Tests/TemplateTest.php
Twig_Tests_ExpressionParserTest::getTestsForArray in drupal/core/vendor/twig/twig/test/Twig/Tests/ExpressionParserTest.php
Twig_Tests_TemplateTest::getGetAttributeTests in drupal/core/vendor/twig/twig/test/Twig/Tests/TemplateTest.php
UrlTest::testDrupalGetQueryParameters in drupal/core/modules/system/lib/Drupal/system/Tests/Common/UrlTest.php
Tests drupal_get_query_parameters().
UserUid::query in drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/argument/UserUid.php
Set up the query for this argument.
UserUid::query in drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/filter/UserUid.php
Add this filter to the query.
x00.php in drupal/core/lib/Drupal/Component/Transliteration/data/x00.php
x01.php in drupal/core/lib/Drupal/Component/Transliteration/data/x01.php
x02.php in drupal/core/lib/Drupal/Component/Transliteration/data/x02.php
x03.php in drupal/core/lib/Drupal/Component/Transliteration/data/x03.php
x04.php in drupal/core/lib/Drupal/Component/Transliteration/data/x04.php
x09.php in drupal/core/lib/Drupal/Component/Transliteration/data/x09.php
x0a.php in drupal/core/lib/Drupal/Component/Transliteration/data/x0a.php
x0b.php in drupal/core/lib/Drupal/Component/Transliteration/data/x0b.php
x0c.php in drupal/core/lib/Drupal/Component/Transliteration/data/x0c.php
x0d.php in drupal/core/lib/Drupal/Component/Transliteration/data/x0d.php
x0f.php in drupal/core/lib/Drupal/Component/Transliteration/data/x0f.php
x10.php in drupal/core/lib/Drupal/Component/Transliteration/data/x10.php
x11.php in drupal/core/lib/Drupal/Component/Transliteration/data/x11.php
x14.php in drupal/core/lib/Drupal/Component/Transliteration/data/x14.php
x16.php in drupal/core/lib/Drupal/Component/Transliteration/data/x16.php
x17.php in drupal/core/lib/Drupal/Component/Transliteration/data/x17.php
x18.php in drupal/core/lib/Drupal/Component/Transliteration/data/x18.php
x1e.php in drupal/core/lib/Drupal/Component/Transliteration/data/x1e.php
x21.php in drupal/core/lib/Drupal/Component/Transliteration/data/x21.php
x28.php in drupal/core/lib/Drupal/Component/Transliteration/data/x28.php
x31.php in drupal/core/lib/Drupal/Component/Transliteration/data/x31.php
xff.php in drupal/core/lib/Drupal/Component/Transliteration/data/xff.php