46 string references to 'html'

AjaxCommandsUnitTest::testHtmlCommand in drupal/core/modules/system/lib/Drupal/system/Tests/Ajax/AjaxCommandsUnitTest.php
Tests that HtmlCommand objects can be constructed and rendered.
ContentNegotiation::getContentType in drupal/core/lib/Drupal/Core/ContentNegotiation.php
Gets the normalized type of a request.
drupal_common_theme in drupal/core/includes/theme.inc
Provides theme registration for themes across .inc files.
EasyRdf_Parser_Rdfa::printNode in drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/Rdfa.php
EntityFormEnhancer::enhance in drupal/core/lib/Drupal/Core/Entity/Enhancer/EntityFormEnhancer.php
Update the defaults based on its own data and the request.
Format.php in drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Format.php
FormEnhancer::enhance in drupal/core/lib/Drupal/Core/Routing/Enhancer/FormEnhancer.php
{@inhertdoc}
Framework_AssertTest::testAssertTagAncestorFalse in drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php
@covers PHPUnit_Framework_Assert::assertTag @expectedException PHPUnit_Framework_AssertionFailedError
Framework_AssertTest::testAssertTagAncestorTrue in drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php
@covers PHPUnit_Framework_Assert::assertTag
Framework_AssertTest::testAssertTagChildFalse in drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php
@covers PHPUnit_Framework_Assert::assertTag @expectedException PHPUnit_Framework_AssertionFailedError
Framework_AssertTest::testAssertTagChildTrue in drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php
@covers PHPUnit_Framework_Assert::assertTag
Framework_AssertTest::testAssertTagDescendantFalse in drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php
@covers PHPUnit_Framework_Assert::assertTag @expectedException PHPUnit_Framework_AssertionFailedError
Framework_AssertTest::testAssertTagDescendantTrue in drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php
@covers PHPUnit_Framework_Assert::assertTag
Framework_AssertTest::testAssertTagParentTrue in drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php
@covers PHPUnit_Framework_Assert::assertTag
Framework_AssertTest::testAssertTagTypeTrue in drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php
@covers PHPUnit_Framework_Assert::assertTag
HtmlCommand::render in drupal/core/lib/Drupal/Core/Ajax/HtmlCommand.php
Implements Drupal\Core\Ajax\CommandInterface:render().
HtmlToTextTest::testDrupalHtmlToTextArgs in drupal/core/modules/system/lib/Drupal/system/Tests/Mail/HtmlToTextTest.php
Test $allowed_tags argument of drupal_html_to_text().
InlineFragmentRendererTest::testRenderWithObjectsAsAttributes in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Fragment/InlineFragmentRendererTest.php
OverlaySubscriber::onRequest in drupal/core/modules/overlay/lib/Drupal/overlay/EventSubscriber/OverlaySubscriber.php
Performs check on the beginning of a request.
PHPUnit_Util_XML::findNodes in drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/XML.php
Parse out the options from the tag using DOM object tree.
PHP_CodeCoverage_Report_HTML_Renderer_File::loadFile in drupal/core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage/Report/HTML/Renderer/File.php
RequestDataCollectorTest::testCollect in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/DataCollector/RequestDataCollectorTest.php
@dataProvider provider
RequestTest::testGetRequestFormat in drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestTest.php
RestExport::initDisplay in drupal/core/modules/rest/lib/Drupal/rest/Plugin/views/display/RestExport.php
RouteCompilerTest::provideCompileData in drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/RouteCompilerTest.php
RoutingFixtures::sampleRouteCollection in drupal/core/modules/system/lib/Drupal/system/Tests/Routing/RoutingFixtures.php
Returns a standard set of routes for testing.
system_element_info in drupal/core/modules/system/system.module
Implements hook_element_info().
template_preprocess_html in drupal/core/includes/theme.inc
Prepares variables for HTML document templates.
TwigTestExtension::escape_and_nl2br in drupal/core/vendor/twig/twig/test/Twig/Tests/IntegrationTest.php
nl2br which also escapes, for testing escaper filters
TwigTestExtension::getFilters in drupal/core/vendor/twig/twig/test/Twig/Tests/IntegrationTest.php
TwigTestExtension::getFunctions in drupal/core/vendor/twig/twig/test/Twig/Tests/IntegrationTest.php
Twig_Environment::__construct in drupal/core/vendor/twig/twig/lib/Twig/Environment.php
Constructor.
twig_escape_filter in drupal/core/vendor/twig/twig/lib/Twig/Extension/Core.php
Escapes a string.
twig_escape_filter_is_safe in drupal/core/vendor/twig/twig/lib/Twig/Extension/Core.php
Twig_Extension_Core::getFilters in drupal/core/vendor/twig/twig/lib/Twig/Extension/Core.php
Returns a list of filters to add to the existing list.
Twig_Extension_Debug::getFunctions in drupal/core/vendor/twig/twig/lib/Twig/Extension/Debug.php
Returns a list of global functions to add to the existing list.
Twig_Extension_Escaper::setDefaultStrategy in drupal/core/vendor/twig/twig/lib/Twig/Extension/Escaper.php
Sets the default strategy to use when not defined by the user.
Twig_Tests_EnvironmentTest::testAutoescapeOption in drupal/core/vendor/twig/twig/test/Twig/Tests/EnvironmentTest.php
Twig_Test_EscapingTest::testHtmlEscapingConvertsSpecialChars in drupal/core/vendor/twig/twig/test/Twig/Tests/escapingTest.php
Twig_TokenParser_AutoEscape::parse in drupal/core/vendor/twig/twig/lib/Twig/TokenParser/AutoEscape.php
Parses a token and returns a node.
UrlGeneratorTest::testAdjacentVariables in drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Generator/UrlGeneratorTest.php
UrlGeneratorTest::testDefaultRequirementOfVariableDisallowsNextSeparator in drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Generator/UrlGeneratorTest.php
@expectedException \Symfony\Component\Routing\Exception\InvalidParameterException
UrlMatcherTest::testAdjacentVariables in drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/UrlMatcherTest.php
UrlMatcherTest::testDefaultRequirementForOptionalVariables in drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/UrlMatcherTest.php
WebTestBase::drupalGetTestFiles in drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php
Get a list files that can be used in tests.
WebTestBase::drupalPostAJAX in drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php
Execute an Ajax submission.