Search for %s

  1. Search 9.5.x for %s
  2. Search 8.9.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
filter_tips_long function modules/filter/filter.pages.inc Page callback: Displays a page with long filter tips.
filter_update_dependencies function modules/filter/filter.install Implements hook_update_dependencies().
filter_xss function includes/common.inc Filters HTML to prevent cross-site-scripting (XSS) vulnerabilities.
filter_xss_admin function includes/common.inc Applies a very permissive XSS/HTML filter for admin-only use.
filter_xss_bad_protocol function includes/common.inc Processes an HTML attribute value and strips dangerous protocols from URLs.
fix-ie-rtl.css file themes/garland/fix-ie-rtl.css body {
/* Center layout */
text-align: center;
}

#squeeze {
zoom: 1;
direction: ltr;
}

#squeeze .left-corner {
direction: rtl
}

#header-region,
#wrapper #container {
/* Reset text alignment */
text-align: right;
}

#wrapper #container…
fix-ie.css file themes/garland/fix-ie.css body {
/* Center layout */
text-align: center;
}

#header-region,
#wrapper #container {
/* Reset text alignment */
text-align: left; /* LTR */
}

#wrapper #container #center {
/* Reduce amount of damage done by extremely wide content */
FloodFunctionalTest class modules/system/system.test Functional tests for the flood control mechanism.
FloodFunctionalTest::getInfo function modules/system/system.test
FloodFunctionalTest::testCleanUp function modules/system/system.test Test flood control mechanism clean-up.
flood_is_allowed function includes/common.inc Checks whether a user is allowed to proceed with the specified event.
flood_register_event function includes/common.inc Registers an event for the current visitor to the flood control mechanism.
Form builder functions group includes/form.inc Functions that build an abstract representation of a HTML form.
form.test file modules/simpletest/tests/form.test Unit tests for the Drupal Form API.
FormAlterTestCase class modules/simpletest/tests/form.test Test form alter hooks.
FormAlterTestCase::getInfo function modules/simpletest/tests/form.test
FormAlterTestCase::setUp function modules/simpletest/tests/form.test Sets up a Drupal site for running functional and integration tests.
FormAlterTestCase::testExecutionOrder function modules/simpletest/tests/form.test Tests execution order of hook_form_alter() and hook_form_FORM_ID_alter().
FormatDateUnitTest class modules/simpletest/tests/common.test Tests for the format_date() function.
FormatDateUnitTest::$admin_user property modules/simpletest/tests/common.test
FormatDateUnitTest::getInfo function modules/simpletest/tests/common.test
FormatDateUnitTest::LANGCODE constant modules/simpletest/tests/common.test Arbitrary langcode for a custom language.
FormatDateUnitTest::setUp function modules/simpletest/tests/common.test Sets up a Drupal site for running functional and integration tests.
FormatDateUnitTest::testAdminDefinedFormatDate function modules/simpletest/tests/common.test Test admin-defined formats in format_date().
FormatDateUnitTest::testFormatDate function modules/simpletest/tests/common.test Tests for the format_date() function.
format_rss_channel function includes/common.inc Formats an RSS channel.
format_rss_item function includes/common.inc Formats a single RSS item.
format_size function includes/common.inc Generates a string representation for the given byte count.
format_string function includes/bootstrap.inc Formats a string for HTML display by replacing variable placeholders.
format_username function includes/common.inc Format a username.
format_xml_elements function includes/common.inc Formats XML elements.
FormCheckboxTestCase class modules/simpletest/tests/form.test Tests checkbox element.
FormCheckboxTestCase::getInfo function modules/simpletest/tests/form.test
FormCheckboxTestCase::setUp function modules/simpletest/tests/form.test Sets up a Drupal site for running functional and integration tests.
FormCheckboxTestCase::testFormCheckbox function modules/simpletest/tests/form.test
FormElementTestCase class modules/simpletest/tests/form.test Tests building and processing of core form elements.
FormElementTestCase::$profile property modules/simpletest/tests/form.test The profile to install as a basis for testing.
FormElementTestCase::getInfo function modules/simpletest/tests/form.test
FormElementTestCase::setUp function modules/simpletest/tests/form.test Sets up a Drupal site for running functional and integration tests.
FormElementTestCase::testOptions function modules/simpletest/tests/form.test Tests expansion of #options for #type checkboxes and radios.
FormElementTestCase::testWeightDefaultValue function modules/simpletest/tests/form.test Tests Weight form element #default_value behavior.
FormsArbitraryRebuildTestCase class modules/simpletest/tests/form.test Tests rebuilding of arbitrary forms by altering them.
FormsArbitraryRebuildTestCase::getInfo function modules/simpletest/tests/form.test
FormsArbitraryRebuildTestCase::setUp function modules/simpletest/tests/form.test Sets up a Drupal site for running functional and integration tests.
FormsArbitraryRebuildTestCase::testUserRegistrationMultipleField function modules/simpletest/tests/form.test Tests a rebuild caused by a multiple value field.
FormsArbitraryRebuildTestCase::testUserRegistrationRebuild function modules/simpletest/tests/form.test Tests a basic rebuild with the user registration form.
FormsElementsLabelsTestCase class modules/simpletest/tests/form.test Test form element labels, required markers and associated output.
FormsElementsLabelsTestCase::getInfo function modules/simpletest/tests/form.test
FormsElementsLabelsTestCase::setUp function modules/simpletest/tests/form.test Sets up a Drupal site for running functional and integration tests.
FormsElementsLabelsTestCase::testFormLabels function modules/simpletest/tests/form.test Test form elements, labels, title attibutes and required marks output
correctly and have the correct label option class if needed.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.