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
cache_set function includes/cache.inc Stores data in the persistent cache.
Callbacks group includes/module.inc Callback function signatures.
callback_batch_finished function modules/system/form.api.php Complete a batch process.
callback_filter_process function modules/filter/filter.api.php Provide text filtered to conform to the supplied format.
callback_filter_settings function modules/filter/filter.api.php Provide a settings form for filter settings.
callback_filter_tips function modules/filter/filter.api.php Return help text for a filter.
callback_search_conditions function modules/search/search.api.php Provide search query conditions.
CascadingStylesheetsTestCase class modules/simpletest/tests/common.test Test the Drupal CSS system.
CascadingStylesheetsTestCase::getInfo function modules/simpletest/tests/common.test
CascadingStylesheetsTestCase::setUp function modules/simpletest/tests/common.test Sets up a Drupal site for running functional and integration tests.
CascadingStylesheetsTestCase::testAddCssFileWithQueryString function modules/simpletest/tests/common.test Tests that the query string remains intact when adding CSS files that have
query string parameters.
CascadingStylesheetsTestCase::testAddExternal function modules/simpletest/tests/common.test Tests adding an external stylesheet.
CascadingStylesheetsTestCase::testAddFile function modules/simpletest/tests/common.test Tests adding a file stylesheet.
CascadingStylesheetsTestCase::testAlter function modules/simpletest/tests/common.test Tests Locale module's CSS Alter to include RTL overrides.
CascadingStylesheetsTestCase::testDefault function modules/simpletest/tests/common.test Check default stylesheets as empty.
CascadingStylesheetsTestCase::testModuleInfo function modules/simpletest/tests/common.test Test that stylesheets in module .info files are loaded.
CascadingStylesheetsTestCase::testRenderExternal function modules/simpletest/tests/common.test Tests rendering an external stylesheet.
CascadingStylesheetsTestCase::testRenderFile function modules/simpletest/tests/common.test Tests rendering the stylesheets.
CascadingStylesheetsTestCase::testRenderInlineFullPage function modules/simpletest/tests/common.test Tests rendering inline stylesheets through a full page request.
CascadingStylesheetsTestCase::testRenderInlineNoPreprocess function modules/simpletest/tests/common.test Tests rendering inline stylesheets with preprocessing off.
CascadingStylesheetsTestCase::testRenderInlinePreprocess function modules/simpletest/tests/common.test Tests rendering inline stylesheets with preprocessing on.
CascadingStylesheetsTestCase::testRenderOrder function modules/simpletest/tests/common.test Test CSS ordering.
CascadingStylesheetsTestCase::testRenderOverride function modules/simpletest/tests/common.test Test CSS override.
CascadingStylesheetsTestCase::testRenderRemoveCharsetPreprocess function modules/simpletest/tests/common.test Tests removing charset when rendering stylesheets with preprocessing on.
CascadingStylesheetsTestCase::testReset function modules/simpletest/tests/common.test Makes sure that reseting the CSS empties the cache.
CascadingStylesheetsUnitTest class modules/simpletest/tests/common.test CSS Unit Tests.
CascadingStylesheetsUnitTest::getInfo function modules/simpletest/tests/common.test
CascadingStylesheetsUnitTest::testLoadCssBasic function modules/simpletest/tests/common.test Tests basic CSS loading with and without optimization via drupal_load_stylesheet().
CategorizeFeedItemTestCase class modules/aggregator/aggregator.test Tests categorization functionality in the Aggregator module.
CategorizeFeedItemTestCase::getInfo function modules/aggregator/aggregator.test
CategorizeFeedItemTestCase::testCategorizeFeedItem function modules/aggregator/aggregator.test Checks that children of a feed inherit a defined category.
CategorizeFeedTestCase class modules/aggregator/aggregator.test Tests the categorize feed functionality in the Aggregator module.
CategorizeFeedTestCase::getInfo function modules/aggregator/aggregator.test
CategorizeFeedTestCase::testCategorizeFeed function modules/aggregator/aggregator.test Creates a feed and makes sure you can add/delete categories to it.
ccc_update_test.info file modules/update/tests/ccc_update_test.info name = CCC Update test
description = Support module for update module testing.
package = Testing
core = 7.x
hidden = TRUE
ccc_update_test.module file modules/update/tests/ccc_update_test.module Dummy module for testing Update status.
Code registry group includes/registry.inc The code registry engine.
code-clean.sh file scripts/code-clean.sh #!/bin/sh

find . -name "*~" -type f | xargs rm -f
find . -name ".#*" -type f | xargs rm -f
find . -name "*.rej" -type f | xargs rm -f
find . -name "*.orig" -type f | xargs rm -f
find . -name "DEADJOE"…
Collectable::has function misc/typo3/phar-stream-wrapper/src/Collectable.php
color-rtl.css file modules/color/color-rtl.css Right-to-left specific stylesheet for the Color module.
color.css file modules/color/color.css Stylesheet for the administration pages of the Color module.
color.install file modules/color/color.install Install, update and uninstall functions for the color module.
color.test file modules/color/color.test Tests for color module.
colors.css file themes/bartik/css/colors.css /* ---------- Color Module Styles ----------- */

body,
body.overlay {
color: #3b3b3b;
}
.comment .comment-arrow {
border-color: #ffffff;
}
#page,
#main-wrapper,
#main-menu-links li a.active,
#main-menu-links li.active-trail a {
background:…
ColorTestCase class modules/color/color.test Tests the Color module functionality.
ColorTestCase::$big_user property modules/color/color.test
ColorTestCase::$colorTests property modules/color/color.test
ColorTestCase::$themes property modules/color/color.test
ColorTestCase::getInfo function modules/color/color.test
ColorTestCase::setUp function modules/color/color.test Sets up a Drupal site for running functional and integration tests.

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